try to take over the world!
// ==UserScript==
// @name 某航的第一个脚本
// @namespace http://tampermonkey.net/
// @version 0.2
// @description try to take over the world!
// @author You
// @match http://218.197.102.183/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
//删除教务管理系统的遮挡物
$("#MyDiv").hide();
$("#fade").hide();
})();