JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 161
  • Score
    100M100P100Q85441F
  • License MIT

Check if the current web browser has any ad blockers (AdBlock, Adblock Plus, uBlock, AdGuard, ...) enabled.

Package Exports

  • adblock-checker

Readme

AdBlock Checker

CI

Check if the current web browser has any ad blockers (AdBlock, Adblock Plus, uBlock, AdGuard, ...) enabled.

Usage

import { checkAdBlock } from "adblock-checker";

console.log(await checkAdBlock()); // true or false

Usage for Browsers

Source

Demo Page

License

MIT