Hacker News is an extremely addictive social news website that lists stories of interest to hackers.
On HN, people submit stories with a link and a title; stories that are voted up make it the front page where they enjoy a lot of traffic.
Titles are first written by the person submitting a story; but then moderators sometimes change them, with no way to know what the original title was.
Users have complained about this many times, but so far to no avail. So I made a little bookmarklet: [HNT](javascript:(function(){if(window.hntitles!==undefined){hntitles();}else{document.body.appendChild(document.createElement('script')).src='http://hntitles.adgent.com/hntitles.js';}})();) that displays the original titles next to the new ones; here's how the home page looks like after clicking on it:
The good:
The less good:
To try, you just need to drag this link: [HNT](javascript:(function(){if(window.hntitles!==undefined){hntitles();}else{document.body.appendChild(document.createElement('script')).src='http://hntitles.adgent.com/hntitles.js';}})();) to your bookmark bar, and then click on it when you're on Hacker News, and see what happens!