删除大工的机器人浮窗

删除大工图书馆首页、校园门户、迎新系统、网信中心主页的机器人助手浮窗,解决遮挡登录(不可用)框等问题

当前为 2020-11-12 提交的版本,查看 最新版本

// ==UserScript==
// @name         删除大工的机器人浮窗
// @version      0.1
// @description  删除大工图书馆首页、校园门户、迎新系统、网信中心主页的机器人助手浮窗,解决遮挡登录(不可用)框等问题
// @author       小胖子
// @match        http://www.lib.dlut.edu.cn/
// @match        https://portal.dlut.edu.cn/tp/view?m=up#act=portal/viewhome
// @match        https://its.dlut.edu.cn/*
// @match        http://yx.dlut.edu.cn/
// @run-at       document-idle
// @grant        none
// @namespace https://gf.qytechs.cn/users/459847
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById("imin_content").parentNode.removeChild(document.getElementById("imin_content"));
    document.getElementById("robot").parentNode.removeChild(document.getElementById("robot"));
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址