Over the weekend i made a simple read-only frontend for Imgur in the spirit of Invidio.us and nitter

It doesn’t support gifs/videos yet but it does handle albums. It is open source under AGPLv3 https://git.voidnet.tech/kev/imgin and has 0 javascript. It has a configurable cache.

Here is an example gallery view https://imgin.voidnet.tech/gallery/9wkPUsZ

The reason i made it is because for me, at least on desktop Imgur craps out on Tor Browser even just for viewing. You can append /layout/blog to albums but that still requires JS. Imgur also has lots of trackers and junk by default.

I still need to add tests and clean up the code, so it may be buggy. The idea is that it would be eventually added to privacy redirect addon to auto-redirect imgur links.

It is pretty small Python code so if you want to help me you can reach out.