Hacker News new | ask | show | jobs
by USAnum1 3708 days ago
If you're interested, here's a simple bookmarklet I made. It opens the title link at the top of an HN comments page via archive.org:

javascript:window.open('https://web.archive.org/web/' + document.getElementsByClassName('athing')[0].getElementsByTagName('a')[1].href);