您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
1/31/2022, 3:35:17 PM
// ==UserScript== // @name byggahus.se // @namespace Violentmonkey Scripts // @match www.byggahus.se // @grant GM_addStyle // @version 1.01 // @license MIT // @author - // @description 1/31/2022, 3:35:17 PM // ==/UserScript== GM_addStyle ( ` .main-container-forum,.main-container{ max-width:100%!important; } .header-nav-bottom{ display:block!important; } article.full, .content-comments{ max-width:90%!important; } @Media (min-width: 992px){ .header-proxy{ height:92px!important; } body.sidebar-navigation-visible .floatNavigation, body.sidebar-navigation-visible .header-mover{ padding-left:20px!important; } } #navigation-menu{ display:none!important; } ` )