Enable Wrapper Adblock API
Add the Adblock API Module code to the <head> section of your webpage. We put anid so you can remember what
it’s for :)
Using the Adblock API
Note: You should NOT use the command queue (
reviq.push(cmd)) for
these functions. These functions are always available immediately after the
Adblock API Module is loaded.showAdblockModal that shows a modal asking
users to disable adblock.
reviq.onAdblock(cb): runs a callback cb if adblock is detected
checkAdblock(): must be awaited and returns true if adblock is detected, false otherwise