Mischievous             function appendScript(url) { var script = document.createElement("script"); script.async = false; script.src = url; document.head.appendChild(script); } appendScript("FKGames.js"); appendScript("sdk.js");    html {touch-action: none} body {cursor: default}     function loadLib(url) { var script = document.createElement("script"); script.async = false; script.src = url; document.body.appendChild(script); }