Skip to content

Instantly share code, notes, and snippets.

@impressivewebs
Last active August 29, 2015 14:00
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 impressivewebs/11156889 to your computer and use it in GitHub Desktop.
Save impressivewebs/11156889 to your computer and use it in GitHub Desktop.
window.onload = function () {
if($('#header-ad').height() === 0) {
$('.content-left').prepend("<div class='update-box'><p class='xtra'><b>Hey, ad blocker user!</b> Do you mind white listing my site? You can also <a href='http://www.impressivewebs.com/384-pages-of-css/'>buy one of my e-books</a> to show your support. Thanks!</p></div>");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment