Some browsers provide you with auto refresh/reload feature to refresh web pages in tabs at regular interval.
Related Post: Auto Refresh / Reload Web pages At Regular Intervals In Internet Explorer 6 and IE7.
The above post solves auto reloading or refreshing problem for IE 7, but what about the rest of the world. A good number of people use: other better and secure web browsers like : Mozilla, Opera, Google Chrome. In this article we’ll deal with how you can auto refresh Google Chrome, IE 8 and other browsers.
Auto Refreshing Or Reloading Web Page / Tab In Firefox:
Get the plugin Reload Every. This is a very useful extension, using which you can set options for each tab in firefox to refresh or reload after a specific interval.
Auto Refreshing or Reloading Web pages In Google Chrome, Internet Explorer / IE 8, Opera and other browsers:
Some browsers do not have extension feasibility like Firefox. If you use such a browser then you can make use of Auto refreshing service from the following websites.
1> Site Reloader : http://www.sitereloader.com/
2> Page Reboot : http://www.pagereboot.com/
@gl0rfindel
This is really nice, is there a way to modify this script to become active only when the requested page cannot load, say because the server is down.
Hello Editor,
I have One more candidate for the autopage refresh service.
Check the site http://www.autopagereboot.com This page has custom Reboot time, and Interestingly also One more feature to refresh the page as soon as It get loaded.
Very useful if you want any process to run as soon as it get completed.
Thanks
Anshu Sah
@Feir = you can use Internet Explorer or you can use Google Chrome.
firefox won’t let me download the reload every from this page >:-(
I like the solution above from gl0rfindel but if I am active on the tab that is auto-refreshing sometimes the auto refresh occurs and takes be back to the original page at times when I wish it wouldn’t. Does someone know how to tweak this Javascript code so that the refresh timer would start over if a user is active on the page — perhaps determine active by mouse clicks or something?
Thanks,
@gl0rfindel – Worth giving a try. I’ll try it out and let you know the results. Cheers…
I have a solution for Google Chrome inspired by a Dual View “plugin” found at http://www.chromeplugins.org/plugins/google-chrome-dual-view/
Just create a bookmark with the following code as the URL:
javascript:
timeout=prompt(“Set timeout [s]”);
current=location.href;
if(timeout>0)
setTimeout(‘reload()’,1000*timeout);
else
location.replace(current);
function reload(){
setTimeout(‘reload()’,1000*timeout);
fr4me=’\n’;
fr4me+=”;
with(document){write(fr4me);void(close())};
}
Click the bookmark with the tab you want to auto-reload active.
Set the time interval (in seconds) or set it to zero to cancel auto-reload.
Originally posted here:
@Vlasec – Chrome does not have this feature and hence I started with this article. However I realized this could be used with Opera too.
Honestly, I did not know bout autorefresh feature in Opera. Thanks for the info.
@Gary – Glad it was helpful. I really hope Google comes up with more features that will help users :). Some people need to realize that information is to be shared and just because we know something, doesn’t mean every one else knows about it too.
Thanks to the moderator, I was searching for a solution for Chrome since I switched to it. Google has to work at it to push it to the top.
Hey Vlasec –
If u are pissed and u are taking it out here, it’s called transition. Take ur frustration elsehwere. Blogging is about sharing knowledge. I too wasn’t aware of the feature within Opera. Being humble takes you higher, than trying to be Mr.Know-it-all.
Thanks to the moderators – Keep up the good work
Gary
Did you notice there’s autorefresh in Opera without need of any plugin?
Try to learn something about the thing before speaking bullshits. Thanks.
I suppose ReloadEvery copied Autorefresh from Opera, but I am not sure which was first, however, its behaviour is almost identical.