Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dorfübersicht
#1
Gibt es ein tool damit die dorfübersicht jede sekunde erneuert.
[Image: create.php?uid=21445]
Konnt ich dir helfen dann bewerte mich doch Wink
Reply
#2
na, glaube nicht.
musst du f5 drücken, aber ich denke das ist keine arbeit Wink
Wenn ich helfen konnte, dann bewertet mich bitte. -->Bewertung
Reply
#3
man kann dies z.B. in Javascript schreiben Wink
einfach mal googeln Big Grin
[Image: create.php?uid=511]
Reply
#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




Users browsing this thread: 1 Guest(s)