Github Find Active Forks

Find the most active forks of a GitHub repository.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Necesitará instalar una extensión como Tampermonkey para instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Asriel-AAC
Instalaciones diarias
0
Instalaciones totales
8
Calificaciones
0 0 0
Versión
1.5.0
Creado
7/3/2025
Actualizado
7/3/2025
Tamaño
5,11 KB
Licencia
MIT
Funciona en

Github Find Active Forks

Overview

This is a Tampermonkey/Greasemonkey user script that helps users find the most active forks of a GitHub repository. It enhances the GitHub experience by displaying forks with relevant details like stars, forks, open issues, size, and last modification date.

Features

  • ✅ Fetches active forks of any GitHub repository.
  • ✅ Displays information in a sortable table.
  • ✅ Uses the latest secure versions of jQuery, Bootstrap, Moment.js, and FooTable.
  • No external CSS dependencies (removed Pastebin dependency for security).
  • ✅ Utilizes GitHub API securely via fetch() instead of GM_xmlhttpRequest.
  • ✅ Works with GitHub’s Turbo navigation.

Installation

Requirements

  • Install Tampermonkey or Greasemonkey browser extension.
  • Copy and paste the script into a new user script within Tampermonkey.

Steps

  1. Open Tampermonkey (or Greasemonkey) in your browser.
  2. Click on Create a New Script.
  3. Delete the default content and paste the updated script.
  4. Click Save.
  5. Visit a GitHub repository and navigate to /network/members to see the active forks.

Usage

  • Go to any GitHub repository.
  • Click on Forks (Network).
  • The script will automatically display a table with relevant information about forks.
  • You can sort and filter forks based on activity.

How It Works

  1. Detects when a user visits /network/members on GitHub.
  2. Fetches repository details using the GitHub API.
  3. Fetches a list of forks and sorts them by activity.
  4. Displays the forks in a responsive sortable table.

Security Enhancements

  • Removed external Pastebin CSS (now included in the script).
  • Uses latest secure versions of all dependencies.
  • Replaced GM_xmlhttpRequest with fetch() for better security and stability.
  • Improved error handling to avoid crashes.

Dependencies

The script loads the following trusted libraries:

Disclaimer

This script does not collect or store user data. It only fetches publicly available GitHub information.


📢 Feedback & Contributions

If you encounter any issues or have suggestions, feel free to create an issue or contribute improvements!