Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created April 24, 2017 19:14
Show Gist options
  • Save Farmatique/61ee6adeacda1f4d4ce60cca1dab0b2f to your computer and use it in GitHub Desktop.
Save Farmatique/61ee6adeacda1f4d4ce60cca1dab0b2f to your computer and use it in GitHub Desktop.
MAC os detector
var isMac = navigator.platform.toUpperCase().indexOf('MAC')>=0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment