Beware! The plugin was hacked and opens a new window with ads on every click ! It hides it for logged in admins so only affects visitors. WordPress should do a better job notifying affected websites at least show a warning in the Plugins List!
]]>This plugin is nice and simple and does mostly what I want. It works on my site as it should using the AdBlock plugin in Chrome. However, I tried using it on my site with uBlock Origin and AdBlocker Ultimate and, in both cases, it blocked adsmatcher. Any chance you can provide an update?
Also, two feature requests:
1) Can you set an option for a time period after clicking the close button that it won’t show the dialog box again. For example, I would like the user to be able to browse my site for 2 or 5 or 10 minutes without seeing the message again. I managed to implement this with a cookie like this at the end of message.php:
<?php
if(!isset( $_COOKIE['p4k_adblock_timer'] )){
// Set a 10-minute cookie
$visit_time = date('F j, Y g:i a');
setcookie( 'p4k_adblock_timer', $visit_time, time() + 900, COOKIEPATH, COOKIE_DOMAIN ); ?>
de<?php echo esc_attr(get_option('adsmatcher_uniqueid')); ?>ab();
<?php } ?>
</script>
And, 2) can you provide an option to modify the css without modifying the plugin code? In order to modify the colors and font sizes, I ended up modifying the css in message.php. Not the most elegant solution.
Thanks!
]]>Is there a way to make the modal mobile responsive? It would be nice if the modal will fit nicely when on mobile. Currently, it has been occupying all the spaces on the left and right sides. Nice plugin tho. It even detects Brave browser unlike the previous plugin that I am using.
Another feature request: Disable adblock detection when a user is logged in. I’m kinda annoyed to see the adblock modal when I’m checking my newly published posts.
]]>