Skip to content

Hide reaction button by rickymohk

Details

Authorrickymohk

LicenseMIT

Categoryyoutube

Created

Updated

Size362 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide youtube live chat reaction button

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide reaction button
@version      20240705.15.55
@namespace    https://userstyles.world/user/rickymohk
@description  Hide youtube live chat reaction button
@author       rickymohk
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/live_chat?") {
#reaction-control-panel {
    display:none;
}
}

Reviews

No reviews yet.