Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

91
Another request for the "Hide images for NSFW/18+ content" option to extend to user profile thumbnails
Post Body

Admins, this has been an issue for years that has been asked about multiple times.

I really don't want to see porn when I'm checking a user for spam or whatever else. Just a "NSFW" instead of someone's asshole or whatever please.

Open up someone's profile because they asked me to approve their cute kitten post and bam, there's closeup of someone's junk. I'd like to look at them on my own terms, please. Thank you

https://i.imgur.com/MZRvNaI.png

Comments

I've also been asking for more control over displayed content for ages; waiting around for the admins to implement important safety and sanity features is in my experience usually a lost cause, but if you're in search of a work around, here's the CSS I use so I can (more) safely browse mod pages on my phone when out in public. This of course only works on Old Reddit.

You'll need a browser extension to use these, like Stylish, or I think RES or Toolbox or something allows customizing CSS too (though I don't remember for sure).

Simplified version to only blur NSFW images on user profile pages:

body.profile-page .link[data-nsfw="true"] .thumbnail img {
    filter: blur(5px);
}

For anyone who has a need to see the NSFW thumbnails, this version will show them on hover; it'll also show all of them if the page URL ends in #siteTable (I have a toolbar button to add this, and some bookmarked that way):

#siteTable:not(:target) .link[data-nsfw="true"] .thumbnail img:not(:hover) {
    filter: blur(5px);
}
Author
User Suspended
Account Strength
0%
Suspended 1 year ago
Account Age
12 years
Verified Email
Yes
Verified Flair
No
Total Karma
3,857
Link Karma
136,885
Comment Karma
73,634
Profile updated: 1 week ago
💡 Expert Helper

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
1 year ago