// ==UserScript== // @name PKU-Tool/Treehole-enhancer // @namespace https://github.com/zhuozhiyongde/PKU-Tool // @version 1.0.1 // @author Arthals // @description 取消树洞内容高度限制 // @license GPL-3.0 license // @icon https://cdn.arthals.ink/Arthals-mcskin.png // @homepage https://github.com/zhuozhiyongde/PKU-Tool // @match https://treehole.pku.edu.cn/web/ // @author-blog https://arthals.ink/ // @date 2023/03/18 // @downloadURL https://update.greasyfork.icu/scripts/462052/PKU-ToolTreehole-enhancer.user.js // @updateURL https://update.greasyfork.icu/scripts/462052/PKU-ToolTreehole-enhancer.meta.js // ==/UserScript== (t=>{const e=document.createElement("style");e.dataset.source="vite-plugin-monkey",e.innerText=t,document.head.appendChild(e)})(" .left-container .sidebar .box-content{max-height:none!important} "); (function() { "use strict"; const style = ""; })();