@lazy-copilot/noscraper

## Project setup ``` npm install ```

Usage no npm install needed!

<script type="module">
  import lazyCopilotNoscraper from 'https://cdn.skypack.dev/@lazy-copilot/noscraper';
</script>

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.

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