Disable obtrusive chat, all of dog-water fextralife.com

This script disables the annoying chat feature present on all dog-water fextralife "wiki" pages.

    // ==UserScript==
    // @name        Disable obtrusive chat, all of dog-water fextralife.com
    // @namespace   Violentmonkey Scripts
    // @match       https://*.wiki.fextralife.com/*
    // @grant       none
    // @license     MIT
    // @version     1.1
    // @author      Devdraco
    // @description This script disables the annoying chat feature present on all dog-water fextralife "wiki" pages.
    // ==/UserScript==

      document.getElementById("mchato")?.remove();