您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Google Product Forum - Help Forum - Compact and Minimal - After Material Design Rewrite 2015/05/15
当前为
// ==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);