From 19ad69d723dc7c52677c6c1723961388d8b97d19 Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:56:13 +1000 Subject: [PATCH 1/9] Update Rules fix #114 Added notification_referrer_id fix #112 Add site tvnet.lv fix #111 Add site komoot.com fix #104 Add site 1fichier.com fix #98 Add site douyu.com fix #94 Added sp_csd rule --- data.min.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/data.min.json b/data.min.json index f3aa844..a538eaf 100644 --- a/data.min.json +++ b/data.min.json @@ -37,7 +37,8 @@ "s", "content-id", "dib", - "dib_tag" + "dib_tag", + "sp_csd" ], "referralMarketing": [ "tag", @@ -877,7 +878,8 @@ "completeProvider": false, "rules": [ "email_token", - "email_source" + "email_source", + "notification_referrer_id" ], "referralMarketing": [], "rawRules": [], @@ -3025,6 +3027,55 @@ "exceptions": [], "redirections": [], "forceRedirection": false + }, + "tvnet.lv": { + "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?tvnet\\.lv", + "completeProvider": false, + "rules": [ + "pnespid" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false + }, + "1fichier.com": { + "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?1fichier\\.com", + "completeProvider": false, + "rules": [], + "referralMarketing": [ + "af" + ], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false + }, + "douyu.com": { + "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?douyu\\.com", + "completeProvider": false, + "rules": [ + "dyshid", + "dyshci" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false + }, + "komoot.com": { + "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?komoot\\.com", + "completeProvider": false, + "rules": [ + "share_token" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } } From a6f3f34651d8acf4e19949446416af4b227dc3d3 Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Sun, 4 Aug 2024 10:59:02 +1000 Subject: [PATCH 2/9] food.google.com rules fix #123 --- data.min.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index a538eaf..b2d6eee 100644 --- a/data.min.json +++ b/data.min.json @@ -158,7 +158,14 @@ "rlz", "i-would-rather-use-firefox", "pcampaignid", - "sca_esv" + "sca_esv", + "foub", + "opi", + "fo_[ms]", + "gei", + "ssta", + "cs", + "g2lb" ], "referralMarketing": [ "referrer" From 3519d3e7c837788b5ffea343234f4660b848643b Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:05:08 +1000 Subject: [PATCH 3/9] add bloomberg leadSource fix #84 --- data.min.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data.min.json b/data.min.json index b2d6eee..01182e5 100644 --- a/data.min.json +++ b/data.min.json @@ -3083,6 +3083,18 @@ "exceptions": [], "redirections": [], "forceRedirection": false + }, + "bloomberg.com": { + "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?bloomberg\\.com", + "completeProvider": false, + "rules": [ + "leadSource" + ], + "referralMarketing": [], + "rawRules": [], + "exceptions": [], + "redirections": [], + "forceRedirection": false } } } From b762948dee2c98addcd38104459513ba2ac0d9a9 Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:55:20 +1000 Subject: [PATCH 4/9] add more google rules mostly found when changing tabs (books, shopping) see #85 --- data.min.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data.min.json b/data.min.json index 01182e5..39aa67f 100644 --- a/data.min.json +++ b/data.min.json @@ -158,14 +158,16 @@ "rlz", "i-would-rather-use-firefox", "pcampaignid", - "sca_esv", + "sca_(es|up)v", "foub", "opi", "fo_[ms]", "gei", "ssta", "cs", - "g2lb" + "g2lb", + "fbs", + "ictx" ], "referralMarketing": [ "referrer" From 6fd1efe4a1e9e24db98b2adcc8fd1bfe86245b9e Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:23:55 +1000 Subject: [PATCH 5/9] add reference_location to github.com found when clicking the PR icon in an issue --- data.min.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index 39aa67f..a1c6fd2 100644 --- a/data.min.json +++ b/data.min.json @@ -888,7 +888,8 @@ "rules": [ "email_token", "email_source", - "notification_referrer_id" + "notification_referrer_id", + "reference_location" ], "referralMarketing": [], "rawRules": [], From bddf06d47fdc1a2a642050f46d2df7b5d0b5116c Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:36:39 +1000 Subject: [PATCH 6/9] fix ClearURLs/Addon#376 add help.steampowered.com to exceptions --- data.min.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index a1c6fd2..db0271a 100644 --- a/data.min.json +++ b/data.min.json @@ -314,7 +314,7 @@ "^https?:\\/\\/git(lab)?\\.[^/]*\\/[^?]+\\?.*?&?ref_?=[^/?&]*", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?amazon(?:\\.[a-z]{2,}){1,}\\/message-us\\?", "^https?:\\/\\/authorization\\.td\\.com", - "^https?:\\/\\/support\\.steampowered\\.com", + "^https?:\\/\\/(?:help|support)\\.steampowered\\.com", "^https?:\\/\\/privacy\\.vakmedianet\\.nl\\/.*?ref=", "^https?:\\/\\/sso\\.serverplan\\.com\\/manage2fa\\/check\\?ref=", "^https?:\\/\\/login\\.meijer\\.com\\/.*?\\?ref=", From e07594c4b853bde497bd2a0291500d80833e75d5 Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:24:11 +1000 Subject: [PATCH 7/9] more google rules --- data.min.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index db0271a..638c001 100644 --- a/data.min.json +++ b/data.min.json @@ -167,7 +167,10 @@ "cs", "g2lb", "fbs", - "ictx" + "ictx", + "iflsig", + "uds", + "sstk" ], "referralMarketing": [ "referrer" From 6bf149c7cc99415832da6f15b83b9c0208edf74f Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:42:38 +1000 Subject: [PATCH 8/9] exclude planfy.com/api/booking fix #113 --- data.min.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index 638c001..3f43fc3 100644 --- a/data.min.json +++ b/data.min.json @@ -342,7 +342,8 @@ "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?github\\.com", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?billiger\\.de\\/.*?mc=", "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?\\.youtrack\\.cloud", - "^https?:\\/\\/cu\\.bankid\\.com" + "^https?:\\/\\/cu\\.bankid\\.com", + "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?planfy\\.com\\/api\\/booking\\/" ], "redirections": [], "forceRedirection": false From c1591646ba45434f9401fe22174f33836ac7f01e Mon Sep 17 00:00:00 2001 From: Banaanae <83927639+Banaanae@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:56:30 +1000 Subject: [PATCH 9/9] roblox.com rules --- data.min.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index 3f43fc3..92c827a 100644 --- a/data.min.json +++ b/data.min.json @@ -2221,7 +2221,23 @@ "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?roblox\\.com", "completeProvider": false, "rules": [ - "refPageId" + "refPageId", + "gameSetTypeId", + "homePageSessionInfo", + "gameSearchSessionInfo", + "isAd", + "nativeAdData", + "numberOfLoadedTiles", + "page", + "PageId", + "PageType", + "playContext", + "position", + "sortPos", + "SortPosition", + "SortFilter", + "universeId", + "ctx(-nav)?" ], "referralMarketing": [], "rawRules": [],