remove the removing of the linkvertise regex, fixed in other commit

This commit is contained in:
Amm0ni4 2024-02-21 13:13:09 +01:00
parent 1d644ac6c9
commit d72c5fe7c3

View file

@ -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)]