What I really want is a way to tell Windows to open a different application for the file or URL type based on the application it comes from. I run a dedicated browser for work that proxies all its traffic across an SSH SOCKS proxy, and really just want clicks from Outlook and Teams to load in it, and everything else to load in Firefox.
Instead, I wrote a little thing myself[1] to make a distinction based on the pattern matching the URL. I took the chance to learn a bit more about Deno and deploying standalone apps, which I don't regret, since it was actually super easy, but I still wish I didn't have to. (Note: that utility isn't quite ready to be used easily, it needs to default the config file to a more standard location for the user to be easily useful as an filetype/URL target).
Instead, I wrote a little thing myself[1] to make a distinction based on the pattern matching the URL. I took the chance to learn a bit more about Deno and deploying standalone apps, which I don't regret, since it was actually super easy, but I still wish I didn't have to. (Note: that utility isn't quite ready to be used easily, it needs to default the config file to a more standard location for the user to be easily useful as an filetype/URL target).
1: https://github.com/kbenson/urlswitcher-deno