Userscript to easily find the package source code on GitHub
- Install Tampermonkey or other alternative userscript manager (e.g.)
- Go to https://openuserjs.org/scripts/x3388638/package-finder
- Click the blue 「Install」 button
After the userscript installed, you will find that there is a new button next to the search input. You can enter the package name and click the button to find the package source code you want.
If you are using a self hosted GitHub enterprise plan, just adding the domain to the userscript setting on Tempermonkey (or other userscript manager you are using).
- Go to the Tempermonky dashboard and select package-finder
- Select the setting tab and add
https://{YOUR_GITHUB_ENTERPRISE_DOMAIN}/*
to custom matches list
MIT