This Chrome extension adds a side panel with some useful tools for GitHub:
- General
- Hide and show "stupid" tooltips (default: hide)
(Some UI elements on GitHub pop up tooltips that annoyingly get in the way of other UI elements nearby.)
- Hide and show "stupid" tooltips (default: hide)
- Diff views
- Collapse and expand all files
- Show only additions, only deletions, or both
- Hide and show comments
- Mermaid views
- Hide and show size/pan boxes in Mermaid views (default: hide)
(Quite often they get in the way of diagrams...)
- Hide and show size/pan boxes in Mermaid views (default: hide)
- Clone this repository.
- Load the
srcdirectory in Chrome as an unpacked extension. - Go to https://github.com.
- Open the Chrome side panel and select "GitHub Tools", or press
Ctrl-B(Cmd-Bon MacOS) to open it quickly.
This extension is loosely based on the Site-specific side panel example code.