Skip to content

Instantly share code, notes, and snippets.

@jaredhowland
Last active June 7, 2023 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredhowland/639ee24150fe83ae89a25b847249409d to your computer and use it in GitHub Desktop.
Save jaredhowland/639ee24150fe83ae89a25b847249409d to your computer and use it in GitHub Desktop.
Useful Bookmarklets
javascript:(function(){window.open('https://12ft.io/'+location.href);})()
javascript:(function(){if(location.href.indexOf('http')!=0){input=prompt('URL:','http://');if(input!=null){location.href='http://web.archive.org/web/*/'+input}}else{location.href='http://web.archive.org/web/*/'+location.href;}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment