Skip to content

Instantly share code, notes, and snippets.

@wrr
Created October 30, 2019 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrr/9eae0759b4e2e8c4fd5dcb5f7dee6454 to your computer and use it in GitHub Desktop.
Save wrr/9eae0759b4e2e8c4fd5dcb5f7dee6454 to your computer and use it in GitHub Desktop.
Disable VR mode in Shapespark
<script>
navigator.getVRDisplays = undefined;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment