您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
删除大连理工大学各主页的机器人助手(小灵)浮窗,解决遮挡登录(不可用)框等问题
当前为
// ==UserScript== // @name 删除大工的机器人小灵浮窗 // @name:en Remove float robot in DUT homepages // @version 0.5.1 // @description 删除大连理工大学各主页的机器人助手(小灵)浮窗,解决遮挡登录(不可用)框等问题 // @description:en Remove several robots floating on Homepages of Dalian University of Technology. // @author 小胖子 // @match https://www.dlut.edu.cn/ // @match http://www.lib.dlut.edu.cn/ // @match https://portal.dlut.edu.cn/tp/view?* // @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://hpc.dlut.edu.cn/index.htm // @match http://ecard.dlut.edu.cn/ // @run-at document-idle // @grant none // @namespace https://gf.qytechs.cn/users/459847 // ==/UserScript== (function() { 'use strict'; if (document.getElementById("imin_content") != null){ document.getElementById("imin_content").parentNode.removeChild(document.getElementById("imin_content")); document.getElementById("robot").parentNode.removeChild(document.getElementById("robot")); return; } if (document.getElementById("imin_content") == null){ setTimeout((function(){ document.getElementById("imin_content").parentNode.removeChild(document.getElementById("imin_content")); document.getElementById("robot").parentNode.removeChild(document.getElementById("robot")); }),3000); return; } })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址