// ==UserScript== // @name Skribbl.io Cheat GUI // @namespace http://tampermonkey.net/ // @version 1.0 // @description Adds a functional cheat GUI for Skribbl.io with auto-draw, auto-answer, character and name changers, and a restart game button. // @author YourName // @match https://skribbl.io/* // @grant none // @require https://code.jquery.com/jquery-3.6.0.min.js // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Create GUI container const gui = $('