Screenshot / Code Snippet

About
Add revision links, and timeline links on all questions post menus.
Intended for developement features, probably useless when the feature is actually implemented.
License
probably CC-BY-SA
Download
http://userscripts.org/scripts/show/97069
Platform
Tested only on Firefox 3.6, Google Chrome 10 dev, Opera 11
(Linux versions)
Contact
S.Mark - mark at my-mm dot org
Code
Userscript (Javascript) using existing stackoverflow jQuery
id=$(this).find('a[class="short-link"]').attr("href").replace(/\/[aq]\//, "").replace(/\/\d+/, "");. That way it works on sites where you don't have an account or aren't logged in. – mmyers Apr 2 at 16:02