Greasy Fork

去除Go编程时光微信引流_自动展开全文

去除Go编程时光微信引流_自动展开全文,不需要通过公众号获取验证码。

目前为 2020-12-29 提交的版本。查看 最新版本

// ==UserScript==
// @name         去除Go编程时光微信引流_自动展开全文
// @match         *://golang.iswbm.com/*
// @namespace    http://tampermonkey.net/
// @version      0.5
// @description  去除Go编程时光微信引流_自动展开全文,不需要通过公众号获取验证码。
// @author       Lgyh Z
// @grant        none
// ==/UserScript==
 
(function() {
    'use strict';
    document.getElementById('read-more-wrap').style='display: none;'
    document.getElementsByClassName('rst-content')[0].style='position: relative;height: 2497.38px;';
})();