Skip to content

Instantly share code, notes, and snippets.

@romeoh
Created October 11, 2012 01:40
Show Gist options
  • Save romeoh/3869629 to your computer and use it in GitHub Desktop.
Save romeoh/3869629 to your computer and use it in GitHub Desktop.
check browser
if((/chrome/gi).test(navigator.userAgent)){
console.log("chrome")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment