Find active github forks of a repo https://git.io/vSnrC
Find a file
2022-10-01 20:31:19 +03:00
js remove leading/trailing whitespace&slashes 2022-10-01 20:09:45 +03:00
.prettierrc prettify 2019-04-09 23:13:48 -05:00
favicon.ico UI and other changes (#1) 2017-06-15 18:20:27 -05:00
index.html Update README and enable "search builder" (#57) 2021-04-02 21:57:35 -05:00
README.md improved bookmarklet 2022-10-01 20:31:19 +03:00
screenshot.png Replace custom css with Bootstrap4 classes 2020-10-09 19:57:47 -05:00

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:(function(){if(window.location.hostname.match(/github.com+/)){var%20a=window.location.pathname.split('/',3);if(a.length==3){var%20b=encodeURIComponent(a[1]+'/'+a[2]);window.open('https://techgaun.github.io/active-forks/index.html#'+b,'_blank','noreferrer,noopener');return}}window.alert('Not%20a%20valid%20GitHub%20page')})();

Screenshot