Show HN: Orange Juice – Small UX improvements that make HN easier to read
141–150 of 165 posts
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#142Lots of nice tweaks, but the most important is missing: the ability to move the collapse comment buttons (`[-]`) to the left of commenters' usernames. Doing this makes the collapse buttons all aligned with each other, making them far easier to click in succession. "Comments Owl for Hacker News" extension does this I believe.
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#143Lots of nice tweaks, but the most important is missing: the ability to move the collapse comment buttons (`[-]`) to the left of commenters' usernames. Doing this makes the collapse buttons all aligned with each other, making them far easier to click in succession. "Comments Owl for Hacker News" extension does this I believe.
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#144Earlier quoted context omitted.
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?
Out of interest, why do you suppose that?
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#145Earlier quoted context omitted.
custom CSS is the way. I don't believe HN will ever adopt dark mode. But the site is so stripped down it's easy to write custom dark mode for it.
Stylus is great for this kind of thing - it's basically Tampermonkey but for site-level CSS overrides. https://addons.mozilla.org/en-US/firefox/addon/styl-us/
Installed, opened the raw view in the GitHub link to the dark mode style linked to above to copy it into the clipboard, and was pleasently surprised that it opened in the extension with syntax highlighting and a button to install.
Clicked "Install", back back to HN, reload, dark mode.
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#146Earlier quoted context omitted.
Stylus is great for this kind of thing - it's basically Tampermonkey but for site-level CSS overrides. https://addons.mozilla.org/en-US/firefox/addon/styl-us/
Thanks for this! I've been using it for less than a minute, and it has already exceeded my expectations: Installed, opened the raw view in the GitHub link to the dark mode style linked to above to copy it into the clipboard, and was pleasently surprised that it opened in the extension with syntax highlighting and a button to install. Clicked "Install", back back to HN, reload, dark mode.
I’m always leery of installing new extensions (nothing against Orange Juice) because of all the high-profile cases where they get bought out by unscrupulous companies and basically turn into malware payload delivery systems.
It’s nice to be able to reduce the attack surface down to just these two extensions, which have been around for a long time.
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#147Earlier quoted context omitted.
Stylus is great for this kind of thing - it's basically Tampermonkey but for site-level CSS overrides. https://addons.mozilla.org/en-US/firefox/addon/styl-us/
Thanks for this! I've been using it for less than a minute, and it has already exceeded my expectations: Installed, opened the raw view in the GitHub link to the dark mode style linked to above to copy it into the clipboard, and was pleasently surprised that it opened in the extension with syntax highlighting and a button to install. Clicked "Install", back back to HN, reload, dark mode.
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#148Earlier quoted context omitted.
Thanks for this! I've been using it for less than a minute, and it has already exceeded my expectations: Installed, opened the raw view in the GitHub link to the dark mode style linked to above to copy it into the clipboard, and was pleasently surprised that it opened in the extension with syntax highlighting and a button to install. Clicked "Install", back back to HN, reload, dark mode.
Cheers! I feel like the vast majority of extensions could be rewritten as either TamperMonkey or Stylus scripts. I’m always leery of installing new extensions (nothing against Orange Juice) because of all the high-profile cases where they get bought out by unscrupulous companies and basically turn into malware payload delivery systems. It’s nice to be able to reduce the attack surface down to just these two extension…
Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#149Re: Show HN: Orange Juice – Small UX improvements that make HN easier to read
#150Earlier quoted context omitted.
Cheers! I feel like the vast majority of extensions could be rewritten as either TamperMonkey or Stylus scripts. I’m always leery of installing new extensions (nothing against Orange Juice) because of all the high-profile cases where they get bought out by unscrupulous companies and basically turn into malware payload delivery systems. It’s nice to be able to reduce the attack surface down to just these two extension…
I agree, though I use Violentmonkey instead of Tampermonkey because open source, and uBlock Origin because rewriting it as a *monkey script is somewhere between "Implement a MIDI Machine Control interface to my turntable" and "Rewrite FreeBSD in Rust" on my project list.