This style is for anyone who is sick and tired of having to navigate through all the useless apps and spam that has been filling Facebook lately. The purpose of this style is to remove any mention of a third party app on all of Facebook. This style will greatly change your facebook experience.
Note: This is a port of my greasemonkey userscript http://userscripts.org/scripts/show/11992
I always knew it was better to do this with CSS :-)
@Byran
You must be on crack. I can use my "Write Note" tab just fine.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
#right_column { width: 77% !important; }
div[id^="box_app_"]:not(#box_app_2297529396):not(#box_app_2305272732):not(#box_app_2309869772):not(#box_app_2327158227):not(#box_app_2341989679):not(#box_app_2347471856):not(#box_app_2356318349):not(#box_app_2361831622):not(#box_app_2407511955):not(#box_app_2503140832):not(#box_app_2719290516):not(#box_app_2392950137):not(#box_app_2550392059), .gifts_received, .wall_contextual_extra, .nextstep, .app_icon_row, .invitefriends, #ssponsor, div[class$="_ad"], .divider_bar, .more_section, #ssponsor, .fbpage_fan, .pymk, .ad_capsule, .see_more_arrow, #more_apps_divider_narrow, .platform, .profile_empty_divider, .newstuff, .app_install_story, .emu_ad, .fbnew_preview_bar, .story_type_49, .story_type_47, .adcolumn, .social_ad, .sponsor, #attachment_buttons_list span[style*="app_"], li[id^="bookmarked_app_"] a[href^="http://apps."], li[id^="bookmarked_app_"] a[href*="gift"], #profile_tab_add, .footer_ad, #compose_more_container, .story_type_63, .composer_tab_arrow a[style*="gift.gif"], li[view="box_3"], li[view^="app_"], li div div div a[style*="app_"], #feed_header_section_applications, .approve_friend, #fb_menu_home, .app_story, #fb_menu_account, #home_sponsor, #findfriends, .app_story { display: none !important; }
}
This style has potential but could use some work. Most annoying is that with this style you can't switch between writing on your own wall and writing a note.