From 901c102f42df6da3a68bf754fb77bf740839e6fe Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Mon, 31 Dec 2018 16:29:10 +0100 Subject: [PATCH] add Placeholder Buster and other updates (#650) * Added 2 more lists * Assigned tags to the 2 lists * Assigned maintainers for the 2 lists * Added some missing description thingies * Added missing commas --- data/FilterList.json | 27 +++++++++++++++++++++++++++ data/FilterListMaintainer.json | 10 +++++++++- data/FilterListTag.json | 16 ++++++++++++++++ 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/data/FilterList.json b/data/FilterList.json index 44ff4a796..00f8f2f89 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -14692,5 +14692,32 @@ "name": "SteamScamSite", "syntaxId": 8, "viewUrl": "https://raw.githubusercontent.com/PoorPocketsMcNewHold/steamscamsite/master/steamscamsite.txt" + }, + { + "id": 1287, + "description": "Are you tired of being told that Adobe Reader is supposedly necessary to view a PDF manual in 2019? Are you tired of reading tech guides and seeing ads for questionable optimalisation tools after every paragraph? If you answered yes to at least one of those two, here's a list for that.", + "descriptionSourceUrl": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TechnologicalDiversity.txt", + "donateUrl": "https://sproutsluckycorner.wordpress.com/2017/11/14/my-work-and-contact-resume/#donations", + "emailAddress": "imreeil42@gmail.com", + "homeUrl": "https://github.com/DandelionSprout/adfilt", + "issuesUrl": "https://github.com/DandelionSprout/adfilt/issues", + "licenseId": 10, + "name": "List for the Freedom of Technological Diversity", + "publishedDate": "2018-12-31T00:00:00", + "syntaxId": 3, + "viewUrl": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/TechnologicalDiversity.txt", + "viewUrlMirror1": "https://repo.or.cz/FilterMirrorRepo.git/blob_plain/refs/heads/master:/TechnologicalDiversity.txt" + }, + { + "id": 1288, + "description": "Removes empty ads placeholders", + "descriptionSourceUrl": "https://raw.githubusercontent.com/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt", + "homeUrl": "https://github.com/NanoAdblockerLab/NanoContrib", + "licenseId": 4, + "name": "Nano Contrib Filter - Placeholder Buster", + "publishedDate": "2018-12-21T00:00:00", + "syntaxId": 4, + "viewUrl": "https://raw.githubusercontent.com/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt", + "viewUrlMirror1": "https://gitcdn.xyz/repo/NanoAdblockerLab/NanoContrib/master/dist/placeholder-buster.txt" } ] diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 30f144032..da5ee752d 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -3798,5 +3798,13 @@ { "filterListId": 1282, "maintainerId": 113 + }, + { + "filterListId": 1287, + "maintainerId": 22 + }, + { + "filterListId": 1288, + "maintainerId": 63 } -] \ No newline at end of file +] diff --git a/data/FilterListTag.json b/data/FilterListTag.json index c4828057d..449b67b27 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -5726,5 +5726,21 @@ { "filterListId": 1286, "tagId": 7 + }, + { + "filterListId": 1287, + "tagId": 2 + }, + { + "filterListId": 1287, + "tagId": 6 + }, + { + "filterListId": 1287, + "tagId": 15 + }, + { + "filterListId": 1288, + "tagId": 9 } ]