I have been messing around with the Brave browser (https://www.brave.com/), an I cannot figure out how to determine how if a user is using Brave. I used a simp
As of April 2020, you can use this detection method to get a boolean answer to whether the user is using Brave or not:
(navigator.brave && await navigator.brave.isBrave() || false)