cldwalker (owner)

Revisions

gist: 91353 Download_button fork
public
Public Clone URL: git://gist.github.com/91353.git
Embed All Files: show embed
x #
1
2
3
4
5
6
7
8
9
10
11
CmdUtils.makeBookmarkletCommand({
  name: 'github-user',
  icon: "http://github.com/favicon.ico",
  homepage: 'http://tagaholic.me/2009/04/06/github-bookmarklet-for-user-pages.html',
  license: 'MIT',
  author: {name: 'Gabriel', email: 'gabriel.horner@gmail.com'},
  description: 'Enhances github user pages by providing repository sorting and inserting additional repository stats.',
  help: 'Use it on a github user page i.e. http://github.com/defunkt',
  url: 'javascript:(function(){$.getScript("http://tagaholic.me/javascripts/jquery.githubUserPage.js",function(){$.githubUserPage()})})();'
});