jianshu filter

去头去尾

// ==UserScript==
// @name         jianshu filter
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  去头去尾
// @author       longslee
// @match        https://www.jianshu.com/*
// @grant        none
// ==/UserScript==

+function() {
    'use strict';
    // Your code here...
    //document.getElementById('btn-readmore').click();
    //https://gf.qytechs.cn/
    document.getElementsByClassName('_1CSgtu')[0].style.display="none";
    document.getElementsByClassName('_2xr8G8')[0].style.display="none";

}();

QingJ © 2025

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