Yahoo Mail is back with a Bang!
However, to make it much usable, I'm trying with few Hacks.
* Increase the Message Read Pane Area (stretch)
In Mailbox vertical split, Inbox area is hardly using 65% of my screen width, and right most ~20% of the area is unused (Ads, Banners!). Moreover, my content viewable area is quite small.
- Check if you have Greasemonkey or Tempermonkey installed in your browser.
- Install the following script there:
-
// ==UserScript==
// @name Ymail stretch
// @namespace http://vishnu-agarwal.blogspot.com/
// @version 0.1
// @include https://in-mg0.mail.yahoo.com/neo*
// @description stretches the new YMail Inbox area
// @match https://in-mg0.mail.yahoo.com/neo/*
// @copyright 2012+, You
// ==/UserScript==
if(ele = document.getElementById('shellcontent')) ele.style.width='1300px';
Done!
Will update the post with more tweaks!
References:
1. https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
2. http://vishnu-agarwal.blogspot.com/2010/03/introduction-to-greasemonkey.html
3. http://yahoo.tumblr.com/post/63462971435/yahoo-mails-sweet-16-is-sweet-a-brand-new-view