mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Add provider twitter and rules
This commit is contained in:
@@ -140,6 +140,14 @@
|
||||
"ref_=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||
],
|
||||
"exceptions": []
|
||||
},
|
||||
"twitter": {
|
||||
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(\\.twitter\\.)\\w{2,}\\/.*",
|
||||
"completeProvider": false,
|
||||
"rules": [
|
||||
"src=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||
],
|
||||
"exceptions": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user