Skip to content

Instantly share code, notes, and snippets.

@omega
Created September 22, 2011 07:58
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 omega/1234272 to your computer and use it in GitHub Desktop.
Save omega/1234272 to your computer and use it in GitHub Desktop.
Disable the ticker on new facebook
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
#pagelet_rhc_ticker {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment