mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-29 22:27:27 +05:00
Disabled linkvertise bypass, use linkvertise and krnl bypasser for that instead
it works faster for this particularly complicated link shortener: https://greasyfork.org/scripts/427869
This commit is contained in:
parent
d42450923e
commit
f6ec559bca
5 changed files with 4 additions and 5 deletions
|
@ -74,7 +74,8 @@ def main():
|
|||
"twitter.com", #bypass redirects
|
||||
"facebook.com", #bypass redirects
|
||||
"tiktok.com", #bypass redirects
|
||||
"vk.com" #bypass redirects
|
||||
"vk.com", #bypass redirects
|
||||
"linkvertise" #use greasyfork.org/scripts/427869 instead
|
||||
]
|
||||
regex_strings = [s for s in regex_strings if not any(word in s for word in blocked_words_for_includes)]
|
||||
|
||||
|
|
|
@ -166,7 +166,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?((cutado|cutyurls).com|(cutt|cutsy|cutlink).net|(cutty|exego).app)(\/.*)/
|
||||
// @match *://*.comohoy.com/*
|
||||
// @match *://*.ctr.sh/*
|
||||
// @match *://*.linkvertise.com/*
|
||||
// @match *://*.easycut.io/*
|
||||
// @match *://*.programasvirtualespc.net/*
|
||||
// @match *://*.hiharshit.in/*
|
||||
|
|
|
@ -166,7 +166,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?((cutado|cutyurls).com|(cutt|cutsy|cutlink).net|(cutty|exego).app)(\/.*)/
|
||||
// @match *://*.comohoy.com/*
|
||||
// @match *://*.ctr.sh/*
|
||||
// @match *://*.linkvertise.com/*
|
||||
// @match *://*.easycut.io/*
|
||||
// @match *://*.programasvirtualespc.net/*
|
||||
// @match *://*.hiharshit.in/*
|
||||
|
|
|
@ -8,6 +8,8 @@ Automatically bypass many link shorteners ([supported shorteners](https://codebe
|
|||
(you need a userscript manager like [ViolentMonkey](https://violentmonkey.github.io/) installed in your web browser)
|
||||
|
||||
## Improvements in this fork
|
||||
- **Disabled the linkvertise bypass. Use [linkvertise and krnl bypasser](https://greasyfork.org/scripts/427869)**, which works better for that shortener. (I disabled it to avoid conflicts between both scripts.)
|
||||
- **Added extra bypasses** from the [extra_bypasses](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/extra_bypasses) folder.
|
||||
- **No loading the script indiscriminately on every site.** The script will be loaded only for the sites that are supported. (the original userscript is loaded in every site you visit which is not necessary).
|
||||
- Note: By default, the script will not run on the following sites (these can be enabled manually):
|
||||
- Youtube `*://*.youtube.com/shorts/*`_(@match)_ (which is used for redirecting shorts)
|
||||
|
@ -27,7 +29,6 @@ Automatically bypass many link shorteners ([supported shorteners](https://codebe
|
|||
_(Tip: this can be avoided in the original script adding this filter to uBlock Origin: `||menrealitycalc.com^$third-party`)_
|
||||
- The script will not inject this weird _"adcopy_response"_. (I don't see a clear purpose for this, since it doesn't seem related in the script to any specific link shortener)
|
||||
- **Removed non-latin non-unicode characters** to avoid potential bug warnings.
|
||||
- **(NEW!) Added extra bypasses** from the [extra_bypasses](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/extra_bypasses) folder.
|
||||
|
||||
Original script by *bloggerpemula*: [greasyfork.org/scripts/431691](https://greasyfork.org/scripts/431691)
|
||||
|
||||
|
|
|
@ -151,7 +151,6 @@ btcsatoshi.net
|
|||
(cutado|cutyurls).com|(cutt|cutsy|cutlink).net|(cutty|exego).app
|
||||
comohoy.com
|
||||
ctr.sh
|
||||
linkvertise.com
|
||||
easycut.io
|
||||
programasvirtualespc.net
|
||||
hiharshit.in
|
||||
|
|
Loading…
Reference in a new issue