UserscriptAPIDom

https://gitee.com/liangjiancang/userscript/tree/master/lib/UserscriptAPI

Per 25-09-2021. Zie de nieuwste versie.

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://updategreasyfork.deno.dev/scripts/431998/973743/UserscriptAPIDom.js

Maker
Laster2800 Liang
Versie
0.0.1.20210925145423
Gemaakt op
06-09-2021
Bijgewerkt op
25-09-2021
Grootte
6,59 KB
Licentie
N.v.t.

UserscriptAPI

My API for userscripts.

需要引入模块方可工作,具体使用请参考源代码中的 JSDoc。点击查看 更新日志

所有模块均依赖于 UserscriptAPI,详细信息如下:

模块 依赖模块 Greasy Fork
base BuiltIn
dom 431998
logger BuiltIn
message dom 432000
wait 432002
web 432003

必须先引用 UserscriptAPI 再引入模块,如:

// @require     https://www.example.com/UserscriptAPI.js
// @require     https://www.example.com/UserscriptAPIDom.js
// @require     https://www.example.com/UserscriptAPIMessage.js
// @require     https://www.example.com/UserscriptAPIWait.js
// @require     https://www.example.com/UserscriptAPIWeb.js

Source: Gitee / GitHub - by Laster2800