Last active
August 29, 2015 14:24
-
-
Save dannyid/cabb1389126805f730e8 to your computer and use it in GitHub Desktop.
Instantly go to the gh-pages page of the current repo you're on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
1. Right click on bookmark bar | |
2. Click 'Add Page' | |
3. Give it a title | |
4. Paste the below into the 'URL' field | |
5. Save | |
**/ | |
javascript:window.location = (function() { | |
var urlParts = window.location.pathname.split('/').slice(1); | |
return 'https://'+urlParts[0]+'.github.io/'+urlParts[1]; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment