Automatically bypass many link shorteners.
Find a file
2024-01-19 13:33:29 +00:00
.gitignore Upload files to "/" 2024-01-19 13:33:29 +00:00
1_download_untouched.py Upload files to "/" 2024-01-18 01:12:01 +00:00
2_generate_includes.py remove google domain and make supported sites list visible 2024-01-19 13:32:10 +00:00
3_patch.py remove google domain and make supported sites list visible 2024-01-19 13:32:10 +00:00
Bypass_All_Shortlinks.user.js remove google domain and make supported sites list visible 2024-01-19 13:32:10 +00:00
README.md Upload files to "/" 2024-01-18 11:10:10 +00:00
supported_sites.txt remove google domain and make supported sites list visible 2024-01-19 13:32:10 +00:00

Debloated fork of bypass-all-shortlinks.

Automatically bypass many shortlink sites, skip annoying link shorteners, like AdFly or Linkvertise.

Install

Install by clicking this link with the raw text for the file Bypass_All_Shortlinks.user.js

(you need a userscript manager like Violentmonkey installed in your web browser)

Improvements in this fork

  • 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)
  • The script will not redirect to 'rotator.nurul-huda.sch.id' or 'free4u.nurul-huda.or.id' before your destination URL, which are intermediary sites set by the developer for collecting analytics and showing ads.

Original script by bloggerpemula: https://greasyfork.org/scripts/431691

How I modify the original userscript

Executing these 3 python scripts in order:

  • 1_download_untouched.py
  • 2_generate_includes.py
  • 3_patch.py