Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created March 11, 2018 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/69c2d60393bdcdd6fc07d4936c27650d to your computer and use it in GitHub Desktop.
Save jpluimers/69c2d60393bdcdd6fc07d4936c27650d to your computer and use it in GitHub Desktop.
WayBack machine JavaScript bookmarklet
javascript:void(location.href='https://web.archive.org/liveweb/'+location.href);
javascript:(function()%7Blocation.href%3D%27https://web-beta.archive.org/save/%27%2B(location.href)%3B%7D)()%3B
javascript:(function()%7Blocation.href%3D%27https://web.archive.org/save/%27%2B(location.href)%3B%7D)()%3B
javascript:location.href='https://web.archive.org/web/*/'+document.location.href;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment