From f8031afe26e2a3764618ef975da3f02b0082fd63 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 3 Nov 2018 22:47:59 +0100 Subject: [PATCH] add two lists (#609) * Added 2 new lists * Added tags to the 2 new lists * Assigned 1 list to me --- data/FilterList.json | 27 +++++++++++++++++++++++++++ data/FilterListMaintainer.json | 6 +++++- data/FilterListTag.json | 12 ++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/data/FilterList.json b/data/FilterList.json index d8be0cf89..6de7d0da7 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -9596,5 +9596,32 @@ "name": "abuse.ch URLhaus Malicious URL Blocklist", "syntaxId": 2, "viewUrl": "https://gitlab.com/curben/urlhaus/raw/master/urlhaus-filter.txt" + }, + { + "id": 859, + "description": "It seems to me that a common thought process on porn sites are \"Hey, do you know what would've made this cute woman even sexier? I know. We should give her a dick!\". Well, not anymore, thanks to this list.", + "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": "Anti-Futa List", + "publishedDate": "2018-11-03T00:00:00", + "syntaxId": 3, + "viewUrl": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Anti-Futa%20List.txt", + "viewUrlMirror1": "https://repo.or.cz/FilterMirrorRepo.git/blob_plain/refs/heads/master:/Anti-Futa%20List.txt", + "viewUrlMirror2": "https://notabug.org/DandelionSprout/FilterMirrorRepo2/raw/master/Anti-Futa%20List.txt" + }, + { + "id": 860, + "description": "This repository contains some custom ad- and content-blocking rules I use to make life online easier (or just nicer to look at). Most of the content blocked here deals with sites I or my contributors regularly visit.", + "emailAddress": "nicktabick@gmail.com", + "homeUrl": "https://adblock.twoslashes.com/", + "issuesUrl": "https://github.com/nicktabick/adblock-rules/issues", + "name": "NT Adblock List", + "syntaxId": 3, + "viewUrl": "https://bitbucket.org/nicktabick/adblock-rules/raw/master/nt-adblock.txt", + "viewUrlMirror1": "https://raw.githubusercontent.com/nicktabick/adblock-rules/master/nt-adblock.txt", + "viewUrlMirror2": "https://gitlab.com/nicktabick/adblock-rules/raw/master/nt-adblock.txt" } ] diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 778d8f38b..d4ec2222f 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -667,6 +667,10 @@ "filterListId": 857, "maintainerId": 22 }, + { + "filterListId": 859, + "maintainerId": 22 + }, { "filterListId": 21, "maintainerId": 23 @@ -2035,4 +2039,4 @@ "filterListId": 847, "maintainerId": 106 } -] \ No newline at end of file +] diff --git a/data/FilterListTag.json b/data/FilterListTag.json index a1a5c9866..c9832ce36 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -3790,5 +3790,17 @@ { "filterListId": 858, "tagId": 6 + }, + { + "filterListId": 859, + "tagId": 11 + }, + { + "filterListId": 859, + "tagId": 15 + }, + { + "filterListId": 860, + "tagId": 9 } ]