You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Open the developer tools (F12 or shift + option + i)
Force reload the page (shift + cmd + R or shift + ctrl + R)
Inspect the network tab for the brave.com resource
Under request headers, you should see the user agent (Brave being the important part):
"user-agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/59.0.3071.115 Safari/537.36"
Original issue description
request per @too4words:
Instead of prompting user with "Download Brave" we may instead show "Thank you for using Brave"
In order to do this, we'd need a way to detect the browser is Brave (via user agent string)
The text was updated successfully, but these errors were encountered:
Test plan
Steps to test manually (I ran and verified it works fine)
brave.com
resourceBrave
being the important part):"user-agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/59.0.3071.115 Safari/537.36"
Original issue description
request per @too4words:
Instead of prompting user with "Download Brave" we may instead show "Thank you for using Brave"
In order to do this, we'd need a way to detect the browser is Brave (via user agent string)
The text was updated successfully, but these errors were encountered: