Skip to content

Instantly share code, notes, and snippets.

@eivindingebrigtsen
Created September 15, 2011 18:15
Show Gist options
  • Save eivindingebrigtsen/1220028 to your computer and use it in GitHub Desktop.
Save eivindingebrigtsen/1220028 to your computer and use it in GitHub Desktop.
{
"id": "Safari5",
"ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1",
"device": "computer",
"touch": false
}, {
"id": "Firefox4",
"ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1",
"device": "computer",
"touch": false
}, {
"id": "Firefox4",
"ua": "Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1",
"device": "computer",
"touch": false
}, {
"id": "Chrome10",
"ua": "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.618.0 Safari/534.16",
"device": "computer",
"touch": false
}, {
"id": "Chrome11",
"ua": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24",
"device": "computer",
"touch": false
}, {
"id": "Opera11",
"ua": "Opera/9.80 (Macintosh; Intel Mac OS X 10.6.7; U; en) Presto/2.8.131 Version/11.10",
"device": "computer",
"touch": false
}, {
"id": "Opera11",
"ua": "Opera/9.80 (Windows NT 5.1; U; nb) Presto/2.8.131 Version/11.10",
"device": "computer",
"touch": false
}, {
"id": "MSIE9",
"ua": "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)",
"device": "computer",
"touch": false
}, {
"id": "MSIE8",
"ua": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET4.0C; .NET4.0E)",
"device": "computer",
"touch": false
}, {
"id": "MSIE7",
"ua": "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET4.0C; .NET4.0E)",
"device": "computer",
"touch": false
}, {
"id": "MSIE6",
"ua": "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET4.0C; .NET4.0E)",
"device": "computer",
"touch": false
}, {
"id": "Safari4",
"ua": "Mozilla/5.0 (iPhone; U; XXXXX like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/241 Safari/419.3",
"device": "mobile",
"touch": true // only due to this test will fail with modernizr
}, {
"id": "Safari4",
"ua": "Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10",
"device": "tablet",
"touch": true // only due to this test will fail with modernizr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment