Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 176 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 176 Bytes

adblock-detect

Check whether the user is using AdBlock.

ex

import detectAdBlock from './index.js'

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