Get started with bowser CDN
MIT licensed
Bowser library identifies browser and version for user agent detection.
Tags:- browser
- useragent
- user-agent
- parser
- ua
- detection
- ender
- sniff
Stable version
Copied!
How to start using bowser CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with bowser CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/bowser/2.11.0/bundled.js"></script>
<script>
window.onload = function() {
const browser = new Bowser();
const userAgent = browser.getUserAgent();
const browserName = browser.getBrowserName();
const browserVersion = browser.getVersion();
console.log(`User Agent: ${userAgent}`);
console.log(`Browser Name: ${browserName}`);
console.log(`Browser Version: ${browserVersion}`);
};
</script>
</head>
<body>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.0.1
0.0.2
0.0.3
0.0.4
0.0.5
0.0.6
0.0.7
0.0.8
0.0.9
0.1.0
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.3.4
0.3.5
0.3.6
0.3.7
0.3.8
0.3.9
0.4.0
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
0.7.3
1.0.0
1.1.0
1.1.1
1.2.0
1.3.0
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.4.5
1.4.6
1.5.0
1.6.0
1.6.1
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
1.9.2
1.9.3
1.9.4
2.0.0
2.0.0-alpha.1
2.0.0-alpha.2
2.0.0-alpha.3
2.0.0-alpha.4
2.0.0-beta.1
2.0.0-beta.2
2.0.0-beta.3
2.1.0
2.1.1
2.1.2
2.10.0
*** 2.11.0
2.2.0
2.2.1
2.3.0
2.4.0
2.5.0
2.5.1
2.5.2
2.5.3
2.5.4
2.6.0
2.6.1
2.7.0
2.8.0
2.8.1
2.9.0