Skip to content

Instantly share code, notes, and snippets.

@Fischaela
Created March 6, 2017 19:58
Show Gist options
  • Select an option

  • Save Fischaela/6b842d20f0be5ab515aed5198442ab9e to your computer and use it in GitHub Desktop.

Select an option

Save Fischaela/6b842d20f0be5ab515aed5198442ab9e to your computer and use it in GitHub Desktop.
Snippet to launch the Carmel Developer Preview from another browser
<!-- Launch Carmel Developer Preview using standard links, replace http://ocul.us/experience with your URL -->
<a href="ovrweb:http://ocul.us/experience">
Navigate to an HTTP experience
</a>
<a href="ovrweb:https://ocul.us/experience">
Navigate to an HTTPS experience
</a>
<script>
// You can also navigate programmatically from script
function onClick() {
// Replace http://ocul.us/experience with your URL
window.location.href = "ovrweb:http://ocul.us/experience";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment