Skip to content

Instantly share code, notes, and snippets.

@trshafer
Created February 24, 2012 02:00
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 trshafer/1896671 to your computer and use it in GitHub Desktop.
Save trshafer/1896671 to your computer and use it in GitHub Desktop.
SSH to current host Bookmarklet
javascript:void(function()%7Bwindow.location.href=%22ssh://%22+window.location.href.match(/http:%5C/%5C/(%5B%5E:%5C/%5D+).+/)%5B1%5D%7D)();
@trshafer
Copy link
Author

I can't get the bookmarklet to render in github/markdown because they strip js. github/markup#79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment