MCPcopy Index your code
hub / github.com/DrewML/GifHub

github.com/DrewML/GifHub @v1.0.8

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.8 ↗ · + Follow
32 symbols 49 edges 9 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

GifHub

A Chrome extension that adds a button on GitHub comment toolbars, allowing you to search for (and include) GIFs in comments. Many thanks to Giphy, as this uses their API.

screenshot

Install

Installing for Development

  1. Clone the repository
  2. Run npm install in the root of the project
  3. Run npm run build:chrome
  4. Visit the extensions page in Chrome
  5. Enable the Developer Mode checkbox
  6. Click Load unpacked extension
  7. Select the dist/chrome directory of this project (generated in Step 3)

Issues?

You can submit any issues you have here

Core symbols most depended-on inside this repo

listenForGiphyResponse
called by 1
src/js/events.js
toMarkdownImage
called by 1
src/js/utils.js
getMarkdownPreview
called by 1
src/js/sites/GitHub/api.js
bypassCSPForImages
called by 1
src/js/sites/GitHub/api.js
addBtnToToolbars
called by 1
src/js/sites/GitHub/page.js
onPartialRender
called by 1
src/js/sites/GitHub/page.js
addBtnToNewInlineComments
called by 1
src/js/sites/GitHub/page.js
onGiphyBtnClick
called by 1
src/js/sites/GitHub/page.js

Shape

Function 32

Languages

TypeScript100%

Modules by API surface

src/js/widget.js11 symbols
src/js/sites/GitHub/page.js7 symbols
shells/chrome/inject.js4 symbols
src/js/sites/GitHub/index.js3 symbols
src/js/events.js3 symbols
src/js/sites/GitHub/api.js2 symbols
src/js/utils.js1 symbols
shells/chrome/background.js1 symbols

For agents

$ claude mcp add GifHub \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page