Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created October 11, 2021 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charisTheo/4981233128637fabec0121e90778aef8 to your computer and use it in GitHub Desktop.
Save charisTheo/4981233128637fabec0121e90778aef8 to your computer and use it in GitHub Desktop.
const isSafari = () => navigator.vendor.match(/apple/i) &&
!navigator.userAgent.match(/crios/i) &&
!navigator.userAgent.match(/fxios/i) &&
!navigator.userAgent.match(/Opera|OPT\//);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment