Google Product Forum - Help Forum - Compact and Minimal

Google Product Forum - Help Forum - Compact and Minimal - After Material Design Rewrite 2015/05/15

当前为 2015-05-14 提交的版本,查看 最新版本

// ==UserScript==
// @name        Google Product Forum - Help Forum - Compact and Minimal
// @namespace   english
// @description Google Product Forum - Help Forum - Compact and Minimal - After Material Design Rewrite 2015/05/15
// @include     http*://*productforums.google.com/forum*
// @include     http*://*groups.google.com/forum*
// @version     2.1
// @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 = '    .A0FHG6C-pb-o {  display: none !important; }         ';


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