Amazon rules updated

This commit is contained in:
Kevin Röbert 2017-08-04 15:15:56 +02:00
parent 27dad85ded
commit f9a63c6775
2 changed files with 6 additions and 3 deletions

View File

@ -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\\/).*"

View File

@ -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",