From f8988c5eba43f642f9b93a0e755ce4678f3f6755 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 15 Apr 2022 12:11:35 -0500 Subject: [PATCH] =?UTF-8?q?feat(dir):=20=E2=9C=A8=20add=20Anti-Q?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/Directory/data/FilterList.json | 8 ++++++++ services/Directory/data/FilterListMaintainer.json | 4 ++++ services/Directory/data/FilterListSyntax.json | 4 ++++ services/Directory/data/FilterListViewUrl.json | 6 ++++++ services/Directory/data/Maintainer.json | 5 +++++ 5 files changed, 27 insertions(+) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index b1d45f105..ff69fe5c4 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17394,5 +17394,13 @@ "issuesUrl": "https://github.com/sioxe823/Project-RnJlRUhL/issues", "licenseId": 5, "name": "Project RnJlRUhL" + }, + { + "description": "My home made anti Qanon list.", + "homeUrl": "https://github.com/ThePirateNerd/Anti-Q", + "id": 2584, + "issuesUrl": "https://github.com/ThePirateNerd/Anti-Q/issues", + "licenseId": 5, + "name": "Anti-Q" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index e9ea31edc..a5579cd0d 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5846,5 +5846,9 @@ { "filterListId": 2583, "maintainerId": 176 + }, + { + "filterListId": 2584, + "maintainerId": 177 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index de2bf406a..f49aa1ea2 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8718,5 +8718,9 @@ { "filterListId": 2583, "syntaxId": 6 + }, + { + "filterListId": 2584, + "syntaxId": 2 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 9299b4b11..0c7f73d6d 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16150,5 +16150,11 @@ "id": 2848, "primariness": 1, "url": "https://raw.githubusercontent.com/sioxe823/Project-RnJlRUhL/main/chinese_gov_forced_install.txt" + }, + { + "filterListId": 2584, + "id": 2849, + "primariness": 1, + "url": "https://raw.githubusercontent.com/ThePirateNerd/Anti-Q/main/Anti-Q.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 476f14cd6..2556d4a9b 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -916,5 +916,10 @@ "id": 176, "name": "sioxe823", "url": "https://github.com/sioxe823" + }, + { + "id": 177, + "name": "ThePirateNerd", + "url": "https://github.com/ThePirateNerd" } ]