Skip to content

Instantly share code, notes, and snippets.

@hannahwhy
Created January 8, 2014 00:49
Show Gist options
  • Save hannahwhy/8309706 to your computer and use it in GitHub Desktop.
Save hannahwhy/8309706 to your computer and use it in GitHub Desktop.
Bookmarklets to look up and save a page in the Internet Archive's Wayback Machine
javascript:(function(){window.open('https://web.archive.org/web/*/'+(''+window.location));})();
javascript:(function(){window.open('https://web.archive.org/save/'+(''+window.location));})();
@hannahwhy
Copy link
Author

Originally from @ivan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment