guancha网排版

guancha排版

  1. // ==UserScript==
  2. // @name guancha网排版
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  5. // @description guancha排版
  6. // @author foolmos
  7. // @match https://www.guancha.cn/*
  8. // @grant GM_addStyle
  9. // @license MIT
  10. // ==/UserScript==
  11. GM_addStyle(".left.left-main {width:70% !important;margin-left:14% !important;}");
  12. GM_addStyle("li.right, .full_nav1, .editor.fix, .share, .comment-component, a.zhidu, a.go-center, a.go-post, .tab-control.list-order, .footer, .content-bottom-ad, .cmt-top-pic, #comments-container-kuang { display:none !important;}");
  13. GM_addStyle("p { font-size:19px !important;line-height:2 !important;}");
  14.  
  15. (function() {
  16. 'use strict';
  17. // Your code here...
  18. })();

QingJ © 2025

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