Skip to content

Instantly share code, notes, and snippets.

@futuraprime
Created March 31, 2014 16:36
Show Gist options
  • Save futuraprime/9896413 to your computer and use it in GitHub Desktop.
Save futuraprime/9896413 to your computer and use it in GitHub Desktop.
A bookmarklet to archive the current page in the Wayback Machine
javascript:(function(){window.location.href='https://web.archive.org/save/'+window.location.href;})();
@avipars
Copy link

avipars commented Apr 15, 2022

cool!

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