Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Hi, This is just a simple python wrapper for "Auto Link Bypasser" chrome extension by Yu Yumari.

License

Notifications You must be signed in to change notification settings

RohanDebroy/Bypass-Ad-Shorteners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bypass Ad Shorteners

Hi, This is just a simple python wrapper for Auto Link Bypasser chrome extension by Yu Yumari.

Supported Url

At the time of writing this, here are thesupported domains

Update 1:

  • Yuumari removed ouo.io and other similar domains for free users. Read more here
  • You can find the new list of supported domains here

Dependencies

  1. Python 3
  2. Request
  3. Shortened Urls :)

Usage

from bypassadshorteners import recursive_bypass_url, bypass_url


def main():
    //Adf.ly shortened url
    url = "http://fumacrom.com/1u0t"

    print(f'{"*" * 5} Started Bypassing {"*" * 5}')
    extended_url = bypass_url(url)
    print(extended_url)
    print(f'{"*" * 5} Bypass completed {"*" * 5}')

    print(f'{"*" * 5} Started Bypassing Recursively {"*" * 5}')
    extended_url = recursive_bypass_url(url)
    print(extended_url)
    print(f'{"*" * 5} Recursive Bypass completed {"*" * 5}')


if __name__ == '__main__':
    main()

Credits

Yuumari for his chrome extension. He also has an api which is paid and tbh I don't have enough to pay.

Desclaimer

For educational use only.

License

GNU GPL v3

About

Hi, This is just a simple python wrapper for "Auto Link Bypasser" chrome extension by Yu Yumari.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages