Skip to content

Instantly share code, notes, and snippets.

@Ajnasz
Created June 12, 2010 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ajnasz/435666 to your computer and use it in GitHub Desktop.
Save Ajnasz/435666 to your computer and use it in GitHub Desktop.
hide google reader watcher statusbar icon with stylish
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* you should not put this line into the userchrome.css if you already have it */
#GRW-statusbar {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment