English | 中文版
A userscript that enhances GitHub repositories by adding direct jump links to popular code intelligence platforms. This script integrates seamlessly into the GitHub UI, providing quick access to CodeWiki, DeepWiki, and Zread, streamlining your code exploration and research process.
- Install a userscript manager like Tampermonkey.
- Install the script from the GitHub Releases page.
- Clone the repository.
- Install dependencies with
pnpm install. - Run the development server with
pnpm run dev. - The script will be available at
http://localhost:5173/dist/github-codewiki-jumper.user.js. Install it in your userscript manager.
pnpm run build: Builds the userscript for production.