refresh

Autoreload tab

As of 10. 10. 2017. See the latest version.

// ==UserScript==
// @name        refresh
// @namespace   1
// @include     http://eador.com/B2/viewforum.php?f=29
// @version     1
// @grant       none
// @description Autoreload tab
// ==/UserScript==

setTimeout(function(){ location.reload(); }, 150*1000);