Greasy Fork

Greasy Fork is available in English.

guancha网排版

guancha排版

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         guancha网排版
// @namespace    http://tampermonkey.net/
// @version      0.3
// @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, .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;}");
GM_addStyle("p { font-size:19px !important;line-height:2 !important;}");

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