tampermonkey storage proxy

none

2024-04-06 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

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.greatest.deepsurf.us/scripts/491829/1355425/tampermonkey%20storage%20proxy.js

लेखक
rssa_romeo
आवृत्ती
0.4
बनवली
2024-04-06
अपडेट केली
2024-04-06
आकार
2.84 KB
License
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