Skip to content

Instantly share code, notes, and snippets.

@Coool
Forked from jpluimers/bookmarklet.url
Created May 31, 2025 11:56
Show Gist options
  • Save Coool/267576382f18c2757375e2b5b2cdfd13 to your computer and use it in GitHub Desktop.
Save Coool/267576382f18c2757375e2b5b2cdfd13 to your computer and use it in GitHub Desktop.
Bookmarklet so save page in both the Wayback Machine and Archive.is (Archive Today)
javascript:{h=location.href;open('https://archive.is/?run=1&url='+encodeURIComponent(h));location.href='https://web.archive.org/save/'+(h)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment