Idlescape shut up chat

Hides the chat box in Idlescape

As of 2022-04-18. See the latest version.

// ==UserScript==
// @name        Idlescape shut up chat
// @namespace   http://tampermonkey.net/
// @version     0.2
// @description Hides the chat box in Idlescape
// @license     MIT
// @author      WilliW
// @match       https://idlescape.com/game
// @icon        https://no-fun.de/images/shutup.png
// @grant       GM.addStyle
// ==/UserScript==

GM.addStyle(".play-area-chat-container { flex: 0 0 0; }");