Is there a way to have safari 4 on Mac OS X to reload a web page every N minutes on a per tab basis?
feedback
|
|
Just use a bookmarklet(a chunk of JavaScript that you can add to your bookmarks). Here's one that I found ages ago and it's served me well:
And here's an edited version of this bookmarklet that removes the URL prompt and just uses the URL of the current tab:
| |||||||
feedback
|
That link does not seem to work these days... | ||||
feedback
|
|
You can use an AppleScript to do this. Here’s how to reload every open tab every 5 seconds:
You can do some filtering inside the | |||
|
feedback
|
|
If you've upgraded to Safari 5 in the meantime, Apple added browser extensions. I made one that does just what you asked. You can take a look at it here: Auto Refresh
| ||||
|
feedback
|
