Skribbl.io Helper

Learns the wordlist each round and outputs possible words in chat.

< Feedback op Skribbl.io Helper

Recensie: Goed - het script werkt zoals het hoort

§
Geplaatst: 28-02-2020

Adding words manually

Hi. I wanted to ask if it is possible to add words list manually without playing skribbl.io?

n0thingMaker
§
Geplaatst: 28-02-2020

Hi, enter in console for:

add/append to current wordlist: localStorage.wordlistEnglish += ',"wordhere"' (comma then word in double quote)

replace current wordlist localStorage.wordlistEnglish = '"one","two","with space"'

Please note the difference between using = (replace) and += (append) Enclose the words in double quotation mark " and separated with comma (no space) , and finally enclose the whole thing in single quotation '

If you want to backup your wordlist, enter localStorage.wordlistEnglish and save the output.

Replace English with the language you use.

Reactie plaatsen

Log in om antwoord te geven.