Tiny static page that turns an https:// link into an app deep link.
Some places — GitHub comments, Slack, Discord — strip links with custom URL
schemes such as myapp://…. Link to this page instead and it forwards to the
app:
https://brella.github.io/deep-link-redirect/?r=<url-encoded app link>
Example:
https://brella.github.io/deep-link-redirect/?r=brellaqa%3A%2F%2Fdeveloper%3Fchannel%3Dpr-3051
Inspired by intradeus/http-protocol-redirector (MIT).