mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 22:55:36 +07:00
@@ -79,7 +79,7 @@
|
|||||||
".*(news\\.google\\.).*\\?hl=.*"
|
".*(news\\.google\\.).*\\?hl=.*"
|
||||||
],
|
],
|
||||||
"redirections": [
|
"redirections": [
|
||||||
".*google\\..*\\/.*url\\?.*url=([^\\/|\\?|&]*)"
|
".*google\\..*\\/.*url\\?.*url=(.*)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"googlesyndication": {
|
"googlesyndication": {
|
||||||
@@ -130,7 +130,8 @@
|
|||||||
"exceptions": [
|
"exceptions": [
|
||||||
".*([\\.]?matrix\\.org)(\\/_matrix)\\/.*",
|
".*([\\.]?matrix\\.org)(\\/_matrix)\\/.*",
|
||||||
".*([\\.]?prismic\\.io).*",
|
".*([\\.]?prismic\\.io).*",
|
||||||
".*([\\.]?gitlab\\.com).*"
|
".*([\\.]?gitlab\\.com).*",
|
||||||
|
".*([\\.]?gcsip\\.com).*[\\?|&]ref[\\_]?=[^\\/|\\?|&]*.*"
|
||||||
],
|
],
|
||||||
"redirections": []
|
"redirections": []
|
||||||
},
|
},
|
||||||
@@ -206,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