Greasy Fork

Greasy Fork is available in English.

去除网页openwrite微信引流_自动展开全文

去除网页openwrite微信引流_自动展开全文,不需要通过公众号获取验证码。

目前为 2020-10-13 提交的版本。查看 最新版本

// ==UserScript==
// @name         去除网页openwrite微信引流_自动展开全文
// @match        *://*/*
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  去除网页openwrite微信引流_自动展开全文,不需要通过公众号获取验证码。
// @author       波西米亚火山观测站
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById('container').style='position: relative;height: auto;';
    var tmp = document.getElementById('read-more-mask');
    var parent = tmp.parentElement;
    var removed = parent.removeChild(tmp);
    parent.removeChild(parent.children[0])
    removed === tmp;
})();