Skip to content

Instantly share code, notes, and snippets.

@zerowebcorp
Created October 13, 2012 09:43
Show Gist options
  • Save zerowebcorp/3883986 to your computer and use it in GitHub Desktop.
Save zerowebcorp/3883986 to your computer and use it in GitHub Desktop.
jQuery AdBlock Detection HTML
<html>
<head>
<script src="http://code.jquery.com/jquery-1.8.2.min.js"> </script>
<script src="advertisement.js"></script>
<script>
$(function(){
if($.ads == undefined)
alert("Ads are disabled");
});
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment