Skip to content

Instantly share code, notes, and snippets.

@GalloDaSballo
Created January 14, 2021 16:22
Show Gist options
  • Select an option

  • Save GalloDaSballo/85769c0f98a5be8ac855b849bddcf56f to your computer and use it in GitHub Desktop.

Select an option

Save GalloDaSballo/85769c0f98a5be8ac855b849bddcf56f to your computer and use it in GitHub Desktop.
const string = window.navigator.userAgent;
const isFirefox = string.includes("Firefox/")
const isBrave =
string.includes("Chrome/") &&
string.includes("Safari/") &&
!isFirefox;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment