See title, is there any way to make lemmy not automatically blur the image thumbnails in posts marked as “NSFW”?
Hi,
From another post:
-
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; }
- 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 ;)
___
Workarounds are great, but this would be worthy of being an option in the native webui.
-