Skip to content

Hide comments profile pictures by DarkionAvey

Screenshot of Hide comments profile pictures

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

Hide comments profile pictures

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
    }
   
}

Reviews

No reviews yet.