So, I am one of those old school types who mains with Firefox and Noscript. And also a filthy casual that just goes on lemmy.world. But half the images are broken because I’m expected to allow scripts on like 30+ sites to see most of the posts. I’m literally expected to allow /all/ the scripts from a domain just so I can see a dang picture behind the thumbnail. That’s the entirety of the scripting needed. That seems ridiculous. Is there, I don’t know, a server/way that makes it so I don’t have to blanket allow all these scripts? To put it in meme form (not sure I’m doing it right, never seen the show): “It’s an image of a banana Michael, what should it take, one Raspberry Pi running Docker?”
[EDIT 6/1/25 - thanks to everyone who commented on this. Screenshots: https://lemmy.world/comment/17403335 ]
pictrs’s thumbnail parameter uses dumb raw pixel sampling – which leaves something to be desired… It has other sampling options implemented (with
resize
, according to the docs), but they don’t seem to accessible on my instance. You can removethumbnail=96
if you want to get the image without that thumbnail sampling, at least.I do this with my browser’s UI (ctrl-plus keyboard shortcut in FF-based browsers works for me).
[...document.querySelectorAll(".side")].forEach(sidebar => sidebar.remove())
You could also just adblock the element with class
side
.