const ua = navigator.userAgent.toLowerCase(); const isNS2 = /natural selection 2/.test(ua); console.log(ua)