Skip to content

Instantly share code, notes, and snippets.

@jshwlkr
Created July 17, 2024 02:53
Show Gist options
  • Save jshwlkr/6011610263accb3c19d3b465a9bf21a8 to your computer and use it in GitHub Desktop.
Save jshwlkr/6011610263accb3c19d3b465a9bf21a8 to your computer and use it in GitHub Desktop.
Searches for previous incarnations of the current page on the Wayback Machine. Source: https://lmnt.me/blog/two-bookmarklets.html
javascript:(function()%7Bvar%20url%20%3D%20document.URL%3B%0Avar%20newURL%20%3D%20%60https%3A%2F%2Fweb.archive.org%2Fweb%2F%24%7Burl%7D%60%3B%0A%0Awindow.location.href%20%3D%20newURL%3B%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment