Removes some of the cruft from Twitch.
Twitch, but Usable by judah-caruso
Details
Authorjudah-caruso
LicenseNo License
Categorytwitch, userstyles
Created
Updated
Size1.4 kB
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, but Usable
@version 20210820.00.32
@namespace userstyles.world/user/judah-caruso
@description Removes some of the cruft from Twitch.
@author judah-caruso
@license No License
==/UserStyle== */
@-moz-document domain("twitch.tv") {
a[data-a-target="preview-card-image-link"] p,
a[data-a-target="tw-box-art-card-link"] + div p
{ display: none; }
p[data-a-target="animated-channel-viewers-count"]
{ display: none; }
div[data-a-target="side-nav-card-metadata"] + div span
{ display: none; }
div[data-a-target="side-nav-card-metadata"] + div div:nth-child(1)
{ float: left; }
div[data-a-target="side-nav-card-metadata"] + div div:nth-child(1):after
{
content: "Live";
color: var(--color-text-alt) !important;
}
div[data-test-selector="featured-item-video"] div div:nth-child(2) p
{ display: none; }
p[data-test-selector="offline-followed-channel-tooltip-text"]
{ display: none; }
div[aria-label="Recommended Channels"]
{ display: none !important; }
div[data-test-selector="tag-search-wrapper-selector"] + div
{ display: none !important; }
label[for="browse-header-filter-by"]
{ margin-left: 0.5rem; }
div[data-test-selector="directory-banner-image"] + div p
{ display: none; }
div[class*="top-nav__prime"]
{ display: none; }
/* On-page follower count */
div[data-a-target="about-panel"] div div:nth-of-type(1) div:nth-child(2)
{ display: none !important; }
}