Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aesy/reddit-comment-highlights
A browser extension with minimal permissions that highlights Reddit.com comments since you've been away
https://github.com/aesy/reddit-comment-highlights
chrome-extension firefox-addon reddit web-extension
Last synced: 12 days ago
JSON representation
A browser extension with minimal permissions that highlights Reddit.com comments since you've been away
- Host: GitHub
- URL: https://github.com/aesy/reddit-comment-highlights
- Owner: aesy
- License: mit
- Created: 2016-06-22T16:51:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T17:28:48.000Z (4 months ago)
- Last Synced: 2024-08-01T05:24:18.962Z (3 months ago)
- Topics: chrome-extension, firefox-addon, reddit, web-extension
- Language: TypeScript
- Homepage:
- Size: 2.19 MB
- Stars: 31
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - reddit-comment-highlights - A browser extension with minimal permissions that highlights Reddit.com comments since you've been away (TypeScript)
README
![](img/Logo.png)
A browser extension that highlights unread comments on [Reddit](https://www.reddit.com) since your last visit. A feature normally reserved to Reddit gold users!
[![Chrome Web Store][chrome-web-store-image]][chrome-web-store-url]
[![Mozilla Add-on][mozilla-addon-image]][mozilla-addon-url]
[![Build Status][github-actions-image]][github-actions-url]
[![Quality Status][code-climate-image]][code-climate-url]
[![Coverage Status][codecov-image]][codecov-url]
[![License][license-image]][license-url][chrome-web-store-image]: https://img.shields.io/chrome-web-store/v/jeodebnjeecpbmbgimbpinccfkihhjid.svg?style=flat-square
[chrome-web-store-url]: https://chrome.google.com/webstore/detail/jeodebnjeecpbmbgimbpinccfkihhjid[mozilla-addon-image]: https://img.shields.io/amo/v/reddit-comment-highlights?style=flat-square
[mozilla-addon-url]: https://addons.mozilla.org/firefox/addon/reddit-comment-highlights/[github-actions-image]: https://img.shields.io/github/actions/workflow/status/aesy/reddit-comment-highlights/ci.yml?branch=master&style=flat-square
[github-actions-url]: https://github.com/aesy/reddit-comment-highlights/actions[code-climate-image]: https://img.shields.io/codeclimate/maintainability-percentage/aesy/reddit-comment-highlights?style=flat-square
[code-climate-url]: https://codeclimate.com/github/aesy/reddit-comment-highlights[codecov-image]: https://img.shields.io/codecov/c/github/aesy/reddit-comment-highlights?style=flat-square
[codecov-url]: https://codecov.io/github/aesy/reddit-comment-highlights?branch=master[license-image]: https://img.shields.io/github/license/aesy/reddit-comment-highlights?style=flat-square
[license-url]: https://github.com/aesy/reddit-comment-highlights/blob/master/LICENSE### Features
* Customizable
* Syncs across browser sessions
* Requires minimal permissions
* Supports both `old.reddit.com` and `reddit.com`.
* Supports [RES (Reddit Enhancement Suite)](https://redditenhancementsuite.com/) night mode
* Supports custom CSS### Screenshots
| ![](img/Screenshot_highlight.png) |
|-----------------------------------|
| Highlighted comments || ![](img/Screenshot_options.png) |
|-----------------------------------|
| Options page |### Support
| Chrome | Firefox |
|:------:|:-------:|
| 88+ | 109+ |### Contribute
Use the [issue tracker](https://github.com/aesy/reddit-comment-highlights/issues) to report bugs or make feature requests.
Pull requests are welcome, just make sure compilation still works (`npm run build:prod`)
and that linting pass without errors (`npm run lint`) beforehand.### Issues
- Reset button on options page doesn't reset view if no options were changed### License
reddit-comment-highlights is licensed under the MIT License (see [LICENSE](./blob/master/LICENSE) file).