sindresorhus/Plash

Hide cookie notices & ad-blocking

Open

#37 创建于 2020年1月17日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人) (157 fork)user submission
enhancementhelp wanted

仓库指标

Star
 (3,961 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南