Greasy Fork is available in English.
guancha重排版
// ==UserScript==
// @name guancha-mobile排版
// @namespace http://tampermonkey.net/
// @version 0.1
// @description guancha重排版
// @author foolmos
// @match https://m.guancha.cn/*
// @grant GM_addStyle
// @license MIT
// ==/UserScript==
GM_addStyle(".g_swiper_container, .g_header44 { display:none !important;}");
(function() {
'use strict';
// Your code here...
})();