Earlier quoted context omitted.
> If you want to inject CSS, use a "user styles" manager like Stylus. Unfortunately, Firefox on Android only supports a limited number of extensions, and Stylus is not currently one of them. It's really sad, because I used to have some nice site-specific user styles. I really don't understand Mozilla's decisions. They destroyed their password security, they destroyed their extension advantage. One wonders what's next…
They kinda do, but it is quite cumbersome. You have to use Firefox Nightly, and create an Add-on Collection on the marketplace, and then add that collection to Firefox. That is how I use uBlock on Android. (Last time I try, if you want to add an extension, you have to create a new collection and ... reinstall Firefox, but maybe that's just me.)
Change the colour of grey text back to black on website using poor contrast text
91–100 of 117 posts
Re: Change the colour of grey text back to black on website using poor contrast text
#92Re: Change the colour of grey text back to black on website using poor contrast text
#93Re: Change the colour of grey text back to black on website using poor contrast text
#94Earlier quoted context omitted.
I find there's often a high degree of educated comments here on HN. But, when it comes to monitors, readability and the physics of light something happens. #000 on #fff won't burn out your retinas. :)
I think the trouble is that even educated humans struggle to talk intelligently about medical and psychological problems. We all worry about our health and mortality, and the idea that a psychological or medical condition threatens your life is somewhere between an existential threat, and a worrying cloud over your life. As a result, people easily become wedded to the idea that a particular condition is affecting the…
Re: Change the colour of grey text back to black on website using poor contrast text
#95Earlier quoted context omitted.
Very much related to my comment [1] two days ago on Please Stop Using Grey Text [2] that says essentially the same thing with more verbiage [1] https://news.ycombinator.com/item?id=31421666 [2] https://news.ycombinator.com/item?id=31420938 (397 points by marban 1 day ago, 376 comments) - https://tangledweb.xyz/please-stop-using-grey-text-3d3e71acf...
What is the point in linking this? Imagine the mess that comment threads would be if everyone who made similar comments about something did this.
Re: Change the colour of grey text back to black on website using poor contrast text
#96Earlier quoted context omitted.
They kinda do, but it is quite cumbersome. You have to use Firefox Nightly, and create an Add-on Collection on the marketplace, and then add that collection to Firefox. That is how I use uBlock on Android. (Last time I try, if you want to add an extension, you have to create a new collection and ... reinstall Firefox, but maybe that's just me.)
Wow, thank you! What's the technical reason I can't install it (typically) on FF Android?
The rewrite also took other things like the ability to past IPv6 addresses in the URL bar or the ability to open about:config (only accessible in beta/nightly/forks) because you could edit settings and mess up badly enough that the entire app stops breaking.
It's been a few years now and I simply don't expect Firefox for Android to regain its previous functionality anymore. It's now a slightly more privacy friendly, slightly slower Chrome replacement that occasionally asks you to please sign up for its VPN. If you want something fixed, you'll have to open a pull request and hope the Fenix people don't see your bug as a feature.
Re: Change the colour of grey text back to black on website using poor contrast text
#97Earlier quoted context omitted.
especially on full brightness Then turn down the brightness. Pure black/white should never be uncomfortable, if it is then your monitor needs adjusted. In fact I suspect a lot of this stupid low-contrast trend comes from designers who don't know that and are trying to compensate for it in software. Monitors come with the brightness set ridiculously high so they'll look good in a showroom (and possibly to make the bac…
> Then turn down the brightness On all my computers? And my phone? And my tablet? And my... You could say the same about sites where the body text is set unreadably small. "Just zoom in!" It does not persist across devices, sessions, users etc the way a well-designed site would.
I don't know what ultra HDR monitor you're using or what light sensitivity issue you may have, but I don't want to have to install addons in my browser because you can't find the brightness slider.
Re: Change the colour of grey text back to black on website using poor contrast text
#98I recommend people with similar interests take a look at uBlock's filter language (yes, the ad blocker). It's a short and shallow learning curve until you can inject your personal CSS into webpages, and incrementally tweak them. Two small examples: "Show all text on the internet as black" *##*:style(color: black !important) "Show comment text on HN as bold" ycombinator.com##.comment:style(font-weight: bold !important…
One caveat is it's currently only supported in Safari technical preview.
Another thing worth mentioning is the relative brightness algo used in the repo for the linked plugin is using the WCAG 2 formula for relative luminance. This works pretty well in light mode for non-colored backgrounds, but doesn't incorporate perceived luminosity differences of different hues very well. A better algorithm to use here is the Advanced Perceptual Contrast Algorithm (APCA), which is the one used in the WCAG 3 working spec. It more accurately accounts for hue: https://github.com/Myndex/SAPC-APCA
Re: Change the colour of grey text back to black on website using poor contrast text
#99I recommend people with similar interests take a look at uBlock's filter language (yes, the ad blocker). It's a short and shallow learning curve until you can inject your personal CSS into webpages, and incrementally tweak them. Two small examples: "Show all text on the internet as black" *##*:style(color: black !important) "Show comment text on HN as bold" ycombinator.com##.comment:style(font-weight: bold !important…
For a more future oriented version (as setting a font to black wont work with dark pages), check out the CSS Color Module Level 5 spec for color-contrast(), which will automatically choose a color that has a proper contrast ratio: https://www.w3.org/TR/css-color-5/#funcdef-color-contrast One caveat is it's currently only supported in Safari technical preview. Another thing worth mentioning is the relative brightness…
Re: Change the colour of grey text back to black on website using poor contrast text
#100Earlier quoted context omitted.
Dark Reader renders 90% of pages fine with no tweaking, the remainder aren’t hard to switch to an alternative mode. Best $7.99 I’ve spent.
Isn't it free though?