subdavis / Tusk

🐘 🔒 KeePass-compatible browser extension for filling passwords.
https://subdavis.com/Tusk
Other
468 stars 72 forks source link

Detect Vivaldi with a user agent #313

Closed tani closed 5 years ago

tani commented 5 years ago

This pull request closes issue #130 . Tusk calls window.navigator.userAgent to test that this browser is Vivaldi or not. Since I don't know which APIs I should use to test like #300 , I choose window.navigator.userAgent .

Cheers 🍻