Page 1 of 1
problem with Yahoo Mail
Posted: Sat Sep 28, 2013 8:09 pm
by randavis
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.
Re: problem with Yahoo Mail
Posted: Sat Sep 28, 2013 10:36 pm
by barbaz
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?
Re: problem with Yahoo Mail
Posted: Sat Sep 28, 2013 11:37 pm
by Guest
I have tried to copy and paste the html, but it triggers the site's spam filter.
Re: problem with Yahoo Mail
Posted: Sun Sep 29, 2013 12:36 am
by Guest
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"
Re: problem with Yahoo Mail
Posted: Sun Sep 29, 2013 3:45 am
by barbaz
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:
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;
}
}
If that doesn't work try searching userstyles.org for yahoo mail.