0.1.28 • Published 5 years ago

@lazy-copilot/noscraper v0.1.28

Weekly downloads
1
License
ISC
Repository
github
Last release
5 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

5 years ago

0.1.19

5 years ago

0.1.18

5 years ago

0.1.7

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago