From 995fc4adfc3f6f6dd5c75db53faf5d2dec9e0c2e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 5 Nov 2018 07:31:03 -0600 Subject: [PATCH] add Anti Survived Tracking Link Warning closes #606 --- data/FilterList.json | 12 ++++++++++++ data/FilterListMaintainer.json | 4 ++++ data/FilterListTag.json | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/data/FilterList.json b/data/FilterList.json index 94544a508..f43fe294e 100644 --- a/data/FilterList.json +++ b/data/FilterList.json @@ -9635,5 +9635,17 @@ "name": "Press the Attack", "syntaxId": 4, "viewUrl": "https://github.com/bogachenko/presstheattack/blob/master/presstheattack.txt" + }, + { + "id": 862, + "description": "This filterlist only works for uBlock Origin and other proper forks (I only recommend NanoAdBlocker than others) because it's borrow the strict blocking ability to prevent navigation to specific sites or any traffic that re-routed to go inside first party with tracking parameters that their made first and then sent you to the target URL, the internal strict blocking warning page will prevent navigation to be happen and also reveal real URLs under the warning sign, however, you need to make manual text selection to exclude tracking parameters if some sites have multiple parameters and internal strict blocking cannot divide or clean-up target URL properly.", + "descriptionSourceUrl": "https://github.com/kowith337/PersonalFilterListCollection/tree/master/filterlist/other/readme.md", + "homeUrl": "https://github.com/kowith337/PersonalFilterListCollection", + "issuesUrl": "https://github.com/kowith337/PersonalFilterListCollection/issues", + "licenseId": 13, + "name": "Anti Survived Tracking Link Warning", + "syntaxId": 4, + "viewUrl": "https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/other/SurvivedTrackingLinkWarning.txt", + "viewUrlMirror1": "https://gitlab.com/kowith337/PersonalFilterListCollection/raw/master/filterlist/other/SurvivedTrackingLinkWarning.txt" } ] \ No newline at end of file diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json index 4ed2280f5..2189c41ad 100644 --- a/data/FilterListMaintainer.json +++ b/data/FilterListMaintainer.json @@ -2042,5 +2042,9 @@ { "filterListId": 861, "maintainerId": 107 + }, + { + "filterListId": 862, + "maintainerId": 38 } ] \ No newline at end of file diff --git a/data/FilterListTag.json b/data/FilterListTag.json index 83276460d..99510773e 100644 --- a/data/FilterListTag.json +++ b/data/FilterListTag.json @@ -3806,5 +3806,13 @@ { "filterListId": 861, "tagId": 2 + }, + { + "filterListId": 862, + "tagId": 3 + }, + { + "filterListId": 862, + "tagId": 14 } ] \ No newline at end of file