--- ./gmail_without_ads.user.js 2009-03-06 09:59:12.000000000 -0300 +++ ./gmail_without_ads.user.js 2009-03-06 10:01:54.000000000 -0300 @@ -1,8 +1,12 @@ // ==UserScript== // @name GMail Without Ads! -// @version 1.0 +// @version 2.0 // @description GMail without ads, simple as it! // @author MDK (http://thecoreme.org/mdk) - based on original GMail in Blue: Professional skin from jbmarteau +// * 1.01 - Thanks to kris7topher for fix the border on the right +// * 1.02 - Fixed the overriding problem with large subjects +// * 2.0 - Fixed the "right-side" labs features (chat and labels) +// - Bumped to a new version // @include http://mail.google.com/* // @include https://mail.google.com/* // @include http://*.mail.google.com/* @@ -10,7 +14,7 @@ // ==/UserScript== (function() { -var css = "@namespace url(http://www.w3.org/1999/xhtml); /* SHOW THE USEFUL LINKS (NEW WINDOW, PRINT ALL, ETC.) IN A ROW */ td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"] div.yMuNaf span { padding: 0px 6px 1px 6px !important; } td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"] div.yMuNaf td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"] div.yMuNaf span u { text-decoration: none !important; line-height: 13px !important; margin-top: 20px !important; } td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"] div.yMuNaf span img { display: all !important; } /* BLOCK THE ADS TABLE IN THE MESSAGE WINDOW */ td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"]>div.XoqCub>* { display: none !important; } td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"]>div[class=\"XoqCub\"]>div.yMuNaf { display: block !important; } /* QUICK LINKS */ td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"] div.yMuNaf { width: 100% !important; position: absolute !important; left: 0px !important; } td.eWTfhb>div[class=\"XoqCub\"]>div[class=\"XoqCub\"] div.yMuNaf div.OZly4d { padding: 0 !important; float: right !important; margin-right: 6px ! important; } /* WIDEN BODY */ h1.YfMhcb { margin-top: 5px !important; } td.eWTfhb>div { width: auto !important; padding-right: 5px !important; } /* DETAILS FIX BLUE FRAME ON RIGHT */ div[class=\"XoqCub rGOYzc\"] { margin-right: 10px !important; } table[class=\"PwUwPb XoqCub MMcQxe\"], table[class=\"PwUwPb XoqCub MMcQxe\"] div[class=\"XoqCub ice3Ad\"] { width: 100% !important; } div[class=\"Gi6zqd ccqOyd\"] { padding-right: 13px !important; } textarea.gV2Gwc { width: 100% !important; } "; +var css = "@namespace url(http://www.w3.org/1999/xhtml); /* QUICK LINKS */ .iY .tELAdc:last-child .nH > .nH > .nH:first-child { position: absolute !important; left: 0px!important; top: -30px !important; width: 100% !important; font-size: 70% !important; } /* QUICK LINKS AREA */ .iY .tELAdc:last-child .hj { font-size: 100% !important; margin: 0px !important; float: right !important; position: relative; } .iY .tELAdc:last-child .hj:hover { z-index: 2 !important; } /* QUICK LINKS AREA NEW WINDOW */ .iC .hj { font-size: 70% !important; margin-right: 4px !important; } /* QUICK LINKS AREA CONTAINER */ .hk { float: left !important; padding: 0px !important; } /* QUICK LINKS */ .hk span { display: block !important; width: auto !important; height: 1.8em !important; line-height: 1.8em !important; padding: 0 8px !important; background: transparent left center !important;} .hk:first-child span { -moz-border-radius-topleft: 3px !important; -moz-border-radius-bottomleft: 3px !important;} .hk:last-child span { -moz-border-radius-topright: 3px !important; -moz-border-radius-bottomright: 3px !important; } .hk u { text-decoration: none !important; } .hk img { margin-bottom: 2px !important; } /* NO ADS! */ .iY .tELAdc:last-child > .nH { height: 0px !important; overflow: hidden !important; width: 0px !important; }}"; if (typeof GM_addStyle != "undefined") { GM_addStyle(css);