A Firefox extension that displays GitHub glossary definitions in a floating panel when hovering over glossary links.
- Shows definitions instantly on hover
- Works on GitHub.com and GitHub documentation pages
- Improves documentation reading experience
- Default light mode display (note: currently does not auto-adjust to browser dark mode)
Currently in development. To test locally:
- Open Firefox
- Go to about:debugging
- Click "This Firefox"
- Click "Load Temporary Add-on"
- Navigate to the extension directory and select
manifest.json
After installation, you may need to:
- Click the extension icon in your toolbar
- Click the gear/settings icon
- Enable permissions for "Access your data for github.com"
- Refresh any open GitHub pages
- The floating panel currently displays in light mode only, regardless of browser theme settings
- Future updates may include dark mode support
This extension is built using vanilla JavaScript and CSS.
MIT License