mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
945 B
945 B
By default, the script will not run on the following sites:
- Youtube
*://*.youtube.com/shorts/*
(@match) (which is used for redirecting shorts) - Google:
- Drive/Docs
/^(https?:\/\/)(drive|docs)\.google\.com(\/.*)/
(@include) (which is used for Auto-DL from Drive/Docs) - redirects
/^https?:\/\/(?:www\.)?google\.com\/url.*[?&]q=/
(@include) (used for bypassing these redirects) - Recaptcha
*://*/recaptcha/api2/*
(@match) or/^(?:https?:\/\/)?(?:www\.)?(?:google\.com|recaptcha\.net)\/recaptcha\/api2\/.*$/
(@include) (used for Auto-Open of captchas in many sites).
- Drive/Docs
- Twitter
*://*.twitter.com/*
(@match) Bypass redirects - TikTok
*://*.tiktok.com/*
(@match) Bypass redirects - Facebook
*://*.facebook.com/*
(@match) Bypass redirects - VK
*://*.vk.com/*
(@match) Bypass redirects
These can be re-enabled manually in your userscript manager by adding the mentioned matching rules in the script settings.