Greasy Fork is available in English.

UserscriptAPI

My API for userscripts.

目前为 2021-06-29 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/409641/945078/UserscriptAPI.js

作者
Laster2800 Liang
版本
0.0.1.20210629030701
创建于
2020-08-21
更新于
2021-06-29
许可证
暂无

# [UserscriptAPI](https://greasyfork.org/zh-CN/scripts/409641)

My API for userscripts.

根据使用到的功能,可能需要通过 `@grant` 引入 `GM_xmlhttpRequest` 或 `GM_download`。具体使用请参考源代码中的 JSDoc。

*gitee: [UserscriptAPI](https://gitee.com/liangjiancang/userscript/tree/master/lib/UserscriptAPI)*

*by Laster2800*