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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
abd3lraouf
التثبيت اليومي
0
إجمالي التثبيت
0
التقييمات
0 0 0
الإصدار
1.0
تم إنشاؤه
25-12-2025
تم تحديثه
25-12-2025
الحجم
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