device_detector 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +3 -0
  3. data/README.md +4 -4
  4. data/Rakefile +1 -0
  5. data/lib/device_detector/device.rb +5 -2
  6. data/lib/device_detector/version.rb +1 -1
  7. data/regexes/bots.yml +57 -3
  8. data/regexes/client/browsers.yml +22 -3
  9. data/regexes/client/libraries.yml +5 -0
  10. data/regexes/client/mobile_apps.yml +46 -0
  11. data/regexes/device/mobiles.yml +3414 -875
  12. data/regexes/device/notebooks.yml +114 -0
  13. data/regexes/device/televisions.yml +15 -1
  14. data/regexes/oss.yml +23 -28
  15. data/spec/device_detector/detector_fixtures_spec.rb +30 -35
  16. data/spec/fixtures/client/browser.yml +67 -40
  17. data/spec/fixtures/client/library.yml +6 -0
  18. data/spec/fixtures/client/mobile_app.yml +34 -1
  19. data/spec/fixtures/detector/bots.yml +88 -1
  20. data/spec/fixtures/detector/desktop.yml +1341 -347
  21. data/spec/fixtures/detector/mobile_apps.yml +85 -0
  22. data/spec/fixtures/detector/phablet.yml +1282 -122
  23. data/spec/fixtures/detector/portable_media_player.yml +40 -0
  24. data/spec/fixtures/detector/smartphone-1.yml +3512 -3533
  25. data/spec/fixtures/detector/smartphone-10.yml +3959 -3963
  26. data/spec/fixtures/detector/smartphone-11.yml +4089 -3965
  27. data/spec/fixtures/detector/smartphone-12.yml +4029 -4038
  28. data/spec/fixtures/detector/smartphone-13.yml +3792 -3800
  29. data/spec/fixtures/detector/smartphone-14.yml +8236 -963
  30. data/spec/fixtures/detector/smartphone-15.yml +6595 -0
  31. data/spec/fixtures/detector/smartphone-16.yml +10021 -0
  32. data/spec/fixtures/detector/smartphone-17.yml +9408 -0
  33. data/spec/fixtures/detector/smartphone-2.yml +3454 -3457
  34. data/spec/fixtures/detector/smartphone-3.yml +3873 -3869
  35. data/spec/fixtures/detector/smartphone-4.yml +4276 -4260
  36. data/spec/fixtures/detector/smartphone-5.yml +3581 -3558
  37. data/spec/fixtures/detector/smartphone-6.yml +3938 -3786
  38. data/spec/fixtures/detector/smartphone-7.yml +4044 -3968
  39. data/spec/fixtures/detector/smartphone-8.yml +4901 -4935
  40. data/spec/fixtures/detector/smartphone-9.yml +4255 -4274
  41. data/spec/fixtures/detector/smartphone.yml +3431 -3424
  42. data/spec/fixtures/detector/tablet-1.yml +3815 -3815
  43. data/spec/fixtures/detector/tablet-2.yml +3742 -3736
  44. data/spec/fixtures/detector/tablet-3.yml +3836 -3827
  45. data/spec/fixtures/detector/tablet-4.yml +2592 -7
  46. data/spec/fixtures/detector/tablet.yml +466 -466
  47. data/spec/fixtures/detector/tv.yml +401 -1
  48. data/spec/fixtures/detector/unknown.yml +17 -21
  49. data/spec/fixtures/device/notebook.yml +7 -0
  50. data/spec/fixtures/parser/oss.yml +7 -0
  51. metadata +11 -2
@@ -191,3 +191,9 @@
191
191
  type: library
192
192
  name: Node Fetch
193
193
  version: '1.0'
194
+ -
195
+ user_agent: 'ReactorNetty/0.9.10.RELEASE'
196
+ client:
197
+ type: library
198
+ name: ReactorNetty
199
+ version: '0.9.10'
@@ -11,6 +11,12 @@
11
11
  type: mobile app
12
12
  name: WeChat
13
13
  version: "6.0.2.56.r958800.520"
14
+ -
15
+ user_agent: Mozilla/5.0 (iPad; CPU OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Mobile/15D100 AliApp(DingTalk/5.1.12) com.laiwang.DingTalk/13441885 Channel/201200 Pad/iPad language/zh-Hans-CN UT4Aplus/0.0.6 WK
16
+ client:
17
+ type: mobile app
18
+ name: DingTalk
19
+ version: 5.1.12
14
20
  -
15
21
  user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; ZTE U807N Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 Weibo (ZTE-ZTE U807N__weibo__5.0.0__android__android4.0.4)
16
22
  client:
@@ -214,4 +220,31 @@
214
220
  client:
215
221
  type: mobile app
216
222
  name: Snapchat
217
- version: 10.77.0.54
223
+ version: 10.77.0.54
224
+
225
+ -
226
+ user_agent: Siri/1 CFNetwork/1128.0.1 Darwin/19.6.0
227
+ client:
228
+ type: mobile app
229
+ name: Siri
230
+ version: "1.0"
231
+
232
+ -
233
+ user_agent: LinkedIn/9.7.1681 CFNetwork/808.1.4 Darwin/16.1.0
234
+ client:
235
+ type: mobile app
236
+ name: LinkedIn
237
+ version: "9.7.1681"
238
+
239
+ -
240
+ user_agent: Twitter/7.57 CFNetwork/978.0.7 Darwin/18.7.0
241
+ client:
242
+ type: mobile app
243
+ name: Twitter
244
+ version: "7.57"
245
+ -
246
+ user_agent: Mozilla/5.0 (Linux; Android 9; SM-G950F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.117 Mobile Safari/537.36 TwitterAndroid
247
+ client:
248
+ type: mobile app
249
+ name: Twitter
250
+ version: ""
@@ -2384,7 +2384,16 @@
2384
2384
  producer:
2385
2385
  name: SISTRIX GmbH
2386
2386
  url: http://www.sistrix.de
2387
- -
2387
+ -
2388
+ user_agent: Mozilla/5.0 (compatible; Optimizer)
2389
+ bot:
2390
+ name: SISTRIX Optimizer
2391
+ category: Crawler
2392
+ url: https://optimizer.sistrix.com
2393
+ producer:
2394
+ name: SISTRIX GmbH
2395
+ url: http://www.sistrix.de
2396
+ -
2388
2397
  user_agent: Mozilla/5.0 (compatible; SISTRIX Optimizer)
2389
2398
  bot:
2390
2399
  name: SISTRIX Optimizer
@@ -3724,3 +3733,81 @@
3724
3733
  name: theoldreader
3725
3734
  category: Feed Reader
3726
3735
  url: https://theoldreader.com
3736
+
3737
+ -
3738
+ user_agent: Seobility
3739
+ bot:
3740
+ name: Seobility
3741
+ category: Crawler
3742
+ url: 'https://www.seobility.net/en/faq/?category=crawling#!aboutourbot'
3743
+
3744
+ -
3745
+ user_agent: Vercelbot (+https://vercel.com)
3746
+ bot:
3747
+ name: Vercel Bot
3748
+ category: Service bot
3749
+ url: https://vercel.com
3750
+
3751
+ -
3752
+ user_agent: Grammarly/1.0 (http://www.grammarly.com)
3753
+ bot:
3754
+ name: Grammarly
3755
+ category: Service bot
3756
+ url: http://www.grammarly.com
3757
+
3758
+ -
3759
+ user_agent: Robozilla/1.0
3760
+ bot:
3761
+ name: Robozilla
3762
+ category: Crawler
3763
+
3764
+ -
3765
+ user_agent: Mozilla/5.0 (compatible; Domains Project/1.1.0; +https://domainsproject.org)
3766
+ bot:
3767
+ name: Domains Project
3768
+ category: Crawler
3769
+ url: https://domainsproject.org
3770
+
3771
+ -
3772
+ user_agent: Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://aspiegel.com/petalbot)
3773
+ bot:
3774
+ name: Petal Bot
3775
+ category: Crawler
3776
+ url: https://aspiegel.com/petalbot
3777
+
3778
+ -
3779
+ user_agent: SerendeputyBot/0.8.6 (http://serendeputy.com/about/serendeputy-bot)
3780
+ bot:
3781
+ name: Serendeputy Bot
3782
+ category: Crawler
3783
+ url: http://serendeputy.com/about/serendeputy-bot
3784
+
3785
+ -
3786
+ user_agent: ias-va/3.1 (+https://www.admantx.com/service-fetcher.html)
3787
+ bot:
3788
+ name: ADmantX Service Fetcher
3789
+ category: Service bot
3790
+ url: https://www.admantx.com/service-fetcher.html
3791
+
3792
+ -
3793
+ user_agent: Mozilla/5.0 (compatible) SemanticScholarBot (+https://www.semanticscholar.org/crawler)
3794
+ bot:
3795
+ name: Semantic Scholar Bot
3796
+ category: Crawler
3797
+ url: https://www.semanticscholar.org/crawler
3798
+
3799
+ -
3800
+ user_agent: Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)
3801
+ bot:
3802
+ name: Velen Public Web Crawler
3803
+ category: Crawler
3804
+ url: https://hunter.io/robot
3805
+
3806
+ -
3807
+ user_agent: Barkrowler/0.9 (+http://www.exensa.com/crawl)
3808
+ bot:
3809
+ name: Barkrowler
3810
+ category: Crawler
3811
+ url: http://www.exensa.com/crawl
3812
+
3813
+
@@ -129,7 +129,7 @@
129
129
  short_name: FF
130
130
  version: "4.0"
131
131
  engine: Gecko
132
- engine_version: ""
132
+ engine_version: "2.0"
133
133
  device:
134
134
  type: desktop
135
135
  brand: ""
@@ -189,7 +189,7 @@
189
189
  short_name: FF
190
190
  version: "3.0.6"
191
191
  engine: Gecko
192
- engine_version: ""
192
+ engine_version: "1.9.0.6"
193
193
  device:
194
194
  type: desktop
195
195
  brand: ""
@@ -209,7 +209,7 @@
209
209
  short_name: FF
210
210
  version: "3.6.13"
211
211
  engine: Gecko
212
- engine_version: ""
212
+ engine_version: "1.9.2.13"
213
213
  device:
214
214
  type: desktop
215
215
  brand: ""
@@ -309,7 +309,7 @@
309
309
  short_name: CK
310
310
  version: "1.0"
311
311
  engine: Gecko
312
- engine_version: ""
312
+ engine_version: "17.0"
313
313
  device:
314
314
  type: desktop
315
315
  brand: ""
@@ -329,13 +329,13 @@
329
329
  short_name: IW
330
330
  version: "3.0.6"
331
331
  engine: Gecko
332
- engine_version: ""
332
+ engine_version: "1.9.0.15"
333
333
  device:
334
334
  type: desktop
335
335
  brand: ""
336
336
  model: ""
337
337
  os_family: GNU/Linux
338
- browser_family: Unknown
338
+ browser_family: Firefox
339
339
  -
340
340
  user_agent: Mozilla/5.0 (X11; U; Linux sparc64; es-PY; rv:5.0) Gecko/20100101 IceCat/5.0 (like Firefox/5.0; Debian-6.0.1)
341
341
  os:
@@ -349,7 +349,7 @@
349
349
  short_name: I4
350
350
  version: "5.0"
351
351
  engine: Gecko
352
- engine_version: ""
352
+ engine_version: "5.0"
353
353
  device:
354
354
  type: desktop
355
355
  brand: ""
@@ -429,7 +429,7 @@
429
429
  short_name: FF
430
430
  version: "2.0.0.8"
431
431
  engine: Gecko
432
- engine_version: ""
432
+ engine_version: "1.8.1.8"
433
433
  device:
434
434
  type: desktop
435
435
  brand: ""
@@ -489,7 +489,7 @@
489
489
  short_name: FF
490
490
  version: "25.0"
491
491
  engine: Gecko
492
- engine_version: ""
492
+ engine_version: "25.0"
493
493
  device:
494
494
  type: desktop
495
495
  brand: ""
@@ -509,7 +509,7 @@
509
509
  short_name: GA
510
510
  version: "1.3.21"
511
511
  engine: Gecko
512
- engine_version: ""
512
+ engine_version: "1.7.12"
513
513
  device:
514
514
  type: desktop
515
515
  brand: ""
@@ -529,7 +529,7 @@
529
529
  short_name: KZ
530
530
  version: "0.5.4"
531
531
  engine: Gecko
532
- engine_version: ""
532
+ engine_version: "1.8.1.18"
533
533
  device:
534
534
  type: desktop
535
535
  brand: ""
@@ -583,7 +583,7 @@
583
583
  short_name: FF
584
584
  version: "3.0.7"
585
585
  engine: Gecko
586
- engine_version: ""
586
+ engine_version: "1.9.0.7"
587
587
  device:
588
588
  type: desktop
589
589
  brand: ""
@@ -603,7 +603,7 @@
603
603
  short_name: CK
604
604
  version: "1.0"
605
605
  engine: Gecko
606
- engine_version: ""
606
+ engine_version: "25.0"
607
607
  device:
608
608
  type: desktop
609
609
  brand: ""
@@ -623,7 +623,7 @@
623
623
  short_name: FF
624
624
  version: "3.0"
625
625
  engine: Gecko
626
- engine_version: ""
626
+ engine_version: "1.9"
627
627
  device:
628
628
  type: desktop
629
629
  brand: ""
@@ -663,7 +663,7 @@
663
663
  short_name: FF
664
664
  version: "3.5"
665
665
  engine: Gecko
666
- engine_version: ""
666
+ engine_version: "1.9.1"
667
667
  device:
668
668
  type: desktop
669
669
  brand: ""
@@ -671,7 +671,7 @@
671
671
  os_family: GNU/Linux
672
672
  browser_family: Firefox
673
673
  -
674
- user_agent: Mozilla/5.0 (X11; Linux x86_64; en; rv:2.0) Gecko/20100101 Firefox/4.0 Opera 11.64
674
+ user_agent: Mozilla/5.0 (X11; Linux x86_64; en; rv:2.0) Gecko/20100101 Firefox/4.0
675
675
  os:
676
676
  name: GNU/Linux
677
677
  short_name: LIN
@@ -683,7 +683,7 @@
683
683
  short_name: FF
684
684
  version: "4.0"
685
685
  engine: Gecko
686
- engine_version: ""
686
+ engine_version: "2.0"
687
687
  device:
688
688
  type: desktop
689
689
  brand: ""
@@ -703,13 +703,13 @@
703
703
  short_name: IW
704
704
  version: "17.0.10"
705
705
  engine: Gecko
706
- engine_version: ""
706
+ engine_version: "17.0"
707
707
  device:
708
708
  type: desktop
709
709
  brand: ""
710
710
  model: ""
711
711
  os_family: GNU/Linux
712
- browser_family: Unknown
712
+ browser_family: Firefox
713
713
  -
714
714
  user_agent: Mozilla/5.0 (X11; Linux x86_64) KHTML/4.8.5 (like Gecko) Mageia Konqueror/4.8
715
715
  os:
@@ -763,7 +763,7 @@
763
763
  short_name: MB
764
764
  version: "0.9.7"
765
765
  engine: Gecko
766
- engine_version: ""
766
+ engine_version: "1.9.2"
767
767
  device:
768
768
  type: desktop
769
769
  brand: ""
@@ -883,7 +883,7 @@
883
883
  short_name: PX
884
884
  version: "0.4"
885
885
  engine: Gecko
886
- engine_version: ""
886
+ engine_version: "1.2"
887
887
  device:
888
888
  type: desktop
889
889
  brand: ""
@@ -977,7 +977,7 @@
977
977
  short_name: SX
978
978
  version: "2.0"
979
979
  engine: Gecko
980
- engine_version: ""
980
+ engine_version: "1.8.1"
981
981
  device:
982
982
  type: desktop
983
983
  brand: ""
@@ -1014,7 +1014,7 @@
1014
1014
  short_name: FF
1015
1015
  version: "2.0.0.21"
1016
1016
  engine: Gecko
1017
- engine_version: ""
1017
+ engine_version: "1.8.1.21"
1018
1018
  device:
1019
1019
  type: desktop
1020
1020
  brand: ""
@@ -1108,7 +1108,7 @@
1108
1108
  short_name: FF
1109
1109
  version: "3.0.1"
1110
1110
  engine: Gecko
1111
- engine_version: ""
1111
+ engine_version: "1.9.0.1"
1112
1112
  device:
1113
1113
  type: desktop
1114
1114
  brand: ""
@@ -1128,7 +1128,7 @@
1128
1128
  short_name: FF
1129
1129
  version: "3.6.17"
1130
1130
  engine: Gecko
1131
- engine_version: ""
1131
+ engine_version: "1.9.2.17"
1132
1132
  device:
1133
1133
  type: desktop
1134
1134
  brand: ""
@@ -1148,7 +1148,7 @@
1148
1148
  short_name: FF
1149
1149
  version: "25.0.1"
1150
1150
  engine: Gecko
1151
- engine_version: ""
1151
+ engine_version: "2.0"
1152
1152
  device:
1153
1153
  type: desktop
1154
1154
  brand: ""
@@ -1188,7 +1188,7 @@
1188
1188
  short_name: FF
1189
1189
  version: "1.5.0.7"
1190
1190
  engine: Gecko
1191
- engine_version: ""
1191
+ engine_version: "1.8.0.7"
1192
1192
  device:
1193
1193
  type: desktop
1194
1194
  brand: ""
@@ -1228,7 +1228,7 @@
1228
1228
  short_name: FF
1229
1229
  version: "26.0"
1230
1230
  engine: Gecko
1231
- engine_version: ""
1231
+ engine_version: "26.0"
1232
1232
  device:
1233
1233
  type: desktop
1234
1234
  brand: ""
@@ -1248,7 +1248,7 @@
1248
1248
  short_name: FF
1249
1249
  version: "10.0.12"
1250
1250
  engine: Gecko
1251
- engine_version: ""
1251
+ engine_version: "10.0.12"
1252
1252
  device:
1253
1253
  type: desktop
1254
1254
  brand: ""
@@ -1373,7 +1373,7 @@
1373
1373
  short_name: FF
1374
1374
  version: "3.5.2"
1375
1375
  engine: Gecko
1376
- engine_version: ""
1376
+ engine_version: "1.9.1.2"
1377
1377
  device:
1378
1378
  type: desktop
1379
1379
  brand: ""
@@ -1393,7 +1393,7 @@
1393
1393
  short_name: FF
1394
1394
  version: "3.5.9"
1395
1395
  engine: Gecko
1396
- engine_version: ""
1396
+ engine_version: "1.9.1.9"
1397
1397
  device:
1398
1398
  type: desktop
1399
1399
  brand: ""
@@ -1475,7 +1475,7 @@
1475
1475
  short_name: FF
1476
1476
  version: "3.6.24"
1477
1477
  engine: Gecko
1478
- engine_version: ""
1478
+ engine_version: "1.9.2.24"
1479
1479
  device:
1480
1480
  type: desktop
1481
1481
  brand: ""
@@ -1575,7 +1575,7 @@
1575
1575
  short_name: FF
1576
1576
  version: "26.0"
1577
1577
  engine: Gecko
1578
- engine_version: ""
1578
+ engine_version: "26.0"
1579
1579
  device:
1580
1580
  type: desktop
1581
1581
  brand: ""
@@ -1612,7 +1612,7 @@
1612
1612
  short_name: FF
1613
1613
  version: "3.0.14"
1614
1614
  engine: Gecko
1615
- engine_version: ""
1615
+ engine_version: "1.9.0.14"
1616
1616
  device:
1617
1617
  type: desktop
1618
1618
  brand: ""
@@ -1632,7 +1632,7 @@
1632
1632
  short_name: FF
1633
1633
  version: "3.5.6"
1634
1634
  engine: Gecko
1635
- engine_version: ""
1635
+ engine_version: "1.9.1.6"
1636
1636
  device:
1637
1637
  type: desktop
1638
1638
  brand: ""
@@ -1652,7 +1652,7 @@
1652
1652
  short_name: FF
1653
1653
  version: "3.8"
1654
1654
  engine: Gecko
1655
- engine_version: ""
1655
+ engine_version: "1.9.0.2"
1656
1656
  device:
1657
1657
  type: desktop
1658
1658
  brand: ""
@@ -1929,7 +1929,7 @@
1929
1929
  short_name: FF
1930
1930
  version: "26.0"
1931
1931
  engine: Gecko
1932
- engine_version: ""
1932
+ engine_version: "26.0"
1933
1933
  device:
1934
1934
  type: desktop
1935
1935
  brand: ""
@@ -1949,7 +1949,7 @@
1949
1949
  short_name: FF
1950
1950
  version: "3.6.13"
1951
1951
  engine: Gecko
1952
- engine_version: ""
1952
+ engine_version: "1.9.2.13"
1953
1953
  device:
1954
1954
  type: desktop
1955
1955
  brand: ""
@@ -1969,7 +1969,7 @@
1969
1969
  short_name: FF
1970
1970
  version: "3.6.3"
1971
1971
  engine: Gecko
1972
- engine_version: ""
1972
+ engine_version: "1.9.2.3"
1973
1973
  device:
1974
1974
  type: desktop
1975
1975
  brand: ""
@@ -1989,7 +1989,7 @@
1989
1989
  short_name: FL
1990
1990
  version: "2.5.6"
1991
1991
  engine: Gecko
1992
- engine_version: ""
1992
+ engine_version: "1.9.0.16"
1993
1993
  device:
1994
1994
  type: desktop
1995
1995
  brand: ""
@@ -2009,7 +2009,7 @@
2009
2009
  short_name: ID
2010
2010
  version: "26.0.0.2"
2011
2011
  engine: Gecko
2012
- engine_version: ""
2012
+ engine_version: "26.0"
2013
2013
  device:
2014
2014
  type: desktop
2015
2015
  brand: ""
@@ -2497,7 +2497,7 @@
2497
2497
  short_name: CO
2498
2498
  version: "11.0"
2499
2499
  engine: Gecko
2500
- engine_version: ""
2500
+ engine_version: "11.0"
2501
2501
  device:
2502
2502
  type: desktop
2503
2503
  brand: ""
@@ -2517,7 +2517,7 @@
2517
2517
  short_name: FF
2518
2518
  version: "26.0"
2519
2519
  engine: Gecko
2520
- engine_version: ""
2520
+ engine_version: "26.0"
2521
2521
  device:
2522
2522
  type: desktop
2523
2523
  brand: ""
@@ -2537,7 +2537,7 @@
2537
2537
  short_name: ID
2538
2538
  version: "25.0.0.1"
2539
2539
  engine: Gecko
2540
- engine_version: ""
2540
+ engine_version: "25.0"
2541
2541
  device:
2542
2542
  type: desktop
2543
2543
  brand: ""
@@ -2597,7 +2597,7 @@
2597
2597
  short_name: PM
2598
2598
  version: "24.3.1"
2599
2599
  engine: Gecko
2600
- engine_version: ""
2600
+ engine_version: "24.0"
2601
2601
  device:
2602
2602
  type: desktop
2603
2603
  brand: ""
@@ -2694,7 +2694,7 @@
2694
2694
  short_name: FF
2695
2695
  version: "26.0"
2696
2696
  engine: Gecko
2697
- engine_version: ""
2697
+ engine_version: "26.0"
2698
2698
  device:
2699
2699
  type: desktop
2700
2700
  brand: ""
@@ -2785,7 +2785,7 @@
2785
2785
  short_name: FB
2786
2786
  version: "0.7"
2787
2787
  engine: Gecko
2788
- engine_version: ""
2788
+ engine_version: "1.5"
2789
2789
  device:
2790
2790
  type: desktop
2791
2791
  brand: ""
@@ -2825,7 +2825,7 @@
2825
2825
  short_name: FF
2826
2826
  version: "2.0.0.20"
2827
2827
  engine: Gecko
2828
- engine_version: ""
2828
+ engine_version: "1.8.1.20"
2829
2829
  device:
2830
2830
  type: desktop
2831
2831
  brand: ""
@@ -2965,7 +2965,7 @@
2965
2965
  short_name: FF
2966
2966
  version: "3.0"
2967
2967
  engine: Gecko
2968
- engine_version: ""
2968
+ engine_version: "1.9"
2969
2969
  device:
2970
2970
  type: desktop
2971
2971
  brand: ""
@@ -3025,7 +3025,7 @@
3025
3025
  short_name: FF
3026
3026
  version: "18.0"
3027
3027
  engine: Gecko
3028
- engine_version: ""
3028
+ engine_version: "18.0"
3029
3029
  device:
3030
3030
  type: desktop
3031
3031
  brand: ""
@@ -3045,7 +3045,7 @@
3045
3045
  short_name: FF
3046
3046
  version: "3.5.6"
3047
3047
  engine: Gecko
3048
- engine_version: ""
3048
+ engine_version: "1.9.1.6"
3049
3049
  device:
3050
3050
  type: desktop
3051
3051
  brand: ""
@@ -3353,7 +3353,7 @@
3353
3353
  short_name: FF
3354
3354
  version: "3.0.2"
3355
3355
  engine: Gecko
3356
- engine_version: ""
3356
+ engine_version: "1.9.0.2"
3357
3357
  device:
3358
3358
  type: desktop
3359
3359
  brand: ""
@@ -3373,7 +3373,7 @@
3373
3373
  short_name: FF
3374
3374
  version: "3.1"
3375
3375
  engine: Gecko
3376
- engine_version: ""
3376
+ engine_version: "1.9.1"
3377
3377
  device:
3378
3378
  type: desktop
3379
3379
  brand: ""
@@ -3613,7 +3613,7 @@
3613
3613
  short_name: KM
3614
3614
  version: "1.5.4"
3615
3615
  engine: Gecko
3616
- engine_version: ""
3616
+ engine_version: "1.8.1.24"
3617
3617
  device:
3618
3618
  type: desktop
3619
3619
  brand: ""
@@ -3633,7 +3633,7 @@
3633
3633
  short_name: KP
3634
3634
  version: "3.0"
3635
3635
  engine: Gecko
3636
- engine_version: ""
3636
+ engine_version: "1.9"
3637
3637
  device:
3638
3638
  type: desktop
3639
3639
  brand: ""
@@ -3877,6 +3877,40 @@
3877
3877
  model: ""
3878
3878
  os_family: Windows
3879
3879
  browser_family: Internet Explorer
3880
+ -
3881
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.14393.187; osmeta 8.3.40109042) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/8.3.40109042 Build/40109042 [FBAN/FBW;FBAV/65.0.0.44.139;FBBV/40161482;FBRV/0;FBDV/WindowsDevice;FBMD/Aspire E5-421G;FBSN/Windows;FBSV/10.0.14393.321;FBSS/1;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45]'
3882
+ os:
3883
+ name: Windows
3884
+ short_name: WIN
3885
+ version: "10"
3886
+ platform: ""
3887
+ client:
3888
+ type: mobile app
3889
+ name: Facebook
3890
+ version: "65.0.0.44.139"
3891
+ device:
3892
+ type: desktop
3893
+ brand: AC
3894
+ model: Aspire E5-421G
3895
+ os_family: Windows
3896
+ browser_family: Unknown
3897
+ -
3898
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.125; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/Z5WAL;FBSN/Windows;FBSV/10.0.16299.371;FBSS/1;FBCR/;FBID/desktop;FBLC/ru_RU;FBOP/45;FBRV/0]'
3899
+ os:
3900
+ name: Windows
3901
+ short_name: WIN
3902
+ version: "10"
3903
+ platform: ""
3904
+ client:
3905
+ type: mobile app
3906
+ name: Facebook
3907
+ version: "140.0.0.232.179"
3908
+ device:
3909
+ type: desktop
3910
+ brand: AC
3911
+ model: Aspire E5-511
3912
+ os_family: Windows
3913
+ browser_family: Unknown
3880
3914
  -
3881
3915
  user_agent: Mozilla/5.0 (Linux; Android 4.4.4; Aspire V5-121 Build/KTU84Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.89 Safari/537.36
3882
3916
  os:
@@ -3937,6 +3971,23 @@
3937
3971
  model: Chromebook R13
3938
3972
  os_family: Android
3939
3973
  browser_family: Android Browser
3974
+ -
3975
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.726; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/One S1003;FBSN/Windows;FBSV/10.0.17134.165;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
3976
+ os:
3977
+ name: Windows
3978
+ short_name: WIN
3979
+ version: "10"
3980
+ platform: ""
3981
+ client:
3982
+ type: mobile app
3983
+ name: Facebook
3984
+ version: "140.0.0.232.179"
3985
+ device:
3986
+ type: desktop
3987
+ brand: AC
3988
+ model: One 10
3989
+ os_family: Windows
3990
+ browser_family: Unknown
3940
3991
  -
3941
3992
  user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.98; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/Predator G9-793;FBSN/Windows;FBSV/10.0.16299.125;FBSS/1;FBCR/;FBID/desktop;FBLC/de_DE;FBOP/45;FBRV/0]'
3942
3993
  os:
@@ -4224,7 +4275,7 @@
4224
4275
  short_name: CA
4225
4276
  version: "2.1.2"
4226
4277
  engine: Gecko
4227
- engine_version: ""
4278
+ engine_version: "1.9.2.28"
4228
4279
  device:
4229
4280
  type: desktop
4230
4281
  brand: AP
@@ -4244,7 +4295,7 @@
4244
4295
  short_name: FF
4245
4296
  version: "3.5.6"
4246
4297
  engine: Gecko
4247
- engine_version: ""
4298
+ engine_version: "1.9.1.6"
4248
4299
  device:
4249
4300
  type: desktop
4250
4301
  brand: AP
@@ -4318,7 +4369,7 @@
4318
4369
  short_name: FF
4319
4370
  version: "26.0"
4320
4371
  engine: Gecko
4321
- engine_version: ""
4372
+ engine_version: "26.0"
4322
4373
  device:
4323
4374
  type: desktop
4324
4375
  brand: AP
@@ -4378,7 +4429,7 @@
4378
4429
  short_name: FF
4379
4430
  version: "26.0"
4380
4431
  engine: Gecko
4381
- engine_version: ""
4432
+ engine_version: "26.0"
4382
4433
  device:
4383
4434
  type: desktop
4384
4435
  brand: AP
@@ -4565,6 +4616,159 @@
4565
4616
  model: ""
4566
4617
  os_family: Windows
4567
4618
  browser_family: Internet Explorer
4619
+ -
4620
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.608; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/K50IN;FBSN/Windows;FBSV/10.0.15063.726;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4621
+ os:
4622
+ name: Windows
4623
+ short_name: WIN
4624
+ version: "10"
4625
+ platform: ""
4626
+ client:
4627
+ type: mobile app
4628
+ name: Facebook
4629
+ version: "140.0.0.205.179"
4630
+ device:
4631
+ type: desktop
4632
+ brand: AU
4633
+ model: K50IN
4634
+ os_family: Windows
4635
+ browser_family: Unknown
4636
+ -
4637
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.726; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/K54L;FBSN/Windows;FBSV/10.0.15063.726;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4638
+ os:
4639
+ name: Windows
4640
+ short_name: WIN
4641
+ version: "10"
4642
+ platform: ""
4643
+ client:
4644
+ type: mobile app
4645
+ name: Facebook
4646
+ version: "140.0.0.232.179"
4647
+ device:
4648
+ type: desktop
4649
+ brand: AU
4650
+ model: K54L
4651
+ os_family: Windows
4652
+ browser_family: Unknown
4653
+ -
4654
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.14393.1770; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/T100HAN;FBSN/Windows;FBSV/10.0.14393.1914;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4655
+ os:
4656
+ name: Windows
4657
+ short_name: WIN
4658
+ version: "10"
4659
+ platform: ""
4660
+ client:
4661
+ type: mobile app
4662
+ name: Facebook
4663
+ version: "140.0.0.205.179"
4664
+ device:
4665
+ type: desktop
4666
+ brand: AU
4667
+ model: Transformer Book
4668
+ os_family: Windows
4669
+ browser_family: Unknown
4670
+ -
4671
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.309; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/T103HAF;FBSN/Windows;FBSV/10.0.16299.309;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4672
+ os:
4673
+ name: Windows
4674
+ short_name: WIN
4675
+ version: "10"
4676
+ platform: ""
4677
+ client:
4678
+ type: mobile app
4679
+ name: Facebook
4680
+ version: "140.0.0.232.179"
4681
+ device:
4682
+ type: desktop
4683
+ brand: AU
4684
+ model: Transformer Mini
4685
+ os_family: Windows
4686
+ browser_family: Unknown
4687
+ -
4688
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.674; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/X550LB;FBSN/Windows;FBSV/10.0.16299.64;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4689
+ os:
4690
+ name: Windows
4691
+ short_name: WIN
4692
+ version: "10"
4693
+ platform: ""
4694
+ client:
4695
+ type: mobile app
4696
+ name: Facebook
4697
+ version: "140.0.0.205.179"
4698
+ device:
4699
+ type: desktop
4700
+ brand: AU
4701
+ model: X550LB
4702
+ os_family: Windows
4703
+ browser_family: Unknown
4704
+ -
4705
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.14393.693; osmeta 8.3.47029472) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/8.3.47029472 Build/47029472 [FBAN/FBW;FBAV/75.0.0.50.22;FBBV/47052341;FBRV/0;FBDV/WindowsDevice;FBMD/X553MA;FBSN/Windows;FBSV/10.0.14393.693;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45]'
4706
+ os:
4707
+ name: Windows
4708
+ short_name: WIN
4709
+ version: "10"
4710
+ platform: ""
4711
+ client:
4712
+ type: mobile app
4713
+ name: Facebook
4714
+ version: "75.0.0.50.22"
4715
+ device:
4716
+ type: desktop
4717
+ brand: AU
4718
+ model: X553MA
4719
+ os_family: Windows
4720
+ browser_family: Unknown
4721
+ -
4722
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.726; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/X555LN;FBSN/Windows;FBSV/10.0.16299.309;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4723
+ os:
4724
+ name: Windows
4725
+ short_name: WIN
4726
+ version: "10"
4727
+ platform: ""
4728
+ client:
4729
+ type: mobile app
4730
+ name: Facebook
4731
+ version: "140.0.0.232.179"
4732
+ device:
4733
+ type: desktop
4734
+ brand: AU
4735
+ model: X555LN
4736
+ os_family: Windows
4737
+ browser_family: Unknown
4738
+ -
4739
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.64; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/X556UQK;FBSN/Windows;FBSV/10.0.16299.431;FBSS/1;FBCR/;FBID/desktop;FBLC/sv_SE;FBOP/45;FBRV/0]'
4740
+ os:
4741
+ name: Windows
4742
+ short_name: WIN
4743
+ version: "10"
4744
+ platform: ""
4745
+ client:
4746
+ type: mobile app
4747
+ name: Facebook
4748
+ version: "140.0.0.232.179"
4749
+ device:
4750
+ type: desktop
4751
+ brand: AU
4752
+ model: X556UQK
4753
+ os_family: Windows
4754
+ browser_family: Unknown
4755
+ -
4756
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.674; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/UX360CAK;FBSN/Windows;FBSV/10.0.16299.248;FBSS/2;FBCR/;FBID/desktop;FBLC/pl_PL;FBOP/45;FBRV/0]'
4757
+ os:
4758
+ name: Windows
4759
+ short_name: WIN
4760
+ version: "10"
4761
+ platform: ""
4762
+ client:
4763
+ type: mobile app
4764
+ name: Facebook
4765
+ version: "140.0.0.232.179"
4766
+ device:
4767
+ type: desktop
4768
+ brand: AU
4769
+ model: ZenBook Flip
4770
+ os_family: Windows
4771
+ browser_family: Unknown
4568
4772
  -
4569
4773
  user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPDTDF; .NET4.0C; InfoPath.3; .NET4.0E; Microsoft Outlook 14.0.7113; ms-office; MSOffice 14)
4570
4774
  os:
@@ -4622,6 +4826,23 @@
4622
4826
  model: ""
4623
4827
  os_family: Windows
4624
4828
  browser_family: Internet Explorer
4829
+ -
4830
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.98; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/SCL141CTP;FBSN/Windows;FBSV/10.0.16299.192;FBSS/2;FBCR/;FBID/desktop;FBLC/fr_FR;FBOP/45;FBRV/0]'
4831
+ os:
4832
+ name: Windows
4833
+ short_name: WIN
4834
+ version: "10"
4835
+ platform: ""
4836
+ client:
4837
+ type: mobile app
4838
+ name: Facebook
4839
+ version: "140.0.0.232.179"
4840
+ device:
4841
+ type: desktop
4842
+ brand: CZ
4843
+ model: Notebook 14" Cherry Trail
4844
+ os_family: Windows
4845
+ browser_family: Unknown
4625
4846
  -
4626
4847
  user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; .NET4.0C; .NET4.0E)
4627
4848
  os:
@@ -4723,13 +4944,81 @@
4723
4944
  os_family: Windows
4724
4945
  browser_family: Internet Explorer
4725
4946
  -
4726
- user_agent: Mozilla/5.0 (Linux; U; Android 4.04; pt-pt; H135 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
4947
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.17134.165; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/Inspiron 3541;FBSN/Windows;FBSV/10.0.17134.228;FBSS/1;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45;FBRV/0]'
4727
4948
  os:
4728
- name: MocorDroid
4729
- short_name: MCD
4730
- version: "2.3.5"
4731
- platform: ""
4732
- client:
4949
+ name: Windows
4950
+ short_name: WIN
4951
+ version: "10"
4952
+ platform: ""
4953
+ client:
4954
+ type: mobile app
4955
+ name: Facebook
4956
+ version: "140.0.0.232.179"
4957
+ device:
4958
+ type: desktop
4959
+ brand: DL
4960
+ model: Inspiron 3541
4961
+ os_family: Windows
4962
+ browser_family: Unknown
4963
+ -
4964
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.14393.1914; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/Latitude E4300;FBSN/Windows;FBSV/10.0.14393.1914;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4965
+ os:
4966
+ name: Windows
4967
+ short_name: WIN
4968
+ version: "10"
4969
+ platform: ""
4970
+ client:
4971
+ type: mobile app
4972
+ name: Facebook
4973
+ version: "140.0.0.205.179"
4974
+ device:
4975
+ type: desktop
4976
+ brand: DL
4977
+ model: Latitude E4300
4978
+ os_family: Windows
4979
+ browser_family: Unknown
4980
+ -
4981
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.64; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/XPS 15 9530;FBSN/Windows;FBSV/10.0.16299.309;FBSS/2;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45;FBRV/0]'
4982
+ os:
4983
+ name: Windows
4984
+ short_name: WIN
4985
+ version: "10"
4986
+ platform: ""
4987
+ client:
4988
+ type: mobile app
4989
+ name: Facebook
4990
+ version: "140.0.0.232.179"
4991
+ device:
4992
+ type: desktop
4993
+ brand: DL
4994
+ model: XPS 15 9530
4995
+ os_family: Windows
4996
+ browser_family: Unknown
4997
+ -
4998
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.19; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/XPS 15 9550;FBSN/Windows;FBSV/10.0.16299.64;FBSS/2;FBCR/;FBID/desktop;FBLC/ko_KR;FBOP/45;FBRV/0]'
4999
+ os:
5000
+ name: Windows
5001
+ short_name: WIN
5002
+ version: "10"
5003
+ platform: ""
5004
+ client:
5005
+ type: mobile app
5006
+ name: Facebook
5007
+ version: "140.0.0.205.179"
5008
+ device:
5009
+ type: desktop
5010
+ brand: DL
5011
+ model: XPS 15 9550
5012
+ os_family: Windows
5013
+ browser_family: Unknown
5014
+ -
5015
+ user_agent: Mozilla/5.0 (Linux; U; Android 4.04; pt-pt; H135 Build/MocorDroid2.3.5) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
5016
+ os:
5017
+ name: MocorDroid
5018
+ short_name: MCD
5019
+ version: "2.3.5"
5020
+ platform: ""
5021
+ client:
4733
5022
  type: browser
4734
5023
  name: Android Browser
4735
5024
  short_name: AN
@@ -4860,327 +5149,265 @@
4860
5149
  os_family: Windows
4861
5150
  browser_family: Internet Explorer
4862
5151
  -
4863
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MANM; .NET4.0C; InfoPath.3; .NET4.0E)
5152
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.726; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/HP Laptop 15-bs0xx;FBSN/Windows;FBSV/10.0.15063.726;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4864
5153
  os:
4865
5154
  name: Windows
4866
5155
  short_name: WIN
4867
- version: "7"
5156
+ version: "10"
4868
5157
  platform: ""
4869
5158
  client:
4870
- type: browser
4871
- name: Internet Explorer
4872
- short_name: IE
4873
- version: "10.0"
4874
- engine: Trident
4875
- engine_version: "6.0"
5159
+ type: mobile app
5160
+ name: Facebook
5161
+ version: "140.0.0.205.179"
4876
5162
  device:
4877
5163
  type: desktop
4878
- brand: HY
4879
- model: ""
5164
+ brand: HP
5165
+ model: 15 Laptop PC
4880
5166
  os_family: Windows
4881
- browser_family: Internet Explorer
5167
+ browser_family: Unknown
4882
5168
  -
4883
- user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MANMJS; rv:11.0) like Gecko
5169
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.608; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/Compaq Presario CQ61 Notebook PC;FBSN/Windows;FBSV/10.0.15063.726;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;'
4884
5170
  os:
4885
5171
  name: Windows
4886
5172
  short_name: WIN
4887
- version: "7"
4888
- platform: x64
5173
+ version: "10"
5174
+ platform: ""
4889
5175
  client:
4890
- type: browser
4891
- name: Internet Explorer
4892
- short_name: IE
4893
- version: "11.0"
4894
- engine: Trident
4895
- engine_version: "7.0"
5176
+ type: mobile app
5177
+ name: Facebook
5178
+ version: "140.0.0.205.179"
4896
5179
  device:
4897
5180
  type: desktop
4898
- brand: HY
4899
- model: ""
5181
+ brand: HP
5182
+ model: Compaq Presario CQ61
4900
5183
  os_family: Windows
4901
- browser_family: Internet Explorer
5184
+ browser_family: Unknown
4902
5185
  -
4903
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; QQDownload 691; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MALC)
5186
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.17763.379; osmeta 10.3.31799) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.31799 Build/31799 [FBAN/FBW;FBAV/186.0.0.83.783;FBBV/143636256;FBDV/HPEliteBook2560pLG669EA#AK8;FBMD/HP EliteBook 2560p;FBSN/Windows;FBSV/10.0.17763.503;FBSS/1;FBCR/;FBID/desktop;FBLC/sv_SE;FBOP/45;FBRV/0]'
4904
5187
  os:
4905
5188
  name: Windows
4906
5189
  short_name: WIN
4907
- version: "7"
5190
+ version: "10"
4908
5191
  platform: ""
4909
5192
  client:
4910
- type: browser
4911
- name: Internet Explorer
4912
- short_name: IE
4913
- version: "8.0"
4914
- engine: Trident
4915
- engine_version: "4.0"
5193
+ type: mobile app
5194
+ name: Facebook
5195
+ version: "186.0.0.83.783"
4916
5196
  device:
4917
5197
  type: desktop
4918
- brand: LE
4919
- model: ""
5198
+ brand: HP
5199
+ model: EliteBook 2560p
4920
5200
  os_family: Windows
4921
- browser_family: Internet Explorer
5201
+ browser_family: Unknown
4922
5202
  -
4923
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; LEN2)
5203
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.64; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/HP EliteBook 2570p;FBSN/Windows;FBSV/10.0.17134.112;FBSS/1;FBCR/;FBID/desktop;FBLC/it_IT;FBOP/45;FBRV/0]'
4924
5204
  os:
4925
5205
  name: Windows
4926
5206
  short_name: WIN
4927
- version: "7"
4928
- platform: x64
5207
+ version: "10"
5208
+ platform: ""
4929
5209
  client:
4930
- type: browser
4931
- name: Internet Explorer
4932
- short_name: IE
4933
- version: "9.0"
4934
- engine: Trident
4935
- engine_version: "5.0"
5210
+ type: mobile app
5211
+ name: Facebook
5212
+ version: "140.0.0.232.179"
4936
5213
  device:
4937
5214
  type: desktop
4938
- brand: LE
4939
- model: ""
5215
+ brand: HP
5216
+ model: EliteBook 2570p
4940
5217
  os_family: Windows
4941
- browser_family: Internet Explorer
5218
+ browser_family: Unknown
4942
5219
  -
4943
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; MALEJS)
5220
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.726; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/HP ENVY x360 Convertible 15-bp0xx;FBSN/Windows;FBSV/10.0.15063.726;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45'
4944
5221
  os:
4945
5222
  name: Windows
4946
5223
  short_name: WIN
4947
- version: "8"
4948
- platform: x64
5224
+ version: "10"
5225
+ platform: ""
4949
5226
  client:
4950
- type: browser
4951
- name: Internet Explorer
4952
- short_name: IE
4953
- version: "10.0"
4954
- engine: Trident
4955
- engine_version: "6.0"
5227
+ type: mobile app
5228
+ name: Facebook
5229
+ version: "140.0.0.232.179"
4956
5230
  device:
4957
5231
  type: desktop
4958
- brand: LE
4959
- model: ""
5232
+ brand: HP
5233
+ model: ENVY x360 Convertible PC
4960
5234
  os_family: Windows
4961
- browser_family: Internet Explorer
5235
+ browser_family: Unknown
4962
5236
  -
4963
- user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; LCJB; rv:11.0) like Gecko
5237
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.64; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/HP Pavilion Notebook;FBSN/Windows;FBSV/10.0.16299.431;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
4964
5238
  os:
4965
5239
  name: Windows
4966
5240
  short_name: WIN
4967
- version: "8.1"
4968
- platform: x64
5241
+ version: "10"
5242
+ platform: ""
4969
5243
  client:
4970
- type: browser
4971
- name: Internet Explorer
4972
- short_name: IE
4973
- version: "11.0"
4974
- engine: Trident
4975
- engine_version: "7.0"
5244
+ type: mobile app
5245
+ name: Facebook
5246
+ version: "140.0.0.232.179"
4976
5247
  device:
4977
5248
  type: desktop
4978
- brand: LE
4979
- model: ""
5249
+ brand: HP
5250
+ model: Pavilion
4980
5251
  os_family: Windows
4981
- browser_family: Internet Explorer
5252
+ browser_family: Unknown
4982
5253
  -
4983
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MALN)
5254
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.17134.648; osmeta 10.3.31799) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.31799 Build/31799 [FBAN/FBW;FBAV/186.0.0.83.783;FBBV/143636256;FBMD/HP Pavilion All-in-One 24-r0xx;FBSN/Windows;FBSV/10.0.17134.765;FBSS/1;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45;FBRV/0]'
4984
5255
  os:
4985
5256
  name: Windows
4986
5257
  short_name: WIN
4987
- version: "XP"
5258
+ version: "10"
4988
5259
  platform: ""
4989
5260
  client:
4990
- type: browser
4991
- name: Internet Explorer
4992
- short_name: IE
4993
- version: "7.0"
4994
- engine: Trident
4995
- engine_version: ""
5261
+ type: mobile app
5262
+ name: Facebook
5263
+ version: "186.0.0.83.783"
4996
5264
  device:
4997
5265
  type: desktop
4998
- brand: LE
4999
- model: ""
5266
+ brand: HP
5267
+ model: Pavilion 24-r0xx All-in-One Desktop PC
5000
5268
  os_family: Windows
5001
- browser_family: Internet Explorer
5269
+ browser_family: Unknown
5002
5270
  -
5003
- user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 SailfishBrowser/Rulz ~LenovoG780
5271
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.674; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/HP Pavilion dv6 Notebook PC;FBSN/Windows;FBSV/10.0.15063.726;FBSS/1;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45;FBRV/'
5004
5272
  os:
5005
- name: Sailfish OS
5006
- short_name: SAF
5007
- version: ""
5008
- platform: x64
5273
+ name: Windows
5274
+ short_name: WIN
5275
+ version: "10"
5276
+ platform: ""
5009
5277
  client:
5010
- type: browser
5011
- name: Sailfish Browser
5012
- short_name: SA
5013
- version: ""
5014
- engine: Gecko
5015
- engine_version: ""
5278
+ type: mobile app
5279
+ name: Facebook
5280
+ version: "140.0.0.205.179"
5016
5281
  device:
5017
5282
  type: desktop
5018
- brand: LE
5019
- model: G780
5020
- os_family: GNU/Linux
5021
- browser_family: Sailfish Browser
5283
+ brand: HP
5284
+ model: Pavilion dv6
5285
+ os_family: Windows
5286
+ browser_family: Unknown
5022
5287
  -
5023
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; MAMD)
5288
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.10586.494; osmeta 8.3.35371798) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/8.3.35371798 Build/35371798 [FBAN/FBW;FBAV/61.0.0.46.152;FBBV/35404853;FBRV/0;FBDV/WindowsDevice;FBMD/23-f364;FBSN/Windows;FBSV/10.0.10586.494;FBSS/1;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45]'
5024
5289
  os:
5025
5290
  name: Windows
5026
5291
  short_name: WIN
5027
- version: "7"
5028
- platform: x64
5292
+ version: "10"
5293
+ platform: ""
5029
5294
  client:
5030
- type: browser
5031
- name: Internet Explorer
5032
- short_name: IE
5033
- version: "9.0"
5034
- engine: Trident
5035
- engine_version: "5.0"
5295
+ type: mobile app
5296
+ name: Facebook
5297
+ version: "61.0.0.46.152"
5036
5298
  device:
5037
5299
  type: desktop
5038
- brand: MD
5039
- model: ""
5300
+ brand: HP
5301
+ model: Pavilion TouchSmart 23-f364 All-in-One Desktop PC
5040
5302
  os_family: Windows
5041
- browser_family: Internet Explorer
5303
+ browser_family: Unknown
5042
5304
  -
5043
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MAM3; InfoPath.3; .NET4.0E; MAM3)
5305
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.19; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/HP Pavilion x2 Detachable;FBSN/Windows;FBSV/10.0.16299.64;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
5044
5306
  os:
5045
5307
  name: Windows
5046
5308
  short_name: WIN
5047
- version: "7"
5048
- platform: x64
5309
+ version: "10"
5310
+ platform: ""
5049
5311
  client:
5050
- type: browser
5051
- name: Internet Explorer
5052
- short_name: IE
5053
- version: "9.0"
5054
- engine: Trident
5055
- engine_version: "5.0"
5312
+ type: mobile app
5313
+ name: Facebook
5314
+ version: "140.0.0.205.179"
5056
5315
  device:
5057
5316
  type: desktop
5058
- brand: MZ
5059
- model: ""
5317
+ brand: HP
5318
+ model: Pavilion x2
5060
5319
  os_family: Windows
5061
- browser_family: Internet Explorer
5320
+ browser_family: Unknown
5062
5321
  -
5063
- user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MAMI; rv:11.0) like Gecko
5322
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.17134.285; osmeta 10.3.8763) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.8763 Build/8763 [FBAN/FBW;FBAV/171.0.0.36.0;FBBV/123386314;FBDV/HPProBook440G52SZ73AV;FBMD/HP ProBook 440 G5;FBSN/Wind'
5064
5323
  os:
5065
5324
  name: Windows
5066
5325
  short_name: WIN
5067
- version: "7"
5068
- platform: x64
5326
+ version: "10"
5327
+ platform: ""
5069
5328
  client:
5070
- type: browser
5071
- name: Internet Explorer
5072
- short_name: IE
5073
- version: "11.0"
5074
- engine: Trident
5075
- engine_version: "7.0"
5329
+ type: mobile app
5330
+ name: Facebook
5331
+ version: "171.0.0.36.0"
5076
5332
  device:
5077
5333
  type: desktop
5078
- brand: MZ
5079
- model: ""
5334
+ brand: HP
5335
+ model: ProBook 440 G5
5080
5336
  os_family: Windows
5081
- browser_family: Internet Explorer
5337
+ browser_family: Unknown
5082
5338
  -
5083
- user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAMIJS; rv:11.0) like Gecko
5339
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.17134.765; osmeta 10.3.31799) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.31799 Build/31799 [FBAN/FBW;FBAV/186.0.0.83.783;FBBV/143636256;FBDV/HPProBook6360bLG633EA#AK8;FBMD/HP ProBook 6360b;FBSN/Windows;FBSV/10.0.17134.765;FBSS/1;FBCR/;FBID/desktop;FBLC/sv_SE;FBOP/45;FBRV/0]'
5084
5340
  os:
5085
5341
  name: Windows
5086
5342
  short_name: WIN
5087
- version: "8.1"
5088
- platform: x64
5343
+ version: "10"
5344
+ platform: ""
5089
5345
  client:
5090
- type: browser
5091
- name: Internet Explorer
5092
- short_name: IE
5093
- version: "11.0"
5094
- engine: Trident
5095
- engine_version: "7.0"
5346
+ type: mobile app
5347
+ name: Facebook
5348
+ version: "186.0.0.83.783"
5096
5349
  device:
5097
5350
  type: desktop
5098
- brand: MZ
5099
- model: ""
5351
+ brand: HP
5352
+ model: ProBook 6360b
5100
5353
  os_family: Windows
5101
- browser_family: Internet Explorer
5102
- -
5103
- user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 webissimo3/3.7.22+svn30377
5104
- os:
5105
- name: Ordissimo
5106
- short_name: ORD
5107
- version: ""
5108
- platform: x64
5109
- client:
5110
- type: browser
5111
- name: Ordissimo
5112
- short_name: OS
5113
- version: "3.7.22"
5114
- engine: Gecko
5115
- engine_version: ""
5116
- device:
5117
- type: desktop
5118
- brand: OS
5119
- model: ""
5120
- os_family: GNU/Linux
5121
- browser_family: Firefox
5354
+ browser_family: Unknown
5122
5355
  -
5123
- user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 webissimo3/3.7.30+svn32090
5356
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.10586.494; osmeta 8.3.34265222) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/8.3.34265222 Build/34265222 [FBAN/FBW;FBAV/60.0.0.36.138;FBBV/34282524;FBRV/0;FBDV/WindowsDevice;FBMD/HP ProBook 6560b;FBSN/Windows;FBSV/10.0.10586.494;FBSS/1;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45]'
5124
5357
  os:
5125
- name: Ordissimo
5126
- short_name: ORD
5127
- version: ""
5128
- platform: x86
5358
+ name: Windows
5359
+ short_name: WIN
5360
+ version: "10"
5361
+ platform: ""
5129
5362
  client:
5130
- type: browser
5131
- name: Ordissimo
5132
- short_name: OS
5133
- version: "3.7.30"
5134
- engine: Gecko
5135
- engine_version: ""
5363
+ type: mobile app
5364
+ name: Facebook
5365
+ version: "60.0.0.36.138"
5136
5366
  device:
5137
5367
  type: desktop
5138
- brand: OS
5139
- model: ""
5140
- os_family: GNU/Linux
5141
- browser_family: Firefox
5368
+ brand: HP
5369
+ model: ProBook 6560b
5370
+ os_family: Windows
5371
+ browser_family: Unknown
5142
5372
  -
5143
- user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Ordissimo/3.8.20+svn37598
5373
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.726; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/HP Spectre x360 Convertible;FBSN/Windows;FBSV/10.0.16299.309;FBSS/2;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45;FBRV/'
5144
5374
  os:
5145
- name: Ordissimo
5146
- short_name: ORD
5147
- version: ""
5148
- platform: x64
5375
+ name: Windows
5376
+ short_name: WIN
5377
+ version: "10"
5378
+ platform: ""
5149
5379
  client:
5150
- type: browser
5151
- name: Ordissimo
5152
- short_name: OS
5153
- version: "3.8.20"
5154
- engine: Gecko
5155
- engine_version: ""
5380
+ type: mobile app
5381
+ name: Facebook
5382
+ version: "140.0.0.232.179"
5156
5383
  device:
5157
5384
  type: desktop
5158
- brand: OS
5159
- model: ""
5160
- os_family: GNU/Linux
5161
- browser_family: Firefox
5385
+ brand: HP
5386
+ model: Spectre x360
5387
+ os_family: Windows
5388
+ browser_family: Unknown
5162
5389
  -
5163
- user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 Ordissimo/3.8.6.6+svn37147
5390
+ user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MANM; .NET4.0C; InfoPath.3; .NET4.0E)
5164
5391
  os:
5165
- name: Ordissimo
5166
- short_name: ORD
5167
- version: ""
5168
- platform: x86
5392
+ name: Windows
5393
+ short_name: WIN
5394
+ version: "7"
5395
+ platform: ""
5169
5396
  client:
5170
5397
  type: browser
5171
- name: Ordissimo
5172
- short_name: OS
5173
- version: "3.8.6.6"
5174
- engine: Gecko
5175
- engine_version: ""
5398
+ name: Internet Explorer
5399
+ short_name: IE
5400
+ version: "10.0"
5401
+ engine: Trident
5402
+ engine_version: "6.0"
5176
5403
  device:
5177
5404
  type: desktop
5178
- brand: OS
5405
+ brand: HY
5179
5406
  model: ""
5180
- os_family: GNU/Linux
5181
- browser_family: Firefox
5407
+ os_family: Windows
5408
+ browser_family: Internet Explorer
5182
5409
  -
5183
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MASM; .NET4.0C; .NET4.0E)
5410
+ user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MANMJS; rv:11.0) like Gecko
5184
5411
  os:
5185
5412
  name: Windows
5186
5413
  short_name: WIN
@@ -5195,56 +5422,56 @@
5195
5422
  engine_version: "7.0"
5196
5423
  device:
5197
5424
  type: desktop
5198
- brand: SA
5425
+ brand: HY
5199
5426
  model: ""
5200
5427
  os_family: Windows
5201
5428
  browser_family: Internet Explorer
5202
5429
  -
5203
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MASMJS)
5430
+ user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; QQDownload 691; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MALC)
5204
5431
  os:
5205
5432
  name: Windows
5206
5433
  short_name: WIN
5207
- version: "8"
5208
- platform: x64
5434
+ version: "7"
5435
+ platform: ""
5209
5436
  client:
5210
5437
  type: browser
5211
5438
  name: Internet Explorer
5212
5439
  short_name: IE
5213
- version: "10.0"
5440
+ version: "8.0"
5214
5441
  engine: Trident
5215
- engine_version: "6.0"
5442
+ engine_version: "4.0"
5216
5443
  device:
5217
5444
  type: desktop
5218
- brand: SA
5445
+ brand: LE
5219
5446
  model: ""
5220
5447
  os_family: Windows
5221
5448
  browser_family: Internet Explorer
5222
5449
  -
5223
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; SMJB)
5450
+ user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; LEN2)
5224
5451
  os:
5225
5452
  name: Windows
5226
5453
  short_name: WIN
5227
- version: "8"
5454
+ version: "7"
5228
5455
  platform: x64
5229
5456
  client:
5230
5457
  type: browser
5231
5458
  name: Internet Explorer
5232
5459
  short_name: IE
5233
- version: "10.0"
5460
+ version: "9.0"
5234
5461
  engine: Trident
5235
- engine_version: "6.0"
5462
+ engine_version: "5.0"
5236
5463
  device:
5237
5464
  type: desktop
5238
- brand: SA
5465
+ brand: LE
5239
5466
  model: ""
5240
5467
  os_family: Windows
5241
5468
  browser_family: Internet Explorer
5242
5469
  -
5243
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MASP)
5470
+ user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; MALEJS)
5244
5471
  os:
5245
5472
  name: Windows
5246
5473
  short_name: WIN
5247
- version: "7"
5474
+ version: "8"
5248
5475
  platform: x64
5249
5476
  client:
5250
5477
  type: browser
@@ -5255,16 +5482,16 @@
5255
5482
  engine_version: "6.0"
5256
5483
  device:
5257
5484
  type: desktop
5258
- brand: SO
5485
+ brand: LE
5259
5486
  model: ""
5260
5487
  os_family: Windows
5261
5488
  browser_family: Internet Explorer
5262
5489
  -
5263
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0; MASA)
5490
+ user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; LCJB; rv:11.0) like Gecko
5264
5491
  os:
5265
5492
  name: Windows
5266
5493
  short_name: WIN
5267
- version: "7"
5494
+ version: "8.1"
5268
5495
  platform: x64
5269
5496
  client:
5270
5497
  type: browser
@@ -5275,116 +5502,501 @@
5275
5502
  engine_version: "7.0"
5276
5503
  device:
5277
5504
  type: desktop
5278
- brand: SO
5505
+ brand: LE
5279
5506
  model: ""
5280
5507
  os_family: Windows
5281
5508
  browser_family: Internet Explorer
5282
5509
  -
5283
- user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0; MASE)
5510
+ user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MALN)
5284
5511
  os:
5285
5512
  name: Windows
5286
5513
  short_name: WIN
5287
- version: "7"
5288
- platform: x64
5514
+ version: "XP"
5515
+ platform: ""
5289
5516
  client:
5290
5517
  type: browser
5291
5518
  name: Internet Explorer
5292
5519
  short_name: IE
5293
- version: "11.0"
5520
+ version: "7.0"
5294
5521
  engine: Trident
5295
- engine_version: "7.0"
5522
+ engine_version: ""
5296
5523
  device:
5297
5524
  type: desktop
5298
- brand: SO
5525
+ brand: LE
5299
5526
  model: ""
5300
5527
  os_family: Windows
5301
5528
  browser_family: Internet Explorer
5302
5529
  -
5303
- user_agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; MASAJS; rv:11.0) like Gecko
5530
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.17134.81; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/80E5;FBSN/Windows;FBSV/10.0.17134.191;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
5304
5531
  os:
5305
5532
  name: Windows
5306
5533
  short_name: WIN
5307
- version: "7"
5308
- platform: x64
5534
+ version: "10"
5535
+ platform: ""
5309
5536
  client:
5310
- type: browser
5311
- name: Internet Explorer
5312
- short_name: IE
5313
- version: "11.0"
5314
- engine: Trident
5315
- engine_version: "7.0"
5537
+ type: mobile app
5538
+ name: Facebook
5539
+ version: "140.0.0.232.179"
5316
5540
  device:
5317
5541
  type: desktop
5318
- brand: SO
5319
- model: ""
5542
+ brand: LE
5543
+ model: G50-80
5320
5544
  os_family: Windows
5321
- browser_family: Internet Explorer
5545
+ browser_family: Unknown
5322
5546
  -
5323
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MASEJS)
5547
+ user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 SailfishBrowser/Rulz ~LenovoG780
5324
5548
  os:
5325
- name: Windows
5326
- short_name: WIN
5327
- version: "8"
5549
+ name: Sailfish OS
5550
+ short_name: SAF
5551
+ version: ""
5328
5552
  platform: x64
5329
5553
  client:
5330
5554
  type: browser
5331
- name: Internet Explorer
5332
- short_name: IE
5333
- version: "10.0"
5334
- engine: Trident
5335
- engine_version: "6.0"
5555
+ name: Sailfish Browser
5556
+ short_name: SA
5557
+ version: ""
5558
+ engine: Gecko
5559
+ engine_version: ""
5336
5560
  device:
5337
5561
  type: desktop
5338
- brand: SO
5339
- model: ""
5340
- os_family: Windows
5341
- browser_family: Internet Explorer
5562
+ brand: LE
5563
+ model: G780
5564
+ os_family: GNU/Linux
5565
+ browser_family: Sailfish Browser
5342
5566
  -
5343
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MATMJS)
5567
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.786; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/80SM;FBSN/Windows;FBSV/10.0.16299.309;FBSS/1;FBCR/;FBID/desktop;FBLC/ru_RU;FBOP/45;FBRV/0]'
5344
5568
  os:
5345
5569
  name: Windows
5346
5570
  short_name: WIN
5347
- version: "7"
5348
- platform: x64
5571
+ version: "10"
5572
+ platform: ""
5349
5573
  client:
5350
- type: browser
5351
- name: Internet Explorer
5352
- short_name: IE
5353
- version: "10.0"
5354
- engine: Trident
5355
- engine_version: "6.0"
5574
+ type: mobile app
5575
+ name: Facebook
5576
+ version: "140.0.0.232.179"
5356
5577
  device:
5357
5578
  type: desktop
5358
- brand: TS
5359
- model: ""
5579
+ brand: LE
5580
+ model: Ideapad 310-15ISK
5360
5581
  os_family: Windows
5361
- browser_family: Internet Explorer
5582
+ browser_family: Unknown
5362
5583
  -
5363
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/7.0; MATM)
5584
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.125; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/80VR;FBSN/Windows;FBSV/10.0.16299.371;FBSS/1;FBCR/;FBID/desktop;FBLC/ru_RU;FBOP/45;FBRV/0]'
5364
5585
  os:
5365
5586
  name: Windows
5366
5587
  short_name: WIN
5367
- version: "7"
5588
+ version: "10"
5368
5589
  platform: ""
5369
5590
  client:
5370
- type: browser
5371
- name: Internet Explorer
5372
- short_name: IE
5373
- version: "11.0"
5374
- engine: Trident
5375
- engine_version: "7.0"
5591
+ type: mobile app
5592
+ name: Facebook
5593
+ version: "140.0.0.232.179"
5376
5594
  device:
5377
5595
  type: desktop
5378
- brand: TS
5379
- model: ""
5596
+ brand: LE
5597
+ model: Legion Y720
5380
5598
  os_family: Windows
5381
- browser_family: Internet Explorer
5599
+ browser_family: Unknown
5382
5600
  -
5383
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/7.0; MATP)
5601
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.125; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/37021C5;FBSN/Windows;FBSV/10.0.16299.334;FBSS/2;FBCR/;FBID/desktop;FBLC/fr_FR;FBOP/45;FBRV/0]'
5384
5602
  os:
5385
5603
  name: Windows
5386
5604
  short_name: WIN
5387
- version: "7"
5605
+ version: "10"
5606
+ platform: ""
5607
+ client:
5608
+ type: mobile app
5609
+ name: Facebook
5610
+ version: "140.0.0.232.179"
5611
+ device:
5612
+ type: desktop
5613
+ brand: LE
5614
+ model: ThinkPad Helix 3702
5615
+ os_family: Windows
5616
+ browser_family: Unknown
5617
+ -
5618
+ user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; MAMD)
5619
+ os:
5620
+ name: Windows
5621
+ short_name: WIN
5622
+ version: "7"
5623
+ platform: x64
5624
+ client:
5625
+ type: browser
5626
+ name: Internet Explorer
5627
+ short_name: IE
5628
+ version: "9.0"
5629
+ engine: Trident
5630
+ engine_version: "5.0"
5631
+ device:
5632
+ type: desktop
5633
+ brand: MD
5634
+ model: ""
5635
+ os_family: Windows
5636
+ browser_family: Internet Explorer
5637
+ -
5638
+ user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; MAM3; InfoPath.3; .NET4.0E; MAM3)
5639
+ os:
5640
+ name: Windows
5641
+ short_name: WIN
5642
+ version: "7"
5643
+ platform: x64
5644
+ client:
5645
+ type: browser
5646
+ name: Internet Explorer
5647
+ short_name: IE
5648
+ version: "9.0"
5649
+ engine: Trident
5650
+ engine_version: "5.0"
5651
+ device:
5652
+ type: desktop
5653
+ brand: MZ
5654
+ model: ""
5655
+ os_family: Windows
5656
+ browser_family: Internet Explorer
5657
+ -
5658
+ user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; MAMI; rv:11.0) like Gecko
5659
+ os:
5660
+ name: Windows
5661
+ short_name: WIN
5662
+ version: "7"
5663
+ platform: x64
5664
+ client:
5665
+ type: browser
5666
+ name: Internet Explorer
5667
+ short_name: IE
5668
+ version: "11.0"
5669
+ engine: Trident
5670
+ engine_version: "7.0"
5671
+ device:
5672
+ type: desktop
5673
+ brand: MZ
5674
+ model: ""
5675
+ os_family: Windows
5676
+ browser_family: Internet Explorer
5677
+ -
5678
+ user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAMIJS; rv:11.0) like Gecko
5679
+ os:
5680
+ name: Windows
5681
+ short_name: WIN
5682
+ version: "8.1"
5683
+ platform: x64
5684
+ client:
5685
+ type: browser
5686
+ name: Internet Explorer
5687
+ short_name: IE
5688
+ version: "11.0"
5689
+ engine: Trident
5690
+ engine_version: "7.0"
5691
+ device:
5692
+ type: desktop
5693
+ brand: MZ
5694
+ model: ""
5695
+ os_family: Windows
5696
+ browser_family: Internet Explorer
5697
+ -
5698
+ user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 webissimo3/3.7.22+svn30377
5699
+ os:
5700
+ name: Ordissimo
5701
+ short_name: ORD
5702
+ version: ""
5703
+ platform: x64
5704
+ client:
5705
+ type: browser
5706
+ name: Ordissimo
5707
+ short_name: OS
5708
+ version: "3.7.22"
5709
+ engine: Gecko
5710
+ engine_version: "42.0"
5711
+ device:
5712
+ type: desktop
5713
+ brand: OS
5714
+ model: ""
5715
+ os_family: GNU/Linux
5716
+ browser_family: Firefox
5717
+ -
5718
+ user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 webissimo3/3.7.30+svn32090
5719
+ os:
5720
+ name: Ordissimo
5721
+ short_name: ORD
5722
+ version: ""
5723
+ platform: x86
5724
+ client:
5725
+ type: browser
5726
+ name: Ordissimo
5727
+ short_name: OS
5728
+ version: "3.7.30"
5729
+ engine: Gecko
5730
+ engine_version: "45.0"
5731
+ device:
5732
+ type: desktop
5733
+ brand: OS
5734
+ model: ""
5735
+ os_family: GNU/Linux
5736
+ browser_family: Firefox
5737
+ -
5738
+ user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Ordissimo/3.8.20+svn37598
5739
+ os:
5740
+ name: Ordissimo
5741
+ short_name: ORD
5742
+ version: ""
5743
+ platform: x64
5744
+ client:
5745
+ type: browser
5746
+ name: Ordissimo
5747
+ short_name: OS
5748
+ version: "3.8.20"
5749
+ engine: Gecko
5750
+ engine_version: "52.0"
5751
+ device:
5752
+ type: desktop
5753
+ brand: OS
5754
+ model: ""
5755
+ os_family: GNU/Linux
5756
+ browser_family: Firefox
5757
+ -
5758
+ user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 Ordissimo/3.8.6.6+svn37147
5759
+ os:
5760
+ name: Ordissimo
5761
+ short_name: ORD
5762
+ version: ""
5763
+ platform: x86
5764
+ client:
5765
+ type: browser
5766
+ name: Ordissimo
5767
+ short_name: OS
5768
+ version: "3.8.6.6"
5769
+ engine: Gecko
5770
+ engine_version: "45.0"
5771
+ device:
5772
+ type: desktop
5773
+ brand: OS
5774
+ model: ""
5775
+ os_family: GNU/Linux
5776
+ browser_family: Firefox
5777
+ -
5778
+ user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MASM; .NET4.0C; .NET4.0E)
5779
+ os:
5780
+ name: Windows
5781
+ short_name: WIN
5782
+ version: "7"
5783
+ platform: x64
5784
+ client:
5785
+ type: browser
5786
+ name: Internet Explorer
5787
+ short_name: IE
5788
+ version: "11.0"
5789
+ engine: Trident
5790
+ engine_version: "7.0"
5791
+ device:
5792
+ type: desktop
5793
+ brand: SA
5794
+ model: ""
5795
+ os_family: Windows
5796
+ browser_family: Internet Explorer
5797
+ -
5798
+ user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MASMJS)
5799
+ os:
5800
+ name: Windows
5801
+ short_name: WIN
5802
+ version: "8"
5803
+ platform: x64
5804
+ client:
5805
+ type: browser
5806
+ name: Internet Explorer
5807
+ short_name: IE
5808
+ version: "10.0"
5809
+ engine: Trident
5810
+ engine_version: "6.0"
5811
+ device:
5812
+ type: desktop
5813
+ brand: SA
5814
+ model: ""
5815
+ os_family: Windows
5816
+ browser_family: Internet Explorer
5817
+ -
5818
+ user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; SMJB)
5819
+ os:
5820
+ name: Windows
5821
+ short_name: WIN
5822
+ version: "8"
5823
+ platform: x64
5824
+ client:
5825
+ type: browser
5826
+ name: Internet Explorer
5827
+ short_name: IE
5828
+ version: "10.0"
5829
+ engine: Trident
5830
+ engine_version: "6.0"
5831
+ device:
5832
+ type: desktop
5833
+ brand: SA
5834
+ model: ""
5835
+ os_family: Windows
5836
+ browser_family: Internet Explorer
5837
+ -
5838
+ user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MASP)
5839
+ os:
5840
+ name: Windows
5841
+ short_name: WIN
5842
+ version: "7"
5843
+ platform: x64
5844
+ client:
5845
+ type: browser
5846
+ name: Internet Explorer
5847
+ short_name: IE
5848
+ version: "10.0"
5849
+ engine: Trident
5850
+ engine_version: "6.0"
5851
+ device:
5852
+ type: desktop
5853
+ brand: SO
5854
+ model: ""
5855
+ os_family: Windows
5856
+ browser_family: Internet Explorer
5857
+ -
5858
+ user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0; MASA)
5859
+ os:
5860
+ name: Windows
5861
+ short_name: WIN
5862
+ version: "7"
5863
+ platform: x64
5864
+ client:
5865
+ type: browser
5866
+ name: Internet Explorer
5867
+ short_name: IE
5868
+ version: "11.0"
5869
+ engine: Trident
5870
+ engine_version: "7.0"
5871
+ device:
5872
+ type: desktop
5873
+ brand: SO
5874
+ model: ""
5875
+ os_family: Windows
5876
+ browser_family: Internet Explorer
5877
+ -
5878
+ user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0; MASE)
5879
+ os:
5880
+ name: Windows
5881
+ short_name: WIN
5882
+ version: "7"
5883
+ platform: x64
5884
+ client:
5885
+ type: browser
5886
+ name: Internet Explorer
5887
+ short_name: IE
5888
+ version: "11.0"
5889
+ engine: Trident
5890
+ engine_version: "7.0"
5891
+ device:
5892
+ type: desktop
5893
+ brand: SO
5894
+ model: ""
5895
+ os_family: Windows
5896
+ browser_family: Internet Explorer
5897
+ -
5898
+ user_agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; MASAJS; rv:11.0) like Gecko
5899
+ os:
5900
+ name: Windows
5901
+ short_name: WIN
5902
+ version: "7"
5903
+ platform: x64
5904
+ client:
5905
+ type: browser
5906
+ name: Internet Explorer
5907
+ short_name: IE
5908
+ version: "11.0"
5909
+ engine: Trident
5910
+ engine_version: "7.0"
5911
+ device:
5912
+ type: desktop
5913
+ brand: SO
5914
+ model: ""
5915
+ os_family: Windows
5916
+ browser_family: Internet Explorer
5917
+ -
5918
+ user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0; MASEJS)
5919
+ os:
5920
+ name: Windows
5921
+ short_name: WIN
5922
+ version: "8"
5923
+ platform: x64
5924
+ client:
5925
+ type: browser
5926
+ name: Internet Explorer
5927
+ short_name: IE
5928
+ version: "10.0"
5929
+ engine: Trident
5930
+ engine_version: "6.0"
5931
+ device:
5932
+ type: desktop
5933
+ brand: SO
5934
+ model: ""
5935
+ os_family: Windows
5936
+ browser_family: Internet Explorer
5937
+ -
5938
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.125; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/TH360R12.32CTW;FBSN/Windows;FBSV/10.0.16299.192;FBSS/1;FBCR/;FBID/desktop;FBLC/fr_FR;FBOP/45;FBRV/0]'
5939
+ os:
5940
+ name: Windows
5941
+ short_name: WIN
5942
+ version: "10"
5943
+ platform: ""
5944
+ client:
5945
+ type: mobile app
5946
+ name: Facebook
5947
+ version: "140.0.0.232.179"
5948
+ device:
5949
+ type: desktop
5950
+ brand: TN
5951
+ model: Prestige TH-360R12.32CTW
5952
+ os_family: Windows
5953
+ browser_family: Unknown
5954
+ -
5955
+ user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; MATMJS)
5956
+ os:
5957
+ name: Windows
5958
+ short_name: WIN
5959
+ version: "7"
5960
+ platform: x64
5961
+ client:
5962
+ type: browser
5963
+ name: Internet Explorer
5964
+ short_name: IE
5965
+ version: "10.0"
5966
+ engine: Trident
5967
+ engine_version: "6.0"
5968
+ device:
5969
+ type: desktop
5970
+ brand: TS
5971
+ model: ""
5972
+ os_family: Windows
5973
+ browser_family: Internet Explorer
5974
+ -
5975
+ user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/7.0; MATM)
5976
+ os:
5977
+ name: Windows
5978
+ short_name: WIN
5979
+ version: "7"
5980
+ platform: ""
5981
+ client:
5982
+ type: browser
5983
+ name: Internet Explorer
5984
+ short_name: IE
5985
+ version: "11.0"
5986
+ engine: Trident
5987
+ engine_version: "7.0"
5988
+ device:
5989
+ type: desktop
5990
+ brand: TS
5991
+ model: ""
5992
+ os_family: Windows
5993
+ browser_family: Internet Explorer
5994
+ -
5995
+ user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/7.0; MATP)
5996
+ os:
5997
+ name: Windows
5998
+ short_name: WIN
5999
+ version: "7"
5388
6000
  platform: ""
5389
6001
  client:
5390
6002
  type: browser
@@ -5459,3 +6071,385 @@
5459
6071
  model: ""
5460
6072
  os_family: Windows
5461
6073
  browser_family: Internet Explorer
6074
+ -
6075
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.16299.248; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/Satellite A200;FBSN/Windows;FBSV/10.0.16299.371;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
6076
+ os:
6077
+ name: Windows
6078
+ short_name: WIN
6079
+ version: "10"
6080
+ platform: ""
6081
+ client:
6082
+ type: mobile app
6083
+ name: Facebook
6084
+ version: "140.0.0.232.179"
6085
+ device:
6086
+ type: desktop
6087
+ brand: TS
6088
+ model: Satellite A200
6089
+ os_family: Windows
6090
+ browser_family: Unknown
6091
+ -
6092
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.14393.321; osmeta 8.3.41395199) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/8.3.41395199 Build/41395199 [FBAN/FBW;FBAV/67.0.0.13.140;FBBV/41468129;FBRV/0;FBDV/WindowsDevice;FBMD/Satellite A500;FBSN/Windows;FBSV/10.0.14393.321;FBSS/1;FBCR/;FBID/desktop;FBLC/en_GB;FBOP/45]'
6093
+ os:
6094
+ name: Windows
6095
+ short_name: WIN
6096
+ version: "10"
6097
+ platform: ""
6098
+ client:
6099
+ type: mobile app
6100
+ name: Facebook
6101
+ version: "67.0.0.13.140"
6102
+ device:
6103
+ type: desktop
6104
+ brand: TS
6105
+ model: Satellite A500
6106
+ os_family: Windows
6107
+ browser_family: Unknown
6108
+ -
6109
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.786; osmeta 10.3.3308) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.3308 Build/3308 [FBAN/FBW;FBAV/140.0.0.232.179;FBBV/83145113;FBDV/WindowsDevice;FBMD/Satellite C650;FBSN/Windows;FBSV/10.0.16299.125;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
6110
+ os:
6111
+ name: Windows
6112
+ short_name: WIN
6113
+ version: "10"
6114
+ platform: ""
6115
+ client:
6116
+ type: mobile app
6117
+ name: Facebook
6118
+ version: "140.0.0.232.179"
6119
+ device:
6120
+ type: desktop
6121
+ brand: TS
6122
+ model: Satellite C650
6123
+ os_family: Windows
6124
+ browser_family: Unknown
6125
+ -
6126
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.10586.545; osmeta 8.3.35371798) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/8.3.35371798 Build/35371798 [FBAN/FBW;FBAV/61.0.0.46.152;FBBV/35404853;FBRV/0;FBDV/WindowsDevice;FBMD/Satellite C855;FBSN/Windows;FBSV/10.0.10586.545;FBSS/1;FBCR/;FBID/desktop;FBLC/en_US;FBOP/45]'
6127
+ os:
6128
+ name: Windows
6129
+ short_name: WIN
6130
+ version: "10"
6131
+ platform: ""
6132
+ client:
6133
+ type: mobile app
6134
+ name: Facebook
6135
+ version: "61.0.0.46.152"
6136
+ device:
6137
+ type: desktop
6138
+ brand: TS
6139
+ model: Satellite C855
6140
+ os_family: Windows
6141
+ browser_family: Unknown
6142
+ -
6143
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.674; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/Satellite L650;FBSN/Windows;FBSV/10.0.15063.729;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
6144
+ os:
6145
+ name: Windows
6146
+ short_name: WIN
6147
+ version: "10"
6148
+ platform: ""
6149
+ client:
6150
+ type: mobile app
6151
+ name: Facebook
6152
+ version: "140.0.0.205.179"
6153
+ device:
6154
+ type: desktop
6155
+ brand: TS
6156
+ model: Satellite L650
6157
+ os_family: Windows
6158
+ browser_family: Unknown
6159
+ -
6160
+ user_agent: 'Mozilla/5.0 (Windows NT 10.0.15063.674; osmeta 10.3.2535) AppleWebKit/602.1.1 (KHTML, like Gecko) Version/9.0 Safari/602.1.1 osmeta/10.3.2535 Build/2535 [FBAN/FBW;FBAV/140.0.0.205.179;FBBV/74431143;FBDV/WindowsDevice;FBMD/Satellite S855;FBSN/Windows;FBSV/10.0.16299.64;FBSS/1;FBCR/;FBID/desktop;FBLC/pt_PT;FBOP/45;FBRV/0]'
6161
+ os:
6162
+ name: Windows
6163
+ short_name: WIN
6164
+ version: "10"
6165
+ platform: ""
6166
+ client:
6167
+ type: mobile app
6168
+ name: Facebook
6169
+ version: "140.0.0.205.179"
6170
+ device:
6171
+ type: desktop
6172
+ brand: TS
6173
+ model: Satellite S855
6174
+ os_family: Windows
6175
+ browser_family: Unknown
6176
+ -
6177
+ user_agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Bridge/2020.3.2 Chrome/69.0.3497.128 Electron/4.2.12 Safari/537.36
6178
+ os:
6179
+ name: Windows
6180
+ short_name: WIN
6181
+ version: 7
6182
+ platform: x64
6183
+ client:
6184
+ type: browser
6185
+ name: Chrome
6186
+ short_name: CH
6187
+ version: 69.0.3497.128
6188
+ engine: Blink
6189
+ engine_version:
6190
+ device:
6191
+ type: desktop
6192
+ brand:
6193
+ model:
6194
+ os_family: Windows
6195
+ browser_family: Chrome
6196
+ -
6197
+ user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Bridge/2020.3.1 Chrome/69.0.3497.128 Electron/4.2.12 Safari/537.36
6198
+ os:
6199
+ name: Windows
6200
+ short_name: WIN
6201
+ version: 10
6202
+ platform: x64
6203
+ client:
6204
+ type: browser
6205
+ name: Chrome
6206
+ short_name: CH
6207
+ version: 69.0.3497.128
6208
+ engine: Blink
6209
+ engine_version:
6210
+ device:
6211
+ type: desktop
6212
+ brand:
6213
+ model:
6214
+ os_family: Windows
6215
+ browser_family: Chrome
6216
+ -
6217
+ user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Bridge/2020.2.3 Chrome/69.0.3497.128 Electron/4.2.12 Safari/537.36
6218
+ os:
6219
+ name: Windows
6220
+ short_name: WIN
6221
+ version: 10
6222
+ platform: x64
6223
+ client:
6224
+ type: browser
6225
+ name: Chrome
6226
+ short_name: CH
6227
+ version: 69.0.3497.128
6228
+ engine: Blink
6229
+ engine_version:
6230
+ device:
6231
+ type: desktop
6232
+ brand:
6233
+ model:
6234
+ os_family: Windows
6235
+ browser_family: Chrome
6236
+ -
6237
+ user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Bridge/2020.2.1 Chrome/69.0.3497.128 Electron/4.2.12 Safari/537.36
6238
+ os:
6239
+ name: Windows
6240
+ short_name: WIN
6241
+ version: 10
6242
+ platform: x64
6243
+ client:
6244
+ type: browser
6245
+ name: Chrome
6246
+ short_name: CH
6247
+ version: 69.0.3497.128
6248
+ engine: Blink
6249
+ engine_version:
6250
+ device:
6251
+ type: desktop
6252
+ brand:
6253
+ model:
6254
+ os_family: Windows
6255
+ browser_family: Chrome
6256
+ -
6257
+ user_agent: GOGGalaxyClient/2.0.20.39 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win7 x64)
6258
+ os:
6259
+ name: Windows
6260
+ short_name: WIN
6261
+ version: 7
6262
+ platform: x64
6263
+ client:
6264
+ type: browser
6265
+ name: GOG Galaxy
6266
+ short_name: GO
6267
+ version: 2.0.20.39
6268
+ engine: ''
6269
+ engine_version: ''
6270
+ device:
6271
+ type: desktop
6272
+ brand:
6273
+ model:
6274
+ os_family: Windows
6275
+ browser_family: Unknown
6276
+ -
6277
+ user_agent: GOGGalaxyClient/2.0.20.39 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6278
+ os:
6279
+ name: Windows
6280
+ short_name: WIN
6281
+ version: 10
6282
+ platform: x64
6283
+ client:
6284
+ type: browser
6285
+ name: GOG Galaxy
6286
+ short_name: GO
6287
+ version: 2.0.20.39
6288
+ engine: ''
6289
+ engine_version: ''
6290
+ device:
6291
+ type: desktop
6292
+ brand:
6293
+ model:
6294
+ os_family: Windows
6295
+ browser_family: Unknown
6296
+ -
6297
+ user_agent: GOGGalaxyClient/2.0.19.37 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6298
+ os:
6299
+ name: Windows
6300
+ short_name: WIN
6301
+ version: 10
6302
+ platform: x64
6303
+ client:
6304
+ type: browser
6305
+ name: GOG Galaxy
6306
+ short_name: GO
6307
+ version: 2.0.19.37
6308
+ engine: ''
6309
+ engine_version: ''
6310
+ device:
6311
+ type: desktop
6312
+ brand:
6313
+ model:
6314
+ os_family: Windows
6315
+ browser_family: Unknown
6316
+ -
6317
+ user_agent: GOGGalaxyClient/2.0.18.56 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6318
+ os:
6319
+ name: Windows
6320
+ short_name: WIN
6321
+ version: 10
6322
+ platform: x64
6323
+ client:
6324
+ type: browser
6325
+ name: GOG Galaxy
6326
+ short_name: GO
6327
+ version: 2.0.18.56
6328
+ engine: ''
6329
+ engine_version: ''
6330
+ device:
6331
+ type: desktop
6332
+ brand:
6333
+ model:
6334
+ os_family: Windows
6335
+ browser_family: Unknown
6336
+ -
6337
+ user_agent: GOGGalaxyClient/2.0.17.61 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6338
+ os:
6339
+ name: Windows
6340
+ short_name: WIN
6341
+ version: 10
6342
+ platform: x64
6343
+ client:
6344
+ type: browser
6345
+ name: GOG Galaxy
6346
+ short_name: GO
6347
+ version: 2.0.17.61
6348
+ engine: ''
6349
+ engine_version: ''
6350
+ device:
6351
+ type: desktop
6352
+ brand:
6353
+ model:
6354
+ os_family: Windows
6355
+ browser_family: Unknown
6356
+ -
6357
+ user_agent: GOGGalaxyClient/2.0.16.187 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6358
+ os:
6359
+ name: Windows
6360
+ short_name: WIN
6361
+ version: 10
6362
+ platform: x64
6363
+ client:
6364
+ type: browser
6365
+ name: GOG Galaxy
6366
+ short_name: GO
6367
+ version: 2.0.16.187
6368
+ engine: ''
6369
+ engine_version: ''
6370
+ device:
6371
+ type: desktop
6372
+ brand:
6373
+ model:
6374
+ os_family: Windows
6375
+ browser_family: Unknown
6376
+ -
6377
+ user_agent: GOGGalaxyClient/2.0.15.43 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6378
+ os:
6379
+ name: Windows
6380
+ short_name: WIN
6381
+ version: 10
6382
+ platform: x64
6383
+ client:
6384
+ type: browser
6385
+ name: GOG Galaxy
6386
+ short_name: GO
6387
+ version: 2.0.15.43
6388
+ engine: ''
6389
+ engine_version: ''
6390
+ device:
6391
+ type: desktop
6392
+ brand:
6393
+ model:
6394
+ os_family: Windows
6395
+ browser_family: Unknown
6396
+ -
6397
+ user_agent: GOGGalaxyClient/2.0.14.254 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6398
+ os:
6399
+ name: Windows
6400
+ short_name: WIN
6401
+ version: 10
6402
+ platform: x64
6403
+ client:
6404
+ type: browser
6405
+ name: GOG Galaxy
6406
+ short_name: GO
6407
+ version: 2.0.14.254
6408
+ engine: ''
6409
+ engine_version: ''
6410
+ device:
6411
+ type: desktop
6412
+ brand:
6413
+ model:
6414
+ os_family: Windows
6415
+ browser_family: Unknown
6416
+ -
6417
+ user_agent: GOGGalaxyClient/2.0.13.184 (GOG Galaxy) 83b6745cff679691b69876bc7ee33e05e5d90bda (win10 x64)
6418
+ os:
6419
+ name: Windows
6420
+ short_name: WIN
6421
+ version: 10
6422
+ platform: x64
6423
+ client:
6424
+ type: browser
6425
+ name: GOG Galaxy
6426
+ short_name: GO
6427
+ version: 2.0.13.184
6428
+ engine: ''
6429
+ engine_version: ''
6430
+ device:
6431
+ type: desktop
6432
+ brand:
6433
+ model:
6434
+ os_family: Windows
6435
+ browser_family: Unknown
6436
+ -
6437
+ user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27
6438
+ os:
6439
+ name: Mac
6440
+ short_name: MAC
6441
+ version: ""
6442
+ platform: ""
6443
+ client:
6444
+ type: browser
6445
+ name: Opera
6446
+ short_name: OP
6447
+ version: "9.27"
6448
+ engine: Presto
6449
+ engine_version: ""
6450
+ device:
6451
+ type: desktop
6452
+ brand: AP
6453
+ model: ""
6454
+ os_family: Mac
6455
+ browser_family: Opera