(no title)
wesamco | 1 year ago
I code-golfed greyface-'s code and made the text cursor autofocus on page load:
data:text/html,<body contenteditable autofocus oninput="history.replaceState(0,0,'%23'+btoa(this.outerHTML))" onload="location.hash&& document.write(atob(location.hash.slice(1)))">#
No comments yet.