From e9ca689b0ce2487d8aef4605e4de7ee0d56bde36 Mon Sep 17 00:00:00 2001 From: Brandon Anzaldi Date: Sat, 7 Sep 2019 05:52:19 -0700 Subject: [PATCH] Add DontPushMe list for filtering push notifications --- data/FilterList.json | 11 +++++++++++ data/FilterListMaintainer.json | 4 ++++ data/FilterListTag.json | 4 ++++ data/Maintainer.json | 5 +++++ 4 files changed, 24 insertions(+) diff --git a/data/FilterList.json b/data/FilterList.json index f2d2d5a4d..9e0fa3aa5 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -19511,5 +19511,16 @@ "name": "FilterLists Dark Mode", "syntaxId": 4, "viewUrl": "https://raw.githubusercontent.com/hawkeye116477/FilterListsDarkMode/master/DarkFilterLists.txt" + }, + { + "id": 1834, + "description": "A filter list for those annoying \"Subscribe to our push notifications\" popups.", + "homeUrl": "https://github.com/caffeinewriter/DontPushMe", + "issuesUrl": "https://github.com/caffeinewriter/DontPushMe/issues", + "donateUrl": "https://ko-fi.com/caffeinewriter", + "viewUrl": "https://raw.githubusercontent.com/caffeinewriter/DontPushMe/master/filterlist.txt", + "name": "Don't Push Me", + "syntaxId": 4, + "licenseId": 11 } ] diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index a7868da59..49c2bbf8a 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -4798,5 +4798,9 @@ { "filterListid": 1833, "maintainerid": 141 +}, +{ + "filterListId": 1834, + "maintainerId": 142 } ] diff --git a/data/FilterListTag.json b/data/FilterListTag.json index 08a546a4e..dfc26dc08 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -9062,5 +9062,9 @@ { "filterListId": 1833, "tagId": 27 + }, + { + "filterListId": 1834, + "tagId": 9 } ] diff --git a/data/Maintainer.json b/data/Maintainer.json index 65e075902..9400a843e 100644 --- a/data/Maintainer.json +++ b/data/Maintainer.json @@ -743,5 +743,10 @@ "id": 141, "homeUrl": "https://github.com/hawkeye116477", "name": "hawkeye116477" + }, + { + "id": 142, + "homeUrl": "https://github.com/caffeinewriter", + "name": "caffeinewriter" } ]