数据管理

数据的读取保存导入导出

Skrip ini tidak untuk dipasang secara langsung. Ini adalah pustaka skrip lain untuk disertakan dengan direktif meta // @require https://update.greatest.deepsurf.us/scripts/553373/1682026/%E6%95%B0%E6%8D%AE%E7%AE%A1%E7%90%86.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Penulis
蒋晓楠
Versi
20251022
Dibuat
22 Oktober 2025
Diperbarui
22 Oktober 2025
Size
1,89 KB
Lisensi
MIT

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