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