



Removes ads from Yahoo! Mail Beta. Opens up the left hand column for a better folder view and clears up the main window.
@ 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!
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!
This will also get rid of the ad when you have an empty folder selected:
#emptyFolderContainer{
display:none!important;
}
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;}}
Nice but when I access the inbox the rigth side looks so empty...
It does as described. Works for me. Thanks.