Skip to content

Instantly share code, notes, and snippets.

@diegoarigony
Created June 27, 2016 17:45
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 diegoarigony/a2ca4129d5461d1971119edfe02270a6 to your computer and use it in GitHub Desktop.
Save diegoarigony/a2ca4129d5461d1971119edfe02270a6 to your computer and use it in GitHub Desktop.
Detect AdBlock
<script>
window.adblock = true;
if( window.adblock ) {
alert('adblock ativo');
} else {
alert('adblock inativo');
}
</script>
window.adblock = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment