Skip to content

Instantly share code, notes, and snippets.

@seeRead
Last active December 17, 2015 14:59
Show Gist options
  • Save seeRead/5628869 to your computer and use it in GitHub Desktop.
Save seeRead/5628869 to your computer and use it in GitHub Desktop.
jump from github page to repo via bookmarklet
//jump from github page to github repo quickly (some peeps don't link)
javascript:{var a=location.href.split('/'), b = a[2].split('.'); a = a.slice(-2)[0];b= b[0];a="http://github.com/"+b+"/"+a;location.href=a;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment