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
Cookie notices and ads are annoying. WKWebView supports a content filter, so I think we can find some sources to feed it.
https://developer.apple.com/documentation/webkit/wkusercontentcontroller/2902756-add
For cookie notices, probably this: https://fanboy.co.nz/fanboy-cookiemonster.txt
For ads, there are a bunch here: https://filterlists.com
Could do something like this: sindresorhus/capture-website#98 (see ghostery/adblocker#9)
This is a huge amount of work and will not happen soon
The text was updated successfully, but these errors were encountered:
Workaround for now: https://github.com/sindresorhus/Plash#can-plash-block-ads
Sorry, something went wrong.
No branches or pull requests
Cookie notices and ads are annoying. WKWebView supports a content filter, so I think we can find some sources to feed it.
https://developer.apple.com/documentation/webkit/wkusercontentcontroller/2902756-add
For cookie notices, probably this: https://fanboy.co.nz/fanboy-cookiemonster.txt
For ads, there are a bunch here: https://filterlists.com
Could do something like this: sindresorhus/capture-website#98 (see ghostery/adblocker#9)
This is a huge amount of work and will not happen soon
The text was updated successfully, but these errors were encountered: