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

hewo!!

I program, mainly web things as a hobby (see mountain of unfinished side projects below). Enjoyer of video games, anime and silly things.

Lightquark might be the main project right now, it's basically a Discord/Slack clone with a focus on being way more open and awesome.

Projects (mostly unfinished)

Here are some of the projects I work on! None of them are or will be finished. Your experience of being able to sign up/having an ui/working may vary.
` } 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);