Skip to content

Instantly share code, notes, and snippets.

@kopepasah
Created August 23, 2013 05:41
Show Gist options
  • Save kopepasah/6315886 to your computer and use it in GitHub Desktop.
Save kopepasah/6315886 to your computer and use it in GitHub Desktop.
Adding this code to your custom styles for browser will remove the new annoying Yahoo bar on Flickr. You hate it, I hate it, let's remove it.
body.with-eyebrow > #global-nav {
top: 0 !important;
}
body.with-eyebrow > #main > .subnav-refresh {
margin-top: 0 !important;
}
body.with-eyebrow > #eyebrow {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment