hidden youtube reaction.
hidden-youtube-reaction by SuperMekabu
Details
AuthorSuperMekabu
LicenseNo License
Categoryyoutube.com
Created
Updated
Size397 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 hidden-youtube-reaction
@namespace github.com/openstyles/stylus
@version 1.0.0
@description hidden youtube reaction.
@author SuperMekabu
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* ここにコードを挿入... */
#reaction-control-panel.yt-reaction-control-panel-overlay-view-model {
display: none;
}
}