Skip to content

Instantly share code, notes, and snippets.

@toddfreese
Created January 30, 2012 22:01
Show Gist options
  • Select an option

  • Save toddfreese/1707064 to your computer and use it in GitHub Desktop.

Select an option

Save toddfreese/1707064 to your computer and use it in GitHub Desktop.
if (typeof navigator !== "undefined") {
if ((/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)))
isFirefox = true;
isWinSafari = navigator.userAgent.indexOf("Windows") > 0 && navigator.userAgent.indexOf("AppleWebKit") > 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment