Compare commits

...

2 Commits

Author SHA1 Message Date
NobyDa b929f67523
Fix module issues. 2024-05-05 17:25:20 +08:00
NobyDa 1f2ceb1cfa
Update google CAPTCHA 2024-05-05 15:05:20 +08:00
2 changed files with 12 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Google搜索内容时并发使用多个策略(组),以避免可能出现的人
Surge脚本配置:
[Script]
Google CAPTCHA = type=http-response,pattern=^https:\/\/www\.google\.com(\.[a-z]+|)\/search\?(client=[a-z-]+&|)q=,requires-body=1,debug=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Google_CAPTCHA.js,max-size=0,timeout=10,ability=http-client-policy,argument=^(🇸🇬|🇭🇰)\s.*\d+$
Google CAPTCHA = type=http-response,pattern=^https:\/\/www\.google\.com(?:\.[a-z]+|)\/(?:search\?(?:|.+?&)q=|$),requires-body=1,debug=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Google_CAPTCHA.js,max-size=0,timeout=10,ability=http-client-policy,argument=^(🇸🇬|🇭🇰)\s.*\d+$
[MITM]
hostname = www.google.com*

View File

@ -0,0 +1,11 @@
#!name=Google人机验证
#!desc=Google搜索内容时并发使用多个策略/策略组,以避免可能出现的人机验证。注意:需要在模块参数填写策略/策略组名的正则表达式。
#!arguments=策略正则,脚本引擎:auto
#!arguments-desc=策略正则:策略/策略组名的正则表达式,例如:\n^(🇸🇬|🇭🇰)\s.*\d+$ 如需同时使用所有策略/策略组可使用 .+ 表示。\n\n脚本引擎jsc/webview/auto默认auto。
#!category=🐻 NobyDa
[Script]
Google CAPTCHA = type=http-response,pattern=^https:\/\/www\.google\.com(?:\.[a-z]+|)\/(?:search\?(?:|.+?&)q=|$),requires-body=1,debug=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Google_CAPTCHA.js,max-size=0,timeout=10,ability=http-client-policy,engine={{{脚本引擎}}},argument={{{策略正则}}}
[MITM]
hostname = %APPEND% www.google.com*