|
|
|
|
|
by smusamashah
749 days ago
|
|
Following might work to save as well. data:text/html,<html contenteditable onload="document.body.innerHTML = localStorage['text']" oninput="localStorage['text'] = document.body.innerHTML" style="line-height:1.5;font-size:20px;">
|
|
I code-golfed greyface-'s code and made the text cursor autofocus on page load: