Skip to content

Chrome and Firefox extension for quickly exploring Reddit comments and replies without having to click through to the post!

Notifications You must be signed in to change notification settings

iampueroo/rComments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

rComments - Reddit Hover Comments

Installation: Add to Chrome | Add to FireFox

rComments lets Redditors traverse through a post's comments and replies directly from the front pages of any subreddit. Dive into the comments without having to open new tabs or changing windows!

Features

  • View all comments and replies of any post without having to click through
  • Support for old and new reddit
  • Support for Firefox and Chrome
  • Night mode support
  • Upvote and downvote functionality (currently not available in new.reddit.com)

Preview of rComments Extension

Latest Release (v1.4.0)

  • ✨ Added HUGE performance boost in viewing additional comments by implementing batched queries. Instead of waiting for the next comment to load, additional comment replies will now render instantly (like, in 1 millisecond), as opposed to the ~250-500ms previously.
  • 🐛 Fixed bug causing duplicate posts to appear when the first comemnt was a stickied mod comment.

See rest of changelog here.

Contributing

See a bug? Want a feature? Please feel free to create an issue! Want to contribute? See DEVELOPING.md on how to develop this extension. I'm currently (as of June 2020) refactoring the extension in order to add tests to make it easier to contribute. Believe it or not, I initially wrote this in college to learn JavaScript.