a-detector-d

1.1.0 • Public • Published

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"}`);
})();

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i a-detector-d

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.45 kB

    Total Files

    3

    Last publish

    Collaborators

    • buff2017