Skip to content

Instantly share code, notes, and snippets.

@ubermuda
Created July 29, 2008 09:40
Show Gist options
  • Save ubermuda/3054 to your computer and use it in GitHub Desktop.
Save ubermuda/3054 to your computer and use it in GitHub Desktop.
a styleshit to clean the facebook interface
@-moz-document domain(facebook.com)
{
.myofferpal,
.UICompatibilityFrame_SidebarAds,
.UICompatibilityFrame_FooterAdsContainer,
.UIStandardFrame_SidebarAds,
.profile_sidebar_ads,
.sponsor,
.invitefriends,
.findfriends,
.fbnew_preview_bar
{
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment