Skip to content

Instantly share code, notes, and snippets.

@nhymxu
Created October 16, 2019 08:22
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 nhymxu/1455171d294322cfa3f9e19fe35def03 to your computer and use it in GitHub Desktop.
Save nhymxu/1455171d294322cfa3f9e19fe35def03 to your computer and use it in GitHub Desktop.
js detect adblock
<!-- adblock detected -->
<script type="text/javascript">
var adblock = true;
</script>
<script type="text/javascript" src="/adframe.js"></script>
<script type="text/javascript">
if(adblock) {
alert('notice');
}
</script>
<!-- end adblock detected -->
adblock = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment