Greasy Fork is available in English.

Chatbox Temporary Fix

try to take over the world!

Yazar
CRG Loadren
Günlük kurulumlar
0
Toplam kurulumlar
9
Değerlendirmeler
0 0 0
Versiyon
1.1
Oluşturulma
14.02.2019
Güncellenme
06.10.2019
Lisans
N/A
Geçerli

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