It doesn't mess with the layout beyond that, which I like.
By the way, http://hckrnews.com/ itself is wonderful. It's HN, but in chronological order. That seems like a bad thing, but in fact there are only a few dozen submissions per day, and it's easy to pick out the interesting ones.
I've seen this linked to, but I never understood what the selling point was. It turns out I never realized that it sorted the posts in chronological order according to when they first appeared on the front page. Pretty cool! This definitely feels good for someone like me who refreshes the front page repeatedly throughout the day. I don't have to expend energy trying to figure out what's new.
Highly recommended. Of all the Hacker News styles I've tried, this has been the only one that I've used consistently.
Notably, it preserves the compactness of the front page. A lot of other styles tend to space out stories on the front page too much, which makes it harder to read through.
I’ve also hacked bigger voting buttons (for the sake of Fitt’s law [1]) and some indentation marks [0] which I find quite helpful, both included with ~/.js [2].
I still don't get why HN is against adding features like this or open links in new windows/tab AS AN OPTION.
I get that some people don't want anything to change on HN - no problem - but what is the harm in adding features that we individually can turn on that would not effect anyone else? Aka, add the features but have them off by default.
In addition to collapsing, it highlights new comments and shows how many new comments there are on story list pages since you last looked at the full thread.
If you click the "X new" link it adds, it automatically collapses all threads which don't have new comments on page load.
All I'd like is to be able to click on the left margin of a post to skip under it. Sometimes it's just that the first comment has too many replies and I'd like to jump past it easily.
I have also wanted this for a long time. I think you'd have to go back to the top of the parent, or else you'd wind up jumping way past the end of that thread.
edit: This has the collapse button between the voting arrows and username, just like reddit. Seems like something minor, but it's a big detail. (1) I'm used to that location from reddit, and (2) it doesn't move, which isn't the case with many other extensions that have it on the end.
Despite there being a whole bunch of implementations out there, I had also written one a while ago: https://github.com/thebrokencube/yahnes . It does need some updating, but seems to work well enough for my use (plus, I just wanted to scratch my own itch).
Probably best to sort of consolidate some of these into a few really good ones, but we'll see.
[+] [-] sillysaurus3|11 years ago|reply
In addition to collapsing threads, it also tastefully identifies new comments: http://i.imgur.com/qs6FDRU.png
It doesn't mess with the layout beyond that, which I like.
By the way, http://hckrnews.com/ itself is wonderful. It's HN, but in chronological order. That seems like a bad thing, but in fact there are only a few dozen submissions per day, and it's easy to pick out the interesting ones.
[+] [-] graedus|11 years ago|reply
[+] [-] nilkn|11 years ago|reply
[+] [-] ProAm|11 years ago|reply
[1] https://userstyles.org/styles/81626/jellybeans-hacker-news-w...
[+] [-] Fuzzwah|11 years ago|reply
https://chrome.google.com/webstore/detail/hacker-news-enhanc...
edit: I'll also mention that I use http://hckrnews.com/ as my frontpage for HN.
[+] [-] dubin|11 years ago|reply
Notably, it preserves the compactness of the front page. A lot of other styles tend to space out stories on the front page too much, which makes it harder to read through.
I do wish there was a similar theme for Firefox.
[+] [-] edwinyzh|11 years ago|reply
[+] [-] throwaway_yy2Di|11 years ago|reply
I also made one (for Firefox/Greasemonkey),
https://github.com/tom-szczarkowski/hn-stuff
[+] [-] brianpan|11 years ago|reply
Naw, everyone replying to the top comment in a post in order to be seen is probably fine.
[+] [-] rbdn|11 years ago|reply
[0]: https://i.imgur.com/Bp3ra28.png
[1]: https://en.wikipedia.org/wiki/Fitts%27s_law
[2]: https://github.com/defunkt/dotjs
[+] [-] evo_9|11 years ago|reply
I get that some people don't want anything to change on HN - no problem - but what is the harm in adding features that we individually can turn on that would not effect anyone else? Aka, add the features but have them off by default.
[+] [-] trevmckendrick|11 years ago|reply
Pure speculation, but maybe they know the best hackers will find solutions around all this (e.g. all the extensions linked to in this thread).
[+] [-] yzzxy|11 years ago|reply
[+] [-] kissickas|11 years ago|reply
https://addons.mozilla.org/en-us/firefox/addon/hn-utility-su...
[+] [-] 542458|11 years ago|reply
[+] [-] TazeTSchnitzel|11 years ago|reply
[+] [-] nhayden|11 years ago|reply
[+] [-] tux3|11 years ago|reply
[+] [-] rgbrenner|11 years ago|reply
[+] [-] btw0|11 years ago|reply
https://chrome.google.com/webstore/detail/social-hotness/aha...
[+] [-] joshstrange|11 years ago|reply
[+] [-] insin|11 years ago|reply
In addition to collapsing, it highlights new comments and shows how many new comments there are on story list pages since you last looked at the full thread.
If you click the "X new" link it adds, it automatically collapses all threads which don't have new comments on page load.
Screenshot of that: https://twitter.com/jbscript/status/462657449497874432/photo...
[+] [-] nodata|11 years ago|reply
[+] [-] eggbrain|11 years ago|reply
[+] [-] Igglyboo|11 years ago|reply
It will allow you to collapse comment trees on HN.
[+] [-] diminish|11 years ago|reply
[+] [-] sanqui|11 years ago|reply
[+] [-] rcfox|11 years ago|reply
[+] [-] teach|11 years ago|reply
[+] [-] reledi|11 years ago|reply
1: https://github.com/andrewheins/HN-Comment-Hider
edit: This has the collapse button between the voting arrows and username, just like reddit. Seems like something minor, but it's a big detail. (1) I'm used to that location from reddit, and (2) it doesn't move, which isn't the case with many other extensions that have it on the end.
[+] [-] chdir|11 years ago|reply
https://news.ycombinator.com/item?id=8297695
[+] [-] crescentfresh|11 years ago|reply
http://i.imgur.com/t46u0C5.png
Thanks Chrome!
[+] [-] OzzyB|11 years ago|reply
Check that and you should be presented with a "Load unpacked extension" that you can use to install extensions locally.
[+] [-] Houshalter|11 years ago|reply
[+] [-] valgaze|11 years ago|reply
var currentRow = comment.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.nextSibling;
Lotta parentNodes!
[+] [-] thesilverbanger|11 years ago|reply
[+] [-] sync|11 years ago|reply
[+] [-] sagargv|11 years ago|reply
http://sagargv.blogspot.in/2014/06/flat-hacker-news.html
[+] [-] thebrokencube|11 years ago|reply
Probably best to sort of consolidate some of these into a few really good ones, but we'll see.