Hacker News new | ask | show | jobs
by mattl 422 days ago
The effect on that page is awful. I also suspect not great on older Macs.
2 comments

It's one of the most obnoxious things I've seen in a while, but a good excuse to test my uBlock rule skills:

  jonathanalland.com##*:matches-css(transform: /.*/):style(opacity: 1 !important; transform: none !important; transition-property: none !important; transition: none !important;)
I want reduce-motion to give me a way to set that for all sites.
You can kinda to it in uBlock by matching multiple TLDs, like:

  com,net,org##*:matches-css(transform: /.*/):style(opacity: 1 !important; transform: none !important; transition-property: none !important; transition: none !important;)
It’s a shame you can’t just write . and have it work for all TLDs/ccTLDs
I wish it at least honored the prefers-reduced-motion [0] setting.

[0]: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...

I have that and dark mode on all the time. It’s sad the number of sites that don’t support it.