// ==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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; //window.alert = function() {}; history.back = function() {}; })();