Improve redirector configuration

This commit is contained in:
video-prize-ranch
2022-11-18 11:57:21 -05:00
parent b8c2f453e5
commit 10289cde51
2 changed files with 25 additions and 0 deletions

View File

@@ -120,6 +120,20 @@ You can use the [Redirector](https://github.com/einaregilsson/Redirector) extens
* 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
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
## Install
rimgo can run on any platform Go compiles on.