Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadyabhi/Reddit-New-Comments-Highlighter
Highlights new comments in a thread on reddit
https://github.com/shadyabhi/Reddit-New-Comments-Highlighter
Last synced: 15 days ago
JSON representation
Highlights new comments in a thread on reddit
- Host: GitHub
- URL: https://github.com/shadyabhi/Reddit-New-Comments-Highlighter
- Owner: shadyabhi
- License: mit
- Created: 2012-07-11T20:57:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T03:12:55.000Z (over 6 years ago)
- Last Synced: 2024-08-01T05:23:01.137Z (3 months ago)
- Language: JavaScript
- Size: 190 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Reddit New Comments Highlighter
It's a chrome/firefox/safari extension used to highlight new comments on a comments page that was visited earlier on reddit.
It helps keep track of new comments when you revisit a comments page.# How is it built?
The extension is built using Kango Framework & works on multiple browsers.
## To update the framework
```
➜ $?=0 ➤ make update
wget -q http://kangoextensions.com/kango/kango-framework-latest.zip
unzip -q -o -d kango_dir kango-framework-latest.zip
rm kango-framework-latest.zip>>> 1s elasped...
➜ $?=0 ➤
```## To build the extension for multiple browsers
```
➜ $?=0 ➤ make build
python kango_dir/kango.py build ./
[ INFO] Contact [email protected] to enable IE support
[ INFO] Running Kango v1.8.0
[ INFO] Building chrome extension...
[ INFO] Building firefox extension...
[ INFO] Building safari extension...>>> 2s elasped...
➜ $?=0 ➤
```# Extension Links
Chrome: https://chrome.google.com/webstore/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad
Firefox: https://addons.mozilla.org/en-US/firefox/addon/reddit-new-comments-highlighte/