I think I get you. It sounds like I need a routers.js file that I will store a list of the pages that I want the “myRouter_router” function to be executed on. I’ll try that. In there words, the routers.js file will be something like:
https://mysite.com/home/
https://mysite.com/stuff/
https://mysite.com/things/
assuming I want that function to run when those pages are being accessed. Is that right?