+ Reply to Thread
Results 1 to 1 of 1

Thread: Auto refresh for Chrome

  1. #1
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,259
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Auto refresh for Chrome

    http://www.google.com/support/forum/...de5902fd&hl=en

    This code works for me;

    Code:
    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='<frameset cols=\'*\'>\n<frame src=\''+current+'\'/>';
      fr4me+='</frameset>';
      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.

    there are other modifications available though
    Last edited by sulasno; 08-23-2009 at 12:42 PM.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Optimization by vBSEO 3.6.0