Warning: fopen(/www/sites/greasyfork.cloud/index/store/forever/cc7c857abb634bc7f05c765109723412.html): failed to open stream: No space left on device in /www/sites/greasyfork.cloud/index/scriptsControl.php on line 127
nuaa-eletool - 源代码

Greasy Fork

nuaa-eletool

nuaa Elective course hacker tool for the graduate.

当前为 2019-02-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         nuaa-eletool
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  nuaa Elective course hacker tool for the graduate.
// @author       Kenkon Hu
// @match        http://gsmis.nuaa.edu.cn/pyxx/pygl/pyjhxknew.aspx
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    //window.alert = function() {};
    history.back = function() {};
})();