Sourceforge AdCleaner

Sourceforge AdCleaner
15
By Paulfox
Last updated Jun 13 2006
0 installs this week, 323 total.

Takes out some div elements and cleans it up, especially when used in conjunction with FiltersetP. thanks to Micah Bucy for the "shortening advice" 06/12, as I had listed as separate elements (div#fad1, div#fad1p, div#fad6, div#fad10, div#fad36, div#fadbtm).

Before
After

Install options

Feedback

Reviews

Micah Bucy (aka eternalsword) said on Jun 11 2006

why not just use
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("sourceforge.net") {
div[id^="fad"] { display: none !important; } }