문제

I currently have kind of a toolbox for a website, separated in various files that do different things to different parts of the page.

For example: one script runs on www.idk.com, another runs on www.idk.com/article/*, so on so forth.

What I want is a way to dispatch the execution of each script to bundle everything in one package. This package would run on all www.idk.com and decide which scripts to execute based on the URL.

도움이 되었습니까?

해결책

Why not just use regex-matching on the value of location.href?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top