| Title | Detail |
|---|---|
| Name | Koto |
| Unit | koto |
| Algorithm | yescrypt (GlobalBoost-Y) |
| Default rpc port | 8432 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (window.location.href.search("quizizz.com/join/game/") == -1 && window.location.href.search("gameType=") == -1) { | |
| if (window.location.href.search("quizizz.com/join/pre-game/") != -1) { | |
| alert("You cannot execute this while paused.") | |
| throw new Error("You cannot execute this while paused."); | |
| } else if (window.location.href.search("quizizz.com/join/quiz/") != -1) { | |
| alert("You need to start the game before running this script.") | |
| throw new Error("You need to start the game before running this script. "); | |
| } else { | |
| alert("You aren't on a quizizz quiz.") | |
| throw new Error("You aren't on a quizizz quiz."); |
NewerOlder