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-startwindow.antibotAdditionalScripts to []Example:
// @run-at document-start
// ==/UserScript==
window.antibotAdditionalScripts = window.antibotAdditionalScripts || [];
window.antibotAdditionalScripts.push(()=>{
// code to run
});
To detect if the antibot is active, you can check for the kantibotEnabled variable (v3.0.0+)