1.1.0 • Published 2 years ago

a-detector-d v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

a-detector-d 🚫🕵

You can detect nasty ad blockers via ONE-LINE 🙀;

Check here https://carl-jin.github.io/a-detector-d/

Installation

$ npm install a-detector-d

# or

$ yarn add a-detector-d

Usage

import ADDetector from "a-detector-d";
(async () => {
  const isAdBlockerOn = await ADDetector();

  console.log(`AD Blockers is ${isAdBlockerOn ? "On" : "Off"}`);
})();
1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago