tampermonkey storage proxy

none

Ekde 2024/04/06. Vidu La ĝisdata versio.

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.greasyfork.org/scripts/491829/1355422/tampermonkey%20storage%20proxy.js

Aŭtoro
rssa_romeo
Versio
0.2
Kreita
2024/04/06
Ĝisdatigita
2024/04/06
Size
2,78 kb
Licenco
GPLv3

example:
const storage = new storageproxy('key':optional)
storage.a = {}
storage.a.a = {}
storage.a.a.a = {}
storage.a.a.a.a = {}
storage.a.a.a.a.a = 0
log(storage.a.a.a) // {}
log(storage.a.a.a.a) // 0