tampermonkey storage proxy

none

当前为 2024-04-07 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/491829/1356128/tampermonkey%20storage%20proxy.js

作者
rssa_romeo
版本
0.7
创建于
2024-04-06
更新于
2024-04-07
大小
3.0 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或关注我们的公众号极客氢云获取最新地址