Skip to content

chibicode/githubchild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

githubchild

Greasemonkey script to navigate to child commit when 'c' is pressed

First install greasemonkey in Firefox

Then open the script in Firefox (file -> open -> githubchild.user.js) and install.

From any github commit page, press 'c' to navigate to the child commit. Press 'p' to navigate to the parent commit (built in github functionality).

Commit history stored in localstorage, so only 1 API call made per repo. Fast performance even for very large repos

To run in chrome:

  • click the "customize Chrome" button to the left of the address bar
  • go to tools -> extensions
  • drag chrome_githubchild.user.js into the window

The chrome version includes jQuery embedded in the script.

About

Greasemonkey script to navigate to child commit when 'c' is pressed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%