mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Alles in einem
This commit is contained in:
19
data/data.json
Normal file
19
data/data.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"providers": {
|
||||
"amazon": {
|
||||
"urlPattern": "",
|
||||
"rules": [
|
||||
"pf_rd_[a-zA-Z]=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
"qid=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
"sr=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
"srs=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
".*(amazon-adsystem\\.com)\\/.*",
|
||||
".*(adsensecustomsearchads\\.com)\\/.*",
|
||||
"pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?"
|
||||
],
|
||||
"exceptions": [
|
||||
".*(amazon\\.)\\w{2,}(\\/gp\\/).*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user