// ==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 // @downloadURL https://update.greasyfork.icu/scripts/466491/guancha-mobile%E6%8E%92%E7%89%88.user.js // @updateURL https://update.greasyfork.icu/scripts/466491/guancha-mobile%E6%8E%92%E7%89%88.meta.js // ==/UserScript== GM_addStyle(".g_swiper_container, .g_header44 { display:none !important;}"); (function() { 'use strict'; // Your code here... })();