From 48c318ab42e51525a409a269ff2bac2e19035965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Mon, 18 Mar 2019 16:53:49 -0400 Subject: [PATCH] =?UTF-8?q?Add=20filter=20list=20=E2=80=9CHello,=20Goodbye?= =?UTF-8?q?!=E2=80=9D=20(#729)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tags referenced in FilterListTag.json are 9=annoyances and 16=overlay. --- data/FilterList.json | 9 +++++++++ data/FilterListTag.json | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/data/FilterList.json b/data/FilterList.json index 7a100bfc1..39ff7f352 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -16333,5 +16333,14 @@ "name": "KoreanList", "syntaxId": 3, "viewUrl": "https://easylist-downloads.adblockplus.org/koreanlist.txt" + }, + { + "id": 1530, + "viewUrl": "https://raw.githubusercontent.com/bcye/Hello-Goodbye/master/filterlist.txt", + "name": "Hello, Goodbye!", + "description": "Blocks every chat or helpdesk pop up in your browser.", + "homeUrl": "https://hellogoodbye.app/", + "issuesUrl": "https://github.com/bcye/Hello-Goodbye/issues", + "emailAddress": "hello@hellogoodbye.app" } ] \ No newline at end of file diff --git a/data/FilterListTag.json b/data/FilterListTag.json index b07425a84..028747935 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -6962,5 +6962,13 @@ { "filterListId": 1529, "tagId": 2 + }, + { + "filterListId": 1530, + "tagId": 9 + }, + { + "filterListId": 1530, + "tagId": 16 } ]