Disable obtrusive chat, Elden Ring fextralife.com

This script disables the annoying chat feature present on the Elden Ring fextralife wiki.

目前為 2024-06-25 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Disable obtrusive chat, Elden Ring fextralife.com
// @namespace   Violentmonkey Scripts
// @match       https://eldenring.wiki.fextralife.com/*
// @grant       none
// @license     MIT
// @version     1.0
// @author      Devdraco
// @description This script disables the annoying chat feature present on the Elden Ring fextralife wiki.
// ==/UserScript==

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