huxiu网排版

huxiu网重排版

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

// ==UserScript==
// @name         huxiu网排版
// @namespace    http://tampermonkey.net/
// @version      0.3
// @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: 20.5px !important;line-height:2 !important;}");

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址