Reduces the opacity of the YouTube chat reaction control (heart) so it does not block the underlying chat.
YouTube chat reaction control opacity by penbuvt
Details
Authorpenbuvt
License0BSD
Categoryyoutube
Created
Updated
Size249 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube chat reaction control opacity
@version 20240315.20.04
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/live_chat") {
#reaction-control-panel {
opacity: 0.5;
}
}