@lazy-copilot/noscraper
v0.1.28
Published
## Project setup ``` npm install ```
Downloads
17
Readme
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.
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