Created
July 12, 2012 20:49
-
-
Save jennschiffer/3100893 to your computer and use it in GitHub Desktop.
Bookmarklet - Tom Hanks' Floating Heads on the Tumblr Dashboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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