https://github.com/cldwalker/github_user_page.js
*broken with new layout* jquery plugin/ github bookmarklet to enhance github's user pages
https://github.com/cldwalker/github_user_page.js
Last synced: 21 days ago
JSON representation
*broken with new layout* jquery plugin/ github bookmarklet to enhance github's user pages
- Host: GitHub
- URL: https://github.com/cldwalker/github_user_page.js
- Owner: cldwalker
- License: mit
- Created: 2009-04-06T14:40:19.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2010-07-21T10:01:13.000Z (almost 16 years ago)
- Last Synced: 2025-03-20T10:44:14.713Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://tagaholic.me/2009/04/06/github-bookmarklet-for-user-pages.html
- Size: 97.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
Description
===========
This github bookmarklet(jQuery plugin) enhances user pages by adding repository sorting, providing additional
repo stats and toggling of forked repositories.
Install
=======
For the bookmarklet to work out of the box you'll need to copy the images to /images/ and the
javascript files to /javascripts/ relative to your web server's root directory.
Usage
=====
This plugin provides two public methods, $.githubUserPage() to activate the
bookmarklet and $.githubRepoSort() to sort repositories. The default bookmarklet looks like this:
javascript:(function(){$.getScript("http://tagaholic.me/javascripts/jquery.githubUserPage.js",function(){$.githubUserPage()})})()
githubUserPage() has some options that are handy for development. For example if you were developing
on localhost:4000 and wanted to host the images and javascript dependencies the bookmarklet would be:
javascript:(function(){$.getScript("http://localhost:4000/javascripts/jquery.githubUserPage.js",function(){$.githubUserPage({domain: 'localhost:4000'})})})()
License
=======
MIT License except for the selso jquery plugin dependency which is MIT and GPL licensed.