• A perfect plugin to display a full screen overlay with a message. One additional feature that I request is disabling the ability to right click on the overlay message. Because users using the “AdGuard adblocker” can get rid of the message just by simply right clicking and selecting the “Remove overlay” option. There is also an option to “Remove always” which would make this plugin completely useless. Because every time this plugin displays the message, it would simply be removed by the adblocker for all future visits.

    Disabling right click option would be a huge boost to this plugin and can potentially take it to a whole new level.

Viewing 1 replies (of 1 total)
  • Thread Starter Damn!

    (@greedymind)

    If anybody is looking for the same behavior, here is the fix.

    Find the below tag in monitorblockad.php (located inside the plugin folder)
    <span id='adblock_screen' style='display:none'>

    and replace it with this:
    <span id='adblock_screen' oncontextmenu='return false;' style='display:none'>

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Simple yet Powerful’ is closed to new replies.