Last active
May 19, 2024 08:28
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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