Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.92 KB

File metadata and controls

39 lines (27 loc) · 1.92 KB

GitHub 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://quentiumyt.github.io/active-forks/index.html#'+b,'_blank','noreferrer,noopener');return}}window.alert('Not%20a%20valid%20GitHub%20page')})();

It's recommended to use just the U+4E2B Character as the name of the bookmarklet to keep it short and clear.

Active Forks in action

Features

  • List forks of a GitHub repository
  • Advanced Filter listings using Custom Search Builder
  • Simple Filter listing using Search term
  • List 10|25|50|100 entrieswith Previous|Next| pager
  • ASC|DESC Sort listing by data type
  • URL to Repo|Owner|Forks|Open Issues

Licensing

This repository is available under either the Apache License version 2.0 or (at your option) the European Union Public License version 1.2.

SPDX-License-Identifier: Apache-2.0 OR EUPL-1.2