Skip to content
New issue

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

Hide cookie notices & ad-blocking #37

Open
sindresorhus opened this issue Jan 17, 2020 · 1 comment
Open

Hide cookie notices & ad-blocking #37

sindresorhus opened this issue Jan 17, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sindresorhus
Copy link
Owner

sindresorhus commented Jan 17, 2020

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

@sindresorhus sindresorhus added enhancement New feature or request help wanted Extra attention is needed labels Jan 17, 2020
@sindresorhus
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant