Skip to content

Instantly share code, notes, and snippets.

@ilowkey
Created January 28, 2014 11:06
Show Gist options
  • Save ilowkey/8665750 to your computer and use it in GitHub Desktop.
Save ilowkey/8665750 to your computer and use it in GitHub Desktop.
anti-adblock
<div id="ads"><script type="text/javascript" src="http://js1.bloggerads.net/showads.aspx?blogid=xxxxxxxxxxxx&charset=utf-8"></script></div>
<div id="ads">這裡是廣告代碼</div>
<script type="text/javascript">
$(document).ready(function() {
(0 >= $("#ads").innerHeight() || 0 >= $("#ads").innerWidth()) && alert("勸說的文字")
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment