Greasy Fork is available in English.
Retains text entered into textareas and contentEditables, and expires after certain time span.
This script was originally based on Textarea Backup by Dan Brook. I mainly added the expiration functionality to it, so that an abandoned backup will be automatically deleted after certain time span. This is especially useful if there is not a submit action for the textarea's associated form (e.g. Google Translate).
Since version 2.0, I decide to rewrite the script and maintain the whole code myself, since Dan didn't update his script for a long time. Some behaviors are slightly changed in this version. The new version behaves as follows:
The logic behind this is, it only restore what user interests, and ignore the rest. Similarly, desktop softwares only check updates when launched. If it is never used, why bother checking updates?
Please open the script file to change the options.
2.4 on 08/15/2013:
- Support Google Chrome.
2.3 on 07/20/2013:
- Support dynamically created textareas. To restore, such textareas need to be created first and then use the script command.
2.2.1 on 01/06/2013:
- Remove restriction for textarea under a form.
2.2 on 01/03/2013:
- Add support for elements with "contentEditable" attribute.
2.1 on 05/09/2011:
- Add user menu command to restore all textarea in the page.
2.0 on 05/06/2011:
- Completely rewrite the script. New script should be faster, stronger and more standard-compliant.
- Fix bugs in previous versions and the original script.
1.0.4 on 04/22/2009:
- Synchronize with the original Textarea Backup script.
1.0.3 on 03/08/2009:
- Add "ask overwrite" option.
1.0.2 on 03/04/2009:
- Add "keep after submission" option.
1.0.1 on 02/22/2009:
- Extract the expiry time stamp codes to stand-alone functions.
1.0 on 02/21/2009:
- Initial version.
PS. Imported from http://userscripts-mirror.org/scripts/show/42879