删除大工的机器人浮窗

删除大工图书馆首页/校园门户的机器人助手浮窗,解决遮挡登录(不可用)框等问题

目前為 2020-11-12 提交的版本,檢視 最新版本

// ==UserScript==
// @name         删除大工的机器人浮窗
// @version      0.2
// @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/
// @match        http://panjin.dlut.edu.cn/
// @match        http://pjoffice.dlut.edu.cn/
// @match        http://pjxqzwb.dlut.edu.cn/index.htm
// @match        http://pjxqzwb.dlut.edu.cn/
// @match        http://perdep.dlut.edu.cn/index.htm
// @match        http://perdep.dlut.edu.cn/
// @match        http://pjxqtw.dlut.edu.cn/
// @match        http://pjlib.dlut.edu.cn/
// @match        http://xsgzb.dlut.edu.cn/
// @match        http://pjteach.dlut.edu.cn/
// @match        http://cw.dlut.edu.cn/index.jsp
// @match        http://gonghuipj.dlut.edu.cn/
// @match        http://dli.dlut.edu.cn/
// @match        http://hyxy.dlut.edu.cn/
// @match        http://pjlsm.dlut.edu.cn/
// @match        http://ip.dlut.edu.cn/
// @match        http://pjsci.dlut.edu.cn/
// @match        http://tjpj.dlut.edu.cn/
// @match        http://business.dlut.edu.cn/
// @match        http://pjpce.dlut.edu.cn/
// @match        http://fldpj.dlut.edu.cn/
// @match        http://bochuan.dlut.edu.cn/
// @match        http://lingxi.dlut.edu.cn/
// @match        http://guodong.dlut.edu.cn/
// @match        http://pjzsjy.dlut.edu.cn/
// @match        http://pjcareer.dlut.edu.cn/
// @match        http://pjxyzj.dlut.edu.cn/
// @match        http://jzjjgwh.dlut.edu.cn/
// @match        http://eda.dlut.edu.cn/index.jsp
// @match        http://ssdut.dlut.edu.cn/
// @match        http://drise.dlut.edu.cn/
// @match        http://smedut.dlut.edu.cn/
// @match        http://chemeng.dlut.edu.cn/
// @match        http://est.dlut.edu.cn/
// @match        http://biotech.dlut.edu.cn/
// @match        http://me.dlut.edu.cn/
// @match        http://mse.dlut.edu.cn/
// @match        http://power.dlut.edu.cn/
// @match        http://ee.dlut.edu.cn/
// @match        http://eee.dlut.edu.cn/
// @match        http://scse.dlut.edu.cn/
// @match        http://cs.dlut.edu.cn/
// @match        http://bme.dlut.edu.cn/
// @match        http://sche.dlut.edu.cn/
// @match        http://civil.dlut.edu.cn/
// @match        http://she.dlut.edu.cn/
// @match        http://hoe.dlut.edu.cn/
// @match        http://trans.dlut.edu.cn/
// @match        http://cm.dlut.edu.cn/
// @match        http://slcoe.dlut.edu.cn/
// @match        http://vehicle.dlut.edu.cn/
// @match        http://denm.dlut.edu.cn/
// @match        http://naoe.dlut.edu.cn/
// @match        http://sae.dlut.edu.cn/
// @match        http://aa.dlut.edu.cn/
// @match        http://sail.dlut.edu.cn/
// @match        http://fhss.dlut.edu.cn/
// @match        http://mpa.dlut.edu.cn/
// @match        http://gdjyyjzx.dlut.edu.cn/
// @match        http://sem.dlut.edu.cn/
// @match        http://aaschool.dlut.edu.cn/
// @match        http://marx.dlut.edu.cn/
// @match        http://fld.dlut.edu.cn/
// @match        http://physics.dlut.edu.cn/
// @match        http://math.dlut.edu.cn/
// @match        http://oeis.dlut.edu.cn/
// @match        http://zdysc.dlut.edu.cn/
// @match        http://kh.dlut.edu.cn/
// @match        http://sie.dlut.edu.cn/
// @match        http://chuangxin.dlut.edu.cn/
// @match        http://dbji.dlut.edu.cn/
// @match        http://teach.dlut.edu.cn/
// @match        http://gs.dlut.edu.cn/
// @match        http://xsc.dlut.edu.cn/
// @match        http://scidep.dlut.edu.cn/
// @match        http://xkb.dlut.edu.cn/
// @match        http://perdep.dlut.edu.cn/index.htm
// @match        http://perdep.dlut.edu.cn/
// @match        http://techdep.dlut.edu.cn/
// @match        http://inv.dlut.edu.cn/
// @match        http://postdoctor.dlut.edu.cn/
// @match        http://rc.dlut.edu.cn/
// @match        http://sie.dlut.edu.cn/
// @match        http://emba.dlut.edu.cn/
// @match        http://dutdice.dlut.edu.cn/
// @match        http://sie.dlut.edu.cn/
// @match        http://hpc.dlut.edu.cn/
// @match        http://ecard.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或关注我们的公众号极客氢云获取最新地址