Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
My PC is 100% secure in my home office.
Personally I use ReloadEvery in FireFox, and the built-in one in Opera. Or if you have GreaseMonkey installed just give it a script :gnubie said:A browser add-on that would refresh the page periodically would be excellent. Know of any?
[gray]// ==UserScript==
// @name Reload
// @include [URL unfurl="true"]http://example.com/*[/URL]
// ==/UserScript==[/gray]
setTimeout(function() { document.location.reload() },1000*60)