adblock-detector

Simple library for detecting ad blocker presence on web page

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
adblock-detector
2.0.2a year ago6 years agoMinified + gzip package size for adblock-detector in KB

Readme

AdblockDetector
Micro library for detect adblock on user page npm version package size minified total downloads total downloads per year total downloads per week total downloads per month

Usage:

```javascript import AdblockDetector from 'adblock-detector'; const userHasAdblock = AdblockDetector.detect(); // true if user has it false if not ```

That's it!