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