Greasy Fork is available in English.

lib:indexeddb ls

none

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
rssa_romeo
일일 설치수
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