|
Script Summary:
Retains text entered into textareas. |
this script has 3 topics, 30 posts |
this script has 3 reviews |
||||||||||||||||||||||||||
The primary purpose of this userscript is to save having to retype lost emails, forum posts, bug submissions, etc. The backup should be transparent so if the page is reloaded for whatever reason, be it browser crash, unintended exit or a forgetful website, the previously entered text will be restored.
When you enter text into atextarea (i.e multiline text input areas) it is saved under the following conditions:
- At each keystroke.
- Every second.
- When the
textarealoses focus.
form is submitted.
Updates:
- Gmail Cc:, Bcc: bug fixed.
- Backups saved more frequently.
- Now warns on restoring over existing content.
- Ability to restore from a previous backup via the Userscript Commands menu.
- Backups are now reset on forms which are submitted via the
submit()method. - Added support for UTF8 (thanks to wind for that).
Notes
- Entries in
about:configcannot be removed via the userscript, this is a limitation in the current GreaseMonkey API. - On occasion an older copy of text remains backed up, this may be due to conflicting JavaScript interactions.





