I found this code that detects adblock plus but where do i put it?
http://adblockdetector.com/ this is where i want the code to go www.1thread1day.com
the code is
Code: Select all
<script type="text/javascript">
function _enabled() {
alert('detected');
}
function _disabled() {
alert('not detected');
}
var _abdDetectedFnc = '_enabled';
var _abdNotDetectedFnc = '_disabled';
</script>
<script type="text/javascript" src="http://adblockdetector.com/script.php"></script>
and is there a way to block people off the site if they enable adblock plus?
thanks yo