This Tampermonkey script adds a DeepWiki link button next to the stars and fork buttons on GitHub repository pages, making it easy for you to jump directly to the corresponding DeepWiki page of the repository.
First, you need to install a user script manager. We recommend Tampermonkey:
-
Make sure you have installed Tampermonkey or another user script manager
-
Click the installation link below:
-
Tampermonkey will automatically recognize and prompt you to install the script
-
Click the "Install" button to complete the installation
- Click this link to view the script source code
- Click the "Raw" button to view the original file
- Copy all the code
- Open the Tampermonkey menu (click the Tampermonkey icon in your browser toolbar)
- Select "Create New Script"
- Delete the default code in the editor and paste the code you just copied
- Press Ctrl+S (Command+S on Mac) to save the script
After installation, simply visit any GitHub repository page, and the script will automatically add a "DeepWiki" button next to the stars and fork buttons.
- Open any GitHub repository page
- In the action bar at the top of the page (the area containing Watch, Star, Fork), you will see a new "DeepWiki" button
- Click this button to open the corresponding DeepWiki page of the repository in a new tab
If you encounter problems during use:
-
Button does not appear
- Try refreshing the page
- Check if you are on a GitHub repository page (not a personal profile or other page)
- Check if the script is enabled in Tampermonkey
-
Cannot jump after clicking the button
- Confirm that the target DeepWiki site is accessible
- Check your network connection
-
Script stops working
- GitHub may have updated its page structure; check if there is an updated version of the script
- Try reinstalling the latest version of the script
When a new version is released:
- Revisit the installation link
- Tampermonkey will prompt you to update the script
- Click the "Update" button to complete the update
If you have any suggestions or find any issues, feel free to provide feedback through the following channels:
This script does not collect or transmit any personal data. It only runs locally in your browser to add DeepWiki links to GitHub pages.
MIT License
Thank you for using the GitHub to DeepWiki Jump Script! We hope it enhances your development experience.