Skip to content

Instantly share code, notes, and snippets.

@rakslice
Created August 29, 2023 21:39
Show Gist options
  • Save rakslice/76412f1307b525de9463aee53b64a450 to your computer and use it in GitHub Desktop.
Save rakslice/76412f1307b525de9463aee53b64a450 to your computer and use it in GitHub Desktop.
archive.is bookmarklet
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