// ==UserScript== // @name Drawaria Word Helper Fixed by YouTubeDrawaria // @namespace http://tampermonkey.net/ // @version 2.0 // @description A script that shows a list of possible words for the current target word and allows the user to easily input them into the chat. for Word guessing game Fixed by YouTubeDrawaria // @match https://*.drawaria.online/* // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js // @author Vholran And YouTubeDrawaria // @icon https://www.google.com/s2/favicons?domain=drawaria.online // @grant none // @license MIT // @downloadURL none // ==/UserScript== (($, undefined) => { $(() => { let wordCheatPanel = () => { const $sendButton = $('#chatattop-sendbutton'); const $inputChat = $('#chatbox_textinput'); const $targetWord = $('#targetword_tip'); const $rightBar = $('#rightbar'); const $hintsBox = $(''); let lang = $('#langselector').val(); let wordList; $('