Greasy Fork

来自缓存

Greasy Fork is available in English.

Skribbl 自动猜词器

自动在 Skribbl.io 中猜词,快速、简单、有效。

< 脚本 Skribbl 自动猜词器 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-10-20

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

§
发布于:2025-10-25

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 }));
}

发布留言

登录以发布留言。