NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name ChaoXingTimeStop
// @namespace https://openuserjs.org/user/mikecoding
// @version 0.1
// @description 泛雅超星学习通考试时间停止
// @author mikecoding
// @match *://mooc1-2.chaoxing.com/exam/test/reVersionTestStartNew*
// @copyright 2020, mikecoding (https://openuserjs.org/users/mikecoding)
// @grant unsafeWindow
// @license MIT
// ==/UserScript==
(function () {
'use strict';
//unsafeWindow.maxtime+=1800;
clearInterval(unsafeWindow.timers);
})();