mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 06:35:37 +07:00
Test rules and exceptions
This commit is contained in:
6
rules/exceptions.json
Normal file
6
rules/exceptions.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"amazon": [
|
||||||
|
".*(amazon\\.)\\w{2,}(\\/gp\\/).*"
|
||||||
|
],
|
||||||
|
|
||||||
|
}
|
||||||
12
rules/rules.json
Normal file
12
rules/rules.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"amazon": [
|
||||||
|
"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\\-\\.\\_]*[\\?|&]?"
|
||||||
|
],
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user