Find active github forks of a repo https://git.io/vSnrC
Go to file
Samar Dhwoj Acharya 1e3639abf4
Update README.md
2020-06-25 20:43:39 -05:00
js Only replace .git if it occurs at the end. (#37) 2020-06-14 02:22:39 -05:00
.prettierrc prettify 2019-04-09 23:13:48 -05:00
README.md Update README.md 2020-06-25 20:43:39 -05:00
favicon.ico UI and other changes (#1) 2017-06-15 18:20:27 -05:00
index.html refactor(date): added format friendly (#8) 2018-10-05 16:26:29 -05:00
screenshot.png update readme with screenshot 2018-12-26 22:41:05 -06:00

README.md

active-forks

Find the active github forks of a project

This project allows you to find the most active forks of a repository.

Find Active Fork

As Bookmarklet

If you would like to use this tool as a bookmarklet, you can do so by saving the following javascript code as the 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')}

Screenshot