User scripts for GreaseMonkey (Firefox) and TamperMonkey (Chrome). These scripts improve usability of HackerNews comment section.
Comment collapser adds anchors to HackerNews comments to collapse and expand the comment groups.
Filters the comments according to the search text phrase. There is a support for regular expressions if the phrase is between / symbols, e.g.: /[a-z]+?/.
Comment coloring script adds a lighter shade of color to alternating comments in HackerNews. Helps with readability and distinguishing the hierarchy of comments.
- Firefox w/ Greasemonkey extension;
- Chrome w/ Tampermonkey extension;
Enter or click on any of the following URLs:
- https://raw.githubusercontent.com/PauliusLabanauskis/UserScripts/master/src/comment_collapser.user.js
- https://raw.githubusercontent.com/PauliusLabanauskis/UserScripts/master/src/comment_filter.user.js
- https://raw.githubusercontent.com/PauliusLabanauskis/UserScripts/master/src/comment_coloring.user.js
The browser extension will ask for confirmation to install the scripts. After confirmation the scripts will be ready to use.


