@stq66 Hier hat es jemand gelöst mit einem „BetterTouchTool“-Browser. Mit dem kann man darauf reagieren wenn ein Link geklickt wurde und bestimmte Links dann zu einer App umleiten - hier im Bespiel zu Mona (die auf „mona://„-Links hört)
https://talk.automators.fm/t/detecting-mastodon-links-with-bettertouchtool/17556/4
Dort ist auch ein Link zu einem GitHub Beitrag mit dem Wunsch
Just an update, I finally figured out a way to do this using BetterTouchTool as my default browser. I have two “Did Open URL” automation triggers setup looking for different wildcard URL patterns. The first one is looks for profile url and the second looks for post urls. Profile URL Wildcard Pattern: *://*.*/@* Post URL Wildcard Pattern: *://*.*/@*/[0-9]* If a URL matches either pattern it runs a javascript using the “Run Real Javascript” action that replaces “http” and https" with “m...