Greasy Fork - 安全、实用的用户脚本大全 油猴
https://greasyfork.org/scripts/418804
Edge扩展
tampermonkey油猴
Adblock Plus - 免费的广告拦截器、uBlock Origin二款去广告插件扩展二选一
Bitwarden - 免费密码管理器
Header Editor
不***显示谷歌人机验证器验证码,导入在线配置HE-GoogleRedirect
{ "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" } ] } 俄罗斯IP上P站添加规则跳过VK免登陆验证安卓Via浏览器AdBlock,在Adblock Plus或uBlock Origin`中添加如下规则
...