scriptcat
scriptcat copied to clipboard
@include 匹配存在 bug
修改为 // @match *://*.bing.com/* 即可匹配到网址
建议使用match,mv3之后脚本注入受限于Match patterns,正则等奇形怪状的匹配(include),可能不再支持了
使用 match 就能解决了