bypass-all-shortlinks-deblo.../README.md

58 lines
5.3 KiB
Markdown
Raw Normal View History

2024-02-21 06:41:51 +05:00
Debloated fork of *Bypass All Shortlinks* (originally by *bloggerpemula*), with some additional bypasses and fixes.
2024-01-18 16:10:10 +05:00
2024-02-21 06:41:51 +05:00
Automatically bypass many link shorteners.
([supported shorteners](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/supported_sites.txt)) ([changelog](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/commits/branch/main/Bypass_All_Shortlinks.user.js))
2024-01-18 06:12:01 +05:00
## Install
2024-01-19 19:12:21 +05:00
**Install with [this link](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.user.js)**
2024-01-18 06:12:01 +05:00
2024-05-10 02:34:24 +05:00
(you need a userscript manager like [Violentmonkey](https://violentmonkey.github.io/) or [Tampermonkey](https://www.tampermonkey.net/) installed in your web browser)
2024-01-18 06:12:01 +05:00
## Improvements in this fork
2024-02-19 09:51:57 +05:00
- **Added more bypasses and some fixes** through the scripts in the [extra_bypasses](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/extra_bypasses) directory.
2024-02-24 08:04:27 +05:00
- **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](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/src/branch/main/docs/optional_matching_rules.md) in the script _settings_.
2024-02-07 16:06:33 +05:00
- **Removed non-latin non-unicode characters** to avoid potential bug warnings.
2024-01-18 06:12:01 +05:00
2024-10-26 03:09:02 +05:00
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` or `free4u.nurul-huda.or.id` which are sites set by the developer for tracking / [collecting analytics](https://i.ibb.co/D1zYG1v/topcountry17-04-2023.jpg) 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)_
Original script by *Bloggerpemula*: [Bypass All Shortlinks | GreasyFork](https://greasyfork.org/scripts/431691) / [OpenUserJS](https://openuserjs.org/scripts/Bloggerpemula/Bypass_All_Shortlinks_Manual_Captcha)
2024-01-18 06:12:01 +05:00
## How I modify the original userscript
2024-02-15 18:12:43 +05:00
Executing these python scripts in order:
2024-01-18 06:12:01 +05:00
- 1_download_untouched.py
- 2_generate_includes.py
- 3_patch.py
2024-02-07 16:06:33 +05:00
- 4_add_extra_bypasses.py
2024-02-14 06:03:42 +05:00
## Help make this better
You can help by:
- Reporting issues to the original script in [GreasyFork feedback](https://greasyfork.org/scripts/431691/feedback) or [OpenUserJS issues](https://openuserjs.org/scripts/Bloggerpemula/Bypass_All_Shortlinks_Manual_Captcha/issues) (before doing this, check the issue is present in the original script)
2024-05-04 17:18:06 +05:00
- Reporting issues here on the [issues](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/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.
2024-02-14 06:03:42 +05:00
- Suggesting to merge other scripts into this one.
- Editing/Adding code with pull requests.
2024-02-15 00:01:50 +05:00
- If while using uBlock Origin (recommended adblocker), a link shortener is showing ads or detecting you have adblock, report it [here](https://github.com/uBlockOrigin/uAssets/discussions/17361).
2024-02-14 21:32:03 +05:00
2024-03-03 20:51:07 +05:00
## Credits
This script contains code I took, or redirects to free services from other developers for certain bypasses.
Thanks to:
- [BloggerPemula](https://greasyfork.org/users/810571-bloggerpemula)
- [bypass.vip](https://bypass.vip/) Free API used for l1nkv3rt1s3, Admaven and Loot-link.
- [bypass.city](https://bypass.city/) / [2](https://adbypass.org/) Fallback for bypass.vip.
- [StephenP](https://greasyfork.org/users/104167-stephenp) for the filecrypt bypass.
2024-03-03 21:02:31 +05:00
- [Rust1667](https://greasyfork.org/users/980489-rust1667) for some bypasses.
2024-07-23 17:47:55 +05:00
- [AdamWr](https://github.com/AdamWr) from AdGuard for the mega-enlace and acortalink.me bypasses.
- Contributers to this repository who have submitted pull requests: mouro, trapgod1, CaptainCaffeine, Anon991299.
2024-06-21 13:58:32 +05:00
- Every user that has reported issues to this repository.
2024-03-03 21:02:31 +05:00
2024-11-11 19:32:12 +05:00
## Optional extra tools
2024-11-11 19:34:11 +05:00
- 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](https://einaregilsson.com/redirector/).
2024-11-11 19:32:12 +05:00
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`