Skip to content

Instantly share code, notes, and snippets.

@swingley
Created June 18, 2013 17:43
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 swingley/5807614 to your computer and use it in GitHub Desktop.
Save swingley/5807614 to your computer and use it in GitHub Desktop.
Bookmarklet to go from github pages to associated repo.
javascript:(function() {var w=window.location;window.location="https://github.com/"+w.hostname.split(".")[0]+"/"+w.pathname.split("/")[1];})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment