Information on the Web often does not state its date of origin (or modification). This way it is impossible to tell whether information presented online is valid today or was valid ten years ago. But, in many cases, the Javascript variable document.lastModified can help with that. So I wrote this script that works with Greasemonkey. (It has only been tested with Greasemonkey on Firefox. It might work with similar add-ons for other browsers as well.)
First install Greasemonkey, then click on the script link:
The script will not work on most sites, as the server just reports the current time for the documents. In these cases, the "Last Mod" tag will not be shown.
To some degree, the script is dependent on the sanity of a page's CSS stylesheet. It might display in funny ways on certain pages.
Kind regards,
- Felix Rabe