Skip to content

ShubhamGuptaa/node-bypasser

 
 

Repository files navigation

node-bypasser

Build Status npm version

Bypass URL shortener websites with an amazing tool. You can follow the following steps to install the tool in your computer.

Installation process

npm install --save node-bypasser

Example:

Try on Tonic

var Bypasser = require('node-bypasser');

var w = new Bypasser('http://adf.ly/1DX0XD');
w.decrypt(function(err, result) {
	console.log('Decrypted: ' + result);
});

The output will be

Decrypted: https://github.com/matteocontrini/node-bypasser/

Testing phase

npm run test

Travis CI build is failing?

Unit tests may occasionally fail when there are network connectivity issues or when services' servers give bad temporary responses.

Our Supported websites

  • Adf.ly
  • Linkbucks.com (all alternative domains)
  • Shorte.st (sh.st, u2ks.com, jnw0.com, digg.to, dh10thbvu.com)
  • AdFoc.us
  • Smsh.me
  • P.pw
  • LinkShrink.net
  • Link5s.com
  • Bc.vc
  • NowVideo and AuroraVid (MP4/FLV video direct link will be extracted)
  • All generic services that use simple 301/302 redirect (goo.gl, bit.ly, t.co,...)

About

Bypass URL shortener websites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%