Hacker News new | ask | show | jobs
by Lammy 419 days ago
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;)
1 comments

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