Skip to content

Instantly share code, notes, and snippets.

@digiari
Created June 27, 2016 17:45
Show Gist options
  • Select an option

  • Save digiari/a2ca4129d5461d1971119edfe02270a6 to your computer and use it in GitHub Desktop.

Select an option

Save digiari/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