Do minified class names change and if so how often?

82 Views Asked by At

I'm trying to create a custom user-defined CSS stylesheet to modify my Reddit experience on Reddit. In doing so I've found that many class names have been hashed to arbitrary strings to prevent conflicts across the site.

So with that said, If my user-defined styles use the hashed class/id names are they likely to change on me with updates to the site's codebase?

If yes, vaguely how often would they change? With every update or only when that section of the site is updated?

0

There are 0 best solutions below