From 8994ca7e96d9e0b8c0c49a90ae1a9f0e05614ee3 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 21 Apr 2019 15:40:34 -0500 Subject: [PATCH] add "Yet another small uBlock filter list" (#767) * Update FilterList.json * Update FilterListLanguage.json * Update Maintainer.json * Update FilterList.json * Update FilterListMaintainer.json * Update FilterListTag.json * update syntax per https://github.com/collinbarrett/FilterLists/pull/764#issuecomment-485259708 --- data/FilterList.json | 12 +++++++++++- data/FilterListLanguage.json | 4 ++++ data/FilterListMaintainer.json | 4 ++++ data/FilterListTag.json | 28 ++++++++++++++++++++++++++++ data/Maintainer.json | 5 +++++ 5 files changed, 52 insertions(+), 1 deletion(-) diff --git a/data/FilterList.json b/data/FilterList.json index f770d6798..f8576ebb2 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -16625,5 +16625,15 @@ "name": "AdmiraList", "syntaxId": 2, "viewUrl": "https://raw.githubusercontent.com/jkrejcha/AdmiraList/master/AdmiraList.txt" - } + }, + { + "id": 1562, + "description": "Constantly updated filter list for uBlock Origin. Let's make sites cleaner and reading more comfortable!", + "descriptionSourceUrl": "https://github.com/mtxadmin/ublock/issues", + "homeUrl": "https://github.com/mtxadmin/ublock/", + "issuesUrl": "https://github.com/mtxadmin/ublock/issues", + "name": "Yet another small uBlock filter list", + "syntaxId": 21, + "viewUrl": "https://raw.githubusercontent.com/mtxadmin/ublock/master/it" + } ] diff --git a/data/FilterListLanguage.json b/data/FilterListLanguage.json index 29edbd950..0a746138a 100644 --- a/data/FilterListLanguage.json +++ b/data/FilterListLanguage.json @@ -2094,5 +2094,9 @@ { "filterListId": 769, "languageId": 163 + }, + { + "filterListId": 1562, + "languageId": 18 } ] diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 2917ab347..425ff3cb4 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -4426,5 +4426,9 @@ { "filterListId": 1558, "maintainerId": 107 + }, + { + "filterListId": 1562, + "maintainerId": 132 } ] diff --git a/data/FilterListTag.json b/data/FilterListTag.json index 07b8ec318..3c2a7fc61 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -6630,5 +6630,33 @@ { "filterListId": 1561, "tagId": 14 + }, + { + "filterListId": 1562, + "tagId": 2 + }, + { + "filterListId": 1562, + "tagId": 3 + }, + { + "filterListId": 1562, + "tagId": 4 + }, + { + "filterListId": 1562, + "tagId": 8 + }, + { + "filterListId": 1562, + "tagId": 16 + }, + { + "filterListId": 1562, + "tagId": 20 + }, + { + "filterListId": 1562, + "tagId": 29 } ] diff --git a/data/Maintainer.json b/data/Maintainer.json index 23789d273..4c954dfbd 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -693,5 +693,10 @@ "id": 131, "homeUrl": "http://columwalsh.ie/", "name": "Colum Walsh" + }, + { + "id": 132, + "homeUrl": "https://github.com/mtxadmin", + "name": "mtxadmin" } ]