Browser plugin for showing the article's posting/modification date

1

I wonder if there is any browser plugin(for FF or Chrome) that for a webpage shows the timestamp it was written or updated. As I read many technical articles, I would find it extremely useful, because it would help me to discard old pages whose content might be deprecated.

Tnx.

user36028

Posted 2010-05-04T08:23:04.310

Reputation: 173

Answers

1

In Firefox you can right click on the page, select Page Info and see the Modified date/time. It's probably not very useful for most sites though as these days they are dynamically generated on server via scripting whenever you look at them.

If you want it though you could use this javascript to construct a bookmarklet to display the last modified date.

Matthew Lock

Posted 2010-05-04T08:23:04.310

Reputation: 4 254