1
0
mirror of https://github.com/lancedikson/bowser synced 2025-12-04 21:52:14 +00:00
This commit is contained in:
naorpeled 2025-11-22 18:00:47 +02:00
parent a7d7d4b7d3
commit 9a18fb86bb

View File

@ -104,7 +104,7 @@ const browsersList = [
name: 'Omgilibot',
};
const version = Utils.getFirstMatch(/(?:omgilibot|webzio-extended)\/(\d+(\.\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua);
if (version) {
browser.version = version;
}