mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Fix #11
+ Add rule for facebook like/share button.
+ Edit redirection rule for reddit, no more loops 🌴
This commit is contained in:
@@ -154,7 +154,9 @@
|
||||
"[a-zA-Z]*ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||
"hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||
],
|
||||
"exceptions": [],
|
||||
"exceptions": [
|
||||
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/share_button.php).*"
|
||||
],
|
||||
"redirections": []
|
||||
},
|
||||
"imdb": {
|
||||
@@ -181,7 +183,7 @@
|
||||
"rules": [],
|
||||
"exceptions": [],
|
||||
"redirections": [
|
||||
"url=([^\\/|\\?|&]*)"
|
||||
"(https:\\/\\/||http:\\/\\/).*(out\\.reddit\\.)\\w{2,}\\/.*url=([^\\/|\\?|&]*)"
|
||||
]
|
||||
}
|
||||
,
|
||||
|
||||
Reference in New Issue
Block a user