// origin: http://www.google.com/support/forum/p/Chrome/thread?tid=1a37ccbdde5902fd&hl=en | |
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())}; | |
} |
Is there something that can be added to this code so it auto scrolls after each refresh? The refresh works great but I need to scroll the page down automatically as well to see all of the new updates.
Still works, still useful :)
wow, this is 10 years old.
using this to refresh my unit test coverage report while TDDing :)
searched "auto refresh bookmarklet". not disapointed !
โโโโCโโโโโโโโaโโโโโnโโโโโโโโโโโ'โโโโโโโtโโโโโโโโโโโ โโโโโโโโโbโโโโeโโโโโโlโโโโโโโโiโโโโโโโโโโโโโโeโโโโvโโโโโโeโโโโโโโโโโ โโโโโโโโโโtโโโโโโโhโโโโโโโโiโโโโโsโโโโโโโโโโ โโโโโโโโโsโโโtโโโโโโโโโโiโโโโโโโโโlโโโโlโโโโ โโโโโโโโโโwโโโโโโโoโโโโโโโโโโโrโโโโโkโโโโโโsโโโโโโโโโโโโโโโ.
This is perfect
Amazing !!!
Works great.