



Removes sponsors from facebook pages (including in the News Feed). This style also removes The Next Step advertising and the Invite your friends on the side too as well as the new social ads that show up.
Thanks - much better now! Keep up the good work!
add this line to remove more sponsors:
.sponsors { display: none !important }
Works like a charm ;)
/*
* Author: Tim Wright
* Created: 11/04/06
* Version: 1.0
*/
@namespace url(http://www.w3.org/1999/xhtml);@-moz-document domain("facebook.com") {
.ad_capsule{ display: none !important; }
#ssponsor{ display: none !important; }
.nextstep{ display: none !important; }