Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created September 28, 2016 11:18
Show Gist options
  • Save Farmatique/59efa508ea41d36e158f872b8e783886 to your computer and use it in GitHub Desktop.
Save Farmatique/59efa508ea41d36e158f872b8e783886 to your computer and use it in GitHub Desktop.
Safari detector
if (navigator.userAgent.search("Safari") >= 0 && navigator.userAgent.search("Chrome") < 0)
{
alert("Browser is Safari");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment