Fix module issues.

This commit is contained in:
NobyDa 2024-05-05 17:25:20 +08:00
parent 1f2ceb1cfa
commit b929f67523
No known key found for this signature in database
GPG Key ID: E6B0AC788D373C5B
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
#!name=Google人机验证
#!desc=Google搜索内容时并发使用多个策略/策略组,以避免可能出现的人机验证。注意:需要在模块参数填写策略/策略组名的正则表达式。
#!arguments=策略正则,脚本引擎:auto
#!arguments-desc=策略正则:策略/策略组名的正则表达式,例如 ^(🇸🇬|🇭🇰)\s.*\d+$ 如需同时使用所有策略/策略组可使用 .+ 表示。\n\n脚本引擎jsc/webview/auto默认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 = www.google.com*
hostname = %APPEND% www.google.com*