0.1.28 • Published 6 years ago

@lazy-copilot/noscraper v0.1.28

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

noscraper

There is no silver bullet to prevent headless browser or selecnium browser to scrape your brwoser. This is a basic solution to detect phantomjs and selenium base chrome, firefox browser and to handle what is going to happen.

image

Install

$ npm install @lazy-copilot/noscraper

or 

$ yarn add @lazy-copilot/noscraper

Usage

import noscraperPlugin from '@lazy-copilot/noscraper'

const handler = () => window.location = 'https://yahoo.com'

Vue.use(noscraperPlugin, handler)
// initzially redirect to google.com, when handler s not given 
0.1.28

6 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.7

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago