Skip to content

Hide New Viewer Count (Mod View) by alcadesign

Screenshot of Hide New Viewer Count (Mod View)

Details

Authoralcadesign

LicenseISC

CategoryTwitch.tv

Created

Updated

Size523 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Blurs the viewer count in Twitch's Mod View, a recently added number that cannot be hidden natively. Click-and-hold to unblur the value temporarily.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide New Viewer Count (Mod View)
@version      20240907.05.37
@namespace    https://userstyles.world/user/Alca
@description  Blurs the viewer count in Twitch's Mod View, a recently added number that cannot be hidden natively.
@author       Alca
@license      ISC
==/UserStyle== */

@-moz-document url-prefix("https://www.twitch.tv/moderator/") {
div[data-a-target="channel-viewers-count"] {
	filter: blur(8px);
	transition: 100ms filter;
	
	&:active {
		filter: none;
	}
}
}

Reviews

No reviews yet.