this post was submitted on 11 Jun 2023
22 points (100.0% liked)
Kbin Userstyles and Userscripts
4 readers
1 users here now
Custom CSS and JS to help improve your Kbin experience! ### Userscripts Greasy Fork ### Stylesheets UserStyles.world ### Userscript managers
- Tampermonkey - FireMonkey (Firefox only) - Violentmonkey ### Stylesheet managers
- Stylus (chrome/edge, firefox) - Cascadea (safari only)
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
CSS, Change user color based on domain.
Just add more lines if you want to color more domains.
a.user-inline[title*="exploding-heads.com"] {
color: red;
}