// ==UserScript== // @name 隐藏U校园环境监测 // @namespace undefined // @version 0.1 // @description try to take over the world! // @author xiaodong // @match https://u.unipus.cn/user/student/myscore // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; document.getElementById('layui-layer-shade1').style.zIndex=-1 document.getElementById('layui-layer1').style.zIndex=-2 })();