(adsbygoogle = window.adsbygoogle || []).push({});
So i don't Speech Or What i just Show you how to Create one:p
USE GOOGLE CHROME
*------------------------------------*
INSTRUCTIONS
*------------------------------------*
|1. Open up Google Chrome
|2. Click on the tool icon Right Above.
|5. Click on Bookmark Manage
|6. Right click {Add Page}
|7. Name: Auto Refresher
|8. As Url ---The Full Javascript Code below---
|9. when you Hit enter
|10. You will see by you Bookmarks auto Refresher click on it
|11. an box will show up type in 3 and click ok
|12. Your done ! the Page will refresh each 2 seconds
All Rights Reserved
__________________________________________________ _
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())};
}
__________________________________________________ ___