active-forks/README.md

14 lines
819 B
Markdown
Raw Normal View History

2017-03-30 19:44:00 +02:00
# active-forks
> Find the active github forks of a project
This project allows you to find the most active forks of a repository.
2017-03-30 19:47:21 +02:00
[Find Active Fork](https://techgaun.github.io/active-forks/index.html)
2018-12-27 05:41:05 +01:00
2020-06-22 06:50:33 +02:00
Use this tool as a bookmarklet. Since Github doesn't allow javascript in its markdown, you can add it manually. Hit Ctrl+D to create a new bookmark and paste the javascript below into the URL or "Location" entry (you may have to click "More" to see the URL field). Any time you're on a Github repo you can click the bookmarklet and it'll bring up the Active Forks of that repo.
`javascript:var title=document.title;if(title){ thing=title.split(':');var newPage = 'https://techgaun.github.io/active-forks/index.html#'+thing[0];open(newPage ,'targetname')}`
2018-12-27 05:41:05 +01:00
![Screenshot](screenshot.png "Active Forks in Action")