vednoc
vednoc
I find it fascinating that there's a log message how it was mirrored, yet the versions don't match. Could you put `https://raw.githubusercontent.com/33kk/uso-archive/flomaster/data/usercss/188453.user.css` as the mirror URL? I might go ahead...
I can see that there's a difference in what you get when importing from jsdelivr and githubusercontent links. That's the reason why it would be good to rewrite these links...
On our side. I got a part of the metadata when using githubusercontent link and the entire metadata when using the jsdelivr link. That's because we treat the latter [as...
Nope. Keep it as is.
In retrospect, I should've rewritten the URL in this commit: https://github.com/userstyles-world/userstyles.world/commit/14271785aefa77a456a14bc7eb011050962b40c1 Oh well, more technical debt for me to deal with. (=
There's an update and a solution to this issue in #199. With the availability of [:has()](https://caniuse.com/css-has) pseudo-class, the fix is pretty trivial.
> [...] rather than have any hard coded mapping of colours: While I would love that option, especially if we consider the nature of having hard-coded colors, I think most...
It's probably not ideal to hide *all* alerts. In that case, I suggest injecting a simple `style` element which contains the following CSS code: ```css [data-testid="chat-butterbar"]:has([data-icon="alert-update"]) { display: none !important;...
If I understand correctly, you want to hide *all* avatars? I'm confused by what the `padding-left` is supposed to do.
This was fixed in [f979273](https://github.com/userstyles-world/userstyles.world/commit/f9792732dbc53fe51e7354e63645bf46a9c3b09b), then improved in [f5e0dd9](https://github.com/userstyles-world/userstyles.world/commit/f5e0dd988893a795bb2c1ce195e141eeed1ff31d) to take into account a couple of edge-cases.