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