Skip to content

Instantly share code, notes, and snippets.

@0xallie
Created June 3, 2016 17:32
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 0xallie/28a5e87dac1d6de8522e5f68b6abb2dd to your computer and use it in GitHub Desktop.
Save 0xallie/28a5e87dac1d6de8522e5f68b6abb2dd to your computer and use it in GitHub Desktop.
Bookmarklets to archive a page at the Internet Archive, WebCite and Archive.is

Archive bookmarklets

Internet Archive

javascript:void(open('https://web.archive.org/save/'+encodeURI(document.location)))

WebCite

The example uses a dummy email address. You may fill in your own to be notified of whether the archiving is successful or not.

javascript:void(open('http://www.webcitation.org/archive?url='+encodeURIComponent(document.location)+'&email=foobar@example.invalid'))

Archive.is

javascript:void(open('https://archive.is/?run=1&url='+encodeURIComponent(document.location)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment