Wouldn’t it be nice to be able to click on any link, whether it’s in a Word document, your web browser, or an archival file, and be immediately brought to the WaybackMachine? Well, we can, using a simple OS X automator script.

The script is very simple, and is available for download here. All it does it take a URL fed to it through the operating system, uses the “Add Prefix String” add-on, downloaded from here, and then prepends a URL with http://web.archive.org/web/.
It’s been useful in one particular context for me. I’ve been doing a lot of work with Internet Archive scrapes. I am largely working with plain text, created using WARC Tools, ingested into Solr, and then visualized using the Carrot2 clustering search engine. The issue is that when I go down into the level of the individual document, they’re rendered like this:

Which is good for text analysis purposes, but not so good for seeing the real thing. But now:
Right click on the file, click on WaybackMachine, and…
With that, I’ve made a lot of progress on my major summer project which was to explore ways for historians to use the Internet Archive’s 80TB Wide Web Scrape. Hopefully there can be an official announcement about some of this relatively soon (he cryptically writes).