From a23d7eecbcede82cfc4201b7824fb310226adf05 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 21 Feb 2018 19:16:08 -0600 Subject: [PATCH] add uBlock/IE variants of EasyList CZ/SK closes #171 --- data/FilterList.json | 40 ++++++++++++++++++++++++++++++++-- data/FilterListLanguage.json | 24 ++++++++++++++++++++ data/FilterListMaintainer.json | 12 ++++++++++ data/Maintainer.json | 7 ++++++ data/Syntax.json | 5 +++++ 5 files changed, 86 insertions(+), 2 deletions(-) diff --git a/data/FilterList.json b/data/FilterList.json index 820b1374e..1c397dab3 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -5481,12 +5481,12 @@ "forumUrl": "https://easylist-czech-and-slovak.tenderapp.com/", "homeUrl": "https://adblock.sk/", "issuesUrl": "https://github.com/tomasko126/easylistczechandslovak/issues", - "licenseId": 5, + "licenseId": 8, "name": "EasyList Czech and Slovak", "policyUrl": null, "publishedDate": null, "submissionUrl": null, - "syntaxId": null, + "syntaxId": 3, "viewUrl": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt" }, { @@ -6622,5 +6622,41 @@ "submissionUrl": null, "syntaxId": "7", "viewUrl": "https://raw.githubusercontent.com/uMatrix-Rules/uMatrix-Rules-Site/master/rules.txt" + }, + { + "id": 369, + "description": "Official filter list file used for blocking ads on Czech and Slovak websites.", + "descriptionSourceUrl": "https://github.com/tomasko126/easylistczechandslovak", + "discontinuedDate": null, + "donateUrl": null, + "emailAddress": "tomastaro@adblock.sk", + "forumUrl": "https://easylist-czech-and-slovak.tenderapp.com/", + "homeUrl": "https://adblock.sk/", + "issuesUrl": "https://github.com/tomasko126/easylistczechandslovak/issues", + "licenseId": 8, + "name": "EasyList Czech and Slovak - uBlock", + "policyUrl": null, + "publishedDate": null, + "submissionUrl": null, + "syntaxId": 4, + "viewUrl": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters_ublock.txt" + }, + { + "id": 370, + "description": "Official filter list file used for blocking ads on Czech and Slovak websites.", + "descriptionSourceUrl": "https://github.com/tomasko126/easylistczechandslovak", + "discontinuedDate": null, + "donateUrl": null, + "emailAddress": "tomastaro@adblock.sk", + "forumUrl": "https://easylist-czech-and-slovak.tenderapp.com/", + "homeUrl": "https://adblock.sk/", + "issuesUrl": "https://github.com/tomasko126/easylistczechandslovak/issues", + "licenseId": 8, + "name": "EasyList Czech and Slovak - IE", + "policyUrl": null, + "publishedDate": null, + "submissionUrl": null, + "syntaxId": 10, + "viewUrl": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters_ie.tpl" } ] \ No newline at end of file diff --git a/data/FilterListLanguage.json b/data/FilterListLanguage.json index 5dd50dd52..905d90879 100644 --- a/data/FilterListLanguage.json +++ b/data/FilterListLanguage.json @@ -87,6 +87,14 @@ "filterListId": 224, "languageId": 11 }, + { + "filterListId": 305, + "languageId": 75 + }, + { + "filterListId": 305, + "languageId": 105 + }, { "filterListId": 315, "languageId": 11 @@ -198,5 +206,21 @@ { "filterListId": 351, "languageId": 11 + }, + { + "filterListId": 369, + "languageId": 75 + }, + { + "filterListId": 369, + "languageId": 105 + }, + { + "filterListId": 370, + "languageId": 75 + }, + { + "filterListId": 370, + "languageId": 105 } ] \ No newline at end of file diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 48d4ca53b..e42f22386 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -514,5 +514,17 @@ { "filterListId": 368, "maintainerId": 51 + }, + { + "filterListId": 305, + "maintainerId": 52 + }, + { + "filterListId": 369, + "maintainerId": 52 + }, + { + "filterListId": 370, + "maintainerId": 52 } ] \ No newline at end of file diff --git a/data/Maintainer.json b/data/Maintainer.json index a728a0055..d14ef3557 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -348,5 +348,12 @@ "homeUrl": "https://github.com/Rictusempra", "name": "Rictusempra", "twitterHandle": null + }, + { + "id": 52, + "emailAddress": null, + "homeUrl": "https://github.com/tomasko126", + "name": "Tomáš Taro", + "twitterHandle": null } ] \ No newline at end of file diff --git a/data/Syntax.json b/data/Syntax.json index 702097067..4277c6e40 100644 --- a/data/Syntax.json +++ b/data/Syntax.json @@ -38,5 +38,10 @@ "id": 9, "definitionUrl": null, "name": "IPs" + }, + { + "id": 10, + "definitionUrl": "https://blogs.msdn.microsoft.com/ie/2010/12/07/ie9-and-privacy-introducing-tracking-protection/", + "name": "Tracking Protection List (IE)" } ] \ No newline at end of file