
Originally Posted by
stevetry
were can i get the code for it ?
This is a basic code to stop all browsers implementing adblock ...
Code:
<html> <body> <script> var adblock = "yes"; setTimeout('badblock();', 15000); function badblock(){ if (adblock == "yes"){ alert('ATTENTION you have an adblocker enabled or images disabled.\n\n This site functions on ad based revenue , please disable your adblockers and try again'); top.location.href="http://mysponsor.com"; } } </script> <img src=http://moronland.net/media/pictures/wierd_pepper.jpg onload="adblock='no'"> </body> </html>
**My code redirects such browsers to a list my sponsors after ten (10) seconds**
(I am not giving that code away for free nor am I interested in selling it)
The ^^ above code ^^ will help you out a considerably though ... 
Stephanie