@-moz-document domain(https://news.ycombinator.com) {...} video { /* flip video horizontally */
transform: scaleX(-1) !important;
}
or /** scale videos that were originally 4:3, but
were encoded as 16:9 into proper 4:3 again */
video {
transform: scaleX(0.75) !important;
}
It's not extremely useful, but every time I toggle them on, I'm very happy that I added them both.For more inspiration and help visit https://www.reddit.com/r/FirefoxCSS/
My first impressions are that Stylus is nice for applying big site-wide styles like dark themes, but this is vastly superior for all the small customizations that you might want to make to sites you frequently visit. No need to go deep into the CSS; just right click a thing and open the sidebar and make it look how you want. Not even close to Stylus. Definitely something I'm going to keep, and makes for a very powerful combination paired with uBlock Origin's element picker/zapper.