Testportal cheat

a simple Testportal hack

// ==UserScript==
// @name         Testportal cheat
// @version      0.1
// @description  a simple Testportal hack
// @include      *testportal.pl/exam/*
// @grant        none
// @namespace https://gf.qytechs.cn/users/700932
// ==/UserScript==

(function() {
    'use strict';

    if (window.blurSpy != null) {
        window.blurSpy.stop();
    }
    document.hasFocus = () => true;
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址