Code Injector - Bonk.io

Allows different userscripts to define functions that modify the game's code

当前为 2021-10-13 提交的版本,查看 最新版本

作者
Excigma
评分
0 0 0
版本
1.0.0
创建于
2021-10-13
更新于
2021-10-13
大小
3.6 KB
许可证
暂无
适用于

Code Injector - Bonk.io

Finds other userscripts that have defined their injectors in window.bonkCodeInjectors, and runs them

Currently, there are no userscripts that use this (yet).

This script does not add any changes by itself, you need to install other scripts alongside this.

Credits to https://github.com/kklkkj for creating this system where multiple extensions can edit different parts of Bonk.io' code.

Much of the code below was copied from or inspired by https://github.com/kklkkj/kklee/blob/master/src/runInjectors.js

Go thank kklkkj for this