Retains text entered into textareas and contentEditables, and expires after certain time span.
< 腳本Textarea Backup with expiry的回應
Textarea Backup with expiry Fix
https://gf.qytechs.cn/zh-CN/scripts/19509-textarea-backup-with-expiry-fix
Hi,
Just testing this userscript.
As of Greasemonkey 2.0, all userscripts that use special GM functions needs to be added to the script metadata with
@grant
.To fix this script, simply add the following to the script metadata:
// @grant GM_getValue // @grant GM_setValue // @grant GM_deleteValue // @grant GM_listValues // @grant GM_registerMenuCommand
Hope that helps somebody.
Otherwise, the script works great! Glad to have this script as a cross-browser textarea cache option.
https://gist.github.com/franzalex/6bea78d9809ecb43886ad272cabff0ac
- Fix @grant https://gf.qytechs.cn/zh-CN/forum/discussion/8161
- Added general support for fields
- Added context menu item for conveninetly accessing the restore menu item.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Need @grant plugin metadata for script to work
Hi,
Just testing this userscript.
As of Greasemonkey 2.0, all userscripts that use special GM functions needs to be added to the script metadata with
@grant
.To fix this script, simply add the following to the script metadata:
Hope that helps somebody.
Otherwise, the script works great! Glad to have this script as a cross-browser textarea cache option.