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

  • @BottomlessHole
    link
    English
    1
    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 ;)___

    • @saboteur
      link
      English
      12 years ago

      Workarounds are great, but this would be worthy of being an option in the native webui.