Skip to content

Instantly share code, notes, and snippets.

@maximevalette
Created September 17, 2012 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximevalette/3738995 to your computer and use it in GitHub Desktop.
Save maximevalette/3738995 to your computer and use it in GitHub Desktop.
Test adblock
onload = function() {
if (document.getElementById('ads_bottom').offsetHeight == 0) {
alert('Désactivez AdBlock !');
}
}
<div id="ads_bottom" style="position: fixed; bottom: 0; right: -5000px; width: 100px; height: 100px;"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment