1
Hey guys, on my site there’s a button inside a div:
<div class="novolinkdedownload">
<a href="#" class="btn btn-primary" id="butdedownlaodnovo">BAIXAR AGORA</a>
</div>
has some way if the user is using the famous Adblock to disappear DIV original and appear another that I can create with a message, or something like that, IE appeared a message in place of the button asking to disable and reload the page?
OBSERVING
I’ve tried the options below I can’t.
LINK: Anti-adblock which replaces div and Detect Adblock and display a message
Here you can easily https://answall.com/a/289510/8063
– Sam
If you have any questions, call. :)
– Sam
I saw it here, but I have no idea how to make a button.
– Matheus Vitor
You want to replace the button with a text?
– Sam
I wanted to replace the text of the button, and remove the download link that is on it if you have adoblock enabled.
– Matheus Vitor