(no title)
wesamco | 1 year ago
For a quick and dirty save, you can press Ctrl+P to open the print window/dialog and select "Save as PDF", or you can press Ctrl+S and save as a single HTML file.
Edit: to make the text cursor focus automatically when the page loads, you can add the autofocus attribute to the body tag.
smusamashah|1 year ago
wesamco|1 year ago
I code-golfed greyface-'s code and made the text cursor autofocus on page load:
apatheticonion|1 year ago
> Webstorage is tied to an origin. 'data:' URLs have unique origins in Blink (that is, they match no other origins, not even themselves). even if we decided that 'data:' URLs should be able to access localStorage, the data wouldn't be available next time you visited the URL, as the origins wouldn't match.
mariocesar|1 year ago