Show HN: I built a Hacker News userscript to make this site more legible
31–40 of 53 posts
Re: Show HN: I built a Hacker News userscript to make this site more legible
#32The background of the center section of Hacker News is #F6F6EF. The colour of the main text of a post is #828282, which results on a contrast ratio of 4:1 (calculated here [1]). This is below the minimum required level to conform to the Contrast and Color Accessibility requirements of the WCAG... a pity! See [2]. The minimum contrast is recommended to be 4.5:1. The comments (below the main post text) text colour is b…
It would be nice if the maintainers of the site reviewed these particular design choices at some point, to perhaps opt for something more conformant with those accessibility guidelines. Although to be honest 4:1 is not far from the minimum. Just increasing it a little would 'technically' be enough. The downvoted comments colours are another topic... Accessibility is important!...
Re: Show HN: I built a Hacker News userscript to make this site more legible
#33Re: Show HN: I built a Hacker News userscript to make this site more legible
#34Can this script be automatically updated using a remote host?
Whilst I've been putting this together I've asked Tampermonkey to check for updates and it's pulled in the newest version from my repo. So you should get automatic updates when I make changes. Although I believe those changes may take a little time to come through due to github's caching of raw content URLs.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#35Re: Show HN: I built a Hacker News userscript to make this site more legible
#36Earlier quoted context omitted.
It would be nice if the maintainers of the site reviewed these particular design choices at some point, to perhaps opt for something more conformant with those accessibility guidelines. Although to be honest 4:1 is not far from the minimum. Just increasing it a little would 'technically' be enough. The downvoted comments colours are another topic... Accessibility is important!...
While the ridiculously low contrast of downvoted comments is a problem, let's say for a second that "you're meant to ignore it anyway, and we use low contrast to indicate it" is a reasonable idea. Then why is the main submission text lower contrast than the comments?!
Re: Show HN: I built a Hacker News userscript to make this site more legible
#37Re: Show HN: I built a Hacker News userscript to make this site more legible
#38Try to not recommend Tampermonkey, it is closed source, slow, bloated and a bit sketchy, uses Google Analytics and right now the privacy policy link in their website isn't working for me (redirects to the home page). There are better, faster, less bloated and open source alternatives, like Violentmonkey which now has a reasonable privacy policy ( https://violentmonkey.github.io/privacy/ ). Btw thanks for the script,…
Completely agreed on avoid Tampermonkey, but Violentmonkey fails to detect the page on one of my scripts very often. If I refresh it works. This is a match with no wildcards and just a simple path after the URL. Perhaps a simple bug, but doesn't give me much faith in the project.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#39Can this script be automatically updated using a remote host?
I think so. Although I'm still new to TamperMonkey and figuring out its quirks. Whilst I've been putting this together I've asked Tampermonkey to check for updates and it's pulled in the newest version from my repo. So you should get automatic updates when I make changes. Although I believe those changes may take a little time to come through due to github's caching of raw content URLs.
Re: Show HN: I built a Hacker News userscript to make this site more legible
#40.votearrow { background: none; } .votearrow:after { content: "\25B2"; position: relative; display: block; line-height: 0.9; color: rgb(154, 154, 154); font-size: 12px; }
https://github.com/dillonjohnbrown/user-styles/blob/main/hac...