Feature request: GitHub URL normalization

Posted under Bugs & Features

I was uploading some official art someone saved on GitHub and noticed the URLs for the main page and the image link are very similar. For example, I used the link to the GitHub page as the source for post #9622877:

https://github.com/HaiKonofanDesu/konofan-assets-jp-sortet/blob/main/Assets/AddressableAssetsStore/UnityAssets/OutGame/MemberCardFull/MemberCardFull_1033137/1033137.png

And this is the direct image link:

https://raw.githubusercontent.com/HaiKonofanDesu/konofan-assets-jp-sortet/refs/heads/main/Assets/AddressableAssetsStore/UnityAssets/OutGame/MemberCardFull/MemberCardFull_1033137/1033137.png

It seems like it would be easy enough to normalize direct image links to the GitHub page simply by replacing the bold parts in the URL. That same relationship could also be used to fetch the image if someone inputs the page URL in the upload page. Can we implement such a feature?

1