DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Hide Twitter Sidebar Promo In Firefox
Save the following as "userContent.css" and place it in the chrome/ folder under your Firefox profile directory.
@-moz-document url-prefix(http://twitter.com/) {
#side p.promotion { display: none !important; }
}





