Greasy Fork is available in English.

Google Help Forum - Top Contributor Hidden Forum - Compact and Minimal

Currently not working - testing phase 1 - Google Help Forum - Top Contributor Hidden Forum - Compact and Minimal

Version au 13/05/2015. Voir la dernière version.

// ==UserScript==
// @name        Google Help Forum - Top Contributor Hidden Forum - Compact and Minimal
// @namespace   english
// @description Currently not working - testing phase 1 - Google Help Forum - Top Contributor Hidden Forum - Compact and Minimal
// @include     http*://*productforums.google.com/forum*
// @include     http*://*groups.google.com/forum*
// @version     1.11
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==


// Main - CSS hides some block elements and expands other main divs to 100% 
 

var style = document.createElement('style');
style.type = 'text/css';


style.innerHTML = '   /*\n*//*Google Help Forum - compact/ minimal*//*\n*//*\n*//*\n*//*\n*/.A6F45CD-T-j .A6F45CD-T-C {/*\n*/  overflow: hidden !important;/*\n*/  padding-top: 0 !important;/*\n*/  padding-bottom: 0 !important;/*\n*/}/*\n*/.A6F45CD-W-l ,.A6F45CD-T-u .A6F45CD-T-g{  padding: 0 !important;}/*\n*/.A6F45CD-T-G {  padding: 5px 0 !important;}/*\n*/.A6F45CD-T-t {/*\n*/  padding: 5px 0 !important;/*\n*/  border-bottom: 1px solid #DFDFDF !important;/*\n*/} /*\n*//*\n*//*between categories*//*\n*//*\n*/.A6F45CD-T-v {  margin: 5px 0 5px 22px !important;}/*\n*/.A6F45CD-T-u {  margin: 10px 0 5px !important;}/*\n*//*\n*/.A6F45CD-qb-o {  display: none !important; }/*\n*//*\n*//*inner post page*//*\n*//*\n*//*\n*/.A6F45CD-J-cb .A6F45CD-J-pb {/*\n*/  margin: 10px 0 10px !important;/*\n*/}/*\n*/.A6F45CD-J-cb .A6F45CD-J-W {/*\n*/  padding-bottom: 10px !important;/*\n*/}/*\n*/.A6F45CD-jb-c {/*\n*/  padding: 10px 35px 10px 0 !important;/*\n*/}/*\n*/.A6F45CD-J-rb .A6F45CD-J-e {/*\n*/  padding-bottom: 10px !important;/*\n*/}/*\n*/.A6F45CD-J-H { /*\n*/  margin: 0 0 0 120px !important;/*\n*/}/*\n*/.A6F45CD-J-R {/*\n*/  padding: 10px 24px !important;/*\n*/    margin-bottom: 10px !important;/*\n*/}/*\n*/.A6F45CD-J-V {/*\n*/  padding-bottom: 230px !important;/*\n*/}/*\n*/.A6F45CD-J-V .A6F45CD-J-R .A6F45CD-J-d {/*\n*/  margin: 0 41px 0 0 !important;/*\n*/}.A6F45CD-T-w {   padding-left: 25px !important;  padding-right: 20px !important;  padding-top: 8px !important; }.A6F45CD-T-G .A6F45CD-T-F a{  padding-bottom: 8px !important;  display: inline-block !important;}     ';


document.getElementsByTagName('head')[0].appendChild(style);