We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用例子: 例子:拦截访问域名https://www.jingjingxyk.com
配合content_scripts 可以实现清除内容农场
[ { "id": 1, "priority": 2, "action": { "type": "block" }, "condition": { "urlFilter": "*", "requestDomains": [ "www.jingjingxyk.com", "analytics.twitter.com", "analytics.yahoo.com", "ssl.google-analytics.com" ], "resourceTypes": [ "main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "webtransport", "webbundle", "other" ] } } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用例子: 例子:拦截访问域名https://www.jingjingxyk.com
规则例子
The text was updated successfully, but these errors were encountered: