huxiu网排版

huxiu网重排版

  1. // ==UserScript==
  2. // @name huxiu网排版
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.6
  5. // @description huxiu网重排版
  6. // @author foolmos
  7. // @match https://www.huxiu.com/article/*
  8. // @grant GM_addStyle
  9. // @license MIT
  10. // ==/UserScript==
  11. GM_addStyle(".article__content[data-v-009474f2] p { font-size: 19px !important;line-height:2 !important;}");
  12. GM_addStyle(".article-detail-content p { font-size: 19px !important;line-height:2 !important;}");
  13. (function() {
  14. 'use strict';
  15. // Your code here...
  16. })();

QingJ © 2025

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