sindresorhus/Plash

Hide cookie notices & ad-blocking

Ouverte

#37 ouverte le 17 janv. 2020

 (1 commentaire) (2 réactions) (0 personne assignée) (157 forks)user submission
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 961 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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: https://github.com/sindresorhus/capture-website/pull/98 (see https://github.com/ghostery/adblocker/pull/9)

This is a huge amount of work and will not happen soon

Guide contributeur