-
-
Save cldwalker/91353 to your computer and use it in GitHub Desktop.
ubiquity github-user command
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
| 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()})})();' | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment