GitXplorerGitXplorer
t

active-forks

public
2303 stars
303 forks
30 issues

Commits

List of commits on branch master.
Verified
5b5745f3e2b38159737b66d1b462f60f713d489d

Merge pull request #81 from jacob-willden/patch-2025-01-15-remove-polyfill

ttechgaun committed 3 days ago
Verified
bb2e9e7a9164e2407ff2aafc0d89a3566a02d5af

Merge pull request #72 from anzz1/patch-1

jjacob-willden committed 3 days ago
Unverified
e8ef4a67de5382ea08432a0f6a5408384ef023be

Remove Polyfill.js due to malware risk

jjacob-willden committed 3 days ago
Verified
74a5f36539571c2d5f24d0befa2fac1fbea73426

add note about looking for maintainer(s)

ttechgaun committed 2 years ago
Verified
8e88796c630db858f732a996fdb3a701b9e017e8

Update js/main.js

aanzz1 committed 2 years ago
Verified
65f0aba0c6087740820026e59ff081f8c730411d

improved bookmarklet

aanzz1 committed 2 years ago

README

The README file for this repository.

active-forks

Find the active github forks of a project

NOTE: Looking for maintainer(s) to keep this project going

While I want to be able to spend some time on this, I've had a lot of changes in life in general and thus can not spend as much time on this repo. If you are interested in taking over to maintain this project, please file an issue.

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