mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Merge branch 'master' into next-gen
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<a href="https://www.buymeacoffee.com/KevinRoebert" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="51" width="217"></a>
|
<a href="https://www.buymeacoffee.com/KevinRoebert" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="60"></a>
|
||||||
|
|
||||||
[<img src="https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png" alt="for Firefox">](https://addons.mozilla.org/en-US/firefox/addon/clearurls/) [<img src="https://gitlab.com/KevinRoebert/ClearUrls/-/raw/master/promotion/MEA-button.png" alt="for Edge">](https://microsoftedge.microsoft.com/addons/detail/mdkdmaickkfdekbjdoojfalpbkgaddei) [<img src="https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png" alt="for Chrome">](https://chrome.google.com/webstore/detail/clearurls/lckanjgmijmafbedllaakclkaicjfmnk)
|
[<img src="https://blog.mozilla.org/addons/files/2020/04/get-the-addon-fx-apr-2020.svg" alt="for Firefox" height="60px">](https://addons.mozilla.org/en-US/firefox/addon/clearurls/) [<img src="https://gitlab.com/KevinRoebert/ClearUrls/-/raw/master/promotion/MEA-button.png" alt="for Edge" height="60px">](https://microsoftedge.microsoft.com/addons/detail/mdkdmaickkfdekbjdoojfalpbkgaddei) [<img src="https://developer.chrome.com/webstore/images/ChromeWebStore_BadgeWBorder_v2_206x58.png" alt="for Chrome" height="60px">](https://chrome.google.com/webstore/detail/clearurls/lckanjgmijmafbedllaakclkaicjfmnk)
|
||||||
|
|
||||||
# <sub><img src="https://gitlab.com/KevinRoebert/ClearUrls/raw/master/img/clearurls.svg" width="64px" height="64px"></sub> ClearURLs
|
# <sub><img src="https://gitlab.com/KevinRoebert/ClearUrls/raw/master/img/clearurls.svg" width="64px" height="64px"></sub> ClearURLs
|
||||||
|
|
||||||
@@ -75,6 +75,7 @@ Please push your translation into the folder `_locales/{country code}/messages.j
|
|||||||
## Recommended by...
|
## Recommended by...
|
||||||
* [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1-Extensions)
|
* [ghacks-user.js](https://github.com/ghacksuserjs/ghacks-user.js/wiki/4.1-Extensions)
|
||||||
* [Awesome Humane Tech List](https://github.com/humanetech-community/awesome-humane-tech#tracking)
|
* [Awesome Humane Tech List](https://github.com/humanetech-community/awesome-humane-tech#tracking)
|
||||||
|
* [PrivacyTools](https://www.privacytools.io/browsers/#addons)
|
||||||
* ClearURLs is part of Mozilla's recommended extensions program
|
* ClearURLs is part of Mozilla's recommended extensions program
|
||||||
|
|
||||||
## Permissions
|
## Permissions
|
||||||
|
|||||||
@@ -3,6 +3,62 @@
|
|||||||
"amazon": {
|
"amazon": {
|
||||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(amazon)(\\.[a-zA-Z]{2,}).*",
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(amazon)(\\.[a-zA-Z]{2,}).*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"pf_rd_[a-zA-Z]",
|
||||||
|
"qid",
|
||||||
|
"sr",
|
||||||
|
"srs",
|
||||||
|
"pd_rd_[a-zA-Z]*",
|
||||||
|
"__mk_[a-zA-Z]{1,3}_[a-zA-Z]{1,3}",
|
||||||
|
"spIA",
|
||||||
|
"ms3_c",
|
||||||
|
"[a-zA-Z%0-9]*ie",
|
||||||
|
"refRID",
|
||||||
|
"colid",
|
||||||
|
"coliid",
|
||||||
|
"[^a-zA-Z%0-9]adId",
|
||||||
|
"qualifier",
|
||||||
|
"_encoding",
|
||||||
|
"smid",
|
||||||
|
"field-lbr_brands_browse-bin",
|
||||||
|
"ref_?",
|
||||||
|
"th",
|
||||||
|
"sprefix",
|
||||||
|
"crid",
|
||||||
|
"keywords",
|
||||||
|
"cv_ct_[a-zA-Z]+",
|
||||||
|
"linkCode",
|
||||||
|
"creativeASIN",
|
||||||
|
"ascsubtag",
|
||||||
|
"aaxitk",
|
||||||
|
"hsa_cr_id",
|
||||||
|
"sb-ci-[a-zA-Z]+",
|
||||||
|
"rnid",
|
||||||
|
"dchild",
|
||||||
|
"camp",
|
||||||
|
"creative",
|
||||||
|
"s"
|
||||||
|
],
|
||||||
|
"referralMarketing": [
|
||||||
|
"tag"
|
||||||
|
],
|
||||||
|
"exceptions": [
|
||||||
|
".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*",
|
||||||
|
".*(amazon\\.).*(\\/hz\\/reviews-render\\/ajax\\/).*",
|
||||||
|
".*(amazon\\.).*(\\/gp).*\\/cart\\/ajax-update.html\\/.*",
|
||||||
|
".*(amazon\\.).*\\/message-us\\?.*",
|
||||||
|
".*(amazon\\.).*(\\/gp).*\\/video\\/api\\/.*",
|
||||||
|
".*(amazon\\.).*\\/s\\?.*"
|
||||||
|
],
|
||||||
|
"rawRules": [
|
||||||
|
"\\/ref=[^\\/\\?]*"
|
||||||
|
],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"amazon search": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(amazon)(\\.[a-zA-Z]{2,}).*\\/s.*\\?.*",
|
||||||
|
"completeProvider": false,
|
||||||
"rules": [
|
"rules": [
|
||||||
"pf_rd_[a-zA-Z]",
|
"pf_rd_[a-zA-Z]",
|
||||||
"qid",
|
"qid",
|
||||||
@@ -41,16 +97,10 @@
|
|||||||
"referralMarketing": [
|
"referralMarketing": [
|
||||||
"tag"
|
"tag"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
|
||||||
".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*",
|
|
||||||
".*(amazon\\.).*(\\/hz\\/reviews-render\\/ajax\\/).*",
|
|
||||||
".*(amazon\\.).*(\\/gp).*\\/cart\\/ajax-update.html\\/.*",
|
|
||||||
".*(amazon\\.).*\\/message-us\\?.*",
|
|
||||||
".*(amazon\\.).*(\\/gp).*\\/video\\/api\\/.*"
|
|
||||||
],
|
|
||||||
"rawRules": [
|
"rawRules": [
|
||||||
"\\/ref=[^\\/\\?]*"
|
"\\/ref=[^\\/\\?]*"
|
||||||
],
|
],
|
||||||
|
"exceptions": [],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
@@ -182,7 +232,7 @@
|
|||||||
"urlPattern": ".*",
|
"urlPattern": ".*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
"rules": [
|
"rules": [
|
||||||
"(%3F)?utm(_[a-zA-Z]*)?",
|
"(%3F)?utm(_[a-zA-Z_]*)?",
|
||||||
"(%3F)?ga_[a-zA-Z_]+",
|
"(%3F)?ga_[a-zA-Z_]+",
|
||||||
"(%3F)?yclid",
|
"(%3F)?yclid",
|
||||||
"(%3F)?_openstat",
|
"(%3F)?_openstat",
|
||||||
@@ -212,7 +262,8 @@
|
|||||||
"(%3F)?dclid",
|
"(%3F)?dclid",
|
||||||
"Echobox",
|
"Echobox",
|
||||||
"(%3F)?spm",
|
"(%3F)?spm",
|
||||||
"(%3F)?vn(_[a-zA-Z]*)+"
|
"(%3F)?vn(_[a-zA-Z]*)+",
|
||||||
|
"(%3F)?cid"
|
||||||
],
|
],
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
@@ -253,7 +304,10 @@
|
|||||||
".*(login\\.progressive\\.com).*",
|
".*(login\\.progressive\\.com).*",
|
||||||
".*(sephora\\.com\\/api\\/).*",
|
".*(sephora\\.com\\/api\\/).*",
|
||||||
".*(contestgirl\\.com).*",
|
".*(contestgirl\\.com).*",
|
||||||
".*agenciatributaria.gob.es.*"
|
".*agenciatributaria.gob.es.*",
|
||||||
|
".*login\\.ingbank\\.pl.*",
|
||||||
|
"wss?:\\/\\/.*zoom\\.us.*",
|
||||||
|
".*api\\.bilibili\\.com.*"
|
||||||
],
|
],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
@@ -1067,7 +1121,9 @@
|
|||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": [],
|
"redirections": [
|
||||||
|
".*u=([^&]*)"
|
||||||
|
],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
"lazada.com.my": {
|
"lazada.com.my": {
|
||||||
@@ -1655,7 +1711,10 @@
|
|||||||
"mots",
|
"mots",
|
||||||
"noredirect",
|
"noredirect",
|
||||||
"RewriteLast",
|
"RewriteLast",
|
||||||
"lien"
|
"lien",
|
||||||
|
"aComposeInputSearch",
|
||||||
|
"type_recherche_forum",
|
||||||
|
"add_mots"
|
||||||
],
|
],
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
@@ -1672,7 +1731,9 @@
|
|||||||
"type_recherche",
|
"type_recherche",
|
||||||
"noredirect",
|
"noredirect",
|
||||||
"RewriteLast",
|
"RewriteLast",
|
||||||
"lien"
|
"lien",
|
||||||
|
"aComposeInputSearch",
|
||||||
|
"type_recherche_forum"
|
||||||
],
|
],
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
@@ -1708,6 +1769,184 @@
|
|||||||
".*url=([^&]*)"
|
".*url=([^&]*)"
|
||||||
],
|
],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"tiktok.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(tiktok)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"u_code",
|
||||||
|
"preview_pb",
|
||||||
|
"language",
|
||||||
|
"_d",
|
||||||
|
"timestamp",
|
||||||
|
"user_id",
|
||||||
|
"share_app_name",
|
||||||
|
"share_iid",
|
||||||
|
"source"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"autoplus.fr": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(autoplus)(\\.fr).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"idprob",
|
||||||
|
"hash",
|
||||||
|
"sending_id",
|
||||||
|
"site_id",
|
||||||
|
"dr_tracker"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"bigfishgames.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(bigfishgames)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"pc",
|
||||||
|
"npc",
|
||||||
|
"npv[0-9]+",
|
||||||
|
"npi"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [
|
||||||
|
"\\?pc$"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"dpbolvw.net": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(dpbolvw)(\\.net).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*url=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"humblebundle.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(humblebundle)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [
|
||||||
|
"partner"
|
||||||
|
],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"cafepedagogique.net": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(cafepedagogique)(\\.net).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"actId",
|
||||||
|
"actCampaignType",
|
||||||
|
"actSource"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"bloculus.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(bloculus)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"tl_[a-zA-Z_]+"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"mailpanion.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(mailpanion)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*destination=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"signtr.website": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(signtr)(\\.website).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*redirect=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"mailtrack.io": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(mailtrack)(\\.io).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*url=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"zillow.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(zillow)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"rtoken"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"realtor.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(realtor)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"ex",
|
||||||
|
"identityID",
|
||||||
|
"MID",
|
||||||
|
"RID"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"redfin.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(redfin)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"riftinfo"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user