Skribbl AutoGuesser

Automatically suggests guesses in Skribbl.io. Fast, easy, and effective.

< Spätná väzba na Skribbl AutoGuesser

Hodnotenie: Dobré - skript funguje

§
Pridaný: 20.10.2025

Script works fine. Can you make it work such that it doesn't automatically input the last possible word available ? Instantly guessing the only word available when someone has not even started drawing makes it look like cheating

§
Pridaný: 25.10.2025

Script works fine. Can you make it work such that it doesn't automatically input the last possible word available? Instantly guessing the only word available when someone has not even started drawing makes it look like cheating.

You can delete this line in generateGuesses() if you don't want that feature:

if (possibleWords.length === 1) {
    input.value = possibleWords.shift();
    input.closest("form").dispatchEvent(new Event("submit", { bubbles: true, cancelable: true }));
}

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.