From 45333f88bfa42c8443afc60ac34dd7f777e9aa7e Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Fri, 24 Mar 2017 23:49:29 -0700 Subject: [PATCH] Add Clickbait Blocklist Clickbait Blocklist just blocks the most annoying clickbait ads. I don't mind ads; I just don't want clickbait crap about shocking celebrity photos and "deep searches" for local singles. --- data/lists.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/lists.json b/data/lists.json index 3475be03f..f66dfa47a 100644 --- a/data/lists.json +++ b/data/lists.json @@ -605,6 +605,13 @@ "list": "CJX's Annoyance List", "tagLang": ["zh"], "viewUrl": "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt" +}, { + "descr": "Clickbait Blocklist just blocks the most annoying clickbait ads. I don't mind ads; I just don't want clickbait crap about shocking celebrity photos and \"deep searches\" for local singles.", + "descrSourceUrl": "https://github.com/cpeterso/clickbait-blocklist/", + "homeUrl": "https://github.com/cpeterso/clickbait-blocklist/", + "issues": "https://github.com/cpeterso/clickbait-blocklist/issues", + "list": "Clickbait Blocklist", + "viewUrl": "https://raw.githubusercontent.com/cpeterso/clickbait-blocklist/master/clickbait-blocklist.txt" }, { "descr": "EFF maintains a Privacy Badger \"yellowlist\" of domains for which requests are allowed but Privacy Badger restricts access or availability of objectionable cookies and potentially other objectionable identifiers.", "descrSourceUrl": "https://github.com/EFForg/privacybadgerchrome/blob/master/doc/yellowlist-criteria.md",