GitHub to Gitingest Button

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ავტორი
abd3lraouf
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
0
რეიტინგი
0 0 0
ვერსია
1.0
შექმნილია
25.12.2025
განახლებულია
25.12.2025
Size
5,85 KB
ლიცენზია
MIT
გამოყენებს მათ

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