🏠 Home 

Testportal cheat

a simple Testportal hack


Install this script?
// ==UserScript==
// @name         Testportal cheat
// @version      0.1
// @description  a simple Testportal hack
// @include      *testportal.pl/exam/*
// @grant        none
// @namespace https://greasyfork.org/users/700932
// ==/UserScript==
(function() {
'use strict';
if (window.blurSpy != null) {
window.blurSpy.stop();
}
document.hasFocus = () => true;
})();