在tampermonkey中,@match “https://hostname” 规则仅会使脚本在该域名的主页运行,即pathname=="/"时运行 而在scriptcat中,@match “https://hostname” 规则会使脚本在该域名下的所有页面运行,和@match “https://hostname/*” 的效果相同
在tampermonkey中,@match “https://hostname” 规则仅会使脚本在该域名的主页运行,即pathname=="/"时运行
而在scriptcat中,@match “https://hostname” 规则会使脚本在该域名下的所有页面运行,和@match “https://hostname/*” 的效果相同