Skip to content

Instantly share code, notes, and snippets.

@n-st
Created February 28, 2016 16:20
Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save n-st/0dd03b2323e7f9acd98e to your computer and use it in GitHub Desktop.
Save n-st/0dd03b2323e7f9acd98e to your computer and use it in GitHub Desktop.
Bookmarklet to view current page on the Internet Archive Wayback Machine (https://archive.org/)
javascript:(function(){if(location.href.indexOf('http')!=0){input=prompt('URL:','http://');if(input!=null){location.href='http://web.archive.org/web/*/'+input}}else{location.href='http://web.archive.org/web/*/'+location.href;}})();
@kazerniel
Copy link

Thank you for this!

@Thochap
Copy link

Thochap commented Feb 4, 2021

Could look trivial but this is actually wonderful :)
Thanks

@avipars
Copy link

avipars commented Apr 15, 2022

thanks!

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