This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Konnor Rogers
konnorrogers.com
did:plc:wlv2lek2tmwsfpob3r4mix7y
document.addEventListener("click", (event) => {
if (event.target === document.documentElement) {
document.querySelectorAll("dialog[open]").forEach((dialog) => dialog.close())
}
})
https://event.target
2025-08-26T17:14:15.374Z