SkillAgentSearch skills...

Ua.js

A very small user-agent (browser) and device detection library.

Install / Use

/learn @g13n/Ua.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

UA.js

ua.js is a very small library to detect user-agents (browsers) and devices. The library has methods to detect specific browsers (major ones) and also support for detecting class of browsers (like Gecko, WebKit, etc.)

Usage

if (UA.isOpera()) {
    // Opera browser
}
if (UA.isTV()) {
    // I'm running on a TV!
}

Related Skills

View on GitHub
GitHub Stars96
CategoryDevelopment
Updated3mo ago
Forks19

Languages

JavaScript

Security Score

95/100

Audited on Jan 5, 2026

No findings