From e6dcb1517061c80e8054b8f1541b53ffcdd44bcd Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 21 Feb 2018 17:32:18 -0600 Subject: [PATCH] add Elad's lists closes #119 --- data/FilterList.json | 92 +++++++++++++++++++++++++++++++++- data/FilterListMaintainer.json | 20 ++++++++ data/Maintainer.json | 7 +++ 3 files changed, 118 insertions(+), 1 deletion(-) diff --git a/data/FilterList.json b/data/FilterList.json index fc7a73c76..03f8bc850 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -6316,5 +6316,95 @@ "submissionUrl": null, "syntaxId": 6, "viewUrl": "https://filters.adtidy.org/extension/chromium/filters/238.txt" + }, + { + "id": 352, + "description": "A bad hosts blocking list", + "descriptionSourceUrl": null, + "discontinuedDate": null, + "donateUrl": "https://www.paypal.me/e1adkarak0", + "emailAddress": null, + "forumUrl": null, + "homeUrl": "https://github.com/eladkarako/hosts", + "issuesUrl": null, + "licenseId": 11, + "name": "HOSTS AdBlock", + "policyUrl": null, + "publishedDate": "2018-02-17T00:00:00", + "submissionUrl": null, + "syntaxId": 3, + "viewUrl": "https://raw.githubusercontent.com/eladkarako/hosts/master/build/hosts_adblock.txt" + }, + { + "id": 353, + "description": "Block annoying connections", + "descriptionSourceUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_block.txt", + "discontinuedDate": null, + "donateUrl": "https://www.paypal.me/e1adkarak0", + "emailAddress": null, + "forumUrl": null, + "homeUrl": "https://github.com/eladkarako/hosts", + "issuesUrl": null, + "licenseId": 11, + "name": "HOSTS AdBlock - Anti-Annoyance - Block Annoying Connections", + "policyUrl": null, + "publishedDate": "2018-02-17T00:00:00", + "submissionUrl": null, + "syntaxId": 3, + "viewUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_block.txt" + }, + { + "id": 354, + "description": "Block annoying page-scripts", + "descriptionSourceUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_block_inline_script.txt", + "discontinuedDate": null, + "donateUrl": "https://www.paypal.me/e1adkarak0", + "emailAddress": null, + "forumUrl": null, + "homeUrl": "https://github.com/eladkarako/hosts", + "issuesUrl": null, + "licenseId": 11, + "name": "HOSTS AdBlock - Anti-Annoyance - Block Annoying Page-Scripts", + "policyUrl": null, + "publishedDate": "2018-02-17T00:00:00", + "submissionUrl": null, + "syntaxId": 3, + "viewUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_block_inline_script.txt" + }, + { + "id": 355, + "description": "Hide annoying elements", + "descriptionSourceUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_hide.txt", + "discontinuedDate": null, + "donateUrl": "https://www.paypal.me/e1adkarak0", + "emailAddress": null, + "forumUrl": null, + "homeUrl": "https://github.com/eladkarako/hosts", + "issuesUrl": null, + "licenseId": 11, + "name": "HOSTS AdBlock - Anti-Annoyance - Hide Annoying Elements", + "policyUrl": null, + "publishedDate": "2018-02-17T00:00:00", + "submissionUrl": null, + "syntaxId": 3, + "viewUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_hide.txt" + }, + { + "id": 356, + "description": "ReStyle annoying pages", + "descriptionSourceUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_style_inject.txt", + "discontinuedDate": null, + "donateUrl": "https://www.paypal.me/e1adkarak0", + "emailAddress": null, + "forumUrl": null, + "homeUrl": "https://github.com/eladkarako/hosts", + "issuesUrl": null, + "licenseId": 11, + "name": "HOSTS AdBlock - Anti-Annoyance - ReStyle Annoying Pages", + "policyUrl": null, + "publishedDate": "2018-02-17T00:00:00", + "submissionUrl": null, + "syntaxId": 3, + "viewUrl": "https://github.com/eladkarako/hosts/blob/master/build/hosts_adblock_anti_annoyances_style_inject.txt" } -] +] \ No newline at end of file diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 994565e77..52c5dd295 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -446,5 +446,25 @@ { "filterListId": 207, "maintainerId": 47 + }, + { + "filterListId": 352, + "maintainerId": 48 + }, + { + "filterListId": 353, + "maintainerId": 48 + }, + { + "filterListId": 354, + "maintainerId": 48 + }, + { + "filterListId": 355, + "maintainerId": 48 + }, + { + "filterListId": 356, + "maintainerId": 48 } ] \ No newline at end of file diff --git a/data/Maintainer.json b/data/Maintainer.json index bd3237a61..5b5051aa8 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -320,5 +320,12 @@ "homeUrl": "https://github.com/reek", "name": "Reek", "twitterHandle": null + }, + { + "id": 48, + "emailAddress": null, + "homeUrl": "https://github.com/eladkarako", + "name": "Elad Karako", + "twitterHandle": null } ] \ No newline at end of file