Kongregate Chat Deleter

Deletes the Chat box from the page

// ==UserScript==
// @name           Kongregate Chat Deleter
// @namespace      http://www.overzealous.com
// @include        http://www.kongregate.com/games/*
// @version 0.0.1.20160306124419
// @description Deletes the Chat box from the page
// ==/UserScript==

var chat = document.getElementById("chat_container");
chat.parentNode.removeChild(chat);

QingJ © 2025

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