web-feature: User agent sniffing

baseline logo Widely available

The navigator.userAgent property is the user agent string for the current browser. Selectively showing content based on the user agent string is unreliable. Consider using feature detection instead.