Greasy Fork is available in English.
自动修改高度!
// ==UserScript==// @name 自动修改f77转f90页面高度// @namespace http://tampermonkey.net/// @version 0.1// @description 自动修改高度!// @author You// @match http://quill.fcode.cn/quill.php// @icon https://www.google.com/s2/favicons?sz=64&domain=fcode.cn// @grant none// @run-at document-end// @license MIT// ==/UserScript==(function() {'use strict';document.querySelector(".cm-s-quill_style").style.cssText="height:1090px;"})();