A Chrome extension that allows users to hide/unhide elements on websites using custom keyboard shortcuts.
- Toggle GitHub PR sidebar visibility with a keyboard shortcut
- Customize the keyboard shortcut via popup interface
- Default shortcut:
]
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
disbarreddirectory
- Navigate to a GitHub pull request (Conversation tab)
- Press
]to hide/unhide the right sidebar - Click the extension icon to customize the keyboard shortcut
Built with:
- Manifest V3
- Chrome Storage API
- Content Scripts
MIT