mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Version 1.6.2
Added: + Added rules from #172 + Added rules from #176 + Added rules from #178 Fixed: + #170 + #162 + #163
This commit is contained in:
@@ -197,7 +197,15 @@
|
||||
"__xts__%5B[0-9]%5D",
|
||||
"__xts__\\[[0-9]\\]",
|
||||
"comment_tracking",
|
||||
"dti"
|
||||
"dti",
|
||||
"app",
|
||||
"video_source",
|
||||
"ftentidentifier",
|
||||
"pageid",
|
||||
"padding",
|
||||
"ls_ref",
|
||||
"acontext",
|
||||
"action_history"
|
||||
],
|
||||
"exceptions": [
|
||||
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*"
|
||||
@@ -451,6 +459,24 @@
|
||||
],
|
||||
"exceptions": [],
|
||||
"redirections": []
|
||||
},
|
||||
"readdc.com": {
|
||||
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(readdc\\.com)(.*\\?.*)",
|
||||
"completeProvider": false,
|
||||
"rules": [
|
||||
"ref"
|
||||
],
|
||||
"exceptions": [],
|
||||
"redirections": []
|
||||
},
|
||||
"dailycodingproblem.com": {
|
||||
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(dailycodingproblem\\.com)(.*\\?.*)",
|
||||
"completeProvider": false,
|
||||
"rules": [
|
||||
"email"
|
||||
],
|
||||
"exceptions": [],
|
||||
"redirections": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user