A browser extension that helps you navigate and interact with Reddit comments more efficiently.
- Shows Reddit comments in a sidebar instead of having to open new tab
- Supports full markdown, images, gifs
- Hover over the "Comments" button of any post to load comments
- Currently only old Reddit. Works with RES
- Collapsing comments
- Clone this repository
- Install dependencies with
pnpm install - Build the extension with
pnpm build - Load the unpacked extension in your browser:
- Chrome: Go to
chrome://extensions/, enable Developer mode, and click "Load unpacked" - Firefox: Go to
about:debugging#/runtime/this-firefoxand click "Load Temporary Add-on"
- Chrome: Go to
This project uses:
- Plasmo for browser extension development
- React for the user interface
- TypeScript for type safety
- SCSS for styling
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildContributions are welcome! Feel free to open issues or submit pull requests to help improve this extension.
Based on the no longer maintained richmondwatkins/RedditCommentCompanion. Rebuilt from scratch.

