重排版
// ==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...
})();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址