Greasy Fork is available in English.
自动在 Skribbl.io 中猜词,快速、简单、有效。
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 }));
}
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