Skip to content

Instantly share code, notes, and snippets.

@robin-drexler
Created January 22, 2012 15:37
Show Gist options
  • Save robin-drexler/1657466 to your computer and use it in GitHub Desktop.
Save robin-drexler/1657466 to your computer and use it in GitHub Desktop.
jquery adblock detection
$(window).load(function () {
if($("#div-containing-ads").height() == "0") {
doSomethingUgly();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment