/adblock-detect

Check whether the user is using AdBlock.

Primary LanguageJavaScriptMIT LicenseMIT

adblock-detect

Check whether the user is using AdBlock.

ex

import detectAdBlock from './index.js'

detectAdBlock().then(result =>{
  //  result is a boolean
})