This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// if we don't use setTimeout, safari will crash. i don't know why. | |
setTimeout(() => { | |
document.body.innerHTML = `<iframe id="frame" src="/" style="position: fixed; width: 100%; height: 100%; top: 0; left: 0; border: none;">`; | |
document.head.innerHTML = `<title>TETR.IO</title>`; | |
document.body.style.background = "black"; | |
const script = ` | |
(() => { | |
let oldXMLHttpRequest = window.XMLHttpRequest | |
let oldAudio = window.Audio; | |
const nothing = "https://tetr.io/res/bgm/kuchu-toshi.mp3?blank"; |