Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iampueroo/rComments
Chrome and Firefox extension for quickly exploring Reddit comments and replies without having to click through to the post!
https://github.com/iampueroo/rComments
browser-extension chrome chrome-extension firefox firefox-addon reddit reddit-comments
Last synced: 11 days ago
JSON representation
Chrome and Firefox extension for quickly exploring Reddit comments and replies without having to click through to the post!
- Host: GitHub
- URL: https://github.com/iampueroo/rComments
- Owner: iampueroo
- Created: 2014-04-10T20:42:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T10:59:07.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:56:33.223Z (3 months ago)
- Topics: browser-extension, chrome, chrome-extension, firefox, firefox-addon, reddit, reddit-comments
- Language: TypeScript
- Homepage: http://iampueroo.github.io/rComments/
- Size: 16.9 MB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rComments - Reddit Hover Comments
=========
![](https://img.shields.io/chrome-web-store/v/njkilkdmdolbjonbfjhmknefhdccioig) ![](https://img.shields.io/amo/v/rComments)**Installation:** [Add to Chrome](https://chrome.google.com/webstore/detail/rcomments-for-reddit/njkilkdmdolbjonbfjhmknefhdccioig) | [Add to FireFox](https://addons.mozilla.org/en-US/firefox/addon/rcomments)
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](http://iampueroo.github.io/rComments/img/rcomments.gif)
### 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](https://iampueroo.github.io/rComments/#changelog).
## Contributing
See a bug? Want a feature? Please feel free to create an issue! Want to contribute? See [`DEVELOPING.md`](https://github.com/iampueroo/rComments/blob/master/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.