Chatbox Temporary Fix

try to take over the world!

// ==UserScript==
// @name         Chatbox Temporary Fix
// @namespace    http://tampermonkey.net/
// @version      1.1
// @description  try to take over the world!
// @author       You
// @match        http://www.veneficium.org/chatbox/index.forum*
// @grant        none
// ==/UserScript==

setInterval(function(){
    chatbox.get();
}, 2000);