Check if the current web browser has any ad blockers (AdBlock, Adblock Plus, uBlock, AdGuard, ...) enabled.
npm install adblock-checkerAdBlock Checker
==========

Check if the current web browser has any ad blockers (AdBlock, Adblock Plus, uBlock, AdGuard, ...) enabled.
``typescript
import { checkAdBlock } from "adblock-checker";
console.log(await checkAdBlock()); // true or false
``