Skip to content

YouTube no Avatars by 0ko

Imported from a private source

Mirrored from https://codeberg.org/0ko/UserStyles/raw/main/YouTube/NoAvatars/YouTubeNoAvatars.user.css

Screenshot of YouTube no Avatars

Details

Author0ko

LicenseMIT

Categoryyoutube

Created

Updated

Size685 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes YouTube UI less noisy by removing some avatars.

Notes

Removes avatars from video previews, comments and community posts to make them less noisy. This style doesn't affect some avatars, so the UI doesn't look too weird.


Changelog · License · Feedback

Source code

/* ==UserStyle==
@name          YouTube no Avatars
@author        0ko (https://userstyles.world/~0ko)
@description   Removes avatars from video previews, comments and community posts to make them less noisy. This style doesn't affect some avatars, so the UI doesn't look too weird.
@version       1.0.1
@license       MIT
@preprocessor  stylus

@namespace     0ko userstyles
@homepageURL   https://codeberg.org/0ko/UserStyles
@supportURL    https://codeberg.org/0ko/UserStyles/issues

==/UserStyle== */

imp = !important

@-moz-document domain("youtube.com")

	#author-thumbnail
	#details #avatar-link
		display: none imp

	ytd-comment-replies-renderer
		margin-left: 32px /* 56-24 */

Reviews

No reviews yet.