Created
August 29, 2023 21:39
-
-
Save rakslice/76412f1307b525de9463aee53b64a450 to your computer and use it in GitHub Desktop.
archive.is bookmarklet
This file contains 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: (() => { var prefix="https://archive.is/newest/"; var wlh = window.location.href; if (!wlh.startsWith(prefix) && (!wlh.startsWith("https://archive.ph/"))) { window.location.href = prefix + wlh.split("?",1)[0]; } })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment