Created
July 15, 2013 16:42
-
-
Save kplawver/6001443 to your computer and use it in GitHub Desktop.
A dotjs script for killing the new Yahoo toolbar on Flickr. Drop in your home directory/.js/flickr.com.js and say bye-bye to it. Don't know what dotjs is? See: https://github.com/defunkt/dotjs
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
function killYahooToolbar() { | |
$("#eyebrow").remove(); | |
$("body").removeClass("with-eyebrow"); | |
} | |
killYahooToolbar(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment