NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name HUST
// @version 1.0.2
// @description Help You Skip Test
// @author ban.su
// @match https://*.skif.donstu.ru/*
// @copyright 2021, devgg (https://ban.su)
// @updateURL https://openuserjs.org/meta/King/HUST.meta.js
// @license MIT
// @grant unsafeWindow
// @grant GM_getValue
// @grant GM_setValue
// @run-at document-idle
// ==/UserScript==
(async function () {
alert('fck')
})()