this post was submitted on 12 Jun 2023
15 points (100.0% liked)

Lemmy Support

4710 readers
40 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

See title, is there any way to make lemmy not automatically blur the image thumbnails in posts marked as "NSFW"?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 years ago* (last edited 2 years ago)

Hi,

From another post:

  1. Install the Stylus addon for whatever browser your using. I'm using Firefox: https://addons.mozilla.org/en-US/firefox/addon/styl-us/

Then open the site ie in your browser. https:///lemmynsfw.com

In Firefox click on the menu bar and click the puzzle piece(Extensions) and click the stylus extension. This will pop up a small window. At the bottom of the popup next to the U, you will see the url: lemmynsfw.com/this url

Click on that and paste the following code:

.img-blur {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
}

  1. In the left had panel now click save and you should be able to see thumbs without having to click.

If your using an app to view lemmys, like Jerboa then the feature request has been submitted to the developer already I think.

Thanks to OP @lemmynsfw.com/u/___

-edit sorry bout the text formatting ;)___