Skip to content

Instantly share code, notes, and snippets.

@pazworld
Created September 15, 2020 01:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pazworld/2e57370cd1f87bd0236b3020b9eb2058 to your computer and use it in GitHub Desktop.
Save pazworld/2e57370cd1f87bd0236b3020b9eb2058 to your computer and use it in GitHub Desktop.
Bookmarklet that shows current web page in Internet Archive
javascript:(function(){window.location.href='https://web.archive.org/web/*/'+document.URL;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment