Live data from Hacker News

Show HN: Orange Juice – Small UX improvements that make HN easier to read

oj-hn.com

61–70 of 165 posts

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#61
post #59

Earlier quoted context omitted.

All the features I've added to this extension. But if you want to pick one: Inline replies. Right now, I have to do a ton of magic to make that happen in order to work around your auth flow. Namely, pulling the auth token out of the other page and then having to keep track of it in session storage. I could delete a whole lot of code if that was just built in.

By inline replies do you mean you click 'reply' and then a textbox opens in place? The browser extension I wrote years ago, and which tomhow and I use for moderation, does this. I feel guilty about not having shared it a long time ago, but there just has never been time. Now that LLMs are starting to let me do things I've wanted to do for years, there's a chance I'll actually get to it before the sun dies.

Yes. Here is the implementation I've got... note that I also added links to the rules/guidelines in an attempt to help with that issue too, heh.

And yes... AI enables so many things.

https://oj-hn.com/assets/inline-reply-light.png

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#64
post #52

Earlier quoted context omitted.

I'm pretty sure that will never happen, as it would've happened already by now. People can and do already use custom CSS or Dark Reader for dark mode.

Some things have taken us 15 years and then pow they happened

Dang your comment excites me to think that Hackernews can have dark mode in future.

Aside from all of this AI hype, This is the feature I am most excited about xD!

Dang, genuine question but when you moderate/view Hackernews yourself, I suppose that you must yourself be using dark mode too correct? or do you view hackernews in light-mode?

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#65

Earlier quoted context omitted.

The orange box is to mark where you are currently focused. If you use the keyboard navigation (keys: j/k), it really helps.

It's distracting for those who don't use hjkl so might be good to have it as an option.

Good feedback. I'm pushing a fix for this now. When you click the extension icon, there is now a preferences pane there and a checkbox to enable/disable the box.

https://github.com/OrangeJuiceExtension/OrangeJuice/pull/15

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#67

I use refined Hacker news Extension. https://github.com/plibither8/refined-hacker-news#highlights It might be beneficial to tell me what the difference between these two can be? A lot of the features from my first glance (I can be totally wrong though) are within HN refined. I would really appreciate a short summary of differences. Personally I am really happy by HN refined though so kudos to @plibither8

Refined hasn't received an update in 4 years. https://github.com/plibither8/refined-hacker-news/issues/135... I used refined for years as well. Great product, but the underlying code was meh, and the author abandoned it. If you're using refined today, you're experiencing a lot of bugs as the HN DOM has changed over time. I maintained my own fork for a long time but finally motivated myself to try out AI assisted codi…

I tried contacting the author to see if he would open source it but he's gone dark and doesn't seem to really exist on the Internet anymore. So I grabbed the source code and modernised it, added additional feature and it's what I've been using ever since. I haven't open sourced it out of respect for the original author however the software does not actually have any license that prevents it so I have been considering what the best approach might be (any ideas?).

*Edit: Whoops! I was confusing refinedHN with modernHN (https://www.modernhn.com)

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#68

Earlier quoted context omitted.

Agreed. Unfortunately, the browser extension tool that I use, wxt [0], doesn't support Safari yet. It seems there are some work arounds, but I haven't gotten to it yet. PR's welcome, of course. =) [0] https://wxt.dev/guide/essentials/publishing.html#safari

Is it just: pnpm wxt build -b safari xcrun safari-web-extension-converter .output/safari-mv2 And that’s it? Or is there some hidden extra work involved.

I don't know. If it is that simple, that would be great. I'll have to dive into it. Part of it is also to ensure that it gets added into the CI/CD workflow and fully automated.

Just doing that for Chrome and Firefox took a huge amount of effort to get fully set up and approved. Thankfully, it is now at the point where every PR goes live automatically.

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#69

Earlier quoted context omitted.

Of course I don't, but if it helps me do trivial tasks so that I can focus on other things, I might as well use it.

I think it's fine if you find the design of the site a trivial thing that others shouldn't focus on, but it kinda begs the question why you didn't just have the ai generate a much simpler page. Why have the ai generate all this fluff when you just want to show of what you've made? You (rightfully!) care about not wasting your own time, why waste ours?

What simpler page would it be? It just shows off the features with screenshots, not sure what else could be made simpler.

Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read

#70

I use refined Hacker news Extension. https://github.com/plibither8/refined-hacker-news#highlights It might be beneficial to tell me what the difference between these two can be? A lot of the features from my first glance (I can be totally wrong though) are within HN refined. I would really appreciate a short summary of differences. Personally I am really happy by HN refined though so kudos to @plibither8

Refined hasn't received an update in 4 years. https://github.com/plibither8/refined-hacker-news/issues/135... I used refined for years as well. Great product, but the underlying code was meh, and the author abandoned it. If you're using refined today, you're experiencing a lot of bugs as the HN DOM has changed over time. I maintained my own fork for a long time but finally motivated myself to try out AI assisted codi…

I just tried switching from a slightly more updated fork of Refined Hacker News (2025)[1]

One thing I miss is the orange mark identifying the OP of a post.

[1]: https://github.com/alexferrari88/refined-hacker-news

Post reply on HN