返回首頁 

Greasy Fork is available in English.

weread排版

重排版


Installer ce script?
// ==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...})();