Implement URL rewriter
It would be useful in some cases that a URL has to be rewritten based on search and replace (incl. RegExp) some strings in a URL and send it to a specific browser.
E.g.: Click on the URL http://system.xy.com will be rewritten to http://system.ab.com and then will be opened with Camino

-
Tony commented
Google prepends URLs with their tracking URL. Especially annoying with Zoom links since I can’t skip opening a browser tab to zoom before opening the meeting.
-
Joseph Hillenburg commented
I'll give you a great use for this: I use AmazonSmile (smile.amazon.com) to do all my purchases. I would like standard Amazon links to automatically open in Smile so that there's no chance my desired charity will lose out.
-
Paweł Barszcz commented
(I see my comment was not persisted, so once again, tl;dr now)
My case is to rewrite `https://` into `linear://` or `notion://` because I use those 2 services extensively. I use their desktop and those apps are registered to URL schemes. Without rewrite any links to them open in their web versions, where I am not signed in.
-
Robb Knight commented
I would like something like this but for different reasons. I was trying to work out the best way to strip UTM params from a url and Choosy is the one app that all links go through so being able to process a url before it's opened would solve this.
-
Josef Richter commented
coming back with this in 2020 :-) is this under consideration, please?
my use case is that same resource has different URL when accessed from intranet vs extranet
thank you
-
Anonymous commented
I get mail from a service that has public and private domain names. Unfortunately all the links use the private domain. This would help!
-
kbrock commented
One example would be to rewrite textmate: or tweeite: urls
Think this overlaps the mailto: feature as well