SSL Labs now lists all user agents it knows, not only the most recent versions. Over 100 client capabilities listed. dev.ssllabs.com/ssltest/clie…
2
39
39
@ivanristic Nice! Can I request you color the backgrounds? Makes it easier to parse and compare (see my example).
1
@bilcorry Sure, but the task is going to my todo pile :)
1
@ivanristic Here's a three-line JS to do it: $(".e,.w,.h").css('color','white');
1
@ivanristic $(".h").parent().css('background-color','green'); $(".e,.w").parent().css('background-color','red');
1
@ivanristic well, JS using jQuery (which you're using)...

Jan 20, 2016 · 3:54 PM UTC