Skip to content

vansh705/lilypad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lilypad

Lilypad is a Node-based website that bypasses popular link redirectors and protectors.

features

  • Completely unlicensed, free code.
  • Open JSON API for developers.
  • Regularly updated, new redirects are constantly added.
  • Easily self-hostable, even compatible with Heroku.

currently supported

  • adshrink.it
  • linkvertise (& aliases)
  • t.co
  • shortly.xyz
  • sub2unlock.com / sub2unlock.net
  • shortconnect.com
  • boost.ink (& aliases)
  • adfoc.us
  • adf.ly (& aliases)
  • ouo.io* / ouo.press*
  • ity.im
  • won.pe*
  • general redirects (tested on bit.ly, tinyurl.com, goo.gl, youtu.be, ow.ly)

tba sites

  • za.gl
  • fc.lc*
  • exey.io*

note

Websites marked with a * require an AntiCaptcha subscription. Setup information can be found here.

api endpoints

Here are the current API endpoints for Lilypad.

GET /api/bypass

The endpoint to get the URL of a tracker/protected link.

Parameters

  • url (required) - base-64 and URI encoded URL
http://localhost:32333/api/bypass?url=aHR0cHM6Ly90aW55dXJsLmNvbS8zNXVqbmRrZQ==

Example link redirects to https://github.com/.

Response

Successful Run

{
    "success": true,
    "url": "https://github.com/"
}

success tells you if the task succeeded or not.

If success is true, it will give you a url variable, linking to the result.

If success is false, the response will contain an err object, containing a message, code, and stack - if the error has them.

special thanks

This was inspired by Universal Bypass and some code on the server was adapted from it.

Some code was also used from an attempt of this project a bit farther back - here.

This project is also possible thanks to AntiCaptcha (uses referal link).

About

Lilypad is a Node-based website that bypasses popular link redirectors and protectors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors