I have blocked the ads on Yahoo Mail. The page loads with the area where the ad should be, blank. There is a button with an arrow on it that when clicked expands the mail across the page. In the page source, The button is refered to as Skyhide. Is there a way to get the page to load with out the button and use the whole page width?
Should I be using something else to accomplish this?
I am no good at coding.
problem with Yahoo Mail
problem with Yahoo Mail
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Re: problem with Yahoo Mail
NoScript might be able to do what you want even though it's not designed for that. Could you please post the HTML source of the button?
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 SeaMonkey/2.21
Re: problem with Yahoo Mail
I have tried to copy and paste the html, but it triggers the site's spam filter.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Re: problem with Yahoo Mail
I have a screenshot of the area in question. It seems I have removed the button that I mentioned earlier. I just want to get rid of that area in the red box.
http://randavis.homeserver.com/public/"Yahoo mail screenshot.jpg"
http://randavis.homeserver.com/public/"Yahoo mail screenshot.jpg"
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Re: problem with Yahoo Mail
The link for the screenshot gives me an IE error page even though I'm on SeaMonkey 
I was thinking you could use Script Surrogates for this but when checking that before posting I couldn't get the surrogate to run at the proper time. So now I'm thinking your best bet would be to use Stylish along with this user style:
If that doesn't work try searching userstyles.org for yahoo mail.

I was thinking you could use Script Surrogates for this but when checking that before posting I couldn't get the surrogate to run at the proper time. So now I'm thinking your best bet would be to use Stylish along with this user style:
Code: Select all
/* Based on http://userscripts.org/scripts/review/170161 */
@-moz-document domain(yahoo.com) {
#main {
width: 100% !important;
}
#theAd, #slot_REC {
display: none !important;
}
.panescroll #toolbar {
right: 0px !important;
}
.panescroll #shellcontent {
right: 0px !important;
}
}
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 SeaMonkey/2.21