<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 26 Jan 2018, at 11:07, Paul Sture wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #136BCE; color:#136BCE; margin:0 0 5px; padding-left:5px"><p dir="auto">I get regular email newsletters containing containing URLs from various sources.  Some of the websites work better in Firefox (my default browser), others work better in Safari.<br>
<br>
It would be really convenient to be able to right click and select "Launch in Safari" rather than right clicking, selecting Copy, then switching to a Safari window, clicking in the URL bar, then pasting and hitting Return.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">You could create a „service“ for each of your required browsers like described for Chrome here:</p>

<p dir="auto"><a href="https://discussions.apple.com/thread/7937074">https://discussions.apple.com/thread/7937074</a></p>

<p dir="auto">The shell script for Safari would be:</p>

<p dir="auto">open "$1 -a /Applications\Safari.app"</p>

<p dir="auto">Regards<br>
Thomas</p>
</div>
</div>
</body>
</html>