guancha网排版

guancha排版

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

// ==UserScript==
// @name         guancha网排版
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  guancha排版
// @author       foolmos
// @match        https://www.guancha.cn/*
// @grant        GM_addStyle
// @license MIT
// ==/UserScript==
 
GM_addStyle(".left.left-main {width:70% !important;margin-left:14% !important;}");
GM_addStyle("li.right { display:none !important;}");
GM_addStyle("p { font-size:19px !important;line-height:2 !important;}");

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

QingJ © 2025

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