Let's say I open a website. I then later open another tab that goes to the same address.
How can I see when each tab was last refreshed?
|
Let's say I open a website. I then later open another tab that goes to the same address. How can I see when each tab was last refreshed?
| ||||
feedback
|
|
If you enable the Develop menu, you can view the HTTP headers when you press
It's the The following AppleScript reads data from Safari's History file and shows a popup with the date recorded there.
You can use it as part of a Service you create in Automator (no input, in Safari, using a single Run AppleScript action), or as regular AppleScript from the Scripts menu you can enable in AppleScript Editor. In the latter case, place the Some caveats:
| ||||
|
feedback
|
|
I don't have enought points to send this as a comment but your question needs to be a little more specific, for example some web pages refresh themselves using javascript. Do you mean when was the page refreshed (opened) manually by the user? As far I am aware this feature is not included in the browser itself, but you can look at when was the page cached as a temproary file. If this feature is important enough for you , in FireFox using GreaseMonkey you can run javascript script to leave a time tag on top of the page, hell that way you can have it showing you how long the page has been open using ticking clock! | |||||||||||||
feedback
|