The character Ichigo from Darling in the FRANXX playing with a black cat
Emilia (she/they)

hewo!!

I programer and homelab as hobby. Enjoyer of video games, anime and silly things.

Poorly trying to make yet another Discord clone


` } else if (type === "kills") { alert(`You have committed murder ${localStorage.getItem("onekoKills") || 0} times`) } else if (type === "kitty") { if (localStorage.getItem("kitty") !== "enabled") { localStorage.setItem("kitty", "enabled") localStorage.setItem("nokitty", "disabled") startOnekoHell() } else { localStorage.setItem("kitty", "disabled") window.location.reload(); } } else if (type === "nokitty") { if (localStorage.getItem("nokitty") !== "enabled") { localStorage.setItem("nokitty", "enabled") localStorage.setItem("kitty", "disabled") window.location.reload(); } else { localStorage.setItem("nokitty", "disabled") window.location.reload(); } } else if (type === "java") { document.querySelectorAll("#oneko").forEach(e => e.remove()); clearInterval(onekoSpawner) document.body.parentNode.innerHTML = `` } }); window.addEventListener('keydown', handler);