Greasy Fork 支持简体中文。

lib:indexeddb ls

none

作者
rssa_romeo
今日安裝
0
安裝總數
6
評價
0 0 0
版本
7
建立日期
2024-04-03
更新日期
2025-01-25
尺寸
5.8 KB
授權條款
GPLv3
腳本執行於
所有網站

use indexeddb like localstorage
example:
const setupls = loadlib("indexeddb ls")
const ls = await setupls('name')
log(ls.test) //undefined
ls.test = 'testing'
log(ls.test) //testing
ls.obj = {asd:'asd'}
log(ls.obj) //{asd:'asd'}

requires:
https://greasyfork.org/en/scripts/491562-libloader-lib
https://greasyfork.org/en/scripts/489763-all-functions-lib