// ==UserScript== // @name Word Helper for Word guessing game // @namespace http://tampermonkey.net/ // @version 1.0 // @description A script that showing a list of possible words for the current target word and allowing the user to easily input them into the chat. // @match https://*.drawaria.online/* // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js // @author Vholran // @icon https://www.google.com/s2/favicons?domain=drawaria.online // @grant none // @downloadURL https://update.greasyfork.icu/scripts/444976/Word%20Helper%20for%20Word%20guessing%20game.user.js // @updateURL https://update.greasyfork.icu/scripts/444976/Word%20Helper%20for%20Word%20guessing%20game.meta.js // ==/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; $('