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

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

  1. // ==UserScript==
  2. // @name Disable obtrusive chat, all of dog-water fextralife.com
  3. // @namespace Violentmonkey Scripts
  4. // @match https://*.wiki.fextralife.com/*
  5. // @grant none
  6. // @license MIT
  7. // @version 1.1
  8. // @author Devdraco
  9. // @description This script disables the annoying chat feature present on all dog-water fextralife "wiki" pages.
  10. // ==/UserScript==
  11.  
  12. document.getElementById("mchato")?.remove();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址