tampermonkey storage proxy

none

目前为 2024-04-06 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.gf.qytechs.cn/scripts/491829/1355425/tampermonkey%20storage%20proxy.js

作者
rssa_romeo
版本
0.4
创建于
2024-04-06
更新于
2024-04-06
大小
2.8 KB
许可证
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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址