去死吧!小木

干掉网络学堂中讨厌的学堂小木对话框

目前为 2018-04-24 提交的版本,查看 最新版本

// ==UserScript==
// @name         去死吧!小木
// @namespace    github.com/tandf
// @version      0.0.1
// @description  干掉网络学堂中讨厌的学堂小木对话框
// @author       tandf
// @match        http://www.xuetangx.com/*
// @grant        none
// ==/UserScript==
var XiaoMu = document.getElementById('qarobot');
if (XiaoMu) {
	XiaoMu.parentNode.removeChild(XiaoMu);
}