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

  • @[email protected]
    link
    fedilink
    English
    2
    edit-2
    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 ;)___

    • @waiglOP
      link
      English
      7
      edit-2
      2 years ago

      I cannot find a setting like that…

      • @[email protected]
        link
        fedilink
        English
        52 years ago

        Oh you’re completely right I’m sorry. The setting choses wether to see nsfw at all or hide it completely.