Remix.run Logo
Leftium 2 hours ago

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

latchkey 2 hours ago | parent [-]

I have that in there.

https://github.com/OrangeJuiceExtension/OrangeJuice/blob/b84...

Leftium 2 hours ago | parent [-]

Ah, I see it must be the bug mentioned in another thread: https://news.ycombinator.com/item?id=47695328

There was no [OP] label when I first reloaded this page, and now after replying, I am marked as the [OP].

edit: it seems the [OP] relies on a URL hash with the ID of the OP. However, this doesn't work for me because I don't navigate to HN posts from the HN site.

I usually come from https://hn.leftium.com. (Or a page like https://hw.leftium.com/#/item/47694036)

latchkey 2 hours ago | parent [-]

I'm so confused. Can you explain it to me a bit more clearly what you'd like to see? I literally just took the code from refined.

https://github.com/plibither8/refined-hacker-news/blob/ee7ef...

Leftium 2 hours ago | parent [-]

I opened an issue with screenshots: https://github.com/OrangeJuiceExtension/OrangeJuice/issues/1...

latchkey an hour ago | parent [-]

Got it! I was using the username instead of the author of the item.

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

Fixed and closed (all with AI).