// ==UserScript==
// @name Yahoo Mail Fixer
// @namespace spanishgringo.yahoo
// @description Removes Ad Bar and optimizes Y! Mail space in new beta
// @include http://*.*.mail.yahoo.com/neo/launch*
// @author Michael Freeman (spanishgringo)
// @homepage http://spanishgringo.blogspot.com
// ==/UserScript==
var x = document.getElementById("theAd");
var y = x.parentNode;
y.removeChild(x);
x = document.getElementById("slot_LREC");
y = x.parentNode;
y.removeChild(x);
x = document.getElementsByTagName("H1");
y= x[0].parentNode;
y.removeChild(x[0]);
x = document.getElementById("search");
x.style.zIndex="123";
x.style.position="relative";
x.style.marginTop="32px";
x = document.getElementById("main");
x.className = "withoutad";
x.style.top = "72px";
x = document.getElementById("uh");
x.style.height = "44px";
var bod = document.getElementsByTagName('body')[0];
var ymStyle = document.createElement("style");
ymStyle.innerHTML = ".nav-bar div.tabs { padding-left:0px !important; } div.nav-bar { top:44px !important; } #paneshell #shellnavigation, #paneshell #shellcontent { top:107px !important;right:0px !important; }";
bod.insertBefore(ymStyle, bod.firstChild);
Mozilla add on,User script,Grease Monkey Script, greasemonkey userscripts, updater userscripts mafia wars userscripts mafia wars autoplayer userscripts mafia wars wall userscripts scripts userscripts travian greasemonkey greasemonkey download greasemonkey facebook greasemonkey tutorial greasemonkey youtube greasemonkey travian greasemonkey chrome greasemonkey mafia wars greasemonkey mafia wars autoplayer
Friday, February 4, 2011
Yahoo Mail (Oct 2010) Beta Fixe
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment