Description of problem: Clicking the 'Open in skynet' button results in the browser being directed to a URL that doesn't include the protocol. I don't know about other browsers but in Firefox this results in the error: The address wasn't understood Firefox doesn't know how to open this address, because the protocol (skynet....) isn't associated with any program. You might need to install other software to open this address.
I did notice the skyneturl key in the URL does include the http://, it's just not used in whatever code does the onClick.
Fixed this - I was stripping it off elsewhere, and forgot to manually add it when constructing the link.