Some new rules 📦
The hash file is coming soon :)
This commit is contained in:
parent
c070060b03
commit
3382f227a9
|
@ -20,7 +20,8 @@
|
||||||
"colid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"colid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"coliid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"coliid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"adId=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"adId=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"qualifier=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
"qualifier=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"_encoding=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
"exceptions": [
|
||||||
".*(amazon\\.)\\w{2,}(\\/gp).*\\/redirector.html\\/.*"
|
".*(amazon\\.)\\w{2,}(\\/gp).*\\/redirector.html\\/.*"
|
||||||
|
@ -51,7 +52,8 @@
|
||||||
"_u=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"_u=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"je=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"je=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"ie=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
"ie=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"sei=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
"exceptions": [
|
||||||
".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*",
|
".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*",
|
||||||
|
@ -99,7 +101,11 @@
|
||||||
"action_object_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"action_object_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"action_type_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"action_type_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"action_ref_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"action_ref_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"gs_l=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
"gs_l=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"mkt_tok=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"hmb_campaign=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"hmb_medium=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"hmb_source=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
],
|
],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": []
|
"redirections": []
|
||||||
|
@ -143,7 +149,9 @@
|
||||||
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?youtube\\.)\\w{2,}\\/.*",
|
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?youtube\\.)\\w{2,}\\/.*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
"rules": [
|
"rules": [
|
||||||
"feature=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
"feature=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"gclid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"kw=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
],
|
],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": []
|
"redirections": []
|
||||||
|
@ -208,6 +216,51 @@
|
||||||
],
|
],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": []
|
"redirections": []
|
||||||
|
},
|
||||||
|
"bing": {
|
||||||
|
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?bing\\.)\\w{2,}\\/.*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"cvid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"form=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"sk=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"sp=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"sc=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"qs=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"qp=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
|
},
|
||||||
|
"tweakers": {
|
||||||
|
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?tweakers\\.net)\\/.*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"nb=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"u=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
|
},
|
||||||
|
"twitch": {
|
||||||
|
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?twitch\\.)\\w{2,}\\/.*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"tt_medium=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"tt_content=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
|
},
|
||||||
|
"vivaldi": {
|
||||||
|
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?vivaldi\\.com)\\/.*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"pk_campaign=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
|
"pk_kwd=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user