您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Allows different userscripts to define functions that modify the game's code
当前为
window.bonkCodeInjectors
, and runs themCredits 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
injector.js
inside the unzipped folder// ==UserScript==
// @name kklee
// @version 0.0.1
// @author kklkkj
// @description A userscript that extends the functionality of the map editor in bonk.io.
// @match https://bonk.io/gameframe-release.html
// @run-at document-start
// @grant none
// ==/UserScript==
injector.js
with your preferred text editor and copy the entirety of the contents (Warning: may be laggy)injector.js
at the end of the userscript template, so that there is a newline after // ==/UserScript==
You will need to repeat this for every update to kklee
// ==UserScript==
// @name bonk-vtol
// @version 0.0.1
// @author Salama
// @description A userscript to add VTOL back to bonk.io
// @match https://bonk.io/gameframe-release.html
// @run-at document-start
// @grant none
// ==/UserScript==
// ==/UserScript==
You will need to repeat this for every update to bonk-vtol
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址