From 6c35bf5c8639b6478a725bedfc92d4c7f3a43a6a Mon Sep 17 00:00:00 2001 From: hawkeye116477 Date: Fri, 16 Aug 2019 11:25:08 +0200 Subject: [PATCH] New list and small fixes --- data/FilterList.json | 11 ++++++++++- data/FilterListLanguage.json | 8 ++++++++ data/FilterListMaintainer.json | 6 +++++- data/FilterListTag.json | 24 ++++++++++++++++++++++-- data/Maintainer.json | 5 +++++ 5 files changed, 50 insertions(+), 4 deletions(-) diff --git a/data/FilterList.json b/data/FilterList.json index 7b675c7cd..9e04460d6 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -19365,7 +19365,7 @@ { "id": 1817, "chatUrl": "https://discord.me/polskiefiltry", - "description": "Polish regex list for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + "description": "Polish regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", "donateUrl": "https://patronite.pl/polskiefiltry", "emailAddress": "errors@certyficate.it", "homeUrl": "https://www.certyficate.it/", @@ -19374,5 +19374,14 @@ "name": "Polish Regex Filters for Pi-hole", "syntaxId": 30, "viewUrl": "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/hostfile_regex.txt" + }, + { + "id": 1818, + "description": "Mmotti's regex list blocking ads and tracking sites for Pi-hole. To install it, you can manually add entries to regex.list file or use Regex Lists Installer for Pi-hole (more at https://github.com/PolishFiltersTeam/ScriptsPlayground/blob/master/Readme_RLI_for_Pi-hole.md).", + "homeUrl": "https://github.com/mmotti/pihole-regex", + "issuesUrl": "https://github.com/mmotti/pihole-regex/issues", + "name": "Mmoti's Regex Filters for Pi-hole", + "syntaxId": 30, + "viewUrl": "https://raw.githubusercontent.com/mmotti/pihole-regex/master/regex.list" } ] diff --git a/data/FilterListLanguage.json b/data/FilterListLanguage.json index b49f86966..0b2c08423 100644 --- a/data/FilterListLanguage.json +++ b/data/FilterListLanguage.json @@ -2362,5 +2362,13 @@ { "filterListId": 1799, "languageId": 122 + }, + { + "filterListId": 1816, + "languageId": 11 + }, + { + "filterListId": 1817, + "languageId": 11 } ] diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 57c0b6091..7ec36e715 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -4780,7 +4780,11 @@ "maintainerid": 34 }, { - "filterListid": 1816, + "filterListid": 1817, "maintainerid": 32 +}, +{ + "filterListid": 1818, + "maintainerid": 140 } ] diff --git a/data/FilterListTag.json b/data/FilterListTag.json index 2a946a98b..af267cb8b 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -1829,7 +1829,7 @@ }, { "filterListId": 349, - "tagId": 9 + "tagId": 7 }, { "filterListId": 350, @@ -8967,8 +8967,28 @@ "filterListId": 1814, "tagId": 25 }, - { + { "filterListId": 1815, "tagId": 15 + }, + { + "filterListId": 1816, + "tagId": 7 + }, + { + "filterListId": 1817, + "tagId": 2 + }, + { + "filterListId": 1817, + "tagId": 3 + }, + { + "filterListId": 1818, + "tagId": 2 + }, + { + "filterListId": 1818, + "tagId": 3 } ] diff --git a/data/Maintainer.json b/data/Maintainer.json index 3cf302eb6..c0101ea57 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -733,5 +733,10 @@ "id": 139, "homeUrl": "https://www.github.developerdan.com/hosts/", "name": "lightswitch05" + }, + { + "id": 140, + "homeUrl": "https://github.com/mmotti", + "name": "mmotti" } ]