love2read a day ago

The person who wrote this post is incredibly creative. Every one of these is more interesting than 10 google tools. I guess thus is the rule of industrial tools, that is, to minimize surprise.

jnd-cz 17 hours ago

Customisable selects are not supported in Firefox.

duskdozer a day ago

I admit this is neat tech but I am not looking forward to the monstrosities that are going to result. I'm hoping there will be (already is?) something that could translate anything into a stripped down minimal-effect version. Like reader mode but universal

  • dqv a day ago

    That already exists because it's just a styled dropdown menu. If you remove the CSS, it reverts back to an unstyled dropdown menu like what is seen at the beginning of the article: https://i0.wp.com/css-tricks.com/wp-content/uploads/2026/02/...

    • duskdozer a day ago

      Yeah, and maybe I'm overcomplicating this in my head, but it's based on my difficult experience trying to reduce distracting/annoying styling ad-hoc. My ideal is something that's able to "universally" produce a barebones version of a page that matches its original layout as best it can, and otherwise leaves it semi functional/readable. Maybe I just haven't spent enough time sitting and thinking about how to do this generically and it's easier than I think.

  • 8organicbits a day ago

    Would changing your usercontent.css or uBlock Origin filter to set all select appearance attributes to auto help? There are some challenges, like the custom style could hide elements, but I think that should give fall-back equivilent styling.

  • troupo 21 hours ago

    This is still better than currebt monstrosities because the underlying select should still be an actual select (including keyboard navigation etc.)

mock-possum 17 hours ago

Incredibly cool - and since it’s a native element, it cleanly falls back to just a normal select on e.g. iOS.