• 0 posts
  • 4 comments
Joined 8 months ago
Cake day: November 12th, 2025
  • You can even achieve the behavior OP wants with URLCheck. You can add an automation that checks the link against a regex and opens it in a specific app, bypassing the browser selection pop-up. You can copy the Wikipedia example from this repo and replace the app with your preferred browser. And if you set stop: true, you can add another automation below to catch the rest of the urls and set a default browser. So you never have to see the browser selection pop-up if you don’t want to.