window.addEventListener("load", () => { document.title = "youre not slick"; const audio = new Audio("https://files.catbox.moe/hfrw7p.wav"); audio.play(); });