06.09.2010, 17:24
If you're using Firefox/Opera/Chrome, you could make a userscript like this:
Save is as 'autorefresher.user.js' and drop the file in your browser.
Code:
// ==UserScript==
// @name Autorefresher
// @include http://localhost/game.php*screen=overview&*
// @include http://localhost/game.php*screen=overview
// ==/UserScript==
setTimeout(function(){location.reload()}, 1000);
Found my post helpful? Rate me
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)