您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Learns the wordlist each round and outputs possible words in chat.
当前为
The script learns the word each after each user finishes their turn and adds it to a wordlist using localStorage.
____ _______ = cheeseburger
, it will match ____ _______ = fire hydrant
)Please note that the script will not show all possible words at first, as it has to learn the words. Due to this, the script works best by playing the game often or adding the words to localStorage by typing localStorage.wordlist = localStorage.wordlist + ',"wordhere"'
into the console, where the wordlist should look like "","word","word2","word3"
and so on.
I assume this script works for all languages, since it learns the wordlist and matches it to the hint in the game. However, I cannot guarantee this.
Edit: I've tested and it does not work for other languages, only ENGLISH. If you want this script to support for other languages (eg. greek and korean) (i.e. words that have modifier symbols such as Å and non english characters such as ß) then please leave a feedback.
Note: This does NOT automatically try all possible words, only lists the possible words so that you, the player, can know which possible words can be used!