GitHub Useful Forks

Adds a button to GitHub repositories to see useful forks of the repo.

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
bethro
Instalaciones diarias
0
Instalaciones totales
50
Calificaciones
1 0 0
Versión
1.1
Creado
29/05/2024
Actualizado
29/05/2024
Tamaño
3.8 KB
Licencia
MIT
Funciona en

GitHub Useful Forks Button

Description: This user script adds a button to GitHub repository pages, allowing users to quickly check useful forks of the repository using the Useful Forks service. The button appears next to the forks counter on the repository page and opens a new tab with the Useful Forks website showing detailed information about the forks.

This is a fork of useful-forks chrome extension.

Features:

  • Adds a "Useful" button to GitHub repository pages.
  • The button uses the Useful Forks service to provide detailed information about forks.
  • Automatically adapts to GitHub's dynamic content loading (e.g., PJax) to ensure the button is always available.

Usage:

  1. Install a user script manager like Tampermonkey or Greasemonkey.
  2. Install this script from Greasy Fork.
  3. Navigate to any GitHub repository page.
  4. Click the "Useful" button next to the forks counter to see detailed information about useful forks.

extension_btn

Installation:

  1. Install Tampermonkey or Greasemonkey extension in your browser.
  2. Click the "Install" button on this page to add the script to your script manager.
  3. Navigate to any GitHub repository to see the new button in action.

Technical Details:

  • The script identifies the current repository's user and repo name from the URL.
  • It constructs a URL to the Useful Forks service and assigns it to the button.
  • Uses a MutationObserver to handle GitHub's dynamic content changes without requiring a full page reload.

example