Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dorfübersicht
#4
If you're using Firefox/Opera/Chrome, you could make a userscript like this:
Code:
// ==UserScript==
// @name Autorefresher
// @include http://localhost/game.php*screen=overview&*
// @include http://localhost/game.php*screen=overview
// ==/UserScript==
setTimeout(function(){location.reload()}, 1000);
Save is as 'autorefresher.user.js' and drop the file in your browser.
Found my post helpful? Rate me Big Grin
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)
Reply


Messages In This Thread
Dorfübersicht - by Marc111 - 06.09.2010, 12:46
RE: Dorfübersicht - by Dsaddicted - 06.09.2010, 14:49
RE: Dorfübersicht - by abbar-2 - 06.09.2010, 16:43
RE: Dorfübersicht - by Lekensteyn - 06.09.2010, 17:24



Users browsing this thread: 1 Guest(s)