Skip to content

Instantly share code, notes, and snippets.

@spockz
Created July 12, 2013 07:14
Show Gist options
  • Save spockz/5982527 to your computer and use it in GitHub Desktop.
Save spockz/5982527 to your computer and use it in GitHub Desktop.
Custom stylesheet to get rid of the ugly yahoo toolbar at Flickr! (Not tested for compatibility with every other site, ymmv). Use this as a custom stylesheet in Safari. (Prefs -> Advanced -> Stylesheet; restart Safari) Or use any of the custom stylesheet plugins out there: stylish, [others](http://lmgtfy.com/?q=user+css+plugin)
body.with-eyebrow #eyebrow {
display: none;
}
body.with-eyebrow #global-nav {
top: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment