Code Injector - Bonk.io

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

Fra 13.10.2021. Se den seneste versjonen.

Forfatter
Excigma
Vurderinger
0 0 0
Versjon
1.0.0
Lagd
13.10.2021
Oppdatert
13.10.2021
Size
3,6 kB
Lisens
I/T
Gjelder

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