Skip to content

Instantly share code, notes, and snippets.

@psitem
Last active May 19, 2024 08:28
Show Gist options
  • Save psitem/eb84d433c1ef40a3a9b80b98994f9b69 to your computer and use it in GitHub Desktop.
Save psitem/eb84d433c1ef40a3a9b80b98994f9b69 to your computer and use it in GitHub Desktop.
This is my bookmarklet for archive.is. There are many like it, but this one is mine. This one strips the querystring and navigates directly to the latest archived version.
javascript:void(open('https://archive.is/newest/%27+encodeURIComponent( document.location.origin + document.location.pathname ),"_self"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment