browser detection Browser detection script. Example <html> <head> <script type="module"> import { detectBrowser } from "https://unpkg.com/@jsenv/browser-detection@latest/dist/esmodule/main.js" console.log(detectBrowser()) </script> </head> </html> See https://codepen.io/dmail/pen/OJyGYPP