Script Summary: Automatically refreshes web page for you and allows you to specify the time interval.
All you need to do is add "sec=60" in the end of the url. You can replace 60 with any other value you want. It represents the time interval between each refreshes in seconds.
Example 1 (an url without arguments)
Say if you want to refresh http://www.google.com/index.html every 1 second, simply type http://www.google.com/index.html?sec=1 in the address bar.
Example 2 (an url with arguments already)
If you want to refresh http://www.google.com/search?q=greasemonkey every 2 second, simply type http://www.google.com/search?q=greasemonkey&sec=2 in the address bar.



