Skip to content

Instantly share code, notes, and snippets.

@kplawver
Created July 15, 2013 16:42
Show Gist options
  • Save kplawver/6001443 to your computer and use it in GitHub Desktop.
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
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