well, this would be the super simple workaround for having hotlinks open in the default browser:
Code:
on ^*:hotlink:*:*:{ }
on *:hotlink:*:*:{ if ((:// isin $1) || (www. isin $1)) { run $1- } }