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

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

As of 2020-12-29. See the latest version.

// ==UserScript==
// @name         去除Go编程时光微信引流_自动展开全文
// @match        http://golang.iswbm.com
// @namespace    http://tampermonkey.net/
// @version      0.4
// @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;';
})();
长期地址
遇到问题?请前往 GitHub 提 Issues。