数据管理

数据的读取保存导入导出

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/553373/1682026/%E6%95%B0%E6%8D%AE%E7%AE%A1%E7%90%86.js

Aŭtoro
蒋晓楠
Versio
20251022
Kreita
2025/10/22
Ĝisdatigita
2025/10/22
Size
1,89 kb
Licenco
MIT

自用数据管理模块,可以读取保存配置和数据,也可以把数据导入和导出
需要的权限
GM_setValue:用于数据的保存
GM_getValue:用于数据的读取
GM_deleteValue:用于配置删除
GM_registerMenuCommand:用于导入导出数据菜单生成
GM_addElement:用于创建导入导出需要的a标签和input标签