Skip to content

Instantly share code, notes, and snippets.

@nquinlan
Last active October 5, 2015 19:08
Show Gist options
  • Save nquinlan/2860511 to your computer and use it in GitHub Desktop.
Save nquinlan/2860511 to your computer and use it in GitHub Desktop.
Go To Github Hosted Site from Repository
document.location.href = "http://" + document.location.pathname.split("/")[1] + ".github.io/" + document.location.pathname.split("/")[2];
@nquinlan
Copy link
Author

nquinlan commented Jun 2, 2012

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