拦截配置中,配置篡改猴插件地址

pull/301/head
王良 2024-04-19 16:55:40 +08:00
parent 6b2db1c1e7
commit 06f889a137
1 changed files with 4 additions and 0 deletions

View File

@ -56,7 +56,11 @@ module.exports = {
sni: 'baidu.com'
},
'^(/[\\w-.]+){2,}/?(\\?.*)?$': {
// 自定义篡改猴插件地址配置
tampermonkeyScript: 'https://mirror.ghproxy.com/https://raw.githubusercontent.com/docmirror/dev-sidecar/scripts/tampermonkey.js',
// 脚本地址配置
script: [
// Github油猴脚本
'https://mirror.ghproxy.com/https://raw.githubusercontent.com/docmirror/dev-sidecar/scripts/github/monkey.js'
],
scriptUrlDesc: '上面所使用的脚本地址,使用了高速镜像地址。',