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