Code Injector - Bonk.io

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

2021-11-06 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
Excigma
रेटिंग
0 0 0
आवृत्ती
1.0.1
बनवली
2021-10-13
अपडेट केली
2021-11-06
आकार
3.63 KB
License
नाही
यांवर लागू होते:

Code Injector - Bonk.io

You do not need this if you have any of kklee, bonk-vtol, bonk-playlists, bonk-host, or bonk-death-grapple installed as a browser extension (not userscript)

This script finds other userscripts that have defined their injectors in window.bonkCodeInjectors, and runs them

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 userscript

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

List of scripts that work with this:

If you are making your own injector:

  • Make sure @run-at is document-start, so it runs before this script