Code Injector - Bonk.io

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

Από την 13/10/2021. Δείτε την τελευταία έκδοση.

Δημιουργός
Excigma
Βαθμολογίες
0 0 0
Έκδοση
1.0.0
Δημιουργήθηκε την
13/10/2021
Ενημερώθηκε την
13/10/2021
Μέγεθος
4 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