Skip to content

To use twitch chat window directly without any third-party software

Notifications You must be signed in to change notification settings

Boggartmob/OBS_Twitch_chat_CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

OBS Twitch transparent chat CSS

To use twitch chat window directly without any third-party software

Solution works for Twitch chat only.

Please follow instructions below to get transparent chat widget in your OBS translation without third party software:

  1. Get your embedable chat window URL:
https://www.twitch.tv/embed/<channel>/chat?parent=<parent>

where <channel> is your channel name, <parent> is "localhost". For me it is

https://www.twitch.tv/embed/boggartmob/chat?parent=localhost

Twitch documentation

  1. Add "Browser" widget to your OBS scene for chat window, tune its size.
  2. Use chat URL from (1.) for "Browser" widget "URL" property.
  3. Use following CSS for "Browser" widget "Custom CSS" property:
* {
	background: transparent !important;
}

.stream-chat-header, #chat-room-header-label, .chat-input {
	display: none !important;
}

.chat-scrollable-area__message-container {
	font-size: 3em !important;
	line-height: 1.5em;
}

.text-fragment {
	color: white !important;
}

div[data-a-target="chat-welcome-message"], div[data-a-target="moderation-action"], .chat-line__status {
	display: none;
}

  1. Click OK and enjoy.

#OBS #chat #widget #transparent #css #transparentchat #chatcss #obschatwidget

About

To use twitch chat window directly without any third-party software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published