mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Rules fix
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
".*(news\\.google\\.).*\\?hl=.*"
|
".*(news\\.google\\.).*\\?hl=.*"
|
||||||
],
|
],
|
||||||
"redirections": [
|
"redirections": [
|
||||||
".*google\\..*\\/.*url\\?.*url=(.*)"
|
".*google\\..*\\/.*url\\?.*url=([^&]*)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"googlesyndication": {
|
"googlesyndication": {
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
"rules": [],
|
"rules": [],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": [
|
"redirections": [
|
||||||
"out\\.reddit\\.\\w{2,}\\/.*url=(.*)"
|
"out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
|
|||||||
Reference in New Issue
Block a user