您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove all bots from a kahoot game.
当前为
INSTALLATION
Discord | GitHub |
---|---|
![]() | ![]() |
Sometimes, just an antibot is not enough... Here are ways to prevent bots from joining your games to the best of your ability
If you are creating your own play.kahoot.it scripts, it will not work with Kahoot Antibot normally. You need to do the following:
document-start
window.antibotAdditionalScripts
to []
Example:
// @run-at document-start
// ==/UserScript==
window.antibotAdditionalScripts = window.antibotAdditionalScripts || [];
window.antibotAdditionalScripts.push(()=>{
// code to run
});
// To add custom replacements/patches
window.antibotAdditionalReplacements = window.antibotAdditionalReplacements || [];
window.antibotAdditionalReplacements.push((code) => {
// modify the code
return code;
});
To detect if the antibot is active, you can check for the kantibotEnabled
variable (v3.0.0+)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址