Skribbl.io Helper

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

< 脚本 Skribbl.io Helper 的反馈

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

§
发布于:2020-02-28

Adding words manually

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

n0thing作者
§
发布于:2020-02-28

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.

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址