mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-07 23:36:17 +05:00
Automatically bypass many link shorteners.
docs | ||
extra_bypasses | ||
.gitignore | ||
1_download_untouched.py | ||
2_generate_includes.py | ||
3_patch.py | ||
4_add_extra_bypasses.py | ||
Bypass_All_Shortlinks.meta.js | ||
Bypass_All_Shortlinks.user.js | ||
README.md | ||
supported_sites.txt |
Debloated fork of Bypass All Shortlinks (originally by bloggerpemula), with some additional bypasses and fixes.
Automatically bypass many link shorteners. (supported shorteners) (changelog)
Install
Install with this link
(you need a userscript manager like Violentmonkey or Tampermonkey installed in your web browser)
Improvements in this fork
- Added more bypasses and some fixes through the scripts in the extra_bypasses directory.
- 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 most of the sites you visit, which is not necessary). Also, by default the script won't run on some sites that have optional bypasses made, but are sensitive like YouTube or Google. These can be re-enabled manually in your userscript manager, adding optional matching rules in the script settings.
- Removed non-latin non-unicode characters to avoid potential bug warnings.
BloggerPemula recently removed these tracking antifeatures in the original script too:
- No added tracking redirects. The script will not redirect to
rotator.nurul-huda.sch.id
orfree4u.nurul-huda.or.id
which are sites set by the developer for tracking / collecting analytics and showing ads. Note: removing this could break "faucet" (crypto rewards) sites, according to Bloggerpemula, since they add a sometimes necessary delay. I don't try to support those sites with this fork. - No injecting tracking in every site.
- The script will not inject that iframe linking to
menrealitycalc.com
. (Recently, this iframe was removed from the OpenUserJS version, and was only present in the GreasyFork version.) 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)
- The script will not inject that iframe linking to
Original script by Bloggerpemula: Bypass All Shortlinks | GreasyFork / OpenUserJS
How I modify the original userscript
Executing these python scripts in order:
- 1_download_untouched.py
- 2_generate_includes.py
- 3_patch.py
- 4_add_extra_bypasses.py
Help make this better
You can help by:
- Reporting issues to the original script in GreasyFork feedback or OpenUserJS issues (before doing this, check the issue is present in the original script)
- Reporting issues here on the issues tab. Post examples with the source link shortener and link source website. I want to always know what type of content the shortlink leads to before putting time into it. NSFW is acceptable. I will only add/fix content-sharing shortlinks, no faucet / crypto rewards.
- Suggesting to merge other scripts into this one.
- Editing/Adding code with pull requests.
- If while using uBlock Origin (recommended adblocker), a link shortener is showing ads or detecting you have adblock, report it here.
Credits
This script contains code I took, or redirects to free services from other developers for certain bypasses. Thanks to:
- BloggerPemula
- bypass.city / 2 used for l1nkv3rt1s3, Admaven and Loot-link.
- StephenP for the filecrypt bypass.
- Rust1667 for some bypasses.
- AdamWr from AdGuard for the mega-enlace and acortalink.me bypasses.
- Contributers to this repository who have submitted pull requests: mouro, trapgod1, CaptainCaffeine, Anon991299, IntNinja.
- Every user that has reported issues to this repository.
Optional extra tools
- For AdMaven links (example:
best-links.org/s?...
), these can't be easily bypassed with an userscript, because the page redirects you before the userscript has the chance to run. I recommend the browser extension Redirector. Create a new redirect rule. Use the following settings:- Include pattern:
^https:\/\/([^\/]*)\/s\?([a-zA-Z0-9]{1,8})$
- Redirect to:
https://bypass.city/bypass?bypass=https://$1/s?$2
- Pattern Type:
Regular expression
- Include pattern: