Kongregate Chat Deleter

Deletes the Chat box from the page

Verze ze dne 06. 03. 2016. Zobrazit nejnovější verzi.

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