Skip to content

Instantly share code, notes, and snippets.

@hf02
hf02 / index.js
Last active May 24, 2022 18:05
TETR.IO on Safari/WebKit
// 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";