Hide comments profile pictures
Hide comments profile pictures by DarkionAvey

Details
AuthorDarkionAvey
LicenseNo License
Categoryyoutube.com
Created
Updated
Code size317 B
Code checksuma8721bc3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Hide the profile pictures of commenters. This is useful to hide the porno profile pictures of bots
Source code
/* ==UserStyle==
@name youtube.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide comments profile pictures
@author DarkionAvey
==/UserStyle== */
@-moz-document domain("youtube.com") {
#author-thumbnail-button{
visibility: collapse
}
}