// ==UserScript==
// @name KonoSuba Kahoot Theme
// @namespace https://kahoot-win.herokuapp.com
// @version 0.1
// @description Get the Useless, the Cannon, the Meat Wall, and the Frog Killer in One Userscript!
// @author theusaf
// @match https://kahoot.it/
// @grant none
// @run-at. document-start
// @downloadURL none
// ==/UserScript==
if(window.fireLoaded){
throw "[KonoSuba] - page is loaded";
}
throw "";
document.write("");
const url = window.location.href;
const page = new XMLHttpRequest();
page.open("GET",window.url);
page.send();
page.onload = ()=>{
const scriptURL = page.response.match(/<\/script>