Chatbox Temporary Fix

try to take over the world!

ئاپتورى
CRG Loadren
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
9
باھا نومۇرى
0 0 0
نەشرى
1.1
قۇرۇلغان ۋاقتى
2019-02-14
يېڭىلانغان ۋاقتى
2019-10-06
Size
344 بايت
ئىجازەتنامىسى
يوق
قوللايدىغىنى

// ==UserScript==
// @name Chatbox Temporary Fix
// @namespace http://tampermonkey.net/
// @version 1.0
// @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);