Website: cleaner - Yahoo! Mail Beta

Website: cleaner - Yahoo! Mail Beta
472
*****
By mdreed
Last updated Jul 09 2006
24 installs this week, 3361 total.

Removes ads from Yahoo! Mail Beta. Opens up the left hand column for a better folder view and clears up the main window.

Install options

Feedback

Reviews

florentin said on Jan 25 2008

@ vk

To remove the advertisement from the page displayed after sending a message, you could add the following part

.cg_ad_slug,
.scAdvertisement,
.scContent {
display:none !important;
}

at the end of the code, before the closing bracket.

Did anyone figure out a way to permanently collapse the right side advertisement panel?
Thanks! *****

vk said on Jan 09 2008

This is just GREAT!!!!! Thank you guys, for developing it.
However, I noticed that on the page displayed after sending a message, the ads are still there.
Does anyone have a solution for getting rid of them?
Thanks a lot! *****

spamspanker123 said on Nov 11 2007

This will also get rid of the ad when you have an empty folder selected:

#emptyFolderContainer{
display:none!important;
} *****

jms said on Oct 02 2006

*****

ChoGGi said on Sep 29 2006

you dont need all those display:none, this also works

@-moz-document domain(mail.yahoo.com){
.largeMessaging,
.largeMessagingPane,
#nwPane,
#swPane,
.Wpromo,
#scAdvertisement,
#welcomePageAds{display:none!important;}} *****

ASD said on Sep 13 2006

Nice but when I access the inbox the rigth side looks so empty... *****

Ken said on Aug 21 2006

It does as described. Works for me. Thanks. *****