Skip to content

YouTube chat reaction control opacity by penbuvt

Screenshot of YouTube chat reaction control opacity

Details

Authorpenbuvt

License0BSD

Categoryyoutube

Created

Updated

Size249 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reduces the opacity of the YouTube chat reaction control (heart) so it does not block the underlying chat.

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;
}
}

Reviews

No reviews yet.