$( document ).ready(function() { if(window.adBlockRunning){ $( document ).on('click', '.enter', function(e){ $.ajax({ type: 'POST', url : '//disclaimer', async : false, success : function(){ $('#disclaimer').remove(); $('body').css('overflow', 'visible'); } }); }); } });