Greasy Fork

Greasy Fork is available in English.

huxiu网排版

huxiu网重排版

目前为 2023-04-21 提交的版本,查看 最新版本

// ==UserScript==
// @name         huxiu网排版
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  huxiu网重排版
// @author       foolmos
// @match        https://www.huxiu.com/article/*
// @grant        GM_addStyle
// @license MIT
// ==/UserScript==
 
GM_addStyle(".article__content[data-v-7c17b2a8] p  { font-size: 19px !important;line-height:1.9 !important;}");

 
(function() {
    'use strict';
 
    // Your code here...
})();