an0ny / disable timeout

// ==UserScript==
// @name      disable timeout
// @namespace  
// @version      1.0
// @description   Disable SB Timeout
// @include      http://www.nextgenupdate.com/forums/shoutbox-iframe.php
// @include      http://www.nextgenupdate.com/forums/infernoshout.php?do=detach
// @include      http://www.nextgenupdate.com/forums/infernoshout.php
// @copyright     2014-2015 an0ny
// @author      An0ny
// @run-at      document-start
// ==/UserScript==

InfernoShoutboxControl.idletimelimit = -1;