Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save DevShahidul/5ee4c22671072aecdff1e499d7058955 to your computer and use it in GitHub Desktop.

Select an option

Save DevShahidul/5ee4c22671072aecdff1e499d7058955 to your computer and use it in GitHub Desktop.
if (navigator.userAgent.indexOf('Safari') != -1 &&
navigator.userAgent.indexOf('Chrome') == -1) {
$("body").addClass("safari");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment