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)_______ now matches ceiling not Big Ben.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.wordlistEnglish = localStorage.wordlistEnglish + ',"wordhere"' into the console, where the wordlist should look like "","word","word2","word3" and so on. Replace English with the language that you play the game in.
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!