Greasy Fork

Kongregate Chat Deleter

Deletes the Chat box from the page

当前为 2016-03-06 提交的版本,查看 最新版本

// ==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);