Show HN: hnpc – Highlight New/Updated Posts & New Comments (User Script)(github.com)
github.com
Show HN: hnpc – Highlight New/Updated Posts & New Comments (User Script)
https://github.com/michaelschade/hnpc
5 comments
In a related vein, http://hnnotify.com provides comment reply email notifications if you want to know when someone replies to you on HN (Disclaimer: I am the author)
Hey, that's pretty slick. Just signed up to check it out, thanks for sharing!
Nice script - very useful. I made it into an Opera extension:
https://addons.opera.com/en/addons/extensions/details/hnpc
https://addons.opera.com/en/addons/extensions/details/hnpc
Sweet! I've updated the README to note the existence of your extension.
Thanks for the contribution!
Thanks for the contribution!
You might be also interested in the Google Chrome extension
https://github.com/wuzhe/social-hotness
Preview:
https://github.com/wuzhe/social-hotness/raw/master/screensho...
https://github.com/wuzhe/social-hotness
Preview:
https://github.com/wuzhe/social-hotness/raw/master/screensho...
I can't seem to get the extension to work (package not valid). It looks neat, though.
Detecting and highlighting new comments was my original functionality, and I added the post list highlighting as an after-thought when I couldn't find something similar through a quick search.
Thanks for sharing it.
Detecting and highlighting new comments was my original functionality, and I added the post list highlighting as an after-thought when I couldn't find something similar through a quick search.
Thanks for sharing it.
Thanks for pointing out the problem, I'll look into this.
I wrote one of these as well as a Chrome extension a few months ago.
https://chrome.google.com/webstore/detail/kikfikaiccdaabdilg...
Additionally, it will highlight edited comments in grey or any color of your choosing (simply md5's the comment text and checks to see if it's changed next time you load the page).
https://chrome.google.com/webstore/detail/kikfikaiccdaabdilg...
Additionally, it will highlight edited comments in grey or any color of your choosing (simply md5's the comment text and checks to see if it's changed next time you load the page).
I've done it to: https://chrome.google.com/webstore/detail/fpndmkcfggkffpablc... :)
Here are two pictures showing it in action:
* https://github.com/michaelschade/hnpc/raw/master/examples/po...
* https://github.com/michaelschade/hnpc/raw/master/examples/co...
This uses a browser's Web Storage, so all information is stored locally.