GitHub to Gitingest Button

Adds a Gitingest button to GitHub repository pages (works on all repo paths)

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
abd3lraouf
Installazioni giornaliere
0
Installazioni totali
0
Valutazione
0 0 0
Versione
1.0
Creato il
25/12/2025
Aggiornato il
25/12/2025
Dimensione
5,85 KB
Licenza
MIT
Applica a

GitHub to Gitingest Button

A Tampermonkey/Greasemonkey userscript that adds a Gitingest button to GitHub repository pages.

Gitingest converts GitHub repositories into LLM-friendly text digests, perfect for feeding codebases to AI assistants.

Features

  • Adds a native-looking GitHub button next to the "Copy path" button
  • Works on all repository pages including:
    • Main repo page: github.com/owner/repo
    • Subdirectories: github.com/owner/repo/tree/main/src
    • Files: github.com/owner/repo/blob/main/README.md
    • Branches: github.com/owner/repo/tree/develop
  • Handles GitHub's SPA navigation (button persists across page changes)
  • Uses GitHub's Primer design system for consistent styling

Installation

  1. Install Tampermonkey (Chrome/Edge/Firefox/Safari)
  2. Click the link below to install:

Install Script

  1. Click "Install" in the Tampermonkey dialog

Screenshot

The button appears next to the copy path button in the repository header:

konsist-documentation / advanced /  [📋] [Gitingest]

How it works

  1. Detects if you're on a GitHub repository page
  2. Finds the breadcrumb/header area
  3. Inserts a button styled like GitHub's native buttons
  4. Clicking opens gitingest.com with the same path in a new tab

Credits

Based on the original script by Doiiars.

License

MIT