Skip to content

Instantly share code, notes, and snippets.

View nquinlan's full-sized avatar

Nick Quinlan nquinlan

View GitHub Profile
@nquinlan
nquinlan / gist:2860511
Last active October 5, 2015 19:08
Go To Github Hosted Site from Repository
document.location.href = "http://" + document.location.pathname.split("/")[1] + ".github.io/" + document.location.pathname.split("/")[2];