New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-bypasser

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-bypasser

A module for expanding shortened URLs and bypassing ads

latest
Source
npmnpm
Version
1.8.0
Version published
Weekly downloads
11
57.14%
Maintainers
1
Weekly downloads
 
Created
Source

node-bypasser

Build Status npm version

Bypass URL shortener websites

Install

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

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.

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,...)

Request a new service

Keywords

bypasser

FAQs

Package last updated on 24 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts