Greasy Fork is available in English.
重排版
// ==UserScript==// @name weread排版// @namespace http://tampermonkey.net/// @version 0.1// @description 重排版// @author foolmos// @match https://weread.qq.com/web/reader/*// @grant GM_addStyle// @license MIT// ==/UserScript==GM_addStyle("* {font-family:huangyuchenzhuohei !important;");(function() {'use strict';// Your code here...})();