Skip to content

Instantly share code, notes, and snippets.

@swingley
Created January 18, 2016 19:01
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/6f99328071c10fb53598 to your computer and use it in GitHub Desktop.
Save swingley/6f99328071c10fb53598 to your computer and use it in GitHub Desktop.
Bookmarklet that tries to go from github repo to associated gh-pages. The opposite of https://gist.github.com/swingley/5807614.
javascript:(function() {var w = window.location;var p = w.pathname.split('/');window.location='http://'+p[1]+'.github.io/'+p[2]+'/';})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment