CINXE.COM
WhichBrowser | Which browser are you using?
<!doctype html> <html> <head> <meta charset="utf-8"> <title>WhichBrowser | Which browser are you using?</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href='/index.css' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Raleway:600,300' rel='stylesheet' type='text/css'> </head> <body> <header> <nav> <h1> <picture width='280' height='42'> <source type='image/svg+xml' srcset='/assets/whichbrowser.svg'> <img src="/assets/whichbrowser.png" srcset="/assets/whichbrowser@2x.png 2x" width='280' height='42' alt="Whichbrowser"> </picture> </h1> <ul class='external'> <li><a href='/'>Home</a></li> <li><a href='/tryout/'>Try it yourself</a></li> <li class='selected'><a href='/data/index.html'>Open data</a></li> <li><a href='https://github.com/WhichBrowser/WhichBrowser'>Download at Github</a></li> </ul> <ul class='main'> <li class='selected'><a href='/data/index.html'>About</a></li> <li><a href='/data/profiles/index.html'>UA Profiles</a></li> <li><a href='/data/useragents/index.html'>Useragents</a></li> <li><a href='/data/identifiers/index.html'>Device Ids</a></li> <li><a href='/data/browserids/index.html'>Browser Ids</a></li> </ul> <hr> </nav> </header> <main> <p> During the last couple of years we've collected a lot of data about browsers and devices and use that data to constantly improve the accuracy of WhichBrowser. Some of that data may also be useful for others and because of that we've decided to make it freely available - for anybody to improve other browser detection libraries or however else you would like to use it. </p> <p> For now the data is limited to mobile devices - phones and tablets - but in the future I plan on releasing more data, including feature support data from <a href='http://html5test.com'>html5test.com</a>. </p> </main> </body> </html>