1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Merge branch 'QupZilla' of git://github.com/yconoclast/bowser into yconoclast-QupZilla

# Conflicts:
#	README.md
#	src/useragents.js
This commit is contained in:
Denis Demchenko
2016-04-15 00:01:11 +03:00
3 changed files with 24 additions and 0 deletions

View File

@@ -184,6 +184,13 @@
, version: getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i) || versionIdentifier
};
}
else if (/qupzilla/i.test(ua)) {
result = {
name: 'QupZilla'
, qupzilla: t
, version: getFirstMatch(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i) || versionIdentifier
}
}
else if (/safari/i.test(ua)) {
result = {
name: 'Safari'