diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index 0d33d7158..1c7f7edbc 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -17599,5 +17599,13 @@ "issuesUrl": "https://github.com/elliotwutingfeng/Inversion-CloudIPs/issues", "licenseId": 10, "name": "Inversion CloudIPs" + }, + { + "description": "A filter list for Adblock Plus for remove all newsletters banners", + "homeUrl": "https://github.com/thedoggybrad/no-newsletter", + "id": 2614, + "issuesUrl": "https://github.com/thedoggybrad/no-newsletter/issues", + "licenseId": 17, + "name": "no-newsletter" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 033ff95e9..b4425deef 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -6046,5 +6046,9 @@ { "filterListId": 2613, "maintainerId": 174 + }, + { + "filterListId": 2614, + "maintainerId": 185 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 1506bc777..0979b135e 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8838,5 +8838,9 @@ { "filterListId": 2613, "syntaxId": 1 + }, + { + "filterListId": 2614, + "syntaxId": 3 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index 77c972bc1..aecde9034 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -16342,5 +16342,11 @@ "id": 2880, "primariness": 1, "url": "https://raw.githubusercontent.com/elliotwutingfeng/Inversion-CloudIPs/main/ips.txt" + }, + { + "filterListId": 2614, + "id": 2881, + "primariness": 1, + "url": "https://raw.githubusercontent.com/thedoggybrad/no-newsletter/master/filter.txt" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 576527b45..a82a13a84 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -956,5 +956,10 @@ "id": 184, "name": "Matteo", "url": "https://github.com/Leaf16591" + }, + { + "id": 185, + "name": "The Doggy Brad", + "url": "https://github.com/thedoggybrad" } ]