✨ OctoLinker successor for GitHub's new code view

Clickable imports
on GitHub

One click on any import opens the npm or PyPI page. Works on file views, pull request diffs and blame — including after SPA navigation.

Demo GIF — hover an import → underline appears → click → npm/PyPI opens

What it does

⚡

Instant & offline

All resolution is local — no network requests, no registry calls. A 2,000-line file links within 1 second of rendering.

📦

JS, TS & Python

import, require(), export from, and Python import / from x import. Node built-ins link to Node.js docs.

📄

Manifest files

Every dependency in package.json, requirements.txt and pyproject.toml becomes a clickable link.

🔄

SPA-aware

Works after GitHub's Turbo/React navigation and on virtualised PR diffs — links appear as new lines mount, debounced with no jank.

🧠

Smart renames

yaml → PyYAML, cv2 → opencv-python, PIL → Pillow, sklearn → scikit-learn, and more.

🎨

Invisible by default

Code looks exactly the same — no colour change, no layout shift. A subtle underline appears only on hover.

✓
No data collected. ImportClick runs entirely in your browser. It never sends your code, filenames, or browsing history anywhere. No analytics, no telemetry.

Install in under 2 minutes

Method 1: Load unpacked

Best for development and Chromium-based browsers
  1. Download and unzip importclick-chrome.zip
  2. Open Chrome and go to chrome://extensions
  3. Enable Developer mode (top-right toggle)
  4. Click Load unpacked and select the unzipped folder
  5. Pin ImportClick from the extensions toolbar
⏱ ~90 seconds

Method 2: Drag & drop

Quick install from the zip file directly
  1. Download importclick-chrome.zip
  2. Open Chrome and go to chrome://extensions
  3. Enable Developer mode (top-right toggle)
  4. Drag and drop the .zip file onto the extensions page
  5. Confirm the install when prompted
⏱ ~60 seconds

Chrome Web Store submission pending. Once live, one-click install will be available.

ImportClick is inspired by OctoLinker (MIT), the original GitHub import linker with 35,000+ users, which was retired in March 2025 when GitHub's new code view broke it. ImportClick is built fresh for today's GitHub.

Free and open source · No account required · No tracking