Fuck5u

开启进度条并去除防挂机验证

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name         Fuck5u
// @version      0.1
// @description  开启进度条并去除防挂机验证
// @author       Hadwin
// @include      http://hz.5u5u5u5u.com/studyOnLine.action*
// @grant        unsafeWindow
// @namespace https://greasyfork.org/users/186511
// ==/UserScript==

(function() {
    'use strict';
    var list_a = document.getElementsByName("flashvars");
    for(var i=0; i<list_a.length; i++) {
        //console.log(list_a[i].value);
        list_a[i].value = list_a[i].value.replace("uiMode=3", "uiMode=1");
        //console.log(list_a[i].value);
    }
    unsafeWindow.randomTime = 999999999;
    unsafeWindow.$(document).off("hide");
    unsafeWindow.courseware.ruleDto.mouseKeyboard = 0;
    console.log("已开启进度条!");
    console.log("已去除防挂机验证!");
})();