Greasy Fork is available in English.

lib:indexeddb ls

none

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
rssa_romeo
1日のインストール数
0
累計インストール数
5
評価
0 0 0
バージョン
5
作成日
2024/04/03
更新日
2024/05/16
ライセンス
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