<script>
function abpdetct(){
var abpdet=1;
jQuery('#schoorsteen iframe').each(function(){ abpdet=0});
if(abpdet)
jQuery('div.texty').html('I\'m giving the information for free, but hosting this website costs me money.<br>Please disable your ad blocker and reload this page.').css('color','yellow').css('background-color','red');
}
window.setTimeout('abpdetct();',1500);
</script>
The filters suggested don't actually permit the display of adverts; they merely permit certain required items to be loaded on the page. It is not possible to remove the detection script itself with Adblock Plus.
*** disclaimer: I am not recommending this, don't try it at home ***
Apparently an alternative approach to whitelisting on this site could be to block the JQuery library with something like:
||geeklab.info/wp-includes/js/jquery/*
I don't see anything major being broken because of it.