An alternative frontend for Imgur. Based on rimgu and rewritten in Go.
It's read-only and works without JavaScript. Images and albums can be viewed without wasting resources from downloading and running tracking scripts. No sign-up nags.
Try it!
Features
- URL-compatible with i.imgur.com - just replace the domain in the URL
- Images and videos (gifv, mp4)
- Albums
- Streaming
- Pretty CSS styling (responsive!)
- Logo
Usage
Just replace imgur.com or i.imgur.com with {{domain}}
! You can setup automatic redirects using LibRedirect (recommended) or Redirector.
{{#if force_webp}}
To download images as their original filetype, add ?no_webp=1
to the end of the image URL.
Redirector configuration
- Description: Imgur -> rimgo
- Example URL: https://imgur.com/a/H8M4rcp
- Include pattern:
^https?://i?.?imgur.com(/.*)?$
- Redirect to:
{{proto}}://{{domain}}$1
- Pattern type: Regular Expression