Last active
October 4, 2022 17:46
-
-
Save LB--/f751a939b580d64d1a87baca93284b5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#items { overflow: hidden !important; } | |
*:not(.yt-chat-badge):not(.yt-emoji-icon) { background: transparent !important; } | |
.gaming-promo, #live-comments-controls, ::-webkit-scrollbar, wbr, .is-deleted, [is-deleted], #panel-pages, yt-live-chat-header-renderer { display: none !important; } | |
#author-name, #message { color: white !important; text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black !important; } | |
#message { display: block !important; } | |
#author-name::after { content: ":"; font-weight: 900; } | |
#message a {color: skyblue !important; font-size: 0 !important; line-height: 9px !important;} | |
#message a::after { content: attr(href); font-size: 10px !important; } | |
@keyframes chat-fade { 0% { opacity: 1; position: relative; } 99% { opacity: 0; position: relative; } 100% { opacity: 0; position: absolute; }} | |
yt-live-chat-text-message-renderer { animation: chat-fade 5s 30s forwards; } | |
/* #author-photo { border-radius: 10px !important; } */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is a scrollbar on the right side of chat, right click on the browser source in OBS Studio and choose "Interact", and then click on the triple dots menu of any chat message. If you crop out the scrollbar, it might disappear on its own and then chat would start getting cut off.