Does anyone still use Greasemonkey? I created a small little script[1] a while back. It's not nearly as sophisticated as the HN Enhancement Suite plugin, but it adds some nice features. It previously added comment collapsing, but I disabled it since it's now a permanent feature. [1] https://bitbucket.org/robmass94/hacker-news-enhancements/src
Tell HN: New features and a moderator
411–420 of 475 posts
Re: Tell HN: New features and a moderator
#412Some UI issues and recommendations. 1. The up/down arrows after a vote leave behind a clickable void. That means you can still click that void after you have voted. If you changed the visibility on .votelinks instead of the buttons this would get fixed. Though even better UX would be to have togglable up/down buttons ala stackoverflow and others. 2. Why not provide the favourite link directly on the comment instead o…
#1 should be fixed now. Thanks! Re #2: yes, clutter (icons don't solve the clutter problem, and HN's design is emphatically textual), plus there should be a bit of a speed bump before favoriting much as there is before flagging.
Even if you don't want to add more icons, you could still improve the visual elements you have (the vote arrows.) Links with title tags around Unicode glyphs would arguably be more textual than empty divs with gif arrow backgrounds and no accessible text fallbacks.
I still think they should work something like this: https://jsfiddle.net/84q0zecv/10/ even without the colors I think it communicates the states well, and is visually not that different from what the site already has.
Re: Tell HN: New features and a moderator
#413Earlier quoted context omitted.
...which is now not a problem.
It's not as much of a problem, but if people are regularly trying and failing to perform the action they want it's a UI wart.
When in doubt, stick with already established standards.
Re: Tell HN: New features and a moderator
#414Some UI issues and recommendations. 1. The up/down arrows after a vote leave behind a clickable void. That means you can still click that void after you have voted. If you changed the visibility on .votelinks instead of the buttons this would get fixed. Though even better UX would be to have togglable up/down buttons ala stackoverflow and others. 2. Why not provide the favourite link directly on the comment instead o…
Re: Tell HN: New features and a moderator
#415Earlier quoted context omitted.
new user so pardon my ignorance but I dont have a downvote button. Do I need to enable it somewhere?
You need a certain amount of karma to downvote. I think it's 500, but I'm not sure because I don't have that much yet. :) Edit: it's confirmed at 501: https://news.ycombinator.com/item?id=12074198
Re: Tell HN: New features and a moderator
#416A couple of things:
1. I upvoted this submission, but I don't see any unvote link anywhere (I even refreshed the page and am currently logged in). Am on Firefox 35.0.1 (if it matters).
2. Would have liked the favorites to be private and not accessible to other users (just like comments/submissions that I upvoted), but all the same, I am happy that we now have support for favorites. Just curious - was there some specific reason why you decided to go with making favorites publicly accessible to other users?
Re: Tell HN: New features and a moderator
#417Re: Tell HN: New features and a moderator
#418Suggestion: Can you move the collapse button to the left of the username? One way I tend to use nested comment threads is reading all top comments, collapsing as I go. Great stuff, overall -- thanks!
Re: Tell HN: New features and a moderator
#419Earlier quoted context omitted.
Can confirm. Hopefully, the extension will be updated soon.
I'll work on it once I get home tonight. I must be the only one who hates to hear of new HN features :)
Luckily, this didn't break my userscript, so I just updated it to hide the new built-in toggle.
Re: Tell HN: New features and a moderator
#420Some UI issues and recommendations. 1. The up/down arrows after a vote leave behind a clickable void. That means you can still click that void after you have voted. If you changed the visibility on .votelinks instead of the buttons this would get fixed. Though even better UX would be to have togglable up/down buttons ala stackoverflow and others. 2. Why not provide the favourite link directly on the comment instead o…
It would also be handy to have some visual guides for the indentation levels of nested comments as on Reddit. I've hacked my own indentation marks using a CSS injection for now, but this is clearly still not optimal: @-moz-document url-prefix(https://news.ycombinator.com/) { td { vertical-align: top } td > img { background: repeating-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0) 38px, rgba(0,0,0,0.3) 38px, r…