mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
remove the removing of the linkvertise regex, fixed in other commit
This commit is contained in:
parent
1d644ac6c9
commit
d72c5fe7c3
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ def main():
|
|||
"twitter.com", #bypass redirects
|
||||
"facebook.com", #bypass redirects
|
||||
"tiktok.com", #bypass redirects
|
||||
"vk.com", #bypass redirects
|
||||
"linkvertise" #use greasyfork.org/scripts/427869 instead
|
||||
"vk.com" #bypass redirects
|
||||
]
|
||||
regex_strings = [s for s in regex_strings if not any(word in s for word in blocked_words_for_includes)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue