Skip to content

Improving GitHub's Forks list discoverability through automatic filtering. The project offers an online tool and a Chrome extension.

License

Notifications You must be signed in to change notification settings

useful-forks/useful-forks.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Useful Forks

Chrome extension, adding a sorted list of starred forks to the GitHub forks page. Results are filtered out if there were never any commits pushed since the fork was created.

Not published, if you want to install it, enable Developer mode (switch at the top-right) at the chrome://extensions URL and load the project folder as an unpacked extension (Load unpacked button at the top-left).

You should change the script file so that it includes your GitHub username and an Access Token.

example

For devs

The extension uses content_scripts.

To-do