mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Amazon rules updated
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"srs=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
".*(amazon-adsystem\\.com)\\/.*",
|
||||
".*(adsensecustomsearchads\\.com)\\/.*",
|
||||
"pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?"
|
||||
"pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
"__mk_[a-zA-Z]{1,3}_[a-zA-Z]{1,3}=.*[\\?|&]?",
|
||||
"url=.*[\\?|&]?"
|
||||
],
|
||||
"exceptions": [
|
||||
".*(amazon\\.)\\w{2,}(\\/gp\\/).*"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "ClearUrls",
|
||||
"name": "ClearURLs",
|
||||
"version": "0.4",
|
||||
"author": "Kevin R., Arne S.",
|
||||
"description": "Remove tracking elements form urls.",
|
||||
"description": "Remove tracking elements form URLs. ",
|
||||
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",
|
||||
"icons": {
|
||||
"32": "icon32.png",
|
||||
"48": "icon48.png",
|
||||
|
||||
Reference in New Issue
Block a user