QUESTION Custom CSS to Twitch Chat on OBS #5332
-
Is possible add my own CSS file to the chat? (Like BTTV do with him) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Well since this is categorised as a "development question" I would guess that this question is targeting development, and the answer for that is yes, it is possible, but it would have to be written first. The BTTV and FFZ addons are injected in the UI/auth-twitch.cpp so you can check how it's done there. I'm not sure how the team was planning to implement this but I think just having a fixed location in the config directory that is loaded when present is probably the easiest way to implement it. An alternative way around this limitation would be enabling FrankerFaceZ once you logged into your Twitch account in OBS. FFZ can change the appearance of If you want even more customisation, in the FFZ settings under Add-Ons there is an option at the very bottom "Use Local Development Server" with which you can load your own custom FFZ Add-Ons. You could write your own that just injects your CSS from the Add-On. See FFZ's Getting Started Guide for how to do that. |
Beta Was this translation helpful? Give feedback.
No.