Header Editor 插件及配置.zip
大小:742.79KB
价格:19积分
下载量:0
评分:
5.0
上传者:chenkanuo
更新日期:2025-09-22

Chrome Header Editor 插件

资源文件列表(大概)

文件名
大小
Header Editor 插件及配置/
-
Header Editor 插件及配置/Header Editor 4.1.1.crx
448.52KB
__MACOSX/Header Editor 插件及配置/._Header Editor 4.1.1.crx
669B
Header Editor 插件及配置/HE-GoogleRedirect.json
1.47KB
__MACOSX/Header Editor 插件及配置/._HE-GoogleRedirect.json
1.69KB
Header Editor 插件及配置/Header Editor.crx
302.23KB
__MACOSX/Header Editor 插件及配置/._Header Editor.crx
368B

资源内容介绍

Chrome Header Editor 插件 及 配置文件,旨在取消因流量异常或IP异常导致的谷歌人机验证。
{"request": [{"enable": true,"name": "Google APIs","ruleType": "redirect","matchType": "regexp","pattern": "^http(s?)://ajax\\.googleapis\\.com/(.*)","exclude": "","isFunction": false,"action": "redirect","to": "https://gapis.geekzu.org/ajax/$2","group": "Google Redirect"},{"enable": true,"name": "reCaptcha","ruleType": "redirect","matchType": "regexp","pattern": "^http(s?)://(?:www\\.|recaptcha\\.|)google\\.com/recaptcha/(.*)","exclude": "","isFunction": false,"action": "redirect","to": "https://recaptcha.net/recaptcha/$2","group": "Google Redirect"}],"sendHeader": [],"receiveHeader": [{"enable": true,"name": "Content Security Policy Header Modification","ruleType": "modifyReceiveHeader","matchType": "all","pattern": "","exclude": "","isFunction": true,"code": "let rt = detail.type;\nif (rt === 'script' || rt === 'stylesheet' || rt === 'main_frame' || rt === 'sub_frame') {\n for (let i in val) {\n if (val[i].name.toLowerCase() === 'content-security-policy') {\n let s = val[i].value;\n s = s.replace(/googleapis\\.com/g, '$& https://gapis.geekzu.org');\n s = s.replace(/recaptcha\\.google\\.com/g, '$& https://recaptcha.net');\n s = s.replace(/google\\.com/g, '$& https://recaptcha.net');\n s = s.replace(/gstatic\\.com/g, '$& https://*.gstatic.cn');\n val[i].value = s;\n }\n }\n}","group": "Google Redirect"}]}

用户评论 (0)

发表评论

captcha