Arno500 / Lolicorn-Absorbant

// ==UserScript==
// @name         Lolicorn-Absorbant
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://examinee.evalbox.com/*
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    setTimeout(() => {
        $(window).off("blur")
    }, 100)
})();