Skip to content

Instantly share code, notes, and snippets.

@HKGx
Created May 13, 2020 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HKGx/d23cabeebe67d2ca484ac7e3893ca166 to your computer and use it in GitHub Desktop.
Save HKGx/d23cabeebe67d2ca484ac7e3893ca166 to your computer and use it in GitHub Desktop.
testportal omit focus thingy lol
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.testportal.pl/exam/*
// @grant unsafeWindow
// ==/UserScript==
(function() {
document.hasFocus = () => true;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment