Chatbox Temporary Fix

try to take over the world!

Autor
CRG Loadren
Denně instalací
0
Celkem instalací
9
Hodnocení
0 0 0
Verze
1.1
Vytvořeno
14. 02. 2019
Aktualizováno
06. 10. 2019
Size
344 B
Licence
neuvedeno
Spustit na

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