// ==UserScript== // @name huxiu网排版 // @namespace http://tampermonkey.net/ // @version 0.5 // @description huxiu网重排版 // @author foolmos // @match https://www.huxiu.com/article/* // @grant GM_addStyle // @license MIT // @downloadURL none // ==/UserScript== GM_addStyle(".article__content[data-v-009474f2] p { font-size: 19px !important;line-height:2 !important;}"); (function() { 'use strict'; // Your code here... })();