Skip to content

Instantly share code, notes, and snippets.

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 jennschiffer/3100893 to your computer and use it in GitHub Desktop.
Save jennschiffer/3100893 to your computer and use it in GitHub Desktop.
Bookmarklet - Tom Hanks' Floating Heads on the Tumblr Dashboard
// 1. create a new bookmark on your browser
// 2. paste the following code - starting at "javascript:" into the URL part of the add-bookmark menu.
// 3. click the bookmarklet when you're on the tumblr dashboard for Tom Hanks
// xoxo gossip girl & jennschiffer
javascript:(function(){var iconArray=document.getElementById("new_post").getElementsByClassName("new_post_label_icon");for(var i=0;i<iconArray.length;i++){iconArray[i].style.backgroundImage="url('http://i.imgur.com/87acz.png')"; }})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment