Use default browser in custom Apple Script?

I have the following simple Apple Script but I’d like the default browser to open the URL and not specifically Safari. I suspect this is fairly simple for the more knowledgeable of us. :wink: Any ideas?

Thanks!

Try something like this:

open location "http://www.google.com/"

See also: open location