sindresorhus/Plash

Hide cookie notices & ad-blocking

開放

#37 建立於 2020年1月17日

 (1 則留言) (2 個反應) (0 位負責人) (157 個分叉)user submission
enhancementhelp wanted

倉庫指標

星標
 (3,961 顆星)
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

貢獻者指南