您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Wider chat (side-by-side only)
// ==UserScript== // @name Pendoria - Temporary HD Fix // @description Wider chat (side-by-side only) // @namespace http://pendoria.net/ // @version 0.0.2 // @author Xortrox // @match http://pendoria.net/game // @match https://pendoria.net/game // @match http://www.pendoria.net/game // @match https://www.pendoria.net/game // @grant none // ==/UserScript== $('#chat').attr('style', 'max-width:2000px !important; width: 800px !important;'); $('#content>.wrapper').attr('style', 'margin: 0 !important; width: 100%; min-width: 100%;'); $('#main-section').attr('style', 'width: calc(62% - 368px) !important;');