Appearance
Redirection
Extensions
- LibRedirect is a browser extension that can redirect Imgur and other services to alternative frontends.
- Redirector is another extension for redirects, requires more setup (see below).
- GreaseMonkey script
Redirector configuration
- Description: Imgur -> rimgo
- Example URL:
https://imgur.com/a/H8M4rcp
- Include pattern:
^https?://i?.?imgur.com(/.*)?$
- Redirect to:
https://rimgo.example.com$1
- Pattern type: Regular Expression
- Advanced options:
- Apply to:
- [x] Main window (address bar)
- [x] Images
- Apply to:
For Stack Overflow images:
- Description: Stack Overflow Imgur -> rimgo
- Example URL:
https://i.stack.imgur.com/BTKqD.png?s=128&g=1
- Include pattern:
^https?://i\.stack\.imgur\.com(/.*)?$
- Redirect to:
https://rimgo.example.com/stack$1
- Pattern type: Regular Expression
- Advanced options:
- Apply to:
- [x] Images
- Apply to:
Instance page
rimgo.codeberg.page is available as a list of instances. Replacing [i.]imgur.com or an instance domain with rimgo.codeberg.page
and adding #/
after the first slash will let you use the instance selection page.
Example: https://imgur.com/a/H8M4rcp
-> https://rimgo.codeberg.page/#/a/H8M4rcp
JavaScript is used to perform client side redirection for better privacy and performance. Using #/
protects URL paths and never sends them to Codeberg Pages.