Hide the Stories button.
Hide Stories by chromiacat
Details
Authorchromiacat
LicenseGNU General Public License v3.0
Categorytwitch
Created
Updated
Size370 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 Hide Stories
@version 20240827.23.21
@namespace https://userstyles.world/user/chromiacat
@description Hide the Stories button.
@author chromiacat
@license GNU General Public License v3.0
==/UserStyle== */
@-moz-document domain("www.twitch.tv") {
.storiesLeftNavSection--csO9S, .hdoiLi{
display: none !important
}
}