Add filter list “Hello, Goodbye!” (#729)

The tags referenced in FilterListTag.json are 9=annoyances and 16=overlay.
This commit is contained in:
Rory O’Kane 2019-03-18 16:53:49 -04:00 committed by Collin M. Barrett
parent 0621221f3c
commit 48c318ab42
2 changed files with 17 additions and 0 deletions

View file

@ -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"
}
]

View file

@ -6962,5 +6962,13 @@
{
"filterListId": 1529,
"tagId": 2
},
{
"filterListId": 1530,
"tagId": 9
},
{
"filterListId": 1530,
"tagId": 16
}
]