Skip to content

Instantly share code, notes, and snippets.

@LB--
Last active October 4, 2022 17:46
Show Gist options
  • Save LB--/f751a939b580d64d1a87baca93284b5d to your computer and use it in GitHub Desktop.
Save LB--/f751a939b580d64d1a87baca93284b5d to your computer and use it in GitHub Desktop.
#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; } */
@Konclan
Copy link

Konclan commented Dec 26, 2018

Seems that youtube added a reminder that won't go away
capture

@josenetofoto
Copy link

Seems that youtube added a reminder that won't go away
capture

Just ad yt-live-chat-viewer-engagement-message-renderer { visibility: hidden; } and it will go away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment