Skip to content

Instantly share code, notes, and snippets.

@gfrmin
Created August 24, 2024 10:54
Show Gist options
  • Save gfrmin/a578852ed0376381a700211e85ee132c to your computer and use it in GitHub Desktop.
Save gfrmin/a578852ed0376381a700211e85ee132c to your computer and use it in GitHub Desktop.
Bookmarklet to search for archive.is / archive.ph / archive.today version of page
javascript:(function(){var u=encodeURIComponent(location.href);window.open("https://archive.is/"+u,%27_blank%27);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment