Remove noisy extensions dock
twitch.tv hide extension dock by apella
Details
Authorapella
LicenseCC0
Categorytwitch.tv
Created
Updated
Size338 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 twitch.tv hide extension dock
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove noisy extensions dock
@author Bart Spiers
==/UserStyle== */
@-moz-document url-prefix("https://www.twitch.tv") {
.extensions-dock__dock {
visibility: hidden;
}
}