Greasy Fork is available in English.

无忧乐行刷学时

屏蔽无忧乐行后台检测、随机验证码

// ==UserScript==
// @name         无忧乐行刷学时
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  屏蔽无忧乐行后台检测、随机验证码
// @author       SkyWT
// @match        https://5u5u5u5u.com/studyOnLine.action*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';

    window.inspect = function(){};
    $(document).off('hide');
    $(document).off('visibilitychange');
})();