Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created June 30, 2011 16:43
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 gilesbowkett/1056630 to your computer and use it in GitHub Desktop.
Save gilesbowkett/1056630 to your computer and use it in GitHub Desktop.
posterous, come on, fuck off already, take the hint
// since they do it on non-posterous domains, I put this in ~/.js/default.js
// (using, of course, github.com/defunkt/dotjs)
$().ready(function() {
if ($('meta[content="Posterous"]')) {
$("<style type='text/css'>a#posterous_footerbar{ display: none }</style>").appendTo("head");
}
});
// thnx to @voodootikigod for the meta check - skips unnecessary DOM manipulation delays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment