From 48f9205f2575a2b549066b93ebcea04790edb39b Mon Sep 17 00:00:00 2001 From: limoruirui <1776862618@qq.com> Date: Sat, 27 Aug 2022 11:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 777.js | 32 - JS/.gitkeep | 0 iqiyiRed.js => backUp/iqiyiRed.js | 0 txsp_vipRed.py => backUp/txsp_vipRed.py | 12 - txspjfdh.py => backUp/txspjfdh.py | 0 iqiyi.py | 3 +- iqiyiSignin.py | 90 - logs/.gitkeep | 0 requirements.txt | 2 + test.js | 3 - tools/aes_encrypt.py | 49 + iaiqiLogin.py => tools/iqiyi_login.py | 35 +- tools/rsa_encrypt.py | 23 + tools/send_msg.py | 44 + tools/tool.py | 77 + user-agent.json | 11804 --- user-agents.json | 94930 ---------------------- data (1).json => user_agent.json | 0 18 files changed, 222 insertions(+), 106882 deletions(-) delete mode 100644 777.js create mode 100644 JS/.gitkeep rename iqiyiRed.js => backUp/iqiyiRed.js (100%) rename txsp_vipRed.py => backUp/txsp_vipRed.py (96%) rename txspjfdh.py => backUp/txspjfdh.py (100%) delete mode 100644 iqiyiSignin.py create mode 100644 logs/.gitkeep create mode 100644 requirements.txt delete mode 100644 test.js create mode 100644 tools/aes_encrypt.py rename iaiqiLogin.py => tools/iqiyi_login.py (80%) create mode 100644 tools/rsa_encrypt.py create mode 100644 tools/send_msg.py create mode 100644 tools/tool.py delete mode 100644 user-agent.json delete mode 100644 user-agents.json rename data (1).json => user_agent.json (100%) diff --git a/777.js b/777.js deleted file mode 100644 index 0310ad1..0000000 --- a/777.js +++ /dev/null @@ -1,32 +0,0 @@ -function Env(t,e){class s{constructor(t){this.env=t}send(t,e="GET"){t="string"==typeof t?{url:t}:t;let s=this.get;return"POST"===e&&(s=this.post),new Promise((e,i)=>{s.call(this,t,(t,s,r)=>{t?i(t):e(s)})})}get(t){return this.send.call(this.env,t)}post(t){return this.send.call(this.env,t,"POST")}}return new class{constructor(t,e){this.name=t,this.http=new s(this),this.data=null,this.dataFile="box.dat",this.logs=[],this.isMute=!1,this.isNeedRewrite=!1,this.logSeparator="\n",this.startTime=(new Date).getTime(),Object.assign(this,e),this.log("",`\ud83d\udd14${this.name}, \u5f00\u59cb!`)}isNode(){return"undefined"!=typeof module&&!!module.exports}isQuanX(){return"undefined"!=typeof $task}isSurge(){return"undefined"!=typeof $httpClient&&"undefined"==typeof $loon}isLoon(){return"undefined"!=typeof $loon}toObj(t,e=null){try{return JSON.parse(t)}catch{return e}}toStr(t,e=null){try{return JSON.stringify(t)}catch{return e}}getjson(t,e){let s=e;const i=this.getdata(t);if(i)try{s=JSON.parse(this.getdata(t))}catch{}return s}setjson(t,e){try{return this.setdata(JSON.stringify(t),e)}catch{return!1}}getScript(t){return new Promise(e=>{this.get({url:t},(t,s,i)=>e(i))})}runScript(t,e){return new Promise(s=>{let i=this.getdata("@chavy_boxjs_userCfgs.httpapi");i=i?i.replace(/\n/g,"").trim():i;let r=this.getdata("@chavy_boxjs_userCfgs.httpapi_timeout");r=r?1*r:20,r=e&&e.timeout?e.timeout:r;const[o,h]=i.split("@"),a={url:`http://${h}/v1/scripting/evaluate`,body:{script_text:t,mock_type:"cron",timeout:r},headers:{"X-Key":o,Accept:"*/*"}};this.post(a,(t,e,i)=>s(i))}).catch(t=>this.logErr(t))}loaddata(){if(!this.isNode())return{};{this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e);if(!s&&!i)return{};{const i=s?t:e;try{return JSON.parse(this.fs.readFileSync(i))}catch(t){return{}}}}}writedata(){if(this.isNode()){this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e),r=JSON.stringify(this.data);s?this.fs.writeFileSync(t,r):i?this.fs.writeFileSync(e,r):this.fs.writeFileSync(t,r)}}lodash_get(t,e,s){const i=e.replace(/\[(\d+)\]/g,".$1").split(".");let r=t;for(const t of i)if(r=Object(r)[t],void 0===r)return s;return r}lodash_set(t,e,s){return Object(t)!==t?t:(Array.isArray(e)||(e=e.toString().match(/[^.[\]]+/g)||[]),e.slice(0,-1).reduce((t,s,i)=>Object(t[s])===t[s]?t[s]:t[s]=Math.abs(e[i+1])>>0==+e[i+1]?[]:{},t)[e[e.length-1]]=s,t)}getdata(t){let e=this.getval(t);if(/^@/.test(t)){const[,s,i]=/^@(.*?)\.(.*?)$/.exec(t),r=s?this.getval(s):"";if(r)try{const t=JSON.parse(r);e=t?this.lodash_get(t,i,""):e}catch(t){e=""}}return e}setdata(t,e){let s=!1;if(/^@/.test(e)){const[,i,r]=/^@(.*?)\.(.*?)$/.exec(e),o=this.getval(i),h=i?"null"===o?null:o||"{}":"{}";try{const e=JSON.parse(h);this.lodash_set(e,r,t),s=this.setval(JSON.stringify(e),i)}catch(e){const o={};this.lodash_set(o,r,t),s=this.setval(JSON.stringify(o),i)}}else s=this.setval(t,e);return s}getval(t){return this.isSurge()||this.isLoon()?$persistentStore.read(t):this.isQuanX()?$prefs.valueForKey(t):this.isNode()?(this.data=this.loaddata(),this.data[t]):this.data&&this.data[t]||null}setval(t,e){return this.isSurge()||this.isLoon()?$persistentStore.write(t,e):this.isQuanX()?$prefs.setValueForKey(t,e):this.isNode()?(this.data=this.loaddata(),this.data[e]=t,this.writedata(),!0):this.data&&this.data[e]||null}initGotEnv(t){this.got=this.got?this.got:require("got"),this.cktough=this.cktough?this.cktough:require("tough-cookie"),this.ckjar=this.ckjar?this.ckjar:new this.cktough.CookieJar,t&&(t.headers=t.headers?t.headers:{},void 0===t.headers.Cookie&&void 0===t.cookieJar&&(t.cookieJar=this.ckjar))}get(t,e=(()=>{})){t.headers&&(delete t.headers["Content-Type"],delete t.headers["Content-Length"]),this.isSurge()||this.isLoon()?(this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.get(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)})):this.isQuanX()?(this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t))):this.isNode()&&(this.initGotEnv(t),this.got(t).on("redirect",(t,e)=>{try{if(t.headers["set-cookie"]){const s=t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString();s&&this.ckjar.setCookieSync(s,null),e.cookieJar=this.ckjar}}catch(t){this.logErr(t)}}).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)}))}post(t,e=(()=>{})){if(t.body&&t.headers&&!t.headers["Content-Type"]&&(t.headers["Content-Type"]="application/x-www-form-urlencoded"),t.headers&&delete t.headers["Content-Length"],this.isSurge()||this.isLoon())this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.post(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)});else if(this.isQuanX())t.method="POST",this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t));else if(this.isNode()){this.initGotEnv(t);const{url:s,...i}=t;this.got.post(s,i).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)})}}time(t){let e={"M+":(new Date).getMonth()+1,"d+":(new Date).getDate(),"H+":(new Date).getHours(),"m+":(new Date).getMinutes(),"s+":(new Date).getSeconds(),"q+":Math.floor(((new Date).getMonth()+3)/3),S:(new Date).getMilliseconds()};/(y+)/.test(t)&&(t=t.replace(RegExp.$1,((new Date).getFullYear()+"").substr(4-RegExp.$1.length)));for(let s in e)new RegExp("("+s+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?e[s]:("00"+e[s]).substr((""+e[s]).length)));return t}msg(e=t,s="",i="",r){const o=t=>{if(!t)return t;if("string"==typeof t)return this.isLoon()?t:this.isQuanX()?{"open-url":t}:this.isSurge()?{url:t}:void 0;if("object"==typeof t){if(this.isLoon()){let e=t.openUrl||t.url||t["open-url"],s=t.mediaUrl||t["media-url"];return{openUrl:e,mediaUrl:s}}if(this.isQuanX()){let e=t["open-url"]||t.url||t.openUrl,s=t["media-url"]||t.mediaUrl;return{"open-url":e,"media-url":s}}if(this.isSurge()){let e=t.url||t.openUrl||t["open-url"];return{url:e}}}};if(this.isMute||(this.isSurge()||this.isLoon()?$notification.post(e,s,i,o(r)):this.isQuanX()&&$notify(e,s,i,o(r))),!this.isMuteLog){let t=["","==============\ud83d\udce3\u7cfb\u7edf\u901a\u77e5\ud83d\udce3=============="];t.push(e),s&&t.push(s),i&&t.push(i),console.log(t.join("\n")),this.logs=this.logs.concat(t)}}log(...t){t.length>0&&(this.logs=[...this.logs,...t]),console.log(t.join(this.logSeparator))}logErr(t,e){const s=!this.isSurge()&&!this.isQuanX()&&!this.isLoon();s?this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t.stack):this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t)}wait(t){return new Promise(e=>setTimeout(e,t))}done(t={}){const e=(new Date).getTime(),s=(e-this.startTime)/1e3;this.log("",`\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${s} \u79d2`),this.log(),(this.isSurge()||this.isQuanX()||this.isLoon())&&$done(t)}}(t,e)} -const $ = new Env('阅读body获取') - - -if ($request && $request.method != `OPTIONS`&& $request.url.match(/\/article\/info/)) { - const articlebodyVal = 'p=' + $request.url.split('zqkd_param=')[1] -let YouthBody=[]; - if (articlebodyVal) { - let bodys=$.getdata('zqgetbody_body'); - - if(bodys){ - - if(bodys.indexOf(articlebodyVal)!=-1){ - $.msg('阅读body重复'); - $.done(); - - } - - YouthBody = bodys.split('&'); - - - bodys=articlebodyVal+'&'+bodys; - } - else{ - bodys=articlebodyVal; - } - $.setdata(bodys,'zqgetbody_body') - $.msg('','',`添加阅读请求: 成功🎉,当前body${YouthBody.length+1}`) - } - } - -$.done(); diff --git a/JS/.gitkeep b/JS/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/iqiyiRed.js b/backUp/iqiyiRed.js similarity index 100% rename from iqiyiRed.js rename to backUp/iqiyiRed.js diff --git a/txsp_vipRed.py b/backUp/txsp_vipRed.py similarity index 96% rename from txsp_vipRed.py rename to backUp/txsp_vipRed.py index 556bedb..9334c3d 100644 --- a/txsp_vipRed.py +++ b/backUp/txsp_vipRed.py @@ -126,18 +126,6 @@ class Txsp_vipRed: self.head = findall(r"\"head\":\"(.*?)\"", data)[0] self.nickname = findall(r"\"nick\":\"(.*?)\"", data)[0] - """碰了别人的则上报别人的次数+1 用于计数别人的蛋有没有碰完 暂时未使用 后续观察情况再说""" - - def laisee_id_success(self, laisee_id): - url = "https://api.ruirui.fun/txsp/laisee_id_success" - body = { - "laisee_id": laisee_id - } - try: - post(url, json=body) - except: - self.print_now("上报失败") - def get_laisee_id(self): url = "https://api.ruirui.fun/txsp/get_laisee_id" try: diff --git a/txspjfdh.py b/backUp/txspjfdh.py similarity index 100% rename from txspjfdh.py rename to backUp/txspjfdh.py diff --git a/iqiyi.py b/iqiyi.py index c8b4d8d..590eb64 100644 --- a/iqiyi.py +++ b/iqiyi.py @@ -23,7 +23,7 @@ cookie = "" iqiyi_dfp = "" from time import sleep, time from random import randint, choice -from json import dumps, loads +from json import dumps from hashlib import md5 as md5Encode from string import digits, ascii_lowercase, ascii_uppercase from sys import exit, stdout @@ -201,6 +201,7 @@ class Iqiyi: self.uid = data['data']['userinfo']['pru'] else: self.print_now("请求api失败 最大可能是cookie失效了 也可能是网络问题") + self.tgpush("爱奇艺每日任务: 请求api失败 最大可能是cookie失效了 也可能是网络问题") exit(0) def get_watch_time(self): diff --git a/iqiyiSignin.py b/iqiyiSignin.py deleted file mode 100644 index 36efa94..0000000 --- a/iqiyiSignin.py +++ /dev/null @@ -1,90 +0,0 @@ -# 本脚本是一个半成品 不可以直接使用 请先确认自己能抓到自己签到链接再折腾,避免浪费自己时间 签到链接格式如下 抓这个格式的就行 注意的是在正式发post包之前会有一个options预检包 这里面的链接应该也是能用的 ck过期则签到链接过期 理论上是三个月吧 -# url = 'https://community.iqiyi.com/openApi/task/execute?agentType=1&agentversion=1&appKey=basic_pcw&authCookie=xxx&qyid=xxx&sign=xxx&task_code=natural_month_sign×tamp=xxx&typeCode=point&userId=xxx' -# 本来前天就弄好了 不过一直在思考可行方案 不知道发什么形式的好 增加获取签到链接的api的最有效的 但也是争议性最大的 我服务器也承担被攻击风险 想来想去还是决定按现在这个方案走 自己抓 -# 使用方式 直接下raw文件或者在自己机器上新建一个同名文件复制粘贴内容进去都可以 测试python3版本在3.6.x-3.8.x都可用 其它自测 -# 本来不太想发的 sign逆向虽然弄出来了 但不确定开源出来会不会吃票 固定签到链接虽然能签到 但是后续会怎么样不能保证,请自行斟酌是否使用 -# ck填写规则 只填写P00001的value值 如(P00001=xxx;的话 只填写xxx 不要P00001=) 会操作的话 库里有爱奇艺扫码获取P00001的脚本或者直接抓包软件抓 -# 只写了tg推送 推送信息写在 24 25行处 若是能访问tg的机器会走tg原生接口 否则走饭袋api推送(参考温佬wenmoux的) 因为自己平常都是用tg推送 本来想加一个以前写过的pushplus 不过找不到代码放在哪里了 所以还是算了 -# 本项目使用了第三方库requests 如果没安装报错请按报错信息执行,其它库均为py原生库 -# 本人不使用青龙 但是青龙原理也是一样 单独下raw脚本 然后改脚本内容 不支持环境变量 -# 后续大概可能应该也许不会更新什么了,医学生大五忙毕业了 最多加个上传ck自动获取签到链接的api 不过毕竟上传ck这种东西很敏感 而且我api服务器也可能会面临风险 所以可能也不弄 大家能抓到就用不会抓就等其它大佬更新一个更可行的方案 -# 1.21更新 增加了一个上传ck获取自己号签到链接的api 默认为关闭状态 开启请在 29 行填open 上传ck有风险 有能力请自行抓包 -# 本脚本仅供交流,请仔细斟酌得失再行使用,用户行为均与作者无关 - -try: - from requests import post, get -except: - print("你还没有安装requests库,请执行pip3 install requests安装后再执行本脚本") -from json import dumps -from hashlib import md5 -from random import choice -from string import digits, ascii_lowercase -from base64 import b64decode - -ck = '' -bot_token = '' -user_id = '' -url = '' -# 以下变量若设置为 open 则本脚本会将ck上传给api获取你自己的签到url 将打印出来的url填入 25 行的url里即可不用抓签到链接的包 -mode = '' #默认为空,为正常执行签到 填入 open 执行脚本可获取签到链接 获取保存好之后请删除 open 否则不会进行签到任务 - -def main(): - data = { - "natural_month_sign" : { - "taskCode" : "iQIYI_mofhr", - "agentType" : 1, - "agentversion" : 1, - "authCookie" : ck, - "qyid" : md5Encode(uuid(16)), - "verticalCode" : "iQIYI" - } -} - headers = { - 'User-Agent': 'Mozilla/5.0 (iPad; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 IqiyiApp/iqiyi IqiyiVersion/12.11.5 IqiyiPlatform/2_22_221 WebVersion/QYWebContainer QYStyleModel/(dark)', - 'Content-Type':'application/json' - } - data = post(url, headers=headers, data=dumps(data)).json() - print(data) - if data['code'] == 'A00000': - try: - tgpush('今日签到成功或者已经签到了') - except: - print('你还没有填写tg推送信息或者网络问题') - return '签到成功' - else: - return '签到失败,原因可能是签到接口又又又又改了' - -def md5Encode(str): - m = md5(str.encode(encoding='utf-8')) - return m.hexdigest() - -def uuid(num): - str = '' - for i in range(num): - str += choice(digits + ascii_lowercase) - return str - -def tgpush(content): - url = f"https://api.telegram.org/bot{bot_token}/sendMessage" - headers = {'Content-Type': 'application/x-www-form-urlencoded'} - data = {'chat_id': str(user_id), 'text': content, 'disable_web_page_preview': 'true'} - try: - req = post(url, headers=headers, data=data, timeout=10) - except: - print('推送失败,请检查网络问题') -def tgpush2(content): - url = f"https://telegram_proxy.lulafun.workers.dev/bot{bot_token}/sendMessage?parse_mode=Markdown&text={content}&chat_id={user_id}" - try: - req = get(url, timeout=30) - except: - print('推送失败') - -def getUrl(): - headers = {'Content-Type':'application/json'} - data = {"ck":ck} - return post(str(b64decode('aHR0cHM6Ly9zZXJ2aWNlLTA4aWlldTF3LTEzMDgxNDY3MTguZ3ouYXBpZ3cudGVuY2VudGNzLmNvbS9yZWxlYXNlL2dldHVybA==').decode()), headers=headers, data=dumps(data), timeout=20).json()['s'] -if __name__ == '__main__': - if mode == 'open': - print(getUrl()) - else: - main() diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..61dd3c0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +pycryptodome \ No newline at end of file diff --git a/test.js b/test.js deleted file mode 100644 index bfec9e1..0000000 --- a/test.js +++ /dev/null @@ -1,3 +0,0 @@ -function Env(t,e){class s{constructor(t){this.env=t}send(t,e="GET"){t="string"==typeof t?{url:t}:t;let s=this.get;return"POST"===e&&(s=this.post),new Promise((e,i)=>{s.call(this,t,(t,s,r)=>{t?i(t):e(s)})})}get(t){return this.send.call(this.env,t)}post(t){return this.send.call(this.env,t,"POST")}}return new class{constructor(t,e){this.name=t,this.http=new s(this),this.data=null,this.dataFile="box.dat",this.logs=[],this.isMute=!1,this.isNeedRewrite=!1,this.logSeparator="\n",this.startTime=(new Date).getTime(),Object.assign(this,e),this.log("",`\ud83d\udd14${this.name}, \u5f00\u59cb!`)}isNode(){return"undefined"!=typeof module&&!!module.exports}isQuanX(){return"undefined"!=typeof $task}isSurge(){return"undefined"!=typeof $httpClient&&"undefined"==typeof $loon}isLoon(){return"undefined"!=typeof $loon}toObj(t,e=null){try{return JSON.parse(t)}catch{return e}}toStr(t,e=null){try{return JSON.stringify(t)}catch{return e}}getjson(t,e){let s=e;const i=this.getdata(t);if(i)try{s=JSON.parse(this.getdata(t))}catch{}return s}setjson(t,e){try{return this.setdata(JSON.stringify(t),e)}catch{return!1}}getScript(t){return new Promise(e=>{this.get({url:t},(t,s,i)=>e(i))})}runScript(t,e){return new Promise(s=>{let i=this.getdata("@chavy_boxjs_userCfgs.httpapi");i=i?i.replace(/\n/g,"").trim():i;let r=this.getdata("@chavy_boxjs_userCfgs.httpapi_timeout");r=r?1*r:20,r=e&&e.timeout?e.timeout:r;const[o,h]=i.split("@"),a={url:`http://${h}/v1/scripting/evaluate`,body:{script_text:t,mock_type:"cron",timeout:r},headers:{"X-Key":o,Accept:"*/*"}};this.post(a,(t,e,i)=>s(i))}).catch(t=>this.logErr(t))}loaddata(){if(!this.isNode())return{};{this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e);if(!s&&!i)return{};{const i=s?t:e;try{return JSON.parse(this.fs.readFileSync(i))}catch(t){return{}}}}}writedata(){if(this.isNode()){this.fs=this.fs?this.fs:require("fs"),this.path=this.path?this.path:require("path");const t=this.path.resolve(this.dataFile),e=this.path.resolve(process.cwd(),this.dataFile),s=this.fs.existsSync(t),i=!s&&this.fs.existsSync(e),r=JSON.stringify(this.data);s?this.fs.writeFileSync(t,r):i?this.fs.writeFileSync(e,r):this.fs.writeFileSync(t,r)}}lodash_get(t,e,s){const i=e.replace(/\[(\d+)\]/g,".$1").split(".");let r=t;for(const t of i)if(r=Object(r)[t],void 0===r)return s;return r}lodash_set(t,e,s){return Object(t)!==t?t:(Array.isArray(e)||(e=e.toString().match(/[^.[\]]+/g)||[]),e.slice(0,-1).reduce((t,s,i)=>Object(t[s])===t[s]?t[s]:t[s]=Math.abs(e[i+1])>>0==+e[i+1]?[]:{},t)[e[e.length-1]]=s,t)}getdata(t){let e=this.getval(t);if(/^@/.test(t)){const[,s,i]=/^@(.*?)\.(.*?)$/.exec(t),r=s?this.getval(s):"";if(r)try{const t=JSON.parse(r);e=t?this.lodash_get(t,i,""):e}catch(t){e=""}}return e}setdata(t,e){let s=!1;if(/^@/.test(e)){const[,i,r]=/^@(.*?)\.(.*?)$/.exec(e),o=this.getval(i),h=i?"null"===o?null:o||"{}":"{}";try{const e=JSON.parse(h);this.lodash_set(e,r,t),s=this.setval(JSON.stringify(e),i)}catch(e){const o={};this.lodash_set(o,r,t),s=this.setval(JSON.stringify(o),i)}}else s=this.setval(t,e);return s}getval(t){return this.isSurge()||this.isLoon()?$persistentStore.read(t):this.isQuanX()?$prefs.valueForKey(t):this.isNode()?(this.data=this.loaddata(),this.data[t]):this.data&&this.data[t]||null}setval(t,e){return this.isSurge()||this.isLoon()?$persistentStore.write(t,e):this.isQuanX()?$prefs.setValueForKey(t,e):this.isNode()?(this.data=this.loaddata(),this.data[e]=t,this.writedata(),!0):this.data&&this.data[e]||null}initGotEnv(t){this.got=this.got?this.got:require("got"),this.cktough=this.cktough?this.cktough:require("tough-cookie"),this.ckjar=this.ckjar?this.ckjar:new this.cktough.CookieJar,t&&(t.headers=t.headers?t.headers:{},void 0===t.headers.Cookie&&void 0===t.cookieJar&&(t.cookieJar=this.ckjar))}get(t,e=(()=>{})){t.headers&&(delete t.headers["Content-Type"],delete t.headers["Content-Length"]),this.isSurge()||this.isLoon()?(this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.get(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)})):this.isQuanX()?(this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t))):this.isNode()&&(this.initGotEnv(t),this.got(t).on("redirect",(t,e)=>{try{if(t.headers["set-cookie"]){const s=t.headers["set-cookie"].map(this.cktough.Cookie.parse).toString();s&&this.ckjar.setCookieSync(s,null),e.cookieJar=this.ckjar}}catch(t){this.logErr(t)}}).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)}))}post(t,e=(()=>{})){if(t.body&&t.headers&&!t.headers["Content-Type"]&&(t.headers["Content-Type"]="application/x-www-form-urlencoded"),t.headers&&delete t.headers["Content-Length"],this.isSurge()||this.isLoon())this.isSurge()&&this.isNeedRewrite&&(t.headers=t.headers||{},Object.assign(t.headers,{"X-Surge-Skip-Scripting":!1})),$httpClient.post(t,(t,s,i)=>{!t&&s&&(s.body=i,s.statusCode=s.status),e(t,s,i)});else if(this.isQuanX())t.method="POST",this.isNeedRewrite&&(t.opts=t.opts||{},Object.assign(t.opts,{hints:!1})),$task.fetch(t).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>e(t));else if(this.isNode()){this.initGotEnv(t);const{url:s,...i}=t;this.got.post(s,i).then(t=>{const{statusCode:s,statusCode:i,headers:r,body:o}=t;e(null,{status:s,statusCode:i,headers:r,body:o},o)},t=>{const{message:s,response:i}=t;e(s,i,i&&i.body)})}}time(t){let e={"M+":(new Date).getMonth()+1,"d+":(new Date).getDate(),"H+":(new Date).getHours(),"m+":(new Date).getMinutes(),"s+":(new Date).getSeconds(),"q+":Math.floor(((new Date).getMonth()+3)/3),S:(new Date).getMilliseconds()};/(y+)/.test(t)&&(t=t.replace(RegExp.$1,((new Date).getFullYear()+"").substr(4-RegExp.$1.length)));for(let s in e)new RegExp("("+s+")").test(t)&&(t=t.replace(RegExp.$1,1==RegExp.$1.length?e[s]:("00"+e[s]).substr((""+e[s]).length)));return t}msg(e=t,s="",i="",r){const o=t=>{if(!t)return t;if("string"==typeof t)return this.isLoon()?t:this.isQuanX()?{"open-url":t}:this.isSurge()?{url:t}:void 0;if("object"==typeof t){if(this.isLoon()){let e=t.openUrl||t.url||t["open-url"],s=t.mediaUrl||t["media-url"];return{openUrl:e,mediaUrl:s}}if(this.isQuanX()){let e=t["open-url"]||t.url||t.openUrl,s=t["media-url"]||t.mediaUrl;return{"open-url":e,"media-url":s}}if(this.isSurge()){let e=t.url||t.openUrl||t["open-url"];return{url:e}}}};if(this.isMute||(this.isSurge()||this.isLoon()?$notification.post(e,s,i,o(r)):this.isQuanX()&&$notify(e,s,i,o(r))),!this.isMuteLog){let t=["","==============\ud83d\udce3\u7cfb\u7edf\u901a\u77e5\ud83d\udce3=============="];t.push(e),s&&t.push(s),i&&t.push(i),console.log(t.join("\n")),this.logs=this.logs.concat(t)}}log(...t){t.length>0&&(this.logs=[...this.logs,...t]),console.log(t.join(this.logSeparator))}logErr(t,e){const s=!this.isSurge()&&!this.isQuanX()&&!this.isLoon();s?this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t.stack):this.log("",`\u2757\ufe0f${this.name}, \u9519\u8bef!`,t)}wait(t){return new Promise(e=>setTimeout(e,t))}done(t={}){const e=(new Date).getTime(),s=(e-this.startTime)/1e3;this.log("",`\ud83d\udd14${this.name}, \u7ed3\u675f! \ud83d\udd5b ${s} \u79d2`),this.log(),(this.isSurge()||this.isQuanX()||this.isLoon())&&$done(t)}}(t,e)} -const $ = new Env("中青看点") - $.msg($.getdata('zqgetbody_body')); diff --git a/tools/aes_encrypt.py b/tools/aes_encrypt.py new file mode 100644 index 0000000..5f943a9 --- /dev/null +++ b/tools/aes_encrypt.py @@ -0,0 +1,49 @@ +#!/usr/bin/python3 +# -- coding: utf-8 -- +# ------------------------------- +# @Author : github@limoruirui https://github.com/limoruirui +# @Time : 2022/8/22 18:13 +# ------------------------------- +""" +aes加密解密工具 目前仅支持ECB/CBC 块长度均为128位 padding只支持pkcs7/zero_padding(aes中没有pkcs5 能用的pkcs5其实是执行的pkcs7) 后续有需要再加 +pycryptdemo限制 同一个aes加密对象不能即加密又解密 所以当加密和解密都需要执行时 需要重新new一个对象增加额外开销 + -- A cipher object is stateful: once you have encrypted a message , you cannot encrypt (or decrypt) another message using the same object.  +""" +from Crypto.Cipher import AES +from binascii import b2a_hex, a2b_hex +from base64 import b64encode, b64decode +class AES_Ctypt: + def __init__(self, key, iv=None, mode="ECB"): + if len(key) % 16 != 0: + key = key + (AES.block_size - len(key) % AES.block_size) * chr(0) + self.key = key.encode("utf-8") + if mode == "ECB": + self.mode = AES.MODE_ECB + elif mode == "CBC": + self.mode = AES.MODE_CBC + else: + print("您选择的加密方式错误") + if iv is None: + self.cipher = AES.new(self.key, self.mode) + else: + if isinstance(iv, str): + self.cipher = AES.new(self.key, self.mode, iv.encode("utf-8")) + else: + print("偏移量不为字符串") + def encrypt(self, data, padding="pkcs7", b64=False): + bs = AES.block_size + pkcs7_padding = lambda s: s + (bs - len(s.encode()) % bs) * chr(bs - len(s.encode()) % bs) + zero_padding = lambda s: s + (bs - len(s) % bs) * chr(0) + pad = pkcs7_padding if padding=="pkcs7" else zero_padding + data = self.cipher.encrypt(pad(data).encode("utf8")) + encrypt_data = b64encode(data) if b64 else b2a_hex(data) # 输出hex或者base64 + return encrypt_data.decode('utf8') + def decrypt(self, data, b64=False): + data = b64decode(data) if b64 else a2b_hex(data) + decrypt_data = self.cipher.decrypt(data).decode() + # 去掉padding + # pkcs7_unpadding = lambda s: s.replace(s[-1], "") + # zero_unpadding = lambda s: s.replace(chr(0), "") + # unpadding = pkcs7_unpadding if padding=="pkcs7" else zero_unpadding + unpadding = lambda s: s.replace(s[-1], "") + return unpadding(decrypt_data) \ No newline at end of file diff --git a/iaiqiLogin.py b/tools/iqiyi_login.py similarity index 80% rename from iaiqiLogin.py rename to tools/iqiyi_login.py index 2fbd07b..02d2806 100644 --- a/iaiqiLogin.py +++ b/tools/iqiyi_login.py @@ -1,13 +1,14 @@ -#留作备份 -#扫码获取爱奇艺P00001, 此二维码有效期只有半分钟,但是爱奇艺没给二维码失效判断,所以默认执行6次后未完成扫码就结束 -#实测此方法获取的P00001有效期为三个月,如果只用于签到和日常任务,超过三个月之后还能用,但是无法碰蛋和查询信息 -#第十行若选择本地展示 则需要安装PIL库,若选择tg推送,需在17 18行填写botToken和user_id +# 留作备份 +# 扫码获取爱奇艺P00001, 此二维码有效期只有半分钟,但是爱奇艺没给二维码失效判断,所以默认执行6次后未完成扫码就结束 +# 实测此方法获取的P00001有效期为三个月,如果只用于签到和日常任务,超过三个月之后还能用,但是无法碰蛋和查询信息 +# 第十行若选择本地展示 则需要安装PIL库,若选择tg推送,需在17 18行填写botToken和user_id from requests import post, get from random import random from hashlib import md5 from time import sleep from os import remove -qrShowType = '本地展示' #可选择 本地展示 tg推送 #默认本地展示 适合本地有图形界面的机器使用 tg推送则不需要图形界面,但需要考虑网络问题 + +qrShowType = '本地展示' # 可选择 本地展示 tg推送 #默认本地展示 适合本地有图形界面的机器使用 tg推送则不需要图形界面,但需要考虑网络问题 if qrShowType == '本地展示': try: from PIL import image @@ -16,6 +17,8 @@ if qrShowType == '本地展示': else: botToken = '' user_id = '' + + def tgpush(content): url = f"https://api.telegram.org/bot{botToken}/sendPhoto" headers = {'Content-Type': 'application/x-www-form-urlencoded'} @@ -24,6 +27,8 @@ def tgpush(content): req = post(url, headers=headers, data=data, timeout=20) except: print('推送失败') + + def getToken(): url = 'https://passport.iqiyi.com/apis/qrcode/gen_login_token.action' headers = { @@ -40,6 +45,8 @@ def getToken(): 'surl': 1 } return post(url, headers=headers, data=data).json()['data']['token'] + + def qrcode(token): url = f'https://qrcode.iqiyipic.com/login/?data=https%3A%2F%2Fpassport.iqiyi.com%2Fapis%2Fqrcode%2Ftoken_login.action%3Ftoken%3D{token}&property=0&salt={md5Encode(f"35f4223bb8f6c8638dc91d94e9b16f5https%3A%2F%2Fpassport.iqiyi.com%2Fapis%2Fqrcode%2Ftoken_login.action%3Ftoken%3D{token}")}&width=162&_={random()}' if qrShowType == 'tg推送': @@ -52,11 +59,13 @@ def qrcode(token): with open('登录二维码.png', 'wb') as f: f.write(req.content) image.open('登录二维码.png').show() + + def login(token): url = 'https://passport.iqiyi.com/apis/qrcode/is_token_login.action' headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36' - } + } data = { 'agenttype': 1, 'app_version': '', @@ -78,18 +87,24 @@ def login(token): return cookie else: sleep(8) - continue + continue try: remove('登录二维码.png') except: print('当前为tg推送,未生成本地图片,无需删除') return '本次扫码未成功,可能是二维码失效或者未知原因' + + def start(): token = getToken() qrcode(token) print(login(token)) -def md5Encode(str): - m = md5(str.encode(encoding='utf-8')) - return m.hexdigest() + + +def md5Encode(str): + m = md5(str.encode(encoding='utf-8')) + return m.hexdigest() + + if __name__ == '__main__': start() diff --git a/tools/rsa_encrypt.py b/tools/rsa_encrypt.py new file mode 100644 index 0000000..a6adb5b --- /dev/null +++ b/tools/rsa_encrypt.py @@ -0,0 +1,23 @@ +#!/usr/bin/python3 +# -- coding: utf-8 -- +# ------------------------------- +# @Author : github@limoruirui https://github.com/limoruirui +# @Time : 2022/8/23 13:05 +# ------------------------------- +from Crypto.PublicKey.RSA import importKey +from Crypto.Cipher import PKCS1_v1_5 +from base64 import b64encode + +class RSA_Encrypt: + def __init__(self, key): + if isinstance(key, str): + # 若提供的rsa公钥不为pem格式 则先将hex转化为pem格式 + self.key = bytes.fromhex(key) if "PUBLIC KEY" not in key else key.encode() + else: + print("提供的公钥格式不正确") + def Encrypt(self, data, b64=False): + pub_key = importKey(self.key) + cipher = PKCS1_v1_5.new(pub_key) + rsa_text = cipher.encrypt(data.encode("utf8")) + rsa_text = b64encode(rsa_text).decode() if b64 else rsa_text.hex() + return rsa_text \ No newline at end of file diff --git a/tools/send_msg.py b/tools/send_msg.py new file mode 100644 index 0000000..52d6099 --- /dev/null +++ b/tools/send_msg.py @@ -0,0 +1,44 @@ +#!/usr/bin/python3 +# -- coding: utf-8 -- +# ------------------------------- +# @Author : github@limoruirui https://github.com/limoruirui +# @Time : 2022/8/23 23:31 +# ------------------------------- +from requests import post +from json import dumps +from tool import get_environ + +tg_userId = get_environ("TG_USER_ID") +tgbot_token = get_environ("TG_BOT_TOKEN") +tg_push_api = get_environ("TG_API_HOST") +pushplus_token = get_environ("PUSH_PLUS_TOKEN") + +def tgpush(title, content): + url = f"https://api.telegram.org/bot{tgbot_token}/sendMessage" + if tg_push_api != "": + url = f"https://{tg_push_api}/bot{tgbot_token}/sendMessage" + headers = {'Content-Type': 'application/x-www-form-urlencoded'} + data = {'chat_id': str(tg_userId), 'text': f"{title}\n{content}", 'disable_web_page_preview': 'true'} + try: + post(url, headers=headers, data=data, timeout=10) + except: + print('推送失败') +def pushplus(title, content): + url = "http://www.pushplus.plus/send" + headers = { + "Content-Type": "application/json" + } + data = { + "token": pushplus_token, + "title": title, + "content": content + } + try: + post(url, headers=headers, data=dumps(data)) + except: + print('推送失败') +def push(self, title, content): + if pushplus_token != "": + self.pushplus(title, content) + if tgbot_token != "" and tg_userId != "": + self.tgpush(title, content) \ No newline at end of file diff --git a/tools/tool.py b/tools/tool.py new file mode 100644 index 0000000..7641dd8 --- /dev/null +++ b/tools/tool.py @@ -0,0 +1,77 @@ +#!/usr/bin/python3 +# -- coding: utf-8 -- +# ------------------------------- +# @Author : github@limoruirui https://github.com/limoruirui +# @Time : 2022/8/22 17:56 +# ------------------------------- +""" +封装一些工具 +""" +from hashlib import md5 as md5Encode, sha1 +from hmac import new +from random import choice, randint +from string import digits, ascii_lowercase, ascii_uppercase +from time import sleep, time +from datetime import datetime, timedelta +from sys import stdout +from os import environ +from json import load + + +# 生成随机字符串 +def uuid(num, upper=False): + str = '' + if upper: + for i in range(num): + str += choice(digits + ascii_lowercase + ascii_uppercase) + else: + for i in range(num): + str += choice(digits + ascii_lowercase) + return str + + +# 修改print方法 避免某些环境下python执行print 不会去刷新缓存区导致信息第一时间不及时输出 +def print_now(content): + print(content) + stdout.flush() + + +def get_ua(): + with open("../user_agent.json", "rb") as f: + ua_list = load(f)["Chrome"] + ua = choice(ua_list) + return ua + + +# 随机休眠时长 若为0时区 TimeZone为真 +def random_sleep(min_time=300, max_time=5400, TimeZone=True): + random_time = randint(min_time, max_time) + print_now(f"随机等待{random_time}秒") + sleep(random_time) + now_time = (datetime.now() + timedelta(hours=8)).__format__("%Y-%m-%d %H:%M:%S") + if TimeZone: + now_time = (datetime.now()).__format__("%Y-%m-%d %H:%M:%S") + print_now(f"等待结束.开始执行 现在时间是------{now_time} ------------") + + +def timestamp(short=False): + if short: + return int(round(time())) + return int(round(time() * 1000)) + + +# md5 +def md5(str): + m = md5Encode(str.encode('utf8')) + return m.hexdigest() + + +# hmac sha1 +def hmac_sha1(data, key): + hmac_code = new(key.encode(), data.encode(), sha1) + return hmac_code.hexdigest() + + +# 封装读取环境变量的方法 +def get_environ(key, default=""): + return environ.get(key) if environ.get(key) else default diff --git a/user-agent.json b/user-agent.json deleted file mode 100644 index c9c0e58..0000000 --- a/user-agent.json +++ /dev/null @@ -1,11804 +0,0 @@ -{ - "BROWSERS": [], - "ABrowse": [ - "Mozilla/5.0 (compatible; U; ABrowse 0.6; Syllable) AppleWebKit/420+ (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; U; ABrowse 0.6; Syllable) AppleWebKit/420+ (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; ABrowse 0.4; Syllable)" - ], - "Acoo Browser": [ - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Acoo Browser 1.98.744; .NET CLR 3.5.30729)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Acoo Browser 1.98.744; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Acoo Browser; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SV1; Acoo Browser; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Avant Browser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Maxthon; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; GTB5;", - "Mozilla/4.0 (compatible; Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Acoo Browser 1.98.744; .NET CLR 3.5.30729); Windows NT 5.1; Trident/4.0)", - "Mozilla/4.0 (compatible; Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; Acoo Browser; .NET CLR 1.1.4322; .NET CLR 2.0.50727); Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Acoo Browser; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Acoo Browser; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; Acoo Browser; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Acoo Browser; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Acoo Browser; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Acoo Browser; InfoPath.2; .NET CLR 2.0.50727; Alexa Toolbar)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Acoo Browser; .NET CLR 2.0.50727; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Acoo Browser; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; FDM; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Acoo Browser; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" - ], - "America Online Browser": [ - "Mozilla/4.0 (compatible; MSIE 7.0; America Online Browser 1.1; Windows NT 5.1; (R1 1.5); .NET CLR 2.0.50727; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; America Online Browser 1.1; rev1.5; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; America Online Browser 1.1; rev1.5; Windows NT 5.1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; America Online Browser 1.1; rev1.5; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.1; .NET CLR 2.0.50727; Media Center PC 3.0; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1; HbTools 4.7.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; InfoPath.1; HbTools 4.8.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1; .NET CLR 1.1.4322; HbTools 4.7.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; SV1)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; FunWebProducts; (R1 1.5); HbTools 4.7.7)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1; FunWebProducts)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.5; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.5; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)" - ], - "AmigaVoyager": [ - "AmigaVoyager/3.2 (AmigaOS/MC680x0)", - "AmigaVoyager/2.95 (compatible; MC680x0; AmigaOS; SV1)", - "AmigaVoyager/2.95 (compatible; MC680x0; AmigaOS)" - ], - "AOL": [ - "Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.7; AOLBuild 4343.19; Windows NT 6.1; WOW64; Trident/5.0; FunWebProducts)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.7; AOLBuild 4343.27; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.7; AOLBuild 4343.21; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.7; AOLBuild 4343.19; Windows NT 5.1; Trident/4.0; GTB7.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.7; AOLBuild 4343.19; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.7; AOLBuild 4343.19; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.5004; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.5001; Windows NT 5.1; Trident/4.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.5000; Windows NT 5.1; Trident/4.0; FunWebProducts)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.5000; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.27; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.27; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.17; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.168; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.168; Windows NT 5.1; Trident/4.0; GTB7.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.130; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.130; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; yie8)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.12; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.12; Windows NT 5.1; Trident/4.0; GTB6.3)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.124; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.122; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.122; Windows NT 5.1; Trident/4.0; FunWebProducts)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.111; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.110; Windows NT 5.1; Trident/4.0; .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; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.6; AOLBuild 4340.104; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.6; AOLBuild 4340.128; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.5; AOLBuild 4337.43; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.5; AOLBuild 4337.29; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.93; Windows NT 5.1; Trident/4.0; DigExt; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.89; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.81; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.81; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618) (Compatible; ; ; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET ", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.81; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.80; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.53; Windows NT 6.0; FunWebProducts; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.43; Windows NT 6.0; WOW64; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.43; Windows NT 5.1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.43; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.42; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.40; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.40; Windows NT 6.0; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.40; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.40; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.36; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.36; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.36; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.1; AOLBuild 4334.5012; Windows NT 6.0; WOW64; Trident/5.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.1; AOLBuild 4334.5011; Windows NT 6.1; WOW64; Trident/4.0; GTB7.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5010; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5009; Windows NT 5.1; GTB5; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5006; Windows NT 5.1; Trident/4.0; DigExt; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5006; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5006; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5006; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5000; Windows NT 5.1; Trident/4.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5000; Windows NT 5.1; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.36; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.34; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.34; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.34; Windows NT 5.1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.34; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.27; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0); UnAuth-State", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.27; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506); UnAuth-State", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.27; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1); UnAuth-State", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4327.65535; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727); UnAuth-State", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.1; AOLBuild 4334.5006; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)", - "Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.0; Windows NT 6.0; Trident/5.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; AOL 9.0; AOLBuild 4327.5201; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; Trident/4.0; FunWebProducts; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Seekmo 10.0.406.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Seekmo 10.0.341.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; FunWebProducts; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; Trident/4.0; GTB6; FunWebProducts; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; GTB5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; GTB5; .NET CLR 1.0.3705; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 5.1; FunWebProducts; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 8.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 8.0; Windows NT 5.1; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 8.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 8.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 8.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 8.0; Windows NT 5.1; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 8.0; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; YComp 5.0.0.0; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; SV1; (R1 1.3); .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; SV1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; Q312461)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; FunWebProducts; SV1; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; FunWebProducts; SV1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; FunWebProducts)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1; (R1 1.3))", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 8.0; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 7.0; Windows NT 5.1; FunWebProducts)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 7.0; Windows NT 5.1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 7.0; Windows NT 5.1) (Compatible; ; ; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; AOL 7.0; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; YComp 5.0.2.6; Hotbar 4.2.8.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; YComp 5.0.2.4)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; SV1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; Q312461; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; Q312461)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; Hotbar 4.2.8.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; Hotbar 4.1.7.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows 98; Win 9x 4.90; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows 98; Win 9x 4.90; (R1 1.3))", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 7.0; Windows 98; Win 9x 4.90)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 6.0; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 6.0; Windows 98; Win 9x 4.90)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 6.0; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 6.0; Windows 95)", - "Mozilla/4.0 (compatible; MSIE 5.0; AOL 6.0; Windows 98; DigExt; YComp 5.0.2.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 5.0; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 5.0; Windows 98; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; AOL 5.0; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 5.0; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 5.0; Windows 98; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 5.0; Windows 98; Win 9x 4.90)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 5.0; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 5.0; Windows 95)", - "Mozilla/4.0 (compatible; MSIE 5.0; AOL 5.0; Windows 98; DigExt)", - "Mozilla/4.0 (compatible; MSIE 5.0; AOL 5.0; Windows 95; DigExt)", - "Mozilla/4.0 (compatible; MSIE 5.0; AOL 5.0; Windows 95)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 5.0; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 4.0; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 5.5; AOL 4.0; Windows 95)", - "Mozilla/4.0 (compatible; MSIE 5.0; AOL 4.0; Windows 98; DigExt)", - "Mozilla/4.0 (compatible; MSIE 5.01; AOL 4.0; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 4.01; AOL 4.0; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 4.01; AOL 4.0; Windows 95)", - "Mozilla/4.0 (compatible; MSIE 4.01; AOL 4.0; Mac_68K)" - ], - "Arora": [ - "Mozilla/5.0 (X11; U; UNICOS lcLinux; en-US) Gecko/20140730 (KHTML, like Gecko, Safari/419.3) Arora/0.8.0", - "Mozilla/5.0 (X11; U; Linux; de-DE) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.8.0", - "Mozilla/5.0 (Windows; U; ; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.8.0", - "Mozilla/5.0 (Windows; U; ; en-NZ) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.8.0", - "Mozilla/5.0 (Windows; U; ; en-EN) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.8.0", - "Mozilla/5.0 (X11; U; Linux; ru-RU) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6 (Change: 802 025a17d)", - "Mozilla/5.0 (X11; U; Linux; fi-FI) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6 (Change: 754 46b659a)", - "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6", - "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6 (Change: )", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6 (Change: )", - "Mozilla/5.0 (X11; U; Linux; pt-PT) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; nb-NO) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; it-IT) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 413 12f13f8)", - "Mozilla/5.0 (X11; U; Linux; it-IT) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; hu-HU) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 388 835b3b6)", - "Mozilla/5.0 (X11; U; Linux; hu-HU) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; fr-FR) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; es-ES) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 388 835b3b6)", - "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; en-GB) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 388 835b3b6)", - "Mozilla/5.0 (X11; U; Linux; en-GB) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; de-DE) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4", - "Mozilla/5.0 (X11; U; Linux; cs-CZ) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: 333 41e3bc6)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: )", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-DE) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: )", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; pt-BR) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: )", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: )", - "Mozilla/5.0 (X11; U; Linux; en-GB) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.3 (Change: 239 52c6958)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.3 (Change: 287 c9dfb30)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-BE) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.3 (Change: 287 c9dfb30)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.3 (Change: 287 c9dfb30)", - "Mozilla/5.0 (X11; U; Linux; sk-SK) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2 (Change: 0 )", - "Mozilla/5.0 (X11; U; Linux; nb-NO) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2 (Change: 0 )", - "Mozilla/5.0 (X11; U; Linux; es-CR) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2 (Change: 0 )", - "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2 (Change: 189 35c14e0)", - "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2 (Change: 0 )", - "Mozilla/5.0 (X11; U; Linux; de-DE) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2 (Change: 0 )", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-DE) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-CH) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Arora/0.11.0 Safari/533.3", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.34 (KHTML, like Gecko) Arora/0.11.0 Safari/534.34", - "Mozilla/5.0 (X11; U; Linux; pl-PL) AppleWebKit/532.4 (KHTML, like Gecko) Arora/0.10.2 Safari/532.4", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) Arora/0.10.2 Safari/534.34", - "Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/527 (KHTML, like Gecko, Safari/419.3) Arora/0.10.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-MY) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.10.0", - "Mozilla/5.0 (Windows; U; ; hu-HU) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.10.0", - "Mozilla/5.0 (Windows; U; ; hu-HU) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.10.0" - ], - "Avant Browser": [ - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Avant Browser; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; chromeframe; Avant Browser; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.4506.", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB5; Avant Browser; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Avant Browser; Avant Browser; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT; Avant Browser; Avant Browser; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.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; InfoPath.2; .NET4.0C; .NET4.0E; Avant Browser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; Avant Browser; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.3; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Avant Browser; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Avant Browser; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Avant Browser; Avant Browser; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Tablet PC 2.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Avant Browser; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)" - ], - "Beonex": [ - "Mozilla/5.0 (Windows; U; WinNT; en; rv:1.0.2) Gecko/20030311 Beonex/0.8.2-stable", - "Mozilla/5.0 (Windows; U; WinNT; en; Preview) Gecko/20020603 Beonex/0.8-stable" - ], - "BonEcho": [ - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.1b2) Gecko/20060821 BonEcho/2.0b2 (Debian-1.99+2.0b2+dfsg-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b2) Gecko/20060821 BonEcho/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b2) Gecko/20060826 BonEcho/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1b2) Gecko/20060831 BonEcho/2.0b2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1b1) Gecko/20060601 BonEcho/2.0b1 (Ubuntu-edgy)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a3) Gecko/20060526 BonEcho/2.0a3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1a2) Gecko/20060512 BonEcho/2.0a2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1a2) Gecko/20060512 BonEcho/2.0a2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1a2) Gecko/20060512 BonEcho/2.0a2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.1a2) Gecko/20060512 BonEcho/2.0a2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X Mach-O; en-US; rv:1.8.1a2) Gecko/20060512 BonEcho/2.0a2", - "Mozilla/5.0 (X11; U; OpenBSD ppc; en-US; rv:1.8.1.9) Gecko/20070223 BonEcho/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.9) Gecko/20071103 BonEcho/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071113 BonEcho/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8pre) Gecko/20071012 BonEcho/2.0.0.8pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7pre) Gecko/20070901 BonEcho/2.0.0.7pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.7) Gecko/20070918 BonEcho/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20071018 BonEcho/2.0.0.7", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.7) Gecko/20070917 BonEcho/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.6) Gecko/20070812 BonEcho/2.0.0.6", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.6) Gecko/20070731 BonEcho/2.0.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.5pre) Gecko/20070604 BonEcho/2.0.0.5pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5pre) Gecko/20070622 BonEcho/2.0.0.5pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4pre) Gecko/20070414 BonEcho/2.0.0.4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.4pre) Gecko/20070510 BonEcho/2.0.0.4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4pre) Gecko/20070416 BonEcho/2.0.0.4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4pre) Gecko/20070410 BonEcho/2.0.0.4pre", - "Mozilla/5.0 (X11; U; OpenBSD ppc; en-US; rv:1.8.1.4) Gecko/20070223 BonEcho/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070531 BonEcho/2.0.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070416 BonEcho/2.0.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.3pre) Gecko/20070302 BonEcho/2.0.0.3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3pre) Gecko/20070302 BonEcho/2.0.0.3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3pre) Gecko/20070301 BonEcho/2.0.0.3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070517 BonEcho/2.0.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a3) Gecko/20070409 BonEcho/2.0.0.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.3) Gecko/20070329 BonEcho/2.0.0.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.3) Gecko/20070322 BonEcho/2.0.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.2pre) Gecko/20070226 BonEcho/2.0.0.2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070213 BonEcho/2.0.0.2pre", - "Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.21pre) Gecko/20090218 BonEcho/2.0.0.21pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070302 BonEcho/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070224 BonEcho/2.0.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070227 BonEcho/2.0.0.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.2) Gecko/20070223 BonEcho/2.0.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1pre) Gecko/20061203 BonEcho/2.0.0.1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1pre) Gecko/20061202 BonEcho/2.0.0.1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1pre) Gecko/20061122 BonEcho/2.0.0.1pre", - "Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.18) Gecko/20081114 BonEcho/2.0.0.18", - "Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.17) Gecko/20080831 BonEcho/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080417 BonEcho/2.0.0.14", - "Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.14) Gecko/20080429 BonEcho/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080401 BonEcho/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.12pre) Gecko/20080103 BonEcho/2.0.0.12pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080208 BonEcho/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080321 BonEcho/2.0.0.12 (SliTaz GNU/Linux)", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.11) Gecko/20080208 BonEcho/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 BonEcho/2.0.0.11", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.10) Gecko/20071128 BonEcho/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.1) Gecko/20061219 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux mips; en-US; rv:1.8.1.1) Gecko/20070628 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.1) Gecko/20070117 Epiphany/2.16 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070222 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070220 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070217 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070215 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070115 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.1) Gecko/20070110 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.1) Gecko/20070131 BonEcho/2.0.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061222 BonEcho/2.0.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.1) Gecko/20061230 BonEcho/2.0.0.1", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.1) Gecko/20061220 BonEcho/2.0.0.1", - "Mozilla/5.0 (X11; U; Win95; en-US; rv:1.8.1) Gecko/20061125 BonEcho/2.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061129 BonEcho/2.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061031 BonEcho/2.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061026 BonEcho/2.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061003 BonEcho/2.0", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1) Gecko/20061031 BonEcho/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061210 BonEcho/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061209 BonEcho/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061121 BonEcho/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061113 BonEcho/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061112 BonEcho/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20060930 BonEcho/2.0", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061026 BonEcho/2.0", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061025 BonEcho/2.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1) Gecko/20061024 BonEcho/2.0", - "Mozilla/5.0 (BeOS; U; BeOS BeBox; fr; rv:1.9) Gecko/2008052906 BonEcho/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9a1) Gecko/20061128 BonEcho/0.7b1" - ], - "Browzar": [ - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Browzar)" - ], - "Camino": [ - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; XH; rv:8.578.498) fr, Gecko/20121021 Camino/8.723+ (Firefox compatible)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; XH; rv:8.578.498) fr, Gecko/20121021 Camino/8.443+ (Firefox compatible)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.8; it; rv:1.9.2.28) Gecko/20130628 Camino/3.245.226 (MultiLang) (like Firefox/3.621.218)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.8; it; rv:1.93.26.2658) Gecko/20141026 Camino/2.176.223 (MultiLang) (like Firefox/3.64.2268)0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.2.14pre) Gecko/20101212 Camino/2.1a1pre (like Firefox/3.6.14pre)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.2.14pre) Gecko/20101212 Camino/2.1a1pre (like Firefox/3.6.14pre)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.2.29pre) Gecko/20130101 Camino/2.1.3pre (like Firefox/3.6.29pre)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; de; rv:1.9.2.28) Gecko/20120308 Camino/2.1.2 (MultiLang) (like Firefox/3.6.28)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.8; it; rv:1.9.2.28) Gecko/20120308 Camino/2.1.2 (MultiLang) (like Firefox/3.6.28)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.28) Gecko/20120308 Camino/2.1.2 (MultiLang) (like Firefox/3.6.28)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en; rv:1.9.2.24) Gecko/20111114 Camino/2.1 (like Firefox/3.6.24)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.8pre) Gecko/2009022800 Camino/2.0b3pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.10pre) Gecko/2009041800 Camino/2.0b3pre (like Firefox/3.0.10pre)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; it; rv:1.9.0.19) Gecko/2010111021 Camino/2.0.6 (MultiLang) (like Firefox/3.0.19)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.0.19) Gecko/2010111021 Camino/2.0.6 (MultiLang) (like Firefox/3.0.19)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en; rv:1.9.0.19) Gecko/2010051911 Camino/2.0.3 (like Firefox/3.0.19)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; nl; rv:1.9.0.19) Gecko/2010051911 Camino/2.0.3 (MultiLang) (like Firefox/3.0.19)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.0.18) Gecko/2010021619 Camino/2.0.2 (like Firefox/3.0.18)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.4pre) Gecko/20070511 Camino/1.6pre", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; de; rv:1.8.1.5pre) Gecko/20070605 Camino/1.6a1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.4pre) Gecko/20070526 Camino/1.6a1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.4pre) Gecko/20070521 Camino/1.6a1pre", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; it; rv:1.8.1.21) Gecko/20090327 Camino/1.6.7 (MultiLang) (like Firefox/2.0.0.21pre)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; fr; rv:1.8.1.21) Gecko/20090327 Camino/1.6.7 (MultiLang) (like Firefox/2.0.0.21pre)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.21) Gecko/20090327 Camino/1.6.7 (like Firefox/2.0.0.21pre)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.24) Gecko/20100305 Camino/1.6.11 (like Firefox/2.0.0.24)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.12) Gecko/20080206 Camino/1.5.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X Mach-O; en; rv:1.8.1.12) Gecko/20080206 Camino/1.5.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.11) Gecko/20071128 Camino/1.5.4", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.6) Gecko/20070809 Camino/1.5.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.6) Gecko/20070809 Firefox/2.0.0.6 Camino/1.5.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.6) Gecko/20070809 Camino/1.5.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Camino/1.5.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.4) Gecko/20070509 Camino/1.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.4) Gecko/20070609 Camino/1.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.4) Gecko/20070607 Camino/1.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.4) Gecko/20070509 Camino/1.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.9a4pre) Gecko/20070404 Camino/1.2+", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.4pre) Gecko/20070417 Camino/1.1b+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.8.1.2pre) Gecko/20070227 Camino/1.1b", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.2pre) Gecko/20070223 Camino/1.1b", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.2pre) Gecko/20070108 Camino/1.1a2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.1pre) Gecko/20061126 Camino/1.1a1+", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1) Gecko/20061018 Camino/1.1a1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.1) Gecko/20060203 Camino/1.0rc1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060119 Camino/1.0b2+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051229 Camino/1.0b2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051228 Camino/1.0b1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051107 Camino/1.0b1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050914 Camino/1.0a1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.10) Gecko/20070228 Camino/1.0.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.10) Gecko/20070228 Camino/1.0.4", - "Mozilla/5.0 (Macintosh; U; PPC Max OS X Mach-O; it-IT; rv:1.8.0.7) Gecko/200609211 Camino/1.0.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060911 Camino/1.0.3 (MultiLang)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060911 Camino/1.0.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.7) Gecko/20060911 Camino/1.0.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060503 Camino/1.0.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.3) Gecko/20060427 Camino/1.0.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20060807 Camino/1.0+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20060721 Camino/1.0+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1a3) Gecko/20060528 Camino/1.0+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061013 Camino/1.0+ (Firefox compatible)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20061013 Camino/1.0+", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1a3) Gecko/20060601 Camino/1.0+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060307 Camino/1.0", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060214 Camino/1.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8b5) Gecko/20051021 Camino/1.0+", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.1) Gecko/20060214 Camino/1.0", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko Camino/0.9+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040517 Camino/0.8b", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050427 Camino/0.8.4", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040825 Camino/0.8.1", - "Mozilla/5.0 Gecko/20030306 Camino/0.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030306 Camino/0.7" - ], - "Charon": [ - "Mozilla/4.08 (Charon; Inferno)" - ], - "Cheshire": [ - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8 (KHTML, like Gecko, Safari) Cheshire/1.0.UNOFFICIAL", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko, Safari) Cheshire/1.0.UNOFFICIAL", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko, Safari/419.3) Cheshire/1.0.ALPHA", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Safari) Cheshire/1.0.ALPHA", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko, Safari/111) Cheshire/1.0.ALPHA", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko, Safari) Safari/419.3 Cheshire/1.0.ALPHA", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3 Cheshire/1.0.ALPHA", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) AppleWebKit/418.9 Cheshire/1.0.ALPHA", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko, Safari/419.3) Cheshire/1.0.ALPHA", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko, Safari/125) Cheshire/1.0.ALPHA" - ], - "Chimera": [ - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; pl-PL; rv:1.0.1) Gecko/20021111 Chimera/0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; pl-PL; rv:1.0.1) Gecko/20021111 Chimera/0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021111 Chimera/0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030111 Chimera/0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20030109 Chimera/0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20021220 Chimera/0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.0.1) Gecko/20021216 Chimera/0.6" - ], - "Chrome": [ - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/44.0.2403.155 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.1 Safari/537.36", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 4.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.67 Safari/537.36", - "Mozilla/5.0 (X11; OpenBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1944.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.3319.102 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2309.372 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.2117.157 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1866.237 Safari/537.36", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/4E423F", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36 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", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1623.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36", - "Mozilla/5.0 (X11; CrOS i686 4319.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1468.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1467.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1464.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1500.55 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.90 Safari/537.36", - "Mozilla/5.0 (X11; NetBSD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36", - "Mozilla/5.0 (X11; CrOS i686 3912.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.60 Safari/537.17", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1309.0 Safari/537.17", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.15 (KHTML, like Gecko) Chrome/24.0.1295.0 Safari/537.15", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.14 (KHTML, like Gecko) Chrome/24.0.1292.0 Safari/537.14", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.1 Safari/537.13", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.1 Safari/537.13", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.1 Safari/537.13", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.1 Safari/537.13", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1284.0 Safari/537.13", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.6 Safari/537.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.6 Safari/537.11", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.26 Safari/537.11", - "Mozilla/5.0 (Windows NT 6.0) yi; AppleWebKit/345667.12221 (KHTML, like Gecko) Chrome/23.0.1271.26 Safari/453667.1221", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.17 Safari/537.11", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_0) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.2 (KHTML, like Gecko) Chrome/22.0.1216.0 Safari/537.2", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/22.0.1207.1 Safari/537.1", - "Mozilla/5.0 (X11; CrOS i686 2268.111.0) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.57 Safari/536.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1092.0 Safari/536.6", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.6 (KHTML, like Gecko) Chrome/20.0.1090.0 Safari/536.6", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/19.77.34.5 Safari/537.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.9 Safari/536.5", - "Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/536.5 (KHTML like Gecko) Chrome/19.0.1084.56 Safari/1EA69", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.36 Safari/536.5", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1063.0 Safari/536.3", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1063.0 Safari/536.3", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1063.0 Safari/536.3", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.0 Safari/536.3", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/19.0.1055.1 Safari/535.24", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/19.0.1055.1 Safari/535.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.24 (KHTML, like Gecko) Chrome/19.0.1055.1 Safari/535.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.22 (KHTML, like Gecko) Chrome/19.0.1047.0 Safari/535.22", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.21 (KHTML, like Gecko) Chrome/19.0.1042.0 Safari/535.21", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.21 (KHTML, like Gecko) Chrome/19.0.1041.0 Safari/535.21", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.20 (KHTML, like Gecko) Chrome/19.0.1036.7 Safari/535.20", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/18.6.872.0 Safari/535.2 UNTRUSTED/1.0 3gpp-gba UNTRUSTED/1.0", - "Mozilla/5.0 (Macintosh; AMD Mac OS X 10_8_2) AppleWebKit/535.22 (KHTML, like Gecko) Chrome/18.6.872", - "Mozilla/5.0 (X11; CrOS i686 1660.57.0) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.46 Safari/535.19", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.151 Safari/535.19", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.142 Chrome/18.0.1025.142 Safari/535.19", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.11 Safari/535.19", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/10.10 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.10 Chromium/17.0.963.65 Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.65 Safari/535.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.12 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/17.0.940.0 Safari/535.8", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7ad-imcjapan-syosyaman-xkgi3lqg03!wgz", - "Mozilla/5.0 (X11; CrOS i686 1193.158.0) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7xs5D9rRDFpg2g", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.8", - "Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.36 Safari/535.7", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.6 (KHTML, like Gecko) Chrome/16.0.897.0 Safari/535.6", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.54 Safari/535.2", - "Mozilla/5.0 (X11; FreeBSD i386) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.2 (KHTML, like Gecko) Ubuntu/11.10 Chromium/15.0.874.120 Chrome/15.0.874.120 Safari/535.2", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.120 Safari/535.2", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.872.0 Safari/535.2", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Ubuntu/11.04 Chromium/15.0.871.0 Chrome/15.0.871.0 Safari/535.2", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.864.0 Safari/535.2", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.861.0 Safari/535.2", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.860.0 Safari/535.2", - "Chrome/15.0.860.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/15.0.860.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.834.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.825.0 Chrome/14.0.825.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.824.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.815.10913 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.815.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.814.0 Chrome/14.0.814.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.814.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.813.0 Chrome/14.0.813.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.812.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.811.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.810.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.810.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.809.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.10 Chromium/14.0.808.0 Chrome/14.0.808.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.808.0 Chrome/14.0.808.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/10.04 Chromium/14.0.804.0 Chrome/14.0.804.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.803.0 Chrome/14.0.803.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.801.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.801.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.794.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.794.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.792.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.792.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.792.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.790.0 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.790.0 Safari/535.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/526.3 (KHTML, like Gecko) Chrome/14.0.564.21 Safari/526.3", - "Mozilla/5.0 (X11; CrOS i686 13.587.48) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.43 Safari/535.1", - "Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41", - "Mozilla/5.0 ArchLinux (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/13.0.782.41 Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.41 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.32 Safari/535.1", - "Mozilla/5.0 (X11; Linux amd64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1", - "Mozilla/5.0 (X11; CrOS i686 0.13.587) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.14 Safari/535.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.1 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.36 (KHTML, like Gecko) Chrome/13.0.766.0 Safari/534.36", - "Mozilla/5.0 (X11; Linux amd64) AppleWebKit/534.36 (KHTML, like Gecko) Chrome/13.0.766.0 Safari/534.36", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.35 (KHTML, like Gecko) Ubuntu/10.10 Chromium/13.0.764.0 Chrome/13.0.764.0 Safari/534.35", - "Mozilla/5.0 (X11; CrOS i686 0.13.507) AppleWebKit/534.35 (KHTML, like Gecko) Chrome/13.0.763.0 Safari/534.35", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.33 (KHTML, like Gecko) Ubuntu/9.10 Chromium/13.0.752.0 Chrome/13.0.752.0 Safari/534.33", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.31 (KHTML, like Gecko) Chrome/13.0.748.0 Safari/534.31", - "Mozilla/5.0 (Windows NT 6.1; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.750.0 Safari/534.30", - "Mozilla/5.0 (X11; CrOS i686 12.433.109) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30", - "Mozilla/5.0 (X11; CrOS i686 12.0.742.91) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30", - "Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/12.0.742.91", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Chromium/12.0.742.91 Safari/534.30", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.68 Safari/534.30", - "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.60 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.53 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.113 Safari/534.30", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (Windows NT 7.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (Windows 8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30", - "Mozilla/5.0 (X11; CrOS i686 12.433.216) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.105 Safari/534.30", - "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30", - "Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Slackware/Chrome/12.0.742.100 Safari/534.30", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_4) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.724.100 Safari/534.30", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.25 (KHTML, like Gecko) Chrome/12.0.706.0 Safari/534.25", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.25 (KHTML, like Gecko) Chrome/12.0.704.0 Safari/534.25", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.703.0 Chrome/12.0.703.0 Safari/534.24", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.702.0 Chrome/12.0.702.0 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/12.0.702.0 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/12.0.702.0 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.700.3 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.699.0 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.699.0 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.698.0 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.697.0 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 Slackware/13.37 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/11.0.696.50", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.43 Safari/534.24", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.34 Safari/534.24", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.14 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.12 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.12 Safari/534.24", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.04 Chromium/11.0.696.0 Chrome/11.0.696.0 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.0 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.694.0 Safari/534.24", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.23 (KHTML, like Gecko) Chrome/11.0.686.3 Safari/534.23", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.21 (KHTML, like Gecko) Chrome/11.0.682.0 Safari/534.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.21 (KHTML, like Gecko) Chrome/11.0.678.0 Safari/534.21", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_0; en-US) AppleWebKit/534.21 (KHTML, like Gecko) Chrome/11.0.678.0 Safari/534.21", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20", - "Mozilla/5.0 (Windows NT) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.669.0 Safari/534.20", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.19 (KHTML, like Gecko) Chrome/11.0.661.0 Safari/534.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.18 (KHTML, like Gecko) Chrome/11.0.661.0 Safari/534.18", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.18 (KHTML, like Gecko) Chrome/11.0.660.0 Safari/534.18", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.655.0 Safari/534.17", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.655.0 Safari/534.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.654.0 Safari/534.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/11.0.652.0 Safari/534.17", - "Mozilla/4.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/11.0.1245.0 Safari/537.36", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.82 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux armv7l; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16", - "Mozilla/5.0 (X11; U; FreeBSD x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.127 Chrome/10.0.648.127 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.11 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru-RU; AppleWebKit/534.16; KHTML; like Gecko; Chrome/10.0.648.11;Safari/534.16)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru-RU) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.11 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.11 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.0 Chrome/10.0.648.0 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.0 Chrome/10.0.648.0 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.0 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.642.0 Chrome/10.0.642.0 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.639.0 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.638.0 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.634.0 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.634.0 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 SUSE/10.0.626.0 (KHTML, like Gecko) Chrome/10.0.626.0 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Chrome/10.0.613.0 Safari/534.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.613.0 Chrome/10.0.613.0 Safari/534.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Ubuntu/10.04 Chromium/10.0.612.3 Chrome/10.0.612.3 Safari/534.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Chrome/10.0.612.1 Safari/534.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.15 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.611.0 Chrome/10.0.611.0 Safari/534.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.602.0 Safari/534.14", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML,like Gecko) Chrome/9.1.0.0 Safari/540.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML, like Gecko) Ubuntu/10.10 Chrome/9.1.0.0 Safari/540.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.601.0 Safari/534.14", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Ubuntu/10.10 Chromium/9.0.600.0 Chrome/9.0.600.0 Safari/534.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/9.0.600.0 Safari/534.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.599.0 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-CA) AppleWebKit/534.13 (KHTML like Gecko) Chrome/9.0.597.98 Safari/534.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.44 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.19 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.15 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.15 Safari/534.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 v1416758524.9051", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 v1416748405.3871", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 v1416670950.695", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 v1416664997.4379", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 v1333515017.9196", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.0 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.596.0 Safari/534.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Ubuntu/10.04 Chromium/9.0.595.0 Chrome/9.0.595.0 Safari/534.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Ubuntu/9.10 Chromium/9.0.592.0 Chrome/9.0.592.0 Safari/534.13", - "Mozilla/5.0 (X11; U; Windows NT 6; en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.587.0 Safari/534.12", - "Mozilla/5.0 (Windows U Windows NT 5.1 en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.583.0 Safari/534.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.579.0 Safari/534.12", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.576.0 Safari/534.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML, like Gecko) Ubuntu/10.10 Chrome/8.1.0.0 Safari/540.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.558.0 Safari/534.10", - "Mozilla/5.0 (X11; U; CrOS i686 0.9.130; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.344 Safari/534.10", - "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.343 Safari/534.10", - "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.341 Safari/534.10", - "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.339 Safari/534.10", - "Mozilla/5.0 (X11; U; CrOS i686 0.9.128; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.339", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Ubuntu/10.10 Chromium/8.0.552.237 Chrome/8.0.552.237 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/533.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.210 Safari/534.10", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.200 Safari/534.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.551.0 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.548.0 Safari/534.10", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.544.0 Safari/534.10", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/7.0.540.0 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.9 (KHTML, like Gecko) Chrome/7.0.531.0 Safari/534.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.8 (KHTML, like Gecko) Chrome/7.0.521.0 Safari/534.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.24 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-FR) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.514.0 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.514.0 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.514.0 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/7.0.500.0 Safari/534.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/7.0.498.0 Safari/534.6", - "Mozilla/5.0 (ipad Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/7.0.498.0 Safari/534.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/7.0.0 Safari/700.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.4 (KHTML, like Gecko) Chrome/6.0.481.0 Safari/534.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.53 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.33 Safari/534.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.470.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.464.0 Safari/534.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.464.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.463.0 Safari/534.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.462.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.462.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.461.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.461.0 Safari/534.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.461.0 Safari/534.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.460.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.460.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.460.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.459.0 Safari/534.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.1 Safari/534.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.458.0 Safari/534.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.457.0 Safari/534.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.456.0 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.454.0 Safari/534.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.454.0 Safari/534.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.453.1 Safari/534.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.453.1 Safari/534.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.453.1 Safari/534.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.2 (KHTML, like Gecko) Chrome/6.0.451.0 Safari/534.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.1 SUSE/6.0.428.0 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.428.0 Safari/534.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.427.0 Safari/534.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.422.0 Safari/534.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.417.0 Safari/534.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.416.0 Safari/534.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.414.0 Safari/534.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.9 (KHTML, like Gecko) Chrome/6.0.400.0 Safari/533.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.8 (KHTML, like Gecko) Chrome/6.0.397.0 Safari/533.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/6.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.999 Safari/533.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.126 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; fr-FR) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.126 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.370.0 Safari/533.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.368.0 Safari/533.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.366.2 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.366.0 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.366.0 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.363.0 Safari/533.3", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.359.0 Safari/533.3", - "Mozilla/5.0 (X11; U; x86_64 Linux; en_GB, en_US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.358.0 Safari/533.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.358.0 Safari/533.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.358.0 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.357.0 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.356.0 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.355.0 Safari/533.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.354.0 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.354.0 Safari/533.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.353.0 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Chrome/5.0.353.0 Safari/533.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.343.0 Safari/533.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.343.0 Safari/533.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_0; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.5 Safari/533.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.3 Safari/533.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.3 Safari/533.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.2 Safari/533.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2", - "Mozilla/5.0 (X11; U; Linux i586; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.1 Safari/533.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/5.0.335.0 Safari/533.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/533.16 (KHTML, like Gecko) Chrome/5.0.335.0 Safari/533.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.310.0 Safari/532.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.309.0 Safari/532.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.308.0 Safari/532.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.1 Safari/532.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1025 Safari/532.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.302.2 Safari/532.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.288.1 Safari/532.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.277.0 Safari/532.8", - "Mozilla/5.0 (X11; U; Slackware Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.30 Safari/532.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; it-IT) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.25 Safari/532.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.0 Safari/532.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_8; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.0 Safari/532.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.246.0 Safari/532.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.241.0 Safari/532.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.237.0 Safari/532.4 Debian", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Chrome/4.0.227.0 Safari/532.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Chrome/4.0.224.2 Safari/532.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Chrome/4.0.223.5 Safari/532.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.4 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.3 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE) Chrome/4.0.223.3 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.2 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.1 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.1 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.1 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.223.0 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.8 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.7 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.6 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.5 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.4 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.3 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.3 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.3 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.2 Safari/532.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.2 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.12 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.12 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.12 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.1 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.222.0 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.8 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.7 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.6 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.6 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.6 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.3 Safari/532.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.0 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.220.1 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.6 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.5 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.5 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.4 Safari/532.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.3 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.3 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.3 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.219.0 Safari/532.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.1 Safari/532.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.213.0 Safari/532.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.212.1 Safari/532.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.212.1 Safari/532.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.7 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.7 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.4 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.4 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.4 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.2 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.211.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.210.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.210.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.209.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.208.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.207.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.1 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.206.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.205.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.204.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.4 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.2 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.203.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0 (x86_64); de-DE) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.2 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/525.13.", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.202.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.201.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.201.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.201.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.201.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.1 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.1 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.11 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.197 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.2 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.2 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.0 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196.0 Safari/532.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.196 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.4 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0", - "Mozilla/4.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.3 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.3 Safari/532.0", - "Mozilla/6.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML,like Gecko) Chrome/3.0.195.27", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.24 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.24 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.20 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.20 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.17 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.17 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.10 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.10 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.10 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.1 Safari/532.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.2 Safari/531.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.2 Safari/531.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.2 Safari/531.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.193.0 Safari/531.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/531.3 (KHTML, like Gecko) Chrome/3.0.192 Safari/531.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.2 (KHTML, like Gecko) Chrome/3.0.191.3 Safari/531.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/3.0.191.0 Safari/531.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/3.0.191.0 Safari/531.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/2.0.182.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/2.0.182.0 Safari/531.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.182.0 Safari/531.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.8 (KHTML, like Gecko) Chrome/2.0.178.0 Safari/530.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.8 (KHTML, like Gecko) Chrome/2.0.177.1 Safari/530.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.8 (KHTML, like Gecko) Chrome/2.0.177.0 Safari/530.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.177.0 Safari/530.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.176.0 Safari/530.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.176.0 Safari/530.7", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.175.0 Safari/530.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.7 (KHTML, like Gecko) Chrome/2.0.175.0 Safari/530.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.175.0 Safari/530.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/2.0.174.0 Safari/530.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.173.1 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.173.1 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.173.0 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.8 Safari/530.5", - "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US) Gecko/2009032609 Chrome/2.0.172.6 Safari/530.7", - "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US) Gecko/2009032609 (KHTML, like Gecko) Chrome/2.0.172.6 Safari/530.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.6 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.43 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.42 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.40 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.40 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.39 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.39 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.23 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.2 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.2 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; eu) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.0 Safari/530.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.4 (KHTML, like Gecko) Chrome/2.0.171.0 Safari/530.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.170.0 Safari/530.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.169.0 Safari/530.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.168.0 Safari/530.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Chrome/2.0.164.0 Safari/530.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.162.0 Safari/530.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.0 (KHTML, like Gecko) Chrome/2.0.160.0 Safari/530.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.2 Safari/528.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.2 Safari/528.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_0; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.2 Safari/528.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.11 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.9 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.11 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.10 (KHTML, like Gecko) Chrome/2.0.157.0 Safari/528.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.1 Safari/528.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.1 Safari/528.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.1 Safari/528.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.0 Version/3.2.1 Safari/528.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.0 Safari/528.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/1.0.156.0 Safari/528.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.59 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.59 Safari/525.19", - "Mozilla/4.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.59 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.55 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.55 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.50 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.50 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.48 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.46 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.42 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.39 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.31 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.18 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.4 (KHTML, like Gecko) Chrome/0.3.155.0 Safari/528.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.155.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.154.9 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.3.154.6 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.153.1 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.153.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.153.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.152.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.152.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.151.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.151.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.2.151.0 Safari/525.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.6 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.6 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13(KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13", - "Mozilla/5.0 (Linux; U; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Mac OS X 10_6_1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/ Safari/530.5", - "Mozilla/5.0 (Macintosh; U; Mac OS X 10_5_7; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/ Safari/530.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/530.9 (KHTML, like Gecko) Chrome/ Safari/530.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/530.6 (KHTML, like Gecko) Chrome/ Safari/530.6", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/ Safari/530.5" - ], - "ChromePlus": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) ChromePlus/4.0.222.3 Chrome/4.0.222.3 Safari/532.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 ChromePlus/4.0.222.3 Chrome/4.0.222.3 Safari/525.28.3", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30 ChromePlus/1.6.3.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30 ChromePlus/1.6.3.0alpha4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 ChromePlus/1.6.0.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13 ChromePlus/1.5.3.0alpha4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 ChromePlus/1.5.2.0alpha1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 ChromePlus/1.5.2.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 ChromePlus/1.5.2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 ChromePlus/1.5.2.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10 ChromePlus/1.5.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10 ChromePlus/1.5.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10 ChromePlus/1.5.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10 ChromePlus/1.5.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10 ChromePlus/1.5.1.0alpha3 ChromePlus/1.5.1.0alpha3 ChromePlus/1.5.1.0alpha3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.216 Safari/534.10 ChromePlus/1.5.1.0alpha1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7 ChromePlus/1.5.0.0alpha1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7 ChromePlus/1.5.0.0alpha1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7 ChromePlus/1.5.0.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7 ChromePlus/1.5.0.0 ChromePlus/1.5.0.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7 ChromePlus/1.4.3.0alpha3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4 ChromePlus/1.4.1.0alpha1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/5.0.336.0 Safari/533.1 ChromePlus/1.3.8.1" - ], - "Classilla": [ - "Mozilla/5.0 (Macintosh; U; PPC; en-US; mimic; rv:9.3.0) Gecko/20120117 Firefox/3.6.25 Classilla/CFM", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; mimic; rv:9.3.0) Clecko/20120101 Classilla/CFM" - ], - "CometBird": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100409 Firefox/3.6.3 CometBird/3.6.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.2.16) Gecko/20110325 Firefox/3.6.16 CometBird/3.6.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2009011615 Firefox/3.0.5 CometBird/3.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2009011615 Firefox/3.0.5 CometBird/3.0.5" - ], - "Comodo_Dragon": [ - "Mozilla/5.0 (Windows NT 6.2) AppleWebKit/535.7 (KHTML, like Gecko) Comodo_Dragon/16.1.1.0 Chrome/16.0.912.63 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Comodo_Dragon/12.1.0.0 Chrome/12.0.742.91 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Comodo_Dragon/12.1.0.0 Chrome/12.0.742.91 Safari/534.30", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Comodo_Dragon/12.1.0.0 Chrome/12.0.742.91 Safari/534.30", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Comodo_Dragon/4.1.1.11 Chrome/4.1.249.1042 Safari/532.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Comodo_Dragon/4.1.1.11 Chrome/4.1.249.1042 Safari/532.5" - ], - "Conkeror": [ - "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20100101 conkeror/1.0pre (Debian-1.0~~pre+git120527-1)", - "Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20121010 conkeror/1.0pre", - "Mozilla/5.0 (X11; Linux x86_64; rv:6.0.1) Gecko/20110831 conkeror/0.9.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101209 Conkeror/0.9.2 (Debian-0.9.2+git100804-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101028 Conkeror/0.9.2 (Debian-0.9.2+git100804-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.14) Gecko/20101020 Conkeror/0.9.2 (Debian-0.9.2+git100804-1)" - ], - "Crazy Browser": [ - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; SV1; Crazy Browser 9.0.04)", - "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Crazy Browser 3.1.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 3.0.5) ; .NET CLR 3.0.04506.30; InfoPath.2; InfoPath.3; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; Crazy Browser 3.0.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; Crazy Browser 3.0.0 Beta2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Crazy Browser 3.0.0 Beta2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; Crazy Browser 3.0.0 Beta2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Crazy Browser 3.0.0 Beta2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Crazy Browser 3.0.0 Beta2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Avant Browser; .NET CLR 2.0.50727; .NET CLR 3.0.04506.590; .NET CLR 3.5.20706; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Alexa Toolbar; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; HbTools 4.7.0; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; (R1 1.3; Crazy Browser 2.0.1); .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; Crazy Browser 2.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 2.0.0 Beta 1; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Crazy Browser 2.0.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Crazy Browser 2.0.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; Crazy Browser 2.0.0)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Crazy Browser 1.x.x)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; YComp 5.0.0.0; Crazy Browser 1.0.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 1.0.5; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 1.0.5; .NET CLR 1.1.4322; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 1.0.5; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 1.0.5; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 1.0.5; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Crazy Browser 1.0.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; Crazy Browser 1.0.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Crazy Browser 1.0.5; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Hotbar 4.3.1.0; Crazy Browser 1.0.5; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FunWebProducts-MyWay; SV1; Crazy Browser 1.0.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DigExt; Crazy Browser 1.0.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5; .NET CLR 2.0.40607; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5; (R1 1.3))", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Crazy Browser 1.0.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Avant Browser [avantbrowser.com]; Crazy Browser 1.0.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; Crazy Browser 1.0.5; .NET CLR 1.0.3705)" - ], - "Cyberdog": [ - "Cyberdog/2.0 (Macintosh; PPC)", - "Cyberdog/2.0 (Macintosh; 68k)" - ], - "Deepnet Explorer": [ - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; Deepnet Explorer 1.5.3; Smart 2x2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Deepnet Explorer 1.5.3; Smart 2x2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Deepnet Explorer 1.5.3; Smart 2x2; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Deepnet Explorer 1.5.3; Smart 2x2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Deepnet Explorer 1.5.3; Smart 2x2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Deepnet Explorer 1.5.2; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; Deepnet Explorer 1.5.2; SpamBlockerUtility 4.7.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Deepnet Explorer 1.5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Deepnet Explorer 1.5.2; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Deepnet Explorer 1.5.0; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Deepnet Explorer 1.5.0; .NET CLR 2.0.50727)" - ], - "DeskBrowse": [ - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; pl-pl) AppleWebKit/312.8 (KHTML, like Gecko, Safari) DeskBrowse/1.0" - ], - "Dillo": [ - "Dillo/2.0", - "Dillo/0.8.6-i18n-misc", - "Dillo/0.8.6", - "Dillo/0.8.5-i18n-misc", - "Dillo/0.8.5", - "Dillo/0.8.3", - "Dillo/0.7.3", - "Dillo/0.6.4" - ], - "Dooble": [ - "Dooble/0.07 (de_CH) WebKit" - ], - "Edge": [ - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14931", - "Chrome (AppleWebKit/537.1; Chrome50.0; Windows NT 6.3) AppleWebKit/537.36 (KHTML like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.9200", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246" - ], - "Element Browser": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533+ (KHTML, like Gecko) Element Browser 5.0" - ], - "Elinks": [ - "ELinks/0.9.3 (textmode; Linux 2.6.9-kanotix-8 i686; 127x41)", - "ELinks/0.9.3 (textmode; Linux 2.6.11-auditor-10 i686; 80x24)", - "ELinks/0.9.3 (textmode; Linux 2.6.11 i686; 79x24)", - "ELinks (0.4pre6; Linux 2.2.19ext3 alpha; 80x25)", - "ELinks (0.4pre5; Linux 2.6.10-ac7 i686; 80x33)", - "ELinks (0.4.3; NetBSD 3.0.2_PATCH sparc64; 80x25)", - "ELinks (0.4.3; NetBSD 3.0.2_PATCH sparc64; 80x24)", - "ELinks (0.4.3; NetBSD 3.0.2_PATCH sparc64; 143x45)", - "ELinks (0.4.3; NetBSD 3.0.2_PATCH sparc64; 126x14)", - "ELinks (0.4.3; NetBSD 3.0.2PATCH sparc64; 141x19)", - "Elinks (0.3.2; Linux 2.4.20-13.8 i686)", - "ELinks/0.13.GIT (textmode; Linux 2.6.29 i686; 119x51-2)", - "ELinks/0.13.GIT (textmode; Linux 2.6.27-rc6.git i686; 175x65-3)", - "ELinks/0.13.GIT (textmode; Linux 2.6.26-rc7.1 i686; 119x68-3)", - "ELinks/0.13.GIT (textmode; Linux 2.6.24-1-686 i686; 175x65-2)", - "ELinks/0.13.GIT (textmode; Linux 2.6.24-1-686 i686; 138x60-2)", - "ELinks/0.13.GIT (textmode; Linux 2.6.22-3-686 i686; 84x37-2)", - "ELinks/0.13.GIT (textmode; Linux 2.6.22-3-686 i686; 104x48-2)", - "ELinks/0.13.GIT (textmode; Linux 2.6.22-2-686 i686; 148x68-3)", - "ELinks/0.12~pre5-8 (textmode; Debian; Linux 3.4.0-8.dmz.1-liquorix-amd64 x86_64; 67x35-3)", - "ELinks/0.12~pre5-1-lite (textmode; Debian; Linux 2.6.31-1+e517a5e9 x86_64; 100x45-2)", - "ELinks/0.12~pre2.dfsg0-1ubuntu1 (textmode; Debian; Linux 2.6.28-15-generic x86_64; 207x60-2)", - "ELinks/0.12~pre2.dfsg0-1ubuntu1 (textmode; Debian; Linux 2.6.28-15-generic i686; 80x24-3)", - "ELinks/0.12~pre2.dfsg0-1ubuntu1 (textmode; Debian; Linux 2.6.28-14-generic i686; 180x56-2)", - "ELinks/0.12~pre2.dfsg0-1ubuntu1 (textmode; Debian; Linux 2.6.28-14-generic i686; 120x36-2)", - "ELinks/0.12~pre2.dfsg0-1ubuntu1 (textmode; Debian; Linux 2.6.28-13-generic i686; 114x36-2)", - "ELinks/0.12pre5 (textmode; Linux; 157x60-2)", - "ELinks/0.12pre2 (textmode; Linux; 168x43-2)", - "ELinks/0.12pre1.GIT", - "ELinks/0.12.GIT (textmode; Linux 2.6.21-1-686 i686; 198x78-3)", - "ELinks/0.11.7 (textmode; Linux 2.6.32-fw3 i686; 143x53-2)", - "ELinks/0.11.7 (textmode; FreeBSD 8.0-RC1 i386; 80x49-2)", - "ELinks/0.11.6 (textmode; Linux 2.6.30-ARCH i686; 128x48-2)", - "ELinks/0.11.6 (textmode; Linux 2.2.26 i686; 119x51-2)", - "ELinks/0.11.4rc1 (textmode; FreeBSD 7.1-RELEASE i386; 80x25-2)", - "ELinks/0.11.4rc1 (textmode; FreeBSD 7.0-RELEASE i386; 80x25-2)", - "ELinks/0.11.4rc1 (textmode; Darwin 8.11.0 Power Macintosh; 169x55-3)", - "ELinks/0.11.4rc0 (textmode; Linux 2.6.20-16-server i686; 102x34-2)", - "ELinks/0.11.4-3-lite (textmode; Debian; Linux 2.6.26-1-686 i686; 80x24-2)", - "ELinks/0.11.4-3 (textmode; Debian; Linux 2.6.26-1-sparc64 sparc64; 160x64-2)", - "ELinks/0.11.4 (textmode;Linux;80x24-2)", - "ELinks/0.11.4 (textmode; Linux; 80x24-2)", - "ELinks/0.11.4 (textmode; Linux 2.6.26-2-amd64 x86_64; 158x62-2)", - "ELinks/0.11.3-8ubuntu3 (textmode; Debian; Linux 2.6.27-9-generic i686; 205x56-2)", - "ELinks/0.11.3-8ubuntu3 (textmode; Debian; Linux 2.6.27-11-generic i686; 80x25-2)", - "ELinks/0.11.3-5ubuntu2 (textmode; Debian; Linux 2.6.24-19-generic i686; 80x24-2)", - "ELinks/0.11.3-5ubuntu2 (textmode; Debian; Linux 2.6.24-19-generic i686; 181x51-2)", - "ELinks/0.11.3-5ubuntu2 (textmode; Debian; Linux 2.6.24-16-generic i686; 80x24-2)", - "ELinks/0.11.3 (textmode; Linux; 80x24-2)", - "ELinks/0.11.3 (textmode; Linux 2.6.23-ARCH x86_64; 141x29-2)", - "ELinks/0.11.3 (textmode; Darwin 10.7.0 i386; 236x64-2)", - "ELinks/0.11.3 (textmode; Darwin 10.2.0 i386; 80x24-2)", - "ELinks (0.11.3; Linux 2.6.23-hardened-r4 i686; 166x55)", - "ELinks (0.11.3; Linux 2.6.23-hardened-r4 i686; 132x25)", - "ELinks (0.11.3; Linux 2.6.23-gentoo-r6 i686; 128x48)", - "ELinks (0.11.3; Linux 2.6.22-gentoo-r9 i686; 80x40)", - "ELinks/0.11.2 (textmode; Linux 2.6.17.13 i686; 80x25-2)", - "ELinks/0.11.2 (textmode; FreeBSD 6.3-RELEASE-p2 i386; 126x44-2)", - "ELinks/0.11.2 (textmode; FreeBSD 6.2-RELEASE i386; 100x35-2)", - "ELinks/0.11.1-1.5ubuntu1-debian (textmode; Linux 2.6.22-14-server i686; 157x41-2)", - "ELinks/0.11.1-1.5ubuntu1-debian (textmode; Linux 2.6.22-14-generic i686; 80x24-3)", - "ELinks/0.11.1-1.5ubuntu1-debian (textmode; Linux 2.6.22-14-generic i686; 80x24-2)", - "ELinks/0.11.1-1.4-debian (textmode; Linux 2.6.22-2-686 i686; 64x24-2)", - "ELinks/0.11.1-1.4-debian (textmode; Linux 2.6.22-1-amd64 x86_64; 160x64-2)", - "ELinks/0.11.1-1.4-debian (textmode; Linux 2.6.21-1-686 i686; 198x78-3)", - "ELinks/0.11.1-1.2ubuntu2.2-debian (textmode; Linux 2.6.20-16-generic i686; 80x24-2)", - "ELinks/0.11.1-1.2ubuntu2.1-debian (textmode; Linux 2.6.20-15-generic i686; 80x24-2)", - "ELinks/0.11.1-1.2etch1-debian (textmode; Linux 2.6.24.2-grsec i686; 80x24-2)", - "ELinks/0.11.1-1.2-debian (textmode; Linux 2.6.8-3-386 i686; 80x24-2)", - "ELinks/0.11.1-1.2-debian (textmode; Linux 2.6.15-1-k7 i686; 80x38-2)", - "ELinks/0.11.1-1-debian (textmode; Linux 2.6.18-2-k7 i686; 142x42-2)", - "ELinks/0.11.1 (textmode; Linux; 122x44-2)", - "ELinks/0.11.1 (textmode; Linux 2.6.12-oci6.mdk-i586-up-1GB i686; 98x33-2)", - "ELinks/0.11.1 (textmode; Linux 2.6.12-oci6.mdk-i586-up-1GB i686; 97x33-2)", - "ELinks/0.11.1 (textmode; Linux 2.6.12-oci6.mdk-i586-up-1GB i686; 80x24-2)", - "ELinks/0.11.1 (textmode; Linux 2.6.12-oci6.mdk-i586-up-1GB i686; 127x43-2)", - "ELinks/0.11.1 (textmode; Linux 2.4.31 i686; 128x48-3)", - "ELinks/0.11.1 (textmode; FreeBSD 6.1-RELEASE i386; 212x61-2)", - "ELinks (0.11.1; Linux 2.4.31 i686)", - "ELinks/0.11.0 (textmode; Linux; 100x24-2)", - "ELinks/0.10.6-1ubuntu3-debian (textmode; Linux 2.6.15-27-686 i686; 96x28-2)", - "ELinks/0.10.6-1ubuntu3-debian (textmode; Linux 2.6.15-27-686 i686; 197x64-2)", - "ELinks/0.10.6 (textmode; Linux 2.6.12-oci6.mdk-i586-up-1GB i686; 104x37-2)", - "ELinks/0.10.4-7-debian (textmode; Linux 2.6.16-hardened-r10-pandora i686; 80x24-2)", - "ELinks/0.10.4-7-debian (textmode; Linux 2.6.11 i686; 89x23-2)", - "ELinks/0.10.3 (textmode; Linux; 80x24-2)", - "ELinks/0.10.3 (textmode; Linux; 123x38-2)", - "Elinks (textmode)" - ], - "Enigma Browser": [ - "Enigma Browser" - ], - "EnigmaFox": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.13) Gecko/2009073022 EnigmaFox/3.0.13" - ], - "Epiphany": [ - "Mozilla/5.0 (X11; U; Linux x86_64; it-it) AppleWebKit/534.26+ (KHTML, like Gecko) Ubuntu/11.04 Epiphany/2.30.6", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-FR) AppleWebKit/534.7 (KHTML, like Gecko) Epiphany/2.30.6 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Epiphany/2.30.6 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux x86_64; ca-ad) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.30.6", - "Mozilla/5.0 (X11; U; Linux x86; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Epiphany/2.30.6 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux i686; sv-se) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.30.6", - "Mozilla/5.0 (X11; U; Linux i686; it-it) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.30.2", - "Mozilla/5.0 (X11; U; OpenBSD arm; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.30.0", - "Mozilla/5.0 (X11; U; FreeBSD amd64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.30.0", - "Mozilla/5.0 (X11; U; Linux x86_64; nl-nl) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.29.91", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.29.91", - "Mozilla/5.0 (X11; U; Linux x86_64; zh-cn) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.28.2 SUSE/2.28.0-2.4", - "Mozilla/5.0 (X11; U; Linux x86_64; zh-cn) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.28.0 SUSE/2.28.0-2.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.8) Gecko/20080528 Fedora/2.24.3-4.fc10 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.8) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.8) Gecko/20080528 Epiphany/2.22 (Debian/2.24.3-2)", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.7) Gecko/20080528 Epiphany/2.22", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.14) Gecko/20080528 Ubuntu/9.10 (karmic) Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.14) Gecko/20080528 Epiphany/2.22 (Debian/2.26.3-2)", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9.0.1) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.9) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.13) Gecko/20080322 Epiphany/2.22 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en_GB; rv:1.9.0.1) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.9) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.8) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.8) Gecko/20080528 Epiphany/2.22 (Debian/2.24.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.7) Gecko/20080528 Epiphany/2.22", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.5) Gecko/20080528 Fedora/2.24.1-3.fc10 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.4) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.15) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.14) Gecko/20080528 Epiphany/2.22 (Debian/2.26.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.12) Gecko/20080528 Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9) Gecko/20080528 (Gentoo) Epiphany/2.22 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.14) Gecko/20080616 Fedora/2.20.3-4.fc8 Epiphany/2.20 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.13) Gecko/20080326 (Debian-1.8.1.13-1) Epiphany/2.20", - "Mozilla/5.0 (X11; U; Linux ppc; en; rv:1.8.1.13) Gecko/20080325 Epiphany/2.20 Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9b3) Gecko Epiphany/2.20", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.19) Gecko/20081216 Epiphany/2.20 Firefox/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.17) Gecko/20080927 Epiphany/2.20 Firefox/2.0.0.17 (Dropline GNOME)", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.14) Gecko/20080418 Epiphany/2.20 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.12) Gecko/20080208 (Debian-1.8.1.12-5) Epiphany/2.20", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.12) Gecko/20080208 (Debian-1.8.1.12-2) Epiphany/2.20", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.10) Gecko/20071213 Epiphany/2.20 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; FreeBSD i386; pl; rv:1.8.1.12) Gecko/20080213 Epiphany/2.20 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; FreeBSD i386; en; rv:1.8.1.12) Gecko/20080213 Epiphany/2.20 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; OpenBSD amd64; en; rv:1.8.1.6) Gecko/20070817 Epiphany/2.18 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.4) Gecko/20061201 Epiphany/2.18 Firefox/2.0.0.4 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.3) Gecko/20061201 Epiphany/2.18 Firefox/2.0.0.3 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.5) Gecko/20070712 (Debian-1.8.1.5-1) Epiphany/2.18", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.4) Gecko/20070508 (Debian-1.8.1.4-1) Epiphany/2.18", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.3) Gecko/20070322 Epiphany/2.18", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.3) Gecko/20061201 Epiphany/2.18 Firefox/2.0.0.3 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.14) Gecko/20080416 Fedora/2.18.3-9.fc7 Epiphany/2.18 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1) Gecko/20070322 Epiphany/2.18", - "Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.4) Gecko/20070628 Epiphany/2.16 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.3) Gecko/20070403 Epiphany/2.16 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux sparc64; en-US; rv:1.8.0.14eol) Gecko/20070505 (Debian-1.8.0.15~pre080323b-0etch2) Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.0.7) Gecko/20060928 Epiphany/2.14 (Ubuntu)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071201 (Debian-1.8.1.11-1) Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061205 (Debian-1.8.0.9-1) Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060928 (Debian-1.8.0.7-1) Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060924 Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Epiphany/2.14 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Epiphany/2.14 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Epiphany/2.14 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20070505 (Debian-1.8.0.15~pre080131b-0etch1) Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20070505 (Debian-1.8.0.14~pre071019b-0lenny1) Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060501 Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.7) Gecko/20060928 (Debian-1.8.0.7-1) Epiphany/2.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051215 Epiphany/1.8.4.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060208 Epiphany/1.8.3", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.7.12) Gecko/20051010 Epiphany/1.8.2 (Ubuntu) (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Epiphany/1.8.2 (Ubuntu) (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; SunOS 5.11; en-US; rv:1.8.0.2) Gecko/20050405 Epiphany/1.7.1", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.5) Gecko/20050105 Epiphany/1.4.8", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20060628 Epiphany/1.4.8 (Debian)", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20050831 Epiphany/1.4.8 (Debian)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Epiphany/1.4.8 (Debian)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050831 Epiphany/1.4.8 (Debian)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Epiphany/1.4.8 (Debian)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Epiphany/1.4.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040924 Epiphany/1.4.4 (Ubuntu)", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.3) Gecko/20040924 Epiphany/1.4.4 (Ubuntu)", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.3) Gecko/20040924 Epiphany/1.4.4", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.6) Gecko/20040413 Epiphany/1.2.6", - "Mozilla/5.0 (X11; U; Linux; i686; en-US; rv:1.6) Gecko Epiphany/1.2.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 Epiphany/1.0.7", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040114 Epiphany/1.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Epiphany/0.9.2", - "Mozilla/5.0 (X11; U; Linux i586; en-US) Gecko/20030908 Epiphany/0.9.2", - "Mozilla/5.0 (X11; U; Linux i686; pl-pl) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) epiphany-browser", - "Mozilla/5.0 (X11; U; Linux i686; en-gb) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) epiphany-webkit" - ], - "Escape": [ - "Mozilla/4.0 (compatible; MSIE 5.23; Macintosh; PPC) Escape 5.1.8" - ], - "Firebird": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; x64; fr; rv:1.9.2.13) Gecko/20101203 Firebird/3.6.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031212 Firebird/0.7+", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031002 Firebird/0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.5) Gecko/20031007 Firebird/0.7", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007 Firebird/0.7", - "Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.5) Gecko/20031007 Firebird/0.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20031026 Firebird/0.7", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.5a) Gecko/20030729 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030819 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4b) Gecko/20030517 Mozilla Firebird/0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030630 Mozilla Firebird/0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030607 Mozilla Firebird/0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030505 Mozilla Firebird/0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030425 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4b) Gecko/20030610 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:x.xx) Gecko/20030504 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030702 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030630 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030615 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030503 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030514 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030504 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6" - ], - "Firefox": [ - "Mozilla/5.0 (X11; Linux i686; rv:64.0) Gecko/20100101 Firefox/64.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:64.0) Gecko/20100101 Firefox/64.0", - "Mozilla/5.0 (X11; Linux i586; rv:63.0) Gecko/20100101 Firefox/63.0", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.10; rv:62.0) Gecko/20100101 Firefox/62.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:10.0) Gecko/20100101 Firefox/62.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.13; ko; rv:1.9.1b2) Gecko/20081201 Firefox/60.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/58.0.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/58.0", - "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.59.12) Gecko/20160044 Firefox/52.59.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060814 Firefox/51.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20120121 Firefox/46.0", - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1", - "Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0", - "Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20130401 Firefox/31.0", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:28.0) Gecko/20100101 Firefox/31.0", - "Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20120101 Firefox/29.0", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0", - "Mozilla/5.0 (X11; OpenBSD amd64; rv:28.0) Gecko/20100101 Firefox/28.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0", - "Mozilla/5.0 (Windows NT 6.1; rv:27.3) Gecko/20130101 Firefox/27.3", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:27.0) Gecko/20121011 Firefox/27.0", - "Mozilla/5.0 (Windows NT 6.2; rv:20.0) Gecko/20121202 Firefox/26.0", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:25.0) Gecko/20100101 Firefox/25.0", - "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0", - "Mozilla/5.0 (Windows NT 6.0; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0", - "Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/23.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20130406 Firefox/23.0", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:23.0) Gecko/20131011 Firefox/23.0", - "Mozilla/5.0 (Windows NT 6.2; rv:22.0) Gecko/20130405 Firefox/22.0", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:22.0) Gecko/20130328 Firefox/22.0", - "Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20130405 Firefox/22.0", - "Mozilla/5.0 (Microsoft Windows NT 6.2.9200.0); rv:22.0) Gecko/20130405 Firefox/22.0", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:16.0.1) Gecko/20121011 Firefox/21.0.1", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:16.0.1) Gecko/20121011 Firefox/21.0.1", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:21.0.0) Gecko/20121011 Firefox/21.0.0", - "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20130331 Firefox/21.0", - "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0", - "Mozilla/5.0 (X11; Linux i686; rv:21.0) Gecko/20100101 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko/20130514 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.2; rv:21.0) Gecko/20130326 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130401 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130331 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130330 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130401 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130328 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0", - "Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130401 Firefox/21.0", - "Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20130331 Firefox/21.0", - "Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20100101 Firefox/21.0", - "Mozilla/5.0 (Windows NT 5.0; rv:21.0) Gecko/20100101 Firefox/21.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64;) Gecko/20100101 Firefox/20.0", - "Mozilla/5.0 (Windows x86; rv:19.0) Gecko/20100101 Firefox/19.0", - "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20100101 Firefox/19.0", - "Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/18.0.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0", - "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0.6", - "Mozilla/5.0 (X11; Ubuntu; Linux armv7l; rv:17.0) Gecko/20100101 Firefox/17.0", - "Mozilla/6.0 (Windows NT 6.2; WOW64; rv:16.0.1) Gecko/20121011 Firefox/16.0.1", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:16.0.1) Gecko/20121011 Firefox/16.0.1", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:16.0.1) Gecko/20121011 Firefox/16.0.1", - "Mozilla/5.0 (X11; NetBSD amd64; rv:16.0) Gecko/20121102 Firefox/16.0", - "Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120716 Firefox/15.0a2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20120427 Firefox/15.0a1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120427 Firefox/15.0a1", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:15.0) Gecko/20120910144328 Firefox/15.0.2", - "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:15.0) Gecko/20121011 Firefox/15.0.1", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:14.0) Gecko/20120405 Firefox/14.0a1", - "Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120405 Firefox/14.0a1", - "Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120405 Firefox/14.0a1", - "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1", - "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US; rv:2.0.4) Gecko/20120718 AskTbAVR-IDW/3.12.5.17700 Firefox/14.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120403211507 Firefox/14.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/ 20120405 Firefox/14.0.1", - "Mozilla/5.0 (Windows NT 6.0; rv:14.0) Gecko/20100101 Firefox/14.0.1", - "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/13.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120403211507 Firefox/12.0", - "Mozilla/5.0 (Windows NT 6.1; de;rv:12.0) Gecko/20120403211507 Firefox/12.0", - "Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120403211507 Firefox/12.0", - "Mozilla/5.0 (compatible; Windows; U; Windows NT 6.2; WOW64; en-US; rv:12.0) Gecko/20120403211507 Firefox/12.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120421 Gecko Firefox/11.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120421 Firefox/11.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko Firefox/11.0", - "Mozilla/5.0 (Windows NT 6.1; U;WOW64; de;rv:11.0) Gecko Firefox/11.0", - "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko Firefox/11.0", - "Mozilla/6.0 (Macintosh; I; Intel Mac OS X 11_7_9; de-LI; rv:1.9b4) Gecko/2012010317 Firefox/10.0a4", - "Mozilla/5.0 (Macintosh; I; Intel Mac OS X 11_7_9; de-LI; rv:1.9b4) Gecko/2012010317 Firefox/10.0a4", - "Mozilla/5.0 (X11; Mageia; Linux x86_64; rv:10.0.9) Gecko/20100101 Firefox/10.0.9", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0a2) Gecko/20111101 Firefox/9.0a2", - "Mozilla/5.0 (Windows NT 6.2; rv:9.0.1) Gecko/20100101 Firefox/9.0.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20100101 Firefox/9.0", - "Mozilla/5.0 (Windows NT 5.1; rv:8.0; en_us) Gecko/20100101 Firefox/8.0", - "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20100101 Firefox/7.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a2) Gecko/20110613 Firefox/6.0a2", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a2) Gecko/20110612 Firefox/6.0a2", - "Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0", - "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0", - "Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0 FirePHP/0.6", - "Mozilla/5.0 (Windows NT 5.0; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0", - "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0a2) Gecko/20110524 Firefox/5.0a2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/5.0.1", - "Mozilla/5.0 (Windows NT 6.1; U; ru; rv:5.0.1.6) Gecko/20110501 Firefox/5.0.1 Firefox/5.0.1", - "mozilla/3.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/5.0.1", - "Mozilla/5.0 (X11; U; Linux i586; de; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (X11; U; Linux amd64; rv:5.0) Gecko/20100101 Firefox/5.0 (Debian)", - "Mozilla/5.0 (X11; U; Linux amd64; en-US; rv:5.0) Gecko/20110619 Firefox/5.0", - "Mozilla/5.0 (X11; Linux) Gecko Firefox/5.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 FirePHP/0.5", - "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 Firefox/5.0", - "Mozilla/5.0 (X11; Linux x86_64) Gecko Firefox/5.0", - "Mozilla/5.0 (X11; Linux ppc; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (X11; Linux AMD64) Gecko Firefox/5.0", - "Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:5.0) Gecko/20110619 Firefox/5.0", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 6.1.1; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 5.2; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 5.1; U; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 5.0; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (Windows NT 5.0; rv:5.0) Gecko/20100101 Firefox/5.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:2.2a1pre) Gecko/20110324 Firefox/4.2a1pre", - "Mozilla/5.0 (X11; Linux x86_64; rv:2.2a1pre) Gecko/20100101 Firefox/4.2a1pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.2a1pre) Gecko/20110324 Firefox/4.2a1pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.2a1pre) Gecko/20110323 Firefox/4.2a1pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.2a1pre) Gecko/20110208 Firefox/4.2a1pre", - "Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9pre) Gecko/20110111 Firefox/4.0b9pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b9pre) Gecko/20101228 Firefox/4.0b9pre", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0b9pre) Gecko/20110105 Firefox/4.0b9pre", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b8pre) Gecko/20101213 Firefox/4.0b8pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b8pre) Gecko/20101128 Firefox/4.0b8pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101127 Firefox/4.0b8pre", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b8) Gecko/20100101 Firefox/4.0b8", - "Mozilla/4.0 (compatible; Intel Mac OS X 10.6; rv:2.0b8) Gecko/20100101 Firefox/4.0b8)", - "Mozilla/5.0 (Windows NT 6.1; rv:2.0b7pre) Gecko/20100921 Firefox/4.0b7pre", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7) Gecko/20101111 Firefox/4.0b7", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7) Gecko/20100101 Firefox/4.0b7", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre", - "Mozilla/5.0 (Windows NT 6.1; rv:2.0b6pre) Gecko/20100903 Firefox/4.0b6pre Firefox/4.0b6pre", - "Mozilla/5.0 (X11; Linux x86_64; rv:2.0b4) Gecko/20100818 Firefox/4.0b4", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b3pre) Gecko/20100731 Firefox/4.0b3pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b13pre) Gecko/20110304 Firefox/4.0b13pre", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0b13pre) Gecko/20110223 Firefox/4.0b13pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b12pre) Gecko/20110204 Firefox/4.0b12pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b12pre) Gecko/20100101 Firefox/4.0b12pre", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b11pre) Gecko/20110128 Firefox/4.0b11pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110131 Firefox/4.0b11pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110129 Firefox/4.0b11pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b11pre) Gecko/20110128 Firefox/4.0b11pre", - "Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b11pre) Gecko/20110126 Firefox/4.0b11pre", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:2.0b10pre) Gecko/20110118 Firefox/4.0b10pre", - "Mozilla/5.0 (Windows NT 6.1; rv:2.0b10pre) Gecko/20110113 Firefox/4.0b10pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b10) Gecko/20100101 Firefox/4.0b10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:2.0b10) Gecko/20110126 Firefox/4.0b10", - "Mozilla/5.0 (Windows NT 6.1; rv:2.0b10) Gecko/20110126 Firefox/4.0b10", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.1.3) Gecko/20091020 Ubuntu/10.04 (lucid) Firefox/4.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20110506 Firefox/4.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20110518 Firefox/4.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:2.0.1) Gecko/20110606 Firefox/4.0.1", - "Mozilla/5.0 (Windows NT 5.1; WOW64; rv:41.0) Gecko/20100101 Firefox/4.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:2.0) Gecko/20110307 Firefox/4.0", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:2.0) Gecko/20110404 Fedora/16-dev Firefox/4.0", - "Mozilla/5.0 (X11; Arch Linux i686; rv:2.0) Gecko/20110321 Firefox/4.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/4.0 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20110319 Firefox/4.0", - "Mozilla/5.0 (Windows NT 6.1; rv:1.9) Gecko/20100101 Firefox/4.0", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/20121223 Ubuntu/9.25 (jaunty) Firefox/3.8", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8", - "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.3a5pre) Gecko/20100526 Firefox/3.7a5pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b5) Gecko/20091204 Firefox/3.6b5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20091218 Firefox 3.6b5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b1) Gecko/20091014 Firefox/3.6b1 GTB5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090428 Firefox/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090405 Firefox/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.9.2a1pre) Gecko/20090405 Ubuntu/9.04 (jaunty) Firefox/3.6a1pre", - "Mozilla/5.0 (Windows; Windows NT 5.1; es-ES; rv:1.9.2a1pre) Gecko/20090402 Firefox/3.6a1pre", - "Mozilla/5.0 (Windows; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090402 Firefox/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2a1pre) Gecko/20090402 Firefox/3.6a1pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100915 Gentoo Firefox/3.6.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100827 Red Hat/3.6.9-2.el6 Firefox/3.6.9", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100913 Firefox/3.6.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:1.9.2.9) Gecko/20100913 Firefox/3.6.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9 ( .NET CLR 3.5.30729; .NET CLR 4.0.20506)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6;en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.9.2.8) Gecko/20101230 Firefox/3.6.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100804 Gentoo Firefox/3.6.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 SUSE/3.6.8-0.1.1 Firefox/3.6.8", - "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.9.2.8) Gecko/20100722 Ubuntu/10.04 (lucid) Firefox/3.6.8", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8", - "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100727 Firefox/3.6.8", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.2.8) Gecko/20100725 Gentoo Firefox/3.6.8", - "Mozilla/5.0 (X11; U; FreeBSD i386; de-CH; rv:1.9.2.8) Gecko/20100729 Firefox/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.8) Gecko/20100722 AskTbADAP/3.9.1.14019 Firefox/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; he; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.8) Gecko/20100722 Firefox 3.6.8 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.8) Gecko/20100722 Firefox 3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.3) Gecko/20121221 Firefox/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-TW; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100809 Fedora/3.6.7-1.fc14 Firefox/3.6.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Firefox/3.6.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100726 CentOS/3.6-3.el5.centos Firefox/3.6.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.7 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 GTB7.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 GTB7.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-AT; rv:1.9.1.8) Gecko/20100625 Firefox/3.6.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100614 Ubuntu/10.04 (lucid) Firefox/3.6.4", - "Mozilla/5.0 (X11; U; Linux i686; fa; rv:1.8.1.4) Gecko/20100527 Firefox/3.6.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100625 Gentoo Firefox/3.6.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-TW; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100527 Firefox/3.6.4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100527 Firefox/3.6.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 GTB7.0 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.4) Gecko/20100513 Firefox/3.6.4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.4) Gecko/20100503 Firefox/3.6.4 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.4) Gecko/20100523 Firefox/3.6.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3pre) Gecko/20100405 Firefox/3.6.3plugin1 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; he; rv:1.9.1b4pre) Gecko/20100405 Firefox/3.6.3plugin1", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.3) Gecko/20100403 Fedora/3.6.3-4.fc13 Firefox/3.6.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.3) Gecko/20100401 SUSE/3.6.3-1.1 Firefox/3.6.3", - "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100404 Ubuntu/10.04 (lucid) Firefox/3.6.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.3", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3", - "Mozilla/5.0 (X11; U; Linux AMD64; en-US; rv:1.9.2.3) Gecko/20100403 Ubuntu/10.10 (maverick) Firefox/3.6.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ca; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.28) Gecko/20120306 AskTbSTC-SRS/3.13.1.18132 Firefox/3.6.28 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.25) Gecko/20111212 Firefox/3.6.25 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.24) Gecko/20111101 SUSE/3.6.24-0.2.1 Firefox/3.6.24", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.24) Gecko/20111103 Firefox/3.6.24", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.23) Gecko/20110920 Firefox/3.6.23", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; it; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.21) Gecko/20110830 Ubuntu/10.10 (maverick) Firefox/3.6.21", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.20) Gecko/20110805 Ubuntu/10.04 (lucid) Firefox/3.6.20", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110804 Red Hat/3.6-2.el5 Firefox/3.6.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.20) Gecko/20110803 AskTbFWV5/3.13.0.17701 Firefox/3.6.20 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 GTB7.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.2) Gecko/20100316 AskTbSPC2/3.9.1.14019 Firefox/3.6.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 GTB6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.0.04506.648)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2 ( .NET CLR 3.0.04506.30)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10pre) Gecko/20100902 Ubuntu/9.10 (karmic) Firefox/3.6.1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.19", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-GB; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110615 Ubuntu/10.10 (maverick) Firefox/3.6.18", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ar; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pt-BR; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17", - "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:5.0) Gecko/20100101 Firefox/3.6.17 Firefox/3.6.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sl; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (X11; U; Linux x86_64; ja-JP; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.10 (maverick) Firefox/3.6.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/9.10 (karmic) Firefox/3.6.16 FirePHP/0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.1.13) Gecko/20100914 Firefox/3.6.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.16) Gecko/20110319 AskTbUTR/3.11.3.15590 Firefox/3.6.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16pre) Gecko/20110304 Ubuntu/10.10 (maverick) Firefox/3.6.15pre", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.2.15) Gecko/20110303 Ubuntu/8.04 (hardy) Firefox/3.6.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.04 (lucid) Firefox/3.6.15 FirePHP/0.5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.15) Gecko/20110330 CentOS/3.6-1.el5.centos Firefox/3.6.15", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 ( .NET CLR 3.5.30729; .NET4.0C) FirePHP/0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.15) Gecko/20110303 AskTbBT4/3.11.3.15590 Firefox/3.6.15 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14pre) Gecko/20110105 Firefox/3.6.14pre", - "Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2.14) Gecko/20110224 Firefox/3.6.14 MB860/Version.0.43.3.MB860.AmericaMovil.en.MX", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-AU; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14 GTB7.1 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.13) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; nb-NO; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20110103 Fedora/3.6.13-1.fc14 Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101223 Gentoo Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101219 Gentoo Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Red Hat/3.6-3.el4 Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-NZ; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.13) Gecko/20101206 Ubuntu/9.10 (karmic) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.13) Gecko/20101206 Red Hat/3.6-2.el5 Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux x86_64; da-DK; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux MIPS32 1074Kf CPS QuadCore; en-US; rv:1.9.2.13) Gecko/20110103 Fedora/3.6.13-1.fc14 Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.2.13) Gecko/20101209 Fedora/3.6.13-1.fc13 Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.2.13) Gecko/20101206 Ubuntu/9.10 (karmic) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101209 CentOS/3.6-2.el5.centos Firefox/3.6.13", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13", - "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.9.2.12) Gecko/20101030 Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux x86_64; es-MX; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.04 (lucid) Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc13 Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.2.12) Gecko/20101026 SUSE/3.6.12-0.7.1 Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101102 Gentoo Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101102 Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux ppc; fr; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.10 (maverick) Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.10 (maverick) Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101114 Gentoo Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.12) Gecko/20101027 Ubuntu/10.10 (maverick) Firefox/3.6.12 GTB7.1", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.12) Gecko/20101027 Fedora/3.6.12-1.fc13 Firefox/3.6.12", - "Mozilla/5.0 (X11; FreeBSD x86_64; rv:2.0) Gecko/20100101 Firefox/3.6.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 (.NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET CLR 3.5.21022)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 GTB5", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11", - "Mozilla/5.0 (X11; U; Linux armv7l; en-GB; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.6.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; ru; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; zh-CN; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux x86_64; pt-BR; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10 GTB7.1", - "Mozilla/5.0 (X11; U; Linux x86_64; el-GR; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10 GTB7.1", - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.10) Gecko/20100915 Ubuntu/9.04 (jaunty) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.11) Gecko/20101013 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; en-CA; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100922 Ubuntu/10.10 (maverick) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100915 Ubuntu/9.10 (karmic) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.10) Gecko/20100914 SUSE/3.6.10-0.3.1 Firefox/3.6.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ro; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.1) Gecko/20100122 firefox/3.6.1", - "Mozilla/5.0(Windows; U; Windows NT 7.0; rv:1.9.2) Gecko/20100101 Firefox/3.6", - "Mozilla/5.0(Windows; U; Windows NT 5.2; rv:1.9.2) Gecko/20100101 Firefox/3.6", - "Mozilla/5.0 (X11; U; x86_64 Linux; en_GB, en_US; rv:1.9.2) Gecko/20100115 Firefox/3.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100222 Ubuntu/10.04 (lucid) Firefox/3.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100130 Gentoo Firefox/3.6", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2) Gecko/20100308 Ubuntu/10.04 (lucid) Firefox/3.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100312 Ubuntu/9.04 (jaunty) Firefox/3.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100128 Gentoo Firefox/3.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100115 Ubuntu/10.04 (lucid) Firefox/3.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 FirePHP/0.4", - "Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/3.6", - "Mozilla/5.0 (X11; FreeBSD i686) Firefox/3.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru-RU; rv:1.9.2) Gecko/20100105 MRA 5.6 (build 03278) Firefox/3.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; lt; rv:1.9.2) Gecko/20100115 Firefox/3.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100306 Firefox3.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100806 Firefox/3.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6;MEGAUPLOAD 1.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ar; rv:1.9.2) Gecko/20100115 Firefox/3.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.2) Gecko/20100115 Firefox/3.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090517 Firefox/3.5b4pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090409 Firefox/3.5b4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090401 Firefox/3.5b4pre", - "Mozilla/5.0 (X11; U; Linux i686; nl-NL; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 GTB5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; fr; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 GTB5", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.9) Gecko/20100330 Fedora/3.5.9-2.fc12 Firefox/3.5.9", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9 GTB7.0", - "Mozilla/5.0 (X11; U; Linux x86_64; es-CL; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9", - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9", - "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.1.9) Gecko/20100330 Fedora/3.5.9-1.fc12 Firefox/3.5.9", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1 Firefox/3.5.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9 GTB7.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100315 Ubuntu/9.10 (karmic) Firefox/3.5.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091028 Ubuntu/9.10 (karmic) Firefox/3.5.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; tr; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; et; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 GTB5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.13) Gecko/20101203 Firefox/3.5.9 (de)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9 GTB7.0 (.NET CLR 3.0.30618)", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc11 Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100318 Gentoo Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8", - "Mozilla/5.0 (X11; U; FreeBSD i386; ja-JP; rv:1.9.1.8) Gecko/20100305 Firefox/3.5.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; sl; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729) FirePHP/0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTB6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 GTB7.0 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Android; U; Android; pl; rv:1.9.2.8) Gecko/20100202 Firefox/3.5.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100305 Gentoo Firefox/3.5.7", - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.7) Gecko/20091222 SUSE/3.5.7-1.1.1 Firefox/3.5.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 GTB6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; fr; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.0.04506.648)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fa; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 MRA 5.5 (build 02842) Firefox/3.5.7 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20100117 Gentoo Firefox/3.5.6", - "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.9.1.6) Gecko/20091216 Fedora/3.5.6-1.fc11 Firefox/3.5.6 GTB6", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6 GTB6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20100118 Gentoo Firefox/3.5.6", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6 GTB6", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6 GTB7.0", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6", - "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.9.1.6) Gecko/20100107 Fedora/3.5.6-1.fc12 Firefox/3.5.6", - "Mozilla/5.0 (X11; U; Linux i686; ca; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; id; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.6) Gecko/20091201 MRA 5.4 (build 02647) Firefox/3.5.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 MRA 5.5 (build 02842) Firefox/3.5.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 MRA 5.5 (build 02842) Firefox/3.5.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 GTB6 (.NET CLR 3.5.30729) FBSMTWB", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729) FBSMTWB", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8pre) Gecko/20091227 Ubuntu/9.10 (karmic) Firefox/3.5.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091114 Gentoo Firefox/3.5.5", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-CN; rv:1.9.1.5) Gecko/Firefox/3.5.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 MRA 5.5 (build 02842) Firefox/3.5.5", - "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.8.1) Gecko/20091102 Firefox/3.5.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; pl; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 FBSMTWB", - "Mozilla/5.0 (X11; U; Linux x86_64; ja; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 (.NET CLR 3.5.30729) FBSMTWB", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4) Gecko/20091007 Firefox/3.5.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091007 Firefox/3.5.4", - "Mozilla/4.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.2) Gecko/2010324480 Firefox/3.5.4", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.3pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090914 Slackware/13.0_stable Firefox/3.5.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.1.3) Gecko/20091020 Ubuntu/9.10 (karmic) Firefox/3.5.3", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090919 Firefox/3.5.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090912 Gentoo Firefox/3.5.3 FirePHP/0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5", - "Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.5.3;MEGAUPLOAD 1.0 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ko; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET CLR 3.5.21022; .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; bg; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; pl; rv:1.9.1.2) Gecko/20090911 Slackware Firefox/3.5.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2) Gecko/20090803 Slackware Firefox/3.5.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2) Gecko/20090803 Firefox/3.5.2 Slackware", - "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.9.1.2) Gecko/20090804 Firefox/3.5.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Slackware/13.0 Firefox/3.5.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB7.1 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-MX; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; uk; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 FirePHP/0.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.16) Gecko/20101130 AskTbMYC/3.9.1.14019 Firefox/3.5.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.16) Gecko/20101130 MRA 5.4 (build 02647) Firefox/3.5.16 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 AskTbPLTV5/3.8.0.12304 Firefox/3.5.16 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16 GTB7.1", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.15) Gecko/20101027 Fedora/3.5.15-1.fc12 Firefox/3.5.15", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.15) Gecko/20101027 Fedora/3.5.15-1.fc12 Firefox/3.5.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ru; rv:1.9.1.13) Gecko/20100914 Firefox/3.5.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.5.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.12) Gecko/20100824 MRA 5.7 (build 03755) Firefox/3.5.12", - "Mozilla/5.0 (X11; U; Linux; en-US; rv:1.9.1.11) Gecko/20100720 Firefox/3.5.11", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100504 Firefox/3.5.11 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.10) Gecko/20100506 SUSE/3.5.10-0.1.1 Firefox/3.5.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.10) Gecko/20100504 Firefox/3.5.10 GTB7.0 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; rv:1.9.1.1) Gecko/20090716 Linux Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100524 Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090716 Linux Mint/7 (Gloria) Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090716 Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090714 SUSE/3.5.1-1.1 Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux x86; rv:1.9.1.1) Gecko/20090716 Linux Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux i686; nl-NL; rv:1.9.0.19) Gecko/20090720 Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2pre) Gecko/20090729 Ubuntu/9.04 (jaunty) Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 GTB5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.1) Gecko/20090722 Gentoo Firefox/3.5.1", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.1) Gecko/20090714 SUSE/3.5.1-1.1 Firefox/3.5.1", - "Mozilla/5.0 (X11; U; DragonFly i386; de; rv:1.9.1) Gecko/20090720 Firefox/3.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.1) Gecko/20090718 Firefox/3.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; tr; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 GTB5 (.NET CLR 4.0.20506)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 GTB5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11;U; Linux i686; en-GB; rv:1.9.1) Gecko/20090624 Ubuntu/9.04 (jaunty) Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1) Gecko/20090630 Firefox/3.5 GTB6", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.04 (jaunty) Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1) Gecko/20090624 Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.1) Gecko/20090624 Ubuntu/9.04 (jaunty) Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090701 Ubuntu/9.04 (jaunty) Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-us; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.04 (jaunty) Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1) Gecko/20090624 Ubuntu/8.04 (hardy) Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1) Gecko/20090624 Firefox/3.5", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.9.1) Gecko/20090624 Firefox/3.5", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1) Gecko/20090703 Firefox/3.5", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.10) Gecko/20090624 Firefox/3.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1) Gecko/20090612 Firefox/3.5 (.NET CLR 4.0.20506)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1) Gecko/20090612 Firefox/3.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 4.0.20506)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1) Gecko/20090624 Firefox/3.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20090105 Firefox/3.1b3pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090204 Firefox/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3) Gecko/20090327 Fedora/3.1-0.11.beta3.fc11 Firefox/3.1b3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3) Gecko/20090312 Firefox/3.1b3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3) Gecko/20090407 Firefox/3.1b3", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 GTB5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.1b3;MEGAUPLOAD 1.0 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 GTB5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-AR; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3) Gecko/20090405 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0 ; x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1 ; x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Firefox/3.1b2pre", - "Mozilla/5.0 (X11; U; DragonFly i386; de; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-AT; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-AT; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; ko; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1b1) Gecko/20081007 Firefox/3.1b1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b2) Gecko/20081127 Firefox/3.1b1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.2) Gecko/2008092313 Firefox/3.1.6", - "Mozilla/4.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/2008398325 Firefox/3.1.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3) Gecko/20090327 GNU/Linux/x86_64 Firefox/3.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6pre) Gecko/2009011606 Firefox/3.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 Firefox/3.07", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.8) Gecko/2009032609 Firefox/3.07", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.03", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008040318 Firefox/3.0pre (Swiftfox)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008030706 Firefox/3.0b5pre", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux x86_64; pt-BR; rv:1.9b5) Gecko/2008041515 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9pre) Gecko/2008042312 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008041816 Fedora/3.0-0.55.beta5.fc9 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b5) Gecko/2008040514 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.9b5) Gecko/2008032600 SUSE/2.9.95-25.1 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9b5) Gecko/2008032600 SUSE/2.9.95-25.1 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; nl; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-GB; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008021714 Firefox/3.0b4pre (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008021712 Firefox/3.0b4pre (Swiftfox)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008020708 Firefox/3.0b4pre", - "Mozilla/5.0 (X11; U; Windows NT 5.0; en-US; rv:1.9b4) Gecko/2008030318 Firefox/3.0b4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b4) Gecko/2008040813 Firefox/3.0b4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b4) Gecko/2008031318 Firefox/3.0b4", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9b4) Gecko/2008030800 SUSE/2.9.94-4.2 Firefox/3.0b4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4) Gecko/2008031317 Firefox/3.0b4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; lt; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; it; rv:1.9b4) Gecko/2008030317 Firefox/3.0b4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b3pre) Gecko/2008020509 Firefox/3.0b3pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b3pre) Gecko/2008011321 Firefox/3.0b3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008020507 Firefox/3.0b3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008020513 Firefox/3.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2) Gecko/2007121016 Firefox/3.0b2", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9b2) Gecko/2007121016 Firefox/3.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9b2) Gecko/2007121120 Firefox/3.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b1) Gecko/2007110703 Firefox/3.0b1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008010415 Firefox/3.0b", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9a2) Gecko/20080530 Firefox/3.0a2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060814 Firefox/3.0a1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061204 Firefox/3.0a1", - "Mozilla/5.0 (Macintosh; I; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061204 Firefox/3.0a1", - "Mozilla/6.0 (Windows; U; Windows NT 7.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.9 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.9) Gecko/2009042114 Ubuntu/9.04 (jaunty) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.9) Gecko/2009042114 Ubuntu/9.04 (jaunty) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.9) Gecko/2009042114 Ubuntu/9.04 (jaunty) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.7) Gecko/2009030422 Kubuntu/8.10 (intrepid) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.04 (hardy) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9 GTB5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009042113 Linux Mint/6 (Felicia) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009041408 Red Hat/3.0.9-1.el5 Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009040820 Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009042113 Ubuntu/9.04 (jaunty) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.10 (intrepid) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009042113 Ubuntu/8.04 (hardy) Firefox/3.0.9", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.9) Gecko/2009041500 SUSE/3.0.9-2.2 Firefox/3.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 FirePHP/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.4) Firefox/3.0.8)", - "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)", - "Mozilla/6.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; zh-TW; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.04 (hardy) Firefox/3.0.8 GTB5", - "Mozilla/5.0 (X11; U; Linux x86_64; nb-NO; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.2 Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009040312 Gentoo Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009033100 Ubuntu/9.04 (jaunty) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032908 Gentoo Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032713 Ubuntu/9.04 (jaunty) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.04 (hardy) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032712 Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.1.1 Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.1 Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030810 Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) Gecko Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8 FirePHP/0.2.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8", - "Mozilla/5.0 (X11; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Mac OSX; it; rv:1.9.0.7) Gecko/2009030422 Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.4 Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009032606 Red Hat/3.0.7-1.el5 Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009032319 Gentoo Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009031802 Gentoo Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009031120 Mandriva/1.9.0.7-0.1mdv2009.0 (2009.0) Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009031120 Mandriva Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030516 Ubuntu/9.04 (jaunty) Firefox/3.0.7 GTB5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030516 Ubuntu/9.04 (jaunty) Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.10 (intrepid) Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.7) Gecko/2009030503 Fedora/3.0.7-1.fc9 Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.7) Gecko/2009030620 Gentoo Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.04 (hardy) Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.7) Gecko/2009030503 Fedora/3.0.7-1.fc10 Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7 FirePHP/0.2.4", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.7) Gecko/2009031218 Gentoo Firefox/3.0.7", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6pre) Gecko/2008121605 Firefox/3.0.6pre", - "Mozilla/5.0 (X11; U; Linux; fr; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020519 Ubuntu/9.04 (jaunty) Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-1.4 Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.16) Gecko/2009121609 Firefox/3.0.6 (Windows NT 5.1)", - "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; eu; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1.2 Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009022714 Ubuntu/9.04 (jaunty) Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009022111 Gentoo Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.04 (hardy) Firefox/3.0.6 FirePHP/0.2.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020616 Gentoo Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020518 Ubuntu/9.04 (jaunty) Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020410 Fedora/3.0.6-1.fc9 Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1 Firefox/3.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.19) Gecko/2010091807 Firefox/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.19) Gecko/2010072023 Firefox/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Firefox/3.0.6", - "Mozilla/5.0 (X11; U; x86_64 Linux; en_US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.5) Gecko/2008121623 Ubuntu/8.10 (intrepid) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122406 Gentoo Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122120 Gentoo Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122014 CentOS/3.0.5-1.el4.centos Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121911 CentOS/3.0.5-1.el5.centos Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121806 Gentoo Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008121711 Ubuntu/9.04 (jaunty) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.5) Gecko/2008122010 Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9.0.5) Gecko/2008121621 Ubuntu/8.04 (hardy) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.5) Gecko/2008121300 SUSE/3.0.5-0.1 Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.5) Gecko/2008121711 Ubuntu/9.04 (jaunty) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.0.5) Gecko/2008123017 Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2009011301 Gentoo Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121914 Ubuntu/8.04 (hardy) Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121718 Gentoo Firefox/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4pre) Gecko/2008101311 Firefox/3.0.4pre (Swiftfox)", - "Mozilla/5.0 (X11; U; SunOS i86pc; fr; rv:1.9.0.4) Gecko/2008111710 Firefox/3.0.4", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.0.4) Gecko/2008111710 Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.4) Gecko/2008111217 Fedora/3.0.4-1.fc10 Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9.0.4) Gecko/2008110510 Red Hat/3.0.4-1.el5_2 Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020407 Firefox/3.0.4 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.4) Gecko/2008120512 Gentoo Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.04 (hardy) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.0.5) Gecko/2008121622 Ubuntu/8.10 (intrepid) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.4) Gecko/2008111217 Fedora/3.0.4-1.fc10 Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.4) Gecko/20081031100 SUSE/3.0.4-4.6 Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.11) Gecko/2009060309 Ubuntu/8.04 (hardy) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.4) Gecko/2008111217 Red Hat Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.4) Gecko/2008111317 Linux Mint/5 (Elyssa) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009032018 Firefox/3.0.4 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008121622 Linux Mint/6 (Felicia) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3pre) Gecko/2008090713 Firefox/3.0.3pre (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.3) Gecko/2008092813 Gentoo Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9.0.3) Gecko/2008092515 Ubuntu/8.10 (intrepid) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009030719 Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 (Linux Mint)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.3) Gecko/2008090713 Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x86; es-ES; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux x64_64; es-AR; rv:1.9.0.3) Gecko/2008092515 Ubuntu/8.10 (intrepid) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux ia64; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.3) Gecko/2008092700 SUSE/3.0.3-2.2 Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.2pre) Gecko/2008082305 Firefox/3.0.2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092418 CentOS/3.0.2-3.el5.centos Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.2) Gecko/2008092213 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008110715 ASPLinux/3.0.2-3.0.120asp Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092809 Gentoo Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092418 CentOS/3.0.2-3.el5.centos Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092318 Fedora/3.0.2-1.fc9 Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092313 Ubuntu/1.4.0 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008092000 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008091816 Red Hat/3.0.2-3.el5 Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.2) Gecko/2008092313 Ubuntu/8.04 (hardy) Firefox/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1pre) Gecko/2008062222 Firefox/3.0.1pre (Swiftfox)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9) Gecko/2008052906 Firefox/3.0.1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090213 Firefox/3.0.1b3pre", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.19) Gecko/2010051407 CentOS/3.0.19-1.el5.centos Firefox/3.0.19", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.19) Gecko/2010040118 Ubuntu/8.10 (intrepid) Firefox/3.0.19 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 (.NET CLR 3.5.30729) FirePHP/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 GTB7.0 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.18) Gecko/2010021501 Ubuntu/9.04 (jaunty) Firefox/3.0.18", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.18) Gecko/2010021501 Ubuntu/9.04 (jaunty) Firefox/3.0.18", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.18) Gecko/2010021501 Firefox/3.0.18", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.18) Gecko/2010020400 SUSE/3.0.18-0.1.1 Firefox/3.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.9.0.18) Gecko/2010020220 Firefox/3.0.18 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.9a1) Gecko/20100202 Firefox/3.0.18", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.17) Gecko/2010011010 Mandriva/1.9.0.17-0.1mdv2009.1 (2009.1) Firefox/3.0.17 GTB6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.17) Gecko/2010010604 Ubuntu/9.04 (jaunty) Firefox/3.0.17 FirePHP/0.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.10) Gecko/2009122115 Firefox/3.0.17", - "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.9.0.16) Gecko/2009121601 Ubuntu/9.04 (jaunty) Firefox/3.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 FBSMTWB", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 FBSMTWB", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.0.16 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 FBSMTWB", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-LI; rv:1.9.0.16) Gecko/2009120208 Firefox/3.0.16 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.14 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; pt-BR; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.14) Gecko/2009090216 Ubuntu/8.04 (hardy) Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.14) Gecko/2009090216 Ubuntu/8.04 (hardy) Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.9.0.14) Gecko/2009090217 Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.14) Gecko/2009090216 Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/20090916 Ubuntu/9.04 (jaunty) Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Firefox/3.0.14 (Debian-3.0.14-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090905 Fedora/3.0.14-1.fc10 Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14 GTB5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.14) Gecko/2009082505 Red Hat/3.0.14-1.el5_4 Firefox/3.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 GTB6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; zh-TW; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009090217 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux i686; fr-be; rv:1.9.0.8) Gecko/2009073022 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.13) Gecko/2009080315 Linux Mint/6 (Felicia) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.13) Gecko/2009080316 Ubuntu/8.04 (hardy) Firefox/3.0.13", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 4.0.20506)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ro; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-be; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729) FBSMTWB", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.13) Gecko/2009073022 Firefox/3.0.13 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.12) Gecko/2009072711 CentOS/3.0.12-1.el5.centos Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12 FirePHP/0.3", - "Mozilla/5.0 (X11; U; Linux ppc; en-GB; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070818 Ubuntu/8.10 (intrepid) Firefox/3.0.12 FirePHP/0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070818 Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070812 Linux Mint/5 (Elyssa) Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.12) Gecko/2009070610 Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.12) Gecko/2009070812 Ubuntu/8.04 (hardy) Firefox/3.0.12", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729) FirePHP/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sr; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 GTB5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.11) Gecko/2009060309 Ubuntu/9.04 (jaunty) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009070612 Gentoo Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061417 Gentoo Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009060309 Linux Mint/7 (Gloria) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.11) Gecko/2009070611 Gentoo Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc10 Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.11) Gecko/2009060308 Linux Mint/7 (Gloria) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; fi-FI; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009060310 Ubuntu/8.10 (intrepid) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009060309 Linux Mint/5 (Elyssa) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060310 Linux Mint/6 (Felicia) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060308 Linux Mint/7 (Gloria) Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.11) Gecko/2009060309 Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11 GTB5", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.11) Gecko/2009062218 Gentoo Firefox/3.0.11", - "Mozilla/5.0 (X11; U; Slackware Linux i686; en-US; rv:1.9.0.10) Gecko/2009042315 Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux x86_64; da-DK; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.9.0.10) Gecko/2009042718 CentOS/3.0.10-1.el5.centos Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.10) Gecko/2009042708 Fedora/3.0.10-1.fc10 Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.10) Gecko/2009042513 Linux Mint/5 (Elyssa) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020410 Fedora/3.0.6-1.fc10 Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042812 Gentoo Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042708 Fedora/3.0.10-1.fc10 Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/8.10 (intrepid) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Linux Mint/7 (Gloria) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Linux Mint/6 (Felicia) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042513 Linux Mint/5 (Elyssa) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.10) Gecko/2009042523 Ubuntu/8.10 (intrepid) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10", - "Mozilla/5.0 (X11; U; OpenBSD amd64; en-US; rv:1.9.0.1) Gecko/2008081402 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.1) Gecko/2008071222 Ubuntu/hardy Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.1) Gecko/2008071222 Ubuntu (hardy) Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9.0.1) Gecko/2008071222 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; ko-KR; rv:1.9.0.1) Gecko/2008071717 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.0.1) Gecko/2008071717 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.1) Gecko/2008071222 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.1) Gecko/2008070400 SUSE/3.0.1-1.1 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008110312 Gentoo Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072820 Kubuntu/8.04 (hardy) Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1 FirePHP/0.1.1.2", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.1) Gecko/2008070400 SUSE/3.0.1-0.1 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64) Gecko/2008072820 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.9) Gecko/20080810020329 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.1) Gecko/2008071719 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.1) Gecko/2008071719 Firefox/3.0.1", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.1) Gecko/2008071222 Firefox/3.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.0 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.0", - "Mozilla/6.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:2.0.0.0) Gecko/20061028 Firefox/3.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; it-IT; ) Gecko/20080000 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.9) Gecko/2008060309 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9) Gecko/2008061017 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9) Gecko/2008061017 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9) Gecko/2008061017 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9) Gecko/2008061015 Ubuntu/8.04 (hardy) Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0) Gecko/2008061600 SUSE/3.0-1.2 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062908 Firefox/3.0 (Debian-3.0~rc2-2)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062315 (Gentoo) Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008061317 (Gentoo) Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9) Gecko/2008061017 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.9.0) Gecko/2008061600 SUSE/3.0-1.2 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9.1) Gecko/20090630 Fedora/3.5-1.fc11 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9) Gecko/2008061015 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.9) Gecko/2008080808 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9) Gecko/2008061812 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.5) Gecko/2008121622 Slackware/2.6.27-PiP Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9) Gecko/2008061015 Firefox/3.0", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9) Gecko/2008061015 Firefox/3.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.15) Gecko/2009101601 Firefox 2.1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20061110 Firefox/2.0b3", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20060918 Firefox/2.0b2", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20060916 Firefox/2.0b2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Firefox/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.1) Gecko/20061204 Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1) Gecko/20060918 Firefox/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1b2) Gecko/20060901 Firefox/2.0b2", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (X11; U; Linux i686; en_US; rv:1.8.1b1) Gecko/20060813 Firefox/2.0b1", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060707 Firefox/2.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ca; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1b1) Gecko/20060707 Firefox/2.0b1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061001 Firefox/2.0b (Swiftfox)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8) Gecko/20060321 Firefox/2.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060319 Firefox/2.0a1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060322 Firefox/2.0a1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20060320 Firefox/2.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.9.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.4", - "Mozilla/5.0 (X11; U; SunOS sun4v; es-ES; rv:1.8.1.9) Gecko/20071127 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.9) Gecko/20071102 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; nl-NL; rv:1.8.1.9) Gecko/20071105 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071105 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071105 Fedora/2.0.0.9-1.fc7 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071103 Firefox/2.0.0.9 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071103 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071025 FreeBSD/i386 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.9) Gecko/20071105 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; tr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; da; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sl; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17pre) Gecko/20080715 Firefox/2.0.0.8pre", - "Mozilla/5.0 (X11; U; x86_64 Linux; en_US; rv:1.8.16) Gecko/20071015 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Windows NT i686; fr; rv:1.9.0.1) Gecko/2008070206 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.8) Gecko/20071015 SUSE/2.0.0.8-1.1 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080129 Firefox/2.0.0.8 (Debian-2.0.0.12-1)", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.1) Gecko/2008070206 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.8) Gecko/20071030 Fedora/2.0.0.8-2.fc8 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071201 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071022 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071019 Fedora/2.0.0.8-1.fc7 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071008 FreeBSD/i386 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071004 Firefox/2.0.0.8 (Debian-2.0.0.8-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20061201 Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.8) Gecko/20071008 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.7) Gecko/20070930 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; pl; rv:1.8.1.7) Gecko/20071009 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.7) Gecko/20070918 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.6) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070923 Firefox/2.0.0.7 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070921 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.6) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux Gentoo; pl-PL; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Linux amd64; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; Gentoo Linux x86_64; pl-PL; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; it-IT; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en_US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; nl; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7", - "Mozilla/5.0 (X11; U; SunOS sun4u; pl-PL; rv:1.8.1.6) Gecko/20071217 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; SunOS sun4u; de-DE; rv:1.8.1.6) Gecko/20070805 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-ZW; rv:1.8.1.6) Gecko/20071125 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; OpenBSD sparc64; en-US; rv:1.8.1.6) Gecko/20070816 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; OpenBSD sparc64; en-AU; rv:1.8.1.6) Gecko/20071225 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.6) Gecko/20070819 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.4) Gecko/20070704 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; OpenBSD i386; de-DE; rv:1.8.1.6) Gecko/20080429 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; OpenBSD amd64; en-US; rv:1.8.1.6) Gecko/20070817 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; NetBSD sparc64; fr-FR; rv:1.8.1.6) Gecko/20070822 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; NetBSD alpha; en-US; rv:1.8.1.6) Gecko/20080115 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux x86_64; de-DE; rv:1.8.1.6) Gecko/20070802 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; Linux x86; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.6) Gecko/20070803 Firefox/2.0.0.6 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070831 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070807 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070804 Firefox/2.0.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.5) Gecko/20061201 Firefox/2.0.0.5 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; Ubuntu 7.04; de-CH; rv:1.8.1.5) Gecko/20070309 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100320 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070728 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070725 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070719 Firefox/2.0.0.5 (Debian-2.0.0.5-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20061201 Firefox/2.0.0.5 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.5) Gecko/20060911 SUSE/2.0.0.5-1.2 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4pre) Gecko/20070509 Firefox/2.0.0.4pre (Swiftfox)", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.4) Gecko/20070622 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.4) Gecko/20070531 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.4) Gecko/20070622 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.4) Gecko/20070704 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; pl; rv:1.8.1.4) Gecko/20070611 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070627 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070529 SUSE/2.0.0.4-6.1 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.4) Gecko/20070621 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.4) Gecko/20060601 Firefox/2.0.0.4 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070602 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070531 Firefox/2.0.0.4 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070531 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070530 Fedora/2.0.0.4-1.fc7 Firefox/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 (Kubuntu)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3pre) Gecko/20070307 Firefox/2.0.0.3pre (Swiftfox)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.3C", - "Mozilla/5.0 (X11; U; SunOS sun4v; en-US; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.3) Gecko/20070423 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.3) Gecko/20070505 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.3) Gecko/20070322 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122010 Firefox/2.0.0.3 (Debian-3.0.5-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070415 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070324 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070322 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.3) Gecko/20070310 Firefox/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.1.3) Gecko/20060601 Firefox/2.0.0.3 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; nb-NO; rv:1.8.1.3) Gecko/20070310 Firefox/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.3) Gecko/20070410 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.3) Gecko/20070406 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070310 Firefox/2.0.0.3 (Debian-2.0.0.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8.1.2pre) Gecko/20061023 SUSE/2.0.0.1-0.1 Firefox/2.0.0.2pre", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.2pre) Gecko/20061023 SUSE/2.0.0.1-0.1 Firefox/2.0.0.2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070118 Firefox/2.0.0.2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22pre) Gecko/20090327 Ubuntu/8.04 (hardy) Firefox/2.0.0.22pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22pre) Gecko/20090327 Ubuntu/7.10 (gutsy) Firefox/2.0.0.22pre", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.22pre) Gecko/20090327 Ubuntu/7.10 (gutsy) Firefox/2.0.0.22pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.21", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.20) Gecko/20090108 Firefox/2.0.0.20", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.20) Gecko/20081217 Firefox(2.0.0.20)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.20) Gecko/20090206 Firefox/2.0.0.20", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.20) Gecko/20090413 Firefox/2.0.0.20", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.20) Gecko/20090225 Firefox/2.0.0.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 GTB5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ko; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.2) Gecko/20070226 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.1.2) Gecko/20061023 SUSE/2.0.0.2-1.1 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.2) Gecko/20070225 Firefox/2.0.0.2 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.2) Gecko/20060601 Firefox/2.0.0.2 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070317 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070314 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070226 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070225 Firefox/2.0.0.2 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SUSE/2.0.0.2-6.1 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070220 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061201 Firefox/2.0.0.2 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061201 Firefox/2.0.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.19) Gecko/20081213 SUSE/2.0.0.19-0.1 Firefox/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.19) Gecko/20081216 Ubuntu/7.10 (gutsy) Firefox/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081230 Firefox/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081216 Fedora/2.0.0.19-1.fc8 Firefox/2.0.0.19 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081213 SUSE/2.0.0.19-0.1 Firefox/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.19) Gecko/20081213 SUSE/2.0.0.19-0.1 Firefox/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-CN; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.19) Gecko/20081201 Firefox/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.18) Gecko/20081113 Ubuntu/8.04 (hardy) Firefox/2.0.0.18", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.18) Gecko/20081112 Fedora/2.0.0.18-1.fc8 Firefox/2.0.0.18", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081113 Ubuntu/8.04 (hardy) Firefox/2.0.0.18", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081112 Fedora/2.0.0.18-1.fc8 Firefox/2.0.0.18", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20080921 SUSE/2.0.0.18-0.1 Firefox/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.4) Gecko/20081029 Firefox/2.0.0.18", - "Mozilla/5.0 (X11; U; Linux sparc64; en-US; rv:1.8.1.17) Gecko/20081108 Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080924 Ubuntu/8.04 (hardy) Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080922 Ubuntu/7.10 (gutsy) Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080921 SUSE/2.0.0.17-1.2 Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080703 Mandriva/2.0.0.17-1.1mdv2008.1 (2008.1) Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17", - "Mozilla/5.0 (U; Windows NT 5.1; en-GB; rv:1.8.1.17) Gecko/20080808 Firefox/2.0.0.17", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.16) Gecko/20080812 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.16) Gecko/20080715 Fedora/2.0.0.16-1.fc8 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080719 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080718 Ubuntu/8.04 (hardy) Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080718 Ubuntu/8.04 (hardy) Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080715 Ubuntu/7.10 (gutsy) Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080715 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080715 Fedora/2.0.0.16-1.fc8 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.16) Gecko/20080715 Ubuntu/7.10 (gutsy) Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.16) Gecko/20080718 Ubuntu/8.04 (hardy) Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.16) Gecko/20080716 Firefox/2.0.0.16", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.15) Gecko/20080702 Ubuntu/8.04 (hardy) Firefox/2.0.0.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20080702 Ubuntu/8.04 (hardy) Firefox/2.0.0.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20061201 Firefox/2.0.0.15 (Ubuntu-feisty)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.2) Gecko/20090729 Firefox/2.0.0.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; sk; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; de; rv:1.8.1.15) Gecko/20080623 Firefox/2.0.0.15", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.14) Gecko/20080418 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; hu; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc7 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2010012717 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux ppc64; en-US; rv:1.8.1.14) Gecko/20080418 Ubuntu/7.10 (gutsy) Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.14) Gecko/20080420 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc7 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.14) Gecko/20080419 Ubuntu/8.04 (hardy) Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080525 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080508 Ubuntu/8.04 (hardy) Firefox/2.0.0.14 (Linux Mint)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080428 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080423 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080417 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080410 SUSE/2.0.0.14-0.4 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20061201 Firefox/2.0.0.14 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.14) Gecko/20080418 Ubuntu/7.10 (gutsy) Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.14) Gecko/20080410 SUSE/2.0.0.14-0.1 Firefox/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.14) Gecko/20080417 Firefox/2.0.0.14", - "User-Agent:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8.1.13) Gecko/20080325 Ubuntu/7.10 (gutsy) Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080208 Mandriva/2.0.0.13-1mdv2008.1 (2008.1) Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080330 Ubuntu/7.10 (gutsy) Firefox/2.0.0.13 (Linux Mint)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080325 Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080316 SUSE/2.0.0.13-1.1 Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080316 SUSE/2.0.0.13-0.1 Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20061201 Firefox/2.0.0.13 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.13) Gecko/20080325 Ubuntu/7.10 (gutsy) Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686; bg; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13", - "Mozilla/5.0 (X11; U; Linux i686 Gentoo; en-US; rv:1.8.1.13) Gecko/20080413 Firefox/2.0.0.13 (Gentoo Linux)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13 (.NET CLR 3.0.04506.30)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/2.0.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12pre) Gecko/20080122 Firefox/2.0.0.12pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12; MEGAUPLOAD 2.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.12) Gecko/20080210 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072610 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080214 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-0.1 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-0.1 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-6.1 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux x86; sv-SE; rv:1.8.1.12) Gecko/20080207 Ubuntu/8.04 (hardy) Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.1.6) Gecko/20080208 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.12) Gecko/20080213 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080419 Ubuntu/8.04 (hardy) Firefox/2.0.0.12 MEGAUPLOAD 1.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12 Mnenhy/0.7.5.666", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080129 Firefox/2.0.0.12 (Debian-2.0.0.12-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.12) Gecko/20080203 SUSE/2.0.0.12-2.1 Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.12) Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.11) Gecko/20080118 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.4) Gecko/20071127 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; zh-TW; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20071201 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20070914 Mandriva/2.0.0.11-1.1mdv2008.0 (2008.0) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.8.1.11) Gecko/20071201 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.11) Gecko/20071128 Firefox/2.0.0.11 (Debian-2.0.0.11-1)", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.6) Gecko/20071008 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1.11) Gecko/20071216 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20080201 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071217 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20061201 Firefox/2.0.0.10 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.10) Gecko/20071213 Fedora/2.0.0.10-3.fc8 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.10) Gecko/20071128 Fedora/2.0.0.10-2.fc7 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080827 Firefox/2.0.0.10 (Debian-2.0.0.17-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071213 Fedora/2.0.0.10-3.fc8 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071203 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071128 Fedora/2.0.0.10-2.fc7 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10 (Debian-2.0.0.10-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071015 SUSE/2.0.0.10-0.2 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20061201 Firefox/2.0.0.10 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20060601 Firefox/2.0.0.10 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.10) Gecko/20071015 SUSE/2.0.0.10-0.2 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.10) Gecko/20071015 SUSE/2.0.0.10-0.1 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.10", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux x86_64; fi-FI; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.1.1) Gecko/20070311 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.1 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070224 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070110 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061220 Firefox/2.0.0.1 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Firefox/2.0.0.1 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20060601 Firefox/2.0.0.1 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.2pre) Gecko/20061023 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.1) Gecko/20061220 Firefox/2.0.0.1 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.1) Gecko/20061205 Firefox/2.0.0.1 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (X11; U; SunOS sun4u; de-DE; rv:1.9.1b4) Gecko/20090428 Firefox/2.0.0.0", - "Mozilla/5.0 (X11; Linux x86_64; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (X11; Linux i686; U; pl; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070509 Firefox/2.0.0", - "Mozilla/5.0 (Windows NT 6.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (Windows NT 6.0; U; tr; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (Windows NT 6.0; U; sv; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (Windows NT 6.0; U; hu; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (Linux i686; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0", - "Mozilla/5.0 (X11;U;Linux i686;en-US;rv:1.8.1) Gecko/2006101022 Firefox/2.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1) Gecko/20061228 Firefox/2.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1) Gecko/20061024 Firefox/2.0", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061211 Firefox/2.0", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061024 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061202 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061128 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061122 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061023 SUSE/2.0-37 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20060601 Firefox/2.0 (Ubuntu-edgy)", - "Mozilla/5.0 (X11; U; Linux x86-64; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1) Gecko/20061010 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux i686; tr-TR; rv:1.8.1) Gecko/20061023 SUSE/2.0-30 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061127 Firefox/2.0 (Gentoo Linux)", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061127 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061024 Firefox/2.0 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061010 Firefox/2.0 Ubuntu", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061010 Firefox/2.0", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.1) Gecko/20061003 Firefox/2.0 Ubuntu", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1) Gecko/20061010 Firefox/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ; rv:1.8.0.7) Gecko/20060917 Firefox/1.9.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ; rv:1.8.0.10) Gecko/20070216 Firefox/1.9.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ; rv:1.8.0.1) Gecko/20060111 Firefox/1.9.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a1) Gecko/20060112 Firefox/1.6a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060217 Firefox/1.6a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060117 Firefox/1.6a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051215 Firefox/1.6a1 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9a1) Gecko/20060127 Firefox/1.6a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.9a1) Gecko/20060214 Firefox/1.6a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060323 Firefox/1.6a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060121 Firefox/1.6a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051220 Firefox/1.6a1", - "Mozilla/5.0 (Windows NT 5.1; rv:1.9a1) Gecko/20060217 Firefox/1.6a1", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20051002 Firefox/1.6a1", - "Mozilla/5.0 (X11; U; OpenBSD amd64; en-US; rv:1.8.0.9) Gecko/20070101 Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.9) Gecko/20070126 Ubuntu/dapper-security Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/1.5.0.9 (Debian-2.0.0.9-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070316 CentOS/1.5.0.9-10.el5.centos Firefox/1.5.0.9 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070126 Ubuntu/dapper-security Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070102 Ubuntu/dapper-security Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061221 Fedora/1.5.0.9-1.fc5 Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061219 Fedora/1.5.0.9-1.fc6 Firefox/1.5.0.9 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061215 Red Hat/1.5.0.9-0.1.el4 Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20060911 SUSE/1.5.0.9-3.2 Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20060911 SUSE/1.5.0.9-0.2 Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.9) Gecko/20061219 Fedora/1.5.0.9-1.fc6 Firefox/1.5.0.9 pango-text", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.8) Gecko/20061110 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.0.8) Gecko/20061108 Fedora/1.5.0.8-1.fc5 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.8) Gecko/20061213 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061115 Ubuntu/dapper-security Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061110 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061107 Fedora/1.5.0.8-1.fc6 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20060911 SUSE/1.5.0.8-0.2 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20060802 Mandriva/1.5.0.8-1.1mdv2007.0 (2007.0) Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.8) Gecko/20061115 Ubuntu/dapper-security Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.8) Gecko/20060911 SUSE/1.5.0.8-0.2 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; Linux Gentoo i686; pl; rv:1.8.0.8) Gecko/20061219 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.8) Gecko/20061210 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.0.8) Gecko/20061116 Firefox/1.5.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.7) Gecko/20060915 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.7) Gecko/20061017 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.7) Gecko/20060920 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; NetBSD amd64; fr-FR; rv:1.8.0.7) Gecko/20061102 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060924 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060919 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.7) Gecko/20060911 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.7) Gecko/20060914 Firefox/1.5.0.7 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.7) Gecko/20060914 Firefox/1.5.0.7 (Swiftfox) Mnenhy/0.7.4.666", - "Mozilla/5.0 (X11; U; Linux i686; ko-KR; rv:1.8.0.7) Gecko/20060913 Fedora/1.5.0.7-1.fc5 Firefox/1.5.0.7 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-0.1 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-1~bpo.1)", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-ZW; rv:1.8.0.7) Gecko/20061018 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061014 Firefox/1.5.0.7", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060905 Fedora/1.5.0.6-10 Firefox/1.5.0.6 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060807 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060803 Firefox/1.5.0.6 (Swiftfox)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060802 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-0.1 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 (Debian-1.5.dfsg+1.5.0.6-4)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 (Debian-1.5.dfsg+1.5.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); zh-TW; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); nl; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.2 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.2 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.0.6) Gecko/20060728 SUSE/1.5.0.6-1.3 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.0.5) Gecko/20060728 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.5) Gecko/20060819 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8.0.5) Gecko/20060818 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.5) Gecko/20060911 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5 Mnenhy/0.7.4.666", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060831 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060820 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060813 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060812 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060806 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060803 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060801 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.5) Gecko/20060726 Red Hat/1.5.0.5-0.el4.1 Firefox/1.5.0.5 pango-text", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.4) Gecko/20060628 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.4) Gecko/20060614 Fedora/1.5.0.4-1.2.fc5 Firefox/1.5.0.4 pango-text Mnenhy/0.7.4.0", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.4) Gecko/20060527 SUSE/1.5.0.4-1.7 Firefox/1.5.0.4 Mnenhy/0.7.4.0", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060716 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060711 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060704 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060629 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060614 Fedora/1.5.0.4-1.2.fc5 Firefox/1.5.0.4 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060613 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060608 Ubuntu/dapper-security Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060527 SUSE/1.5.0.4-1.3 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.3) Gecko/20060522 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060504 Fedora/1.5.0.3-1.1.fc5 Firefox/1.5.0.3 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060326 Firefox/1.5.0.3 (Debian-1.5.dfsg+1.5.0.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); ru; rv:1.8.0.3) Gecko/20060425 SUSE/1.5.0.3-7 Firefox/1.5.0.3", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; es-ES; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 4.0; en-US; rv:1.8.0.2) Gecko/20060418 Firefox/1.5.0.2;", - "Mozilla/5.0 (X11; U; OpenBSD sparc64; pl-PL; rv:1.8.0.2) Gecko/20060429 Firefox/1.5.0.2", - "Mozilla/5.0 (X11; U; OpenBSD sparc64; en-CA; rv:1.8.0.2) Gecko/20060429 Firefox/1.5.0.2", - "Mozilla/5.0 (X11; U; Linux x86_64; de-AT; rv:1.8.0.2) Gecko/20060422 Firefox/1.5.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060419 Fedora/1.5.0.2-1.2.fc5 Firefox/1.5.0.2 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko Firefox/1.5.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050921 Firefox/1.5.0.2 Mandriva/1.0.6-15mdk (2006.0)", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060414 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060419 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060406 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060309 Firefox/1.5.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2", - "Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.8.0.13pre) Gecko/20071126 Ubuntu/dapper-security Firefox/1.5.0.13pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20080207 Ubuntu/dapper-security Firefox/1.5.0.13pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20080419 CentOS/1.5.0.12-0.15.el4.centos Firefox/1.5.0.12 pango-text", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20070718 Red Hat/1.5.0.12-3.el5 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc6 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.0.12) Gecko/20070601 Ubuntu/dapper-security Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20071126 Fedora/1.5.0.12-7.fc6 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070719 CentOS/1.5.0.12-0.3.el4.centos Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070530 Fedora/1.5.0.12-1.fc6 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070529 Red Hat/1.5.0.12-0.1.el4 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.12) Gecko/20070718 Fedora/1.5.0.12-4.fc6 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.12) Gecko/20070731 Ubuntu/dapper-security Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.12) Gecko/20070719 CentOS/1.5.0.12-3.el5.centos Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.12) Gecko/20080326 CentOS/1.5.0.12-14.el5.centos Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.12) Gecko/20070731 Ubuntu/dapper-security Firefox/1.5.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.11) Gecko/20070327 Ubuntu/dapper-security Firefox/1.5.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.11) Gecko/20070327 Ubuntu/dapper-security Firefox/1.5.0.11", - "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.8.0.11) Gecko/20070327 Ubuntu/dapper-security Firefox/1.5.0.11", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; pl; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; it; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.10pre) Gecko/20070207 Firefox/1.5.0.10pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10pre) Gecko/20070211 Firefox/1.5.0.10pre", - "Mozilla/5.0 (X11; U; OpenBSD ppc; en-US; rv:1.8.0.10) Gecko/20070223 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.10) Gecko/20070409 CentOS/1.5.0.10-2.el5.centos Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.0.10) Gecko/20070508 Fedora/1.5.0.10-1.fc5 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.0.10) Gecko/20070510 Fedora/1.5.0.10-6.fc6 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.10) Gecko/20070223 Fedora/1.5.0.10-1.fc5 Firefox/1.5.0.10 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070510 Fedora/1.5.0.10-6.fc6 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070409 CentOS/1.5.0.10-2.el5.centos Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070302 Ubuntu/dapper-security Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070226 Red Hat/1.5.0.10-0.1.el4 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070226 Fedora/1.5.0.10-1.fc6 Firefox/1.5.0.10 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070223 CentOS/1.5.0.10-0.1.el4.centos Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070221 Red Hat/1.5.0.10-0.1.el4 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20060911 SUSE/1.5.0.10-0.2 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-CA; rv:1.8.0.10) Gecko/20070223 Fedora/1.5.0.10-1.fc5 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.8.0.10) Gecko/20070313 Fedora/1.5.0.10-5.fc6 Firefox/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.10) Gecko/20060911 SUSE/1.5.0.10-0.2 Firefox/1.5.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.10) Gecko/20070216 Firefox/1.5.0.10", - "Mozilla/5.0 (ZX-81; U; CP/M86; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.0.1) Gecko/20060206 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-GB; rv:1.8.0.1) Gecko/20060206 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.0.1) Gecko/20060213 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; pl-PL; rv:1.8) Gecko/20051128 SUSE/1.5-0.1 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text Mnenhy/0.7.3.0", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060201 Firefox/1.5.0.1 (Swiftfox) Mnenhy/0.7.3.0", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1 Ubuntu", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text Mnenhy/0.7.3.0", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 Red Hat/1.5.0.7-0.1.el4 Firefox/1.5.0.1 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060404 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060324 Ubuntu/dapper Firefox/1.5.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Fedora/1.5.0.1-9 Firefox/1.5.0.1 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060313 Debian/1.5.dfsg+1.5.0.1-4 Firefox/1.5.0.1", - "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0", - "Mozilla/5.0 (Windows NT 5.2; U; de; rv:1.8.0) Gecko/20060728 Firefox/1.5.0", - "Mozilla/5.0 (Windows NT 5.1; U; tr; rv:1.8.0) Gecko/20060728 Firefox/1.5.0", - "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0", - "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.8.0) Gecko/20060728 Firefox/1.5.0", - "Mozilla/5.0 (Windows 98; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0", - "Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8) Gecko/20051130 Firefox/1.5", - "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.8) Gecko/20060104 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8) Gecko/20051231 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051212 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051201 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8) Gecko/20051111 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8) Gecko/20051111 Firefox/1.5 Ubuntu", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8) Gecko/20051111 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; lt; rv:1.6) Gecko/20051114 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; lt-LT; rv:1.6) Gecko/20051114 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8) Gecko/20060113 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8) Gecko/20051111 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8) Gecko/20051111 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060806 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060130 Ubuntu/1.5.dfsg-4ubuntu6 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060119 Debian/1.5.dfsg-4ubuntu3 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060118 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060111 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051008 Fedora/1.5-0.5.0.beta2 Firefox/1.4.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8b5) Gecko/20051006 Firefox/1.4.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8b5) Gecko/20051006 Firefox/1.4.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 Firefox/1.1.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060413 Red Hat/1.0.8-1.4.1 Firefox/1.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060411 Firefox/1.0.8 SUSE/1.0.8-0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20060410 Firefox/1.0.8 Mandriva/1.0.6-16.5.20060mdk (2006.0)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.13) Gecko/20060418 Fedora/1.0.8-1.1.fc4 Firefox/1.0.8", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8)", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.13) Gecko/20060411 Firefox/1.0.8 SUSE/1.0.8-0.2", - "Mozilla/5.0 (X11; U; Linux i686; da-DK; rv:1.7.13) Gecko/20060411 Firefox/1.0.8 SUSE/1.0.8-0.2", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051105 Firefox/1.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060410 Firefox/1.0.8", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.13) Gecko/20060410 Firefox/1.0.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060410 Firefox/1.0.8", - "Mozilla/5.0 (X11; U; x86_64 Linux; en_US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.12) Gecko/20050927 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.12) Gecko/20051121 Firefox/1.0.7 (Nexenta package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20060202 CentOS/1.0.7-1.4.3.centos4 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051218 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051127 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.12) Gecko/20051222 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; Linux ppc; da-DK; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.12) Gecko/20051010 Firefox/1.0.7 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.7.10) Gecko/20050919 (No IDN) Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050724 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.7.10) Gecko/20050717 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.10) Gecko/20050730 Firefox/1.0.6 (Debian package 1.0.6-2)", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.10) Gecko/20050717 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.10) Gecko/20050721 Firefox/1.0.6 (Ubuntu package 1.0.6)", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20050716 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20051111 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20051106 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050920 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050918 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050911 Firefox/1.0.6 (Debian package 1.0.6-5)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050815 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050811 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050721 Firefox/1.0.6 (Ubuntu package 1.0.6)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4.k12ltsp.4.4.0 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc3 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050719 Red Hat/1.0.6-1.4.1 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050715 Firefox/1.0.6 SUSE/1.0.6-16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT5.1; en; rv:1.7.10) Gecko/20050716 Firefox/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.7.10) Gecko/20050716 Firefox/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.10) Gecko/20050925 Firefox/1.0.4 (Debian package 1.0.4-2sarge5)", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20050925 Firefox/1.0.4 (Debian package 1.0.4-2sarge5)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050610 Firefox/1.0.4 (Debian package 1.0.4-3)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050523 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 SUSE/1.0.4-1.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Firefox/1.0.4 (Ubuntu package 1.0.7)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20070530 Firefox/1.0.4 (Debian package 1.0.4-2sarge17)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20070116 Firefox/1.0.4 (Debian package 1.0.4-2sarge15)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20061113 Firefox/1.0.4 (Debian package 1.0.4-2sarge13)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20060927 Firefox/1.0.4 (Debian package 1.0.4-2sarge12)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050421 Firefox/1.0.3 (Debian package 1.0.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20060303 Firefox/1.0.3", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050420 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Win98; es-ES; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3", - "Mozilla/5.0 (X11; U; Linux x86_64; nl-NL; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.6) Gecko/20050325 Firefox/1.0.2 (Debian package 1.0.2-1)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr-TR; rv:1.7.6) Gecko/20050321 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ro-RO; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.7.6) Gecko/20050321 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 (ax)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050311 Firefox/1.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050310 Firefox/1.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.6) Gecko/20050322 Firefox/1.0.1", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.6) Gecko/20050306 Firefox/1.0.1 (Debian package 1.0.1-2)", - "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.7.6) Gecko/20050226 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.6) Gecko/20050226 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.6) Gecko/20050226 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050223 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050226 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.6) Gecko/20050223 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.6) Gecko/20040206 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.7.6) Gecko/20050226 Firefox/1.0.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1", - "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.8b4) Gecko/20050827 Firefox/1.0+", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050729 Firefox/1.0+", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050814 Firefox/1.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050221 Firefox/1.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050210 Firefox/1.0 (Debian package 1.0+dfsg.1-6)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041218 Firefox/1.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041215 Firefox/1.0 Red Hat/1.0-12.EL4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041204 Firefox/1.0 (Debian package 1.0.x.2-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041128 Firefox/1.0 (Debian package 1.0-4)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041117 Firefox/1.0 (Debian package 1.0-2.0.0.45.linspire0.4)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.5) Gecko/20041128 Firefox/1.0 (Debian package 1.0-4)", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20041114 Firefox/1.0", - "Mozilla/5.0 (X11; Linux i686; rv:1.7.5) Gecko/20041108 Firefox/1.0", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:1.7.5) Gecko/20041108 Firefox/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.7.5) Gecko/20041119 Firefox/1.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040917 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040802 Firefox/0.9.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7) Gecko/20040707 Firefox/0.9.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040630 Firefox/0.9.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7) Gecko/20040626 Firefox/0.9.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7) Gecko/20040626 Firefox/0.9.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040614 Firefox/0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040225 Firefox/0.8", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.6) Gecko/20040207 Firefox/0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040206 Firefox/0.8", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041020 Firefox/0.10.1", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; rv:1.7.3) Gecko/20041001 Firefox/0.10.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040911 Firefox/0.10.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1", - "Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20041001 Firefox/0.10.1", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040914 Firefox/0.10", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20040913 Firefox/0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; zh-TW; rv:1.8.0.1) Gecko/20060111 Firefox/0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10", - "Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20040913 Firefox/0.10", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20040913 Firefox/0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081202 Firefox (Debian-2.0.0.19-0etch1)", - "Mozilla/5.0 (X11; U; Gentoo Linux x86_64; pl-PL) Gecko Firefox", - "Mozilla/5.0 (X11; ; Linux x86_64; rv:1.8.1.6) Gecko/20070802 Firefox", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.6) Gecko/2009011913 Firefox", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.9.2.20) Gecko/20110803 Firefox", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.8.1.16) Gecko/20080702 Firefox", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 Firefox" - ], - "Fireweb Navigator": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:2.0) Treco/20110515 Fireweb Navigator/2.4" - ], - "Flock": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Flock/3.5.3.4628 Chrome/7.0.517.450 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Flock/3.5.2.4599 Chrome/7.0.517.442 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Flock/3.5.2.4599 Chrome/7.0.517.442 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Flock/3.5.0.4568 Chrome/7.0.517.440 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.19) Gecko/2010062819 Firefox/3.0.19 Flock/2.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19) Gecko/2010061201 Firefox/3.0.19 Flock/2.6.0", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.16) Gecko/2009122206 Firefox/3.0.16 Flock/2.5.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.0.16) Gecko/2010021003 Firefox/3.0.16 Flock/2.5.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 Flock/2.5.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 AppleWebKit/531.21.8 KHTML/4.3.5 (like Gecko) Firefox/3.5.7 Flock/2.5.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 AppleWebKit/531.21.8 KHTML/4.3.2 (like Gecko) Firefox/3.5.7 Flock/2.5.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 AppleWebKit/531.21.8 (KHTML, like Gecko) Firefox/3.5.7 Flock/2.5.6 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.16) Gecko/2010010414 Firefox/3.0.19 Flock/2.5.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.0.16) Gecko/2010010314 Firefox/3.0.16 Flock/2.5.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.16) Gecko/2010010314 Firefox/3.0.16 Flock/2.5.6", - "Mozilla/5.0 (X11; U; Linux x86_64; es-AR; rv:1.9.0.2) Gecko/2008091920 Firefox/3.0.2 Flock/2.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.2) Gecko/2008092122 Firefox/3.0.2 Flock/2.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2) Gecko/2008083108 Firefox/3.0.2 Flock/2.0b3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071523 Firefox/3.0.1 Flock/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008071523 Firefox/3.0.1 Flock/2.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008061302 Firefox/3.0 Flock/2.0b1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008051917 Firefox/3.0pre Flock/2.0a1pre", - "Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.9.0.5) Gecko/2009012219 Firefox/3.0.5 Flock/2.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.0.5) Gecko/2009012105 Firefox/3.0.5 Flock/2.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-CA; rv:1.9.0.5) Gecko/2009012102 Firefox/3.0.5 Flock/2.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2008121620 Firefox/3.0.5 Flock/2.0.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.5) Gecko/2008121716 Firefox/3.0.5 Flock/2.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.4) Gecko/2008112016 Firefox/3.0.4 Flock/2.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008112016 Firefox/3.0.4 Flock/2.0.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008111323 Firefox/3.0.4 Flock/2.0.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.4) Gecko/2008111323 Firefox/3.0.4 Flock/2.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008100719 Firefox/3.0.3 Flock/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008100719 Firefox/3.0.3 Flock/2.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3 Flock/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18) Gecko/20081107 Firefox/2.0.0.18 Flock/1.2.7", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.17) Gecko/20080913 Firefox/2.0.0.17 Flock/1.2.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.8.1.17) Gecko/20080922 Firefox/2.0.0.17 Flock/1.2.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17) Gecko/20080915 Firefox/2.0.0.17 Flock/1.2.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080915 Firefox/2.0.0.17 Flock/1.2.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080910 Firefox/2.0.0.17 Flock/1.2.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.16) Gecko/20080831 Firefox/2.0.0.16 Flock/1.2.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080714 Firefox/2.0.0.16 Flock/1.2.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.15) Gecko/20080706 Firefox/2.0.0.15 Flock/1.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080608 Firefox/2.0.0.14 Flock/1.2.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080530 Firefox/2.0.0.14 Flock/1.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl; rv:1.8.1.14) Gecko/20080519 Firefox/2.0.0.14 Flock/1.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.1.14) Gecko/20080603 Firefox/2.0.0.14 Flock/1.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080530 Firefox/2.0.0.14 Flock/1.2.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.14) Gecko/20080530 Firefox/2.0.0.14 Flock/1.2.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101206 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080514 Firefox/2.0.0.14 Flock/1.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080514 Firefox/2.0.0.14 Flock/1.1.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080414 Firefox/2.0.0.14 Flock/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080414 Firefox/2.0.0.14 Flock/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.13) Gecko/20080326 Firefox/2.0.0.13 Flock/1.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080326 Firefox/2.0.0.13 Flock/1.1.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080304 Firefox/2.0.0.12 Flock/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080304 Firefox/2.0.0.12 Flock/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071018 Firefox/2.0.0.8 Flock/1.0RC3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080211 Firefox/2.0.0.12 Flock/1.0.9", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.11) Gecko/20080131 Firefox/2.0.0.11 Flock/1.0.8", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/20080126 Firefox/2.0.0.11 Flock/1.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20080126 Firefox/2.0.0.11 Flock/1.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071231 Firefox/2.0.0.11 Flock/1.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071206 Firefox/2.0.0.11 Flock/1.0.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.9) Gecko/20071106 Firefox/2.0.0.9 Flock/1.0.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.8) Gecko/20071101 Firefox/2.0.0.8 Flock/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20071013 Firefox/2.0.0.7 Flock/0.9.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.7) Gecko/20070925 Firefox/2.0.0.7 Flock/0.9.1.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070914 Firefox/2.0.0.6 Flock/0.9.1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070801 Firefox/2.0.0.6 Flock/0.9.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070707 Firefox/2.0.0.4 Flock/0.9.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070307 Firefox/2.0.0.2 Flock/0.7.99", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9pre) Gecko/20061219 Firefox/1.5.0.9 Flock/0.7.9.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061219 Flock/0.7.9.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8 Flock/0.7.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20061025 Firefox/1.5.0.8 Flock/0.7.8", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.8) Gecko/20061109 Firefox/1.5.0.8 Flock/0.7.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060929 Firefox/1.5.0.7 Flock/0.7.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060915 Firefox/1.5.0.7 Flock/0.7.5.1", - "Mozilla/5.0 (X11; U; Linux ia64; pl; rv:1.8.0.5) Gecko/20060801 Firefox/1.5.0.5 Flock/0.7.4.1", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.5) Gecko/20060801 Firefox/1.5.0.5 Flock/0.7.4.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060731 Firefox/1.5.0.5 Flock/0.7.4.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.5) Gecko/20060801 Firefox/1.5.0.5 Flock/0.7.4.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060731 Firefox/1.5.0.5 Flock/0.7.4.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.5) Gecko/20060731 Firefox/1.5.0.5 Flock/0.7.4.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.12) Gecko/20070530 Firefox/1.5.0.12 Flock/0.7.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.11) Gecko/20070501 Firefox/1.5.0.11 Flock/0.7.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070502 Firefox/1.5.0.11 Flock/0.7.13.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.11) Gecko/20070321 Firefox/1.5.0.11 Flock/0.7.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070228 Firefox/1.5.0.10 Flock/0.7.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060620 Firefox/1.5.0.4 Flock/0.7.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060620 Firefox/1.5.0.4 Flock/0.7.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060612 Firefox/1.5.0.4 Flock/0.7.0.17.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060612 Firefox/1.5.0.4 Flock/0.7.0.17.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060612 Firefox/1.5.0.4 Flock/0.7.0.17.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060331 Flock/0.7", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.8.0.1) Gecko/20060314 Flock/0.5.13.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060314 Flock/0.5.13.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060314 Flock/0.5.13.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060217 Flock/0.5.11", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060217 Flock/0.5.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060102 Flock/0.4.11 Firefox/1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051119 Flock/0.4.11 Firefox/1.0+", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8b5) Gecko/20051019 Flock/0.4 Firefox/1.0+", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051103 Flock/0.4 Firefox/1.0+", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051021 Flock/0.4 Firefox/1.0+", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20051021 Flock/0.4 Firefox/1.0+" - ], - "Fluid": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; nl-nl) AppleWebKit/532.3+ (KHTML, like Gecko) Fluid/0.9.6 Safari/532.3+", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; nl-nl) AppleWebKit/531.9 (KHTML, like Gecko) Fluid/0.9.6 Safari/531.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Fluid/0.9.6 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Fluid/0.9.4 Safari/525.13" - ], - "Galaxy": [ - "Galaxy/1.0 [en] (Mac OS X 10.5.6; U; en)", - "Galaxy/1.0 [en] (Mac OS X 10.5.6)" - ], - "Galeon": [ - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/20090327 Galeon/2.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko Galeon/2.0.6 (Ubuntu 2.0.6-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko Galeon/2.0.6 (Debian 2.0.6-2.1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko Galeon/2.0.6 (Ubuntu 2.0.6-2.1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 (Gentoo) Galeon/2.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081216 Galeon/2.0.4 Firefox/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 (Gentoo) Galeon/2.0.4", - "Mozilla/5.0 (X11; U; Linux sparc64; en-GB; rv:1.8.1.11) Gecko/20071217 Galeon/2.0.3 Firefox/2.0.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 (Debian-1.8.1.4-3) Galeon/2.0.2 (Debian package 2.0.2-4)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060627 Galeon/2.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20080207 Galeon/2.0.1 (Ubuntu package 2.0.1-1ubuntu2) Firefox/1.5.0.13pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/Debian-1.8.0.1-5 Galeon/2.0.1 (Debian package 2.0.1-3)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060027 (Debian-1.8.0.1-11) Galeon/2.0.1 (Debian package 2.0.1-3)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060501 Galeon/2.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060122 Galeon/2.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Galeon/2.0.0 (Debian package 2.0.0-1)", - "Mozilla/5.0 (X11; U; Linux i686) Gecko/20030430 Galeon/1.3.4 Debian/1.3.4.20030509-1", - "Mozilla/5.0 (X11; U; Linux i686) Gecko/20030327 Galeon/1.3.4 Debian/1.3.3.20030419-1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050929 Galeon/1.3.21", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.7.12) Gecko/20051007 Galeon/1.3.21 (Debian package 1.3.21-8)", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051105 Galeon/1.3.21", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050718 Galeon/1.3.20 (Debian package 1.3.20-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Galeon/1.3.20 (Debian package 1.3.20-1)", - "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.7.3) Gecko/20050130 Galeon/1.3.19", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Galeon/1.3.18 (Debian package 1.3.18-1.1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040906 Galeon/1.3.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 Galeon/1.3.16", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 Galeon/1.3.15", - "Mozilla/5.0 (X11; U; Linux; i686; en-US; rv:1.6) Gecko Galeon/1.3.14", - "Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20021213 Debian/1.2.9-0.bunk", - "Mozilla/5.0 Galeon/1.2.8 (X11; Linux i686; U;) Gecko/20030317", - "Mozilla/5.0 Galeon/1.2.8 (X11; Linux i686; U;) Gecko/20030212", - "Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20021226 Debian/1.2.7-6", - "Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020916", - "Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020913 Debian/1.2.6-2", - "Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830", - "Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020827", - "Mozilla/5.0 Galeon/1.2.6 (X11; Linux i586; U;) Gecko/20020916", - "Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020809", - "Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020623 Debian/1.2.5-0.woody.1", - "Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020610 Debian/1.2.5-1", - "Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/0", - "Mozilla/5.0 Galeon/1.2.5 (X11; Linux i586; U;) Gecko/20020623 Debian/1.2.5-0.woody.1", - "Mozilla/5.0 Galeon/1.0.3 (X11; Linux i686; U;) Gecko/0" - ], - "GranParadiso": [ - "Mozilla/5.0(X11;U;Linux(x86_64);en;rv:1.9a8)Gecko/2007100619;GranParadiso/3.1", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9a8) Gecko/2007100620 GranParadiso/3.1", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9a8) Gecko/2007100620 GranParadiso/3.0a8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7) Gecko/2007080210 GranParadiso/3.0a7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a5) Gecko/20070605 GranParadiso/3.0a5", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9a4) Gecko/20070427 GranParadiso/3.0a4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a4) Gecko/20070427 GranParadiso/3.0a4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4) Gecko/2007042705 GranParadiso/3.0a4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4) Gecko/20070427 GranParadiso/3.0a4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a3) Gecko/20070322 GranParadiso/3.0a3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3) Gecko/20070322 GranParadiso/3.0a3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2) Gecko/20070206 GranParadiso/3.0a2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1 MEGAUPLOAD 1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009042210 GranParadiso/3.0.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009033008 GranParadiso/3.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009033017 GranParadiso/3.0.8", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.0.8) Gecko/2009033017 GranParadiso/3.0.8", - "Mozilla/5.0 (X11; U; Darwin i386; en-US; rv:1.9.0.8) Gecko/2009040414 GranParadiso/3.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.7pre) Gecko/2009012106 GranParadiso/3.0.7pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.7) Gecko/2009030719 GranParadiso/3.0.7 FirePHP/0.2.4", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.0.7) Gecko/2009030719 GranParadiso/3.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009030719 GranParadiso/3.0.7 FirePHP/0.2.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4pre) Gecko/2008092704 GranParadiso/3.0.4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4pre) Gecko/2008102405 GranParadiso/3.0.4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4pre) Gecko/2008101305 GranParadiso/3.0.4pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3pre) Gecko/2008092604 GranParadiso/3.0.3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3pre) Gecko/2008091304 GranParadiso/3.0.3pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.3pre) Gecko/2008090704 GranParadiso/3.0.3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2pre) Gecko/2008072405 GranParadiso/3.0.2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.2pre) Gecko/2008071405 GranParadiso/3.0.2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008071818 GranParadiso/3.0.1", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9) Gecko/20070314 GranParadiso/3.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a3) Gecko/20070409 GranParadiso/2.0.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/2.0" - ], - "GreenBrowser": [ - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0; .NET CLR 3.5.21022; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 2.0.50727; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB0.0; InfoPath.1; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 4.0.20506; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.1; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; InfoPath.1; GreenBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; GreenBrowser)" - ], - "Hana": [ - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Hana/1.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Hana/1.0", - "Mozilla/5.0 (Macintosh; U; i386 Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Hana/1.0" - ], - "HotJava": [ - "HotJava/1.1.2 FCS", - "HotJava/1.0.1/JRE1.1.x" - ], - "IBM WebExplorer": [ - "IBM WebExplorer /v0.94" - ], - "IBrowse": [ - "Mozilla/5.0 (compatible; IBrowse 3.0; AmigaOS4.0)", - "IBrowse/2.4demo (AmigaOS 3.9; 68K)", - "IBrowse/2.4 (AmigaOS 3.9; 68K)", - "Mozilla/4.0 (compatible; IBrowse 2.3; AmigaOS4.0)", - "IBrowse/2.3 (AmigaOS 3.9)" - ], - "iCab": [ - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/537.3+ (KHTML, like Gecko) iCab/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/537.1+ (KHTML, like Gecko) iCab/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/536.25+ (KHTML, like Gecko) iCab/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/536.17+ (KHTML, like Gecko) iCab/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/536.15+ (KHTML, like Gecko) iCab/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) iCab/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8) AppleWebKit/536.15 (KHTML, like Gecko) iCab/5.0 Safari/533.16", - "iCab/5.0 (Macintosh; U; PPC Mac OS X)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_8_1; nn-no) AppleWebKit/533.21.1 (KHTML, like Gecko) iCab/4.8b Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; nn-no) AppleWebKit/533.21.1 (KHTML, like Gecko) iCab/4.8b Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) iCab/4.8 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) iCab/4.8 Safari/533.16", - "iCab/4.7 (Macintosh; U; PPC Mac OS X)", - "iCab/4.7 (Macintosh; U; Intel Mac OS X)", - "iCab/4.6 (Macintosh; U; Mac OS X Leopard 10.5.7)", - "iCab/4.5 (Macintosh; U; PPC Mac OS X)", - "iCab/4.5 (Macintosh; U; Mac OS X Leopard 10.5.8)", - "iCab/4.5 (Macintosh; U; Mac OS X Leopard 10.5.7)", - "iCab/4.5 (Macintosh; U; Intel Mac OS X)", - "iCab/4.0 (Macintosh; U; Intel Mac OS X)", - "iCab/4.0 (Windows; U; Windows NT 6.0; en-gb)", - "Mozilla/5.0 (compatible; iCab 3.0.5; Macintosh; U; PPC Mac OS)", - "Mozilla/5.0 (compatible; iCab 3.0.5; Macintosh; U; PPC Mac OS X)", - "iCab/3.0.5 (Macintosh; U; PPC Mac OS)", - "iCab/3.0.5 (Macintosh; U; PPC Mac OS X)", - "Mozilla/5.0 (compatible; iCab 3.0.3; Macintosh; U; PPC Mac OS)", - "Mozilla/5.0 (compatible; iCab 3.0.3; Macintosh; U; PPC Mac OS X)", - "Mozilla/5.0 (compatible; iCab 3.0.2; Macintosh; U; PPC Mac OS)", - "Mozilla/5.0 (compatible; iCab 3.0.2; Macintosh; U; PPC Mac OS X)", - "iCab/3.0.2 (Macintosh; U; PPC Mac OS)", - "iCab/3.0.2 (Macintosh; U; PPC Mac OS X)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS; en) iCab 3", - "Mozilla/4.5 (compatible; iCab 2.9.9; Macintosh; U; 68K)", - "iCab/2.9.9 (Macintosh; U; 68K)", - "iCab/2.9.8 (Macintosh; U; 68K)", - "iCab/2.9.7 (Macintosh; U; PPC)", - "Mozilla/4.5 (compatible; iCab 2.9.5; Macintosh; U; PPC; Mac OS X)", - "iCab/2.9.5 (Macintosh; U; PPC; Mac OS X)", - "Mozilla/4.5 (compatible; iCab 2.9.1; Macintosh; U; PPC; Mac OS X)", - "Mozilla/4.5 (compatible; iCab 2.9.1; Macintosh; U; PPC)", - "iCab/2.9.1 (Macintosh; U; PPC)", - "Mozilla/4.5 (compatible; iCab 2.8.1; Macintosh; I; PPC)" - ], - "Iceape": [ - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.13) Gecko/20100916 Iceape/2.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100721 Iceape/2.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100502 Iceape/2.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110302 Iceape/2.0.11", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101227 Iceape/2.0.11", - "Mozilla/5.0 (X11; U; Linux ppc; fr; rv:1.8.1.13) Gecko/20080313 Iceape/1.1.9 (Debian-1.1.9-5)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.13) Gecko/20080313 Iceape/1.1.9 (Debian-1.1.9-5)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071030 Iceape/1.1.6 (Debian-1.1.6-3)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071008 Iceape/1.1.5 (Ubuntu-1.1.5-1ubuntu0.7.10)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070509 Iceape/1.1.2 (Debian-1.1.2-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.19) Gecko/20081204 Iceape/1.1.14 (Debian-1.1.14-1) Mnenhy/0.7.6.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081204 Iceape/1.1.14 (Debian-1.1.14-1)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.0.13pre) Gecko/20070505 Iceape/1.0.9 (Debian-1.0.10~pre070720-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20070505 Iceape/1.0.9 (Debian-1.0.10~pre070720-0etch3)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070510 Iceape/1.0.9 (Debian-1.0.9-0etch1)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.0.11) Gecko/20070217 Iceape/1.0.8 (Debian-1.0.8-4)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.11) Gecko/20070217 Iceape/1.0.8 (Debian-1.0.8-4)", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.8.0.11) Gecko/20070217 Iceape/1.0.8 (Debian-1.0.8-4)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.0.9) Gecko/20061219 Iceape/1.0.7 (Debian-1.0.7-3)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.0.9) Gecko/20061219 Iceape/1.0.7 (Debian-1.0.7-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061219 Iceape/1.0.7 (Debian-1.0.7-3)" - ], - "IceCat": [ - "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20121201 icecat/17.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20111106 IceCat/7.0.1", - "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)", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b8) Gecko/20101227 IceCat/4.0b8", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101203 IceCat/3.6.13-g1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101214 IceCat/3.6.13 (like Firefox/3.6.13)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101221 IceCat/3.6.13 (like Firefox/3.6.13) (Zenwalk GNU Linux)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.2.12) Gecko/20101114 IceCat/3.6.12 (like Firefox/3.6.12)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092921 IceCat/3.0.3-g1", - "Mozilla/5.0 (X11; U; Linux i686; en-CA; rv:1.9.0.3) Gecko/2008092921 IceCat/3.0.3-g1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008100722 IceCat/3.0.2-g1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072716 IceCat/3.0.1-g1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061920 IceCat/3.0-g1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071203 IceCat/2.0.0.11-g1" - ], - "Iceweasel": [ - "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20121202 Firefox/17.0 Iceweasel/17.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1 Iceweasel/15.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1 Iceweasel/15.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120724 Debian Iceweasel/15.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 Iceweasel/15.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120721 Debian Iceweasel/15.0", - "Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0 Iceweasel/15.0", - "Mozilla/5.0 (X11; debian; Linux x86_64; rv:15.0) Gecko/20100101 Iceweasel/15.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0.1 Iceweasel/14.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1 Iceweasel/14.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20100101 Firefox/14.0 Iceweasel/14.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Debian Iceweasel/14.0", - "Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0 Iceweasel/14.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1 Iceweasel/13.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20100101 Firefox/13.0.1 Iceweasel/13.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0 Iceweasel/13.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:11.0a2) Gecko/20111230 Firefox/11.0a2 Iceweasel/11.0a2", - "Mozilla/5.0 (X11; Gentoo Linux x86_64; rv:11.0a2) Gecko/20111230 Firefox/11.0a2 Iceweasel/11.0a2", - "Mozilla/5.0 (X11; Linux x86_64; rv:10.0a2) Gecko/20111118 Firefox/10.0a2 Iceweasel/10.0a2", - "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.7) Gecko/20100101 Firefox/10.0.7 Iceweasel/10.0.7", - "Mozilla/5.0 (X11; Linux ppc; rv:10.0.7) Gecko/20100101 Firefox/10.0.7 Iceweasel/10.0.7", - "Mozilla/5.0 (X11; Linux i686; rv:10.0.7) Gecko/20100101 Iceweasel/10.0.7", - "Mozilla/5.0 (X11; Linux i686; rv:10.0.7) Gecko/20100101 Firefox/10.0.7 Iceweasel/10.0.7", - "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6) Gecko/20100101 Firefox/10.0.6 Iceweasel/10.0.6", - "Mozilla/5.0 (X11; Linux i686; rv:10.0.6) Gecko/20100101 Firefox/10.0.6 Iceweasel/10.0.6", - "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.6) Gecko/20100101 Firefox/10.0.6 Iceweasel/10.0.6", - "Mozilla/5.0 (X11; Linux armv6l; rv:10.0.6) Gecko/20100101 Firefox/10.0.6 Iceweasel/10.0.6", - "Mozilla/5.0 (X11; Linux armv6l; rv:10.0.5) Gecko/20100101 Firefox/10.0.5 Iceweasel/10.0.5", - "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 Iceweasel/10.0", - "Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20100101 Firefox/10.0 Iceweasel/10.0", - "Mozilla/5.0 (X11; Linux i686; rv:9.0a2) Gecko/20111104 Firefox/9.0a2 Iceweasel/9.0a2", - "Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 Iceweasel/9.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 Iceweasel/9.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0 Iceweasel/8.0", - "Mozilla/5.0 (X11; Linux Debian i686; rv:8.0) Gecko/20100101 Firefox/8.0 Iceweasel/8.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Iceweasel/7.0.1 Debian", - "Mozilla/5.0 (X11; Linux i686; Debian Testing; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Iceweasel/7.0.1", - "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 Iceweasel/6.0.2", - "Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0 Iceweasel/5.0", - "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0 Iceweasel/5.0", - "Mozilla/5.0 (X11; Linux i686; rv: 5.0) Gecko/20100101 Firefox/5.0 Iceweasel/5.0", - "Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20110322 Firefox/4.0 Iceweasel/4.0", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.13) Gecko/20101203 Iceweasel/3.6.7 (like Firefox/3.6.13)", - "Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.2.3) Gecko/20100402 Iceweasel/3.6.3 (like Firefox/3.6.3) GTB7.0", - "Mozilla/5.0 (X11; U; Linux 2.6.34.1-SquidSheep; en-US; rv:1.9.2.3) Gecko/20100402 Iceweasel/3.6.3 (like Firefox/3.6.3)", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.2.13) Gecko/20110109 Iceweasel/3.6.13 (like Firefox/3.6.13)", - "Mozilla/5.0 (X11; U; Linux i686; pt-PT; rv:1.9.2.3) Gecko/20100402 Iceweasel/3.6 (like Firefox/3.6) GTB7.0", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.9) Gecko/20100501 Iceweasel/3.5.9 (like Firefox/3.5.9)", - "Mozilla/5.0 (X11; U; Linux x86_64; ja; rv:1.9.1.8) Gecko/20100324 Iceweasel/3.5.8 (like Firefox/3.5.8)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100501 Iceweasel/3.5.8 (like Firefox/3.5.8)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100501 Iceweasel/3.5.6 (like Firefox/3.5.6; Debian-3.5.6-2)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.5) Gecko/20091112 Iceweasel/3.5.5 (like Firefox/3.5.5; Debian-3.5.5-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20091010 Iceweasel/3.5.3 (Debian-3.5.3-2)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.1.3) Gecko/20091010 Iceweasel/3.5.3 (Debian-3.5.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.19) Gecko/20110430 Iceweasel/3.5.19 (like Firefox/3.5.19)", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.18) Gecko/20110324 Iceweasel/3.5.18 (like Firefox/3.5.18)", - "Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.16) Gecko/20120921 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.16) Gecko/20120602 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; hu-HU; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.16) Gecko/20120511 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.1.16) Gecko/20120602 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.9.1.16) Gecko/20120315 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120602 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (Debian-3.0.5-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.16) Gecko/20120131 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.16) Gecko/20120602 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.1.16) Gecko/20120602 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16 (like Firefox/3.5.16)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.11) Gecko/20100819 Iceweasel/3.5.11 (like Firefox/3.5.11)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090704 Iceweasel/3.5 (Debian-3.5-0)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090207 Ubuntu/9.04 (jaunty) IceWeasel/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008042623 Iceweasel/3.0b5 (Debian-3.0~b5-3)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.9 (Debian-3.0.9-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.18) Gecko/2010021720 Iceweasel/3.0.9 (Debian-3.0.9-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009061212 Iceweasel/3.0.9 (Debian-3.0.9-1) GTB5", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.7) Gecko/2009030814 Iceweasel/3.0.9 (Debian-3.0.9-1)", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.0.11) Gecko/2009061212 Iceweasel/3.0.9 (Debian-3.0.9-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009033109 Gentoo Iceweasel/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.8) Gecko/2009032917 Gentoo Iceweasel/3.0.8", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.7) Gecko/2009030810 Iceweasel/3.0.7 (Debian-3.0.7-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032809 Iceweasel/3.0.7 (Debian-3.0.7-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020407 Iceweasel/3.0.7 (Debian-3.0.7-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.7) Gecko/2009030810 Iceweasel/3.0.7 (Debian-3.0.7-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009032811 Iceweasel/3.0.7 (Debian-3.0.7-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.7) Gecko/2009032813 Iceweasel/3.0.6 Firefox/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.7) Gecko/2009031819 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.0.19) Gecko/2010072022 Iceweasel/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko/2009032813 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.19) Gecko/2011050707 Iceweasel/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009072220 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.7) Gecko/2009031819 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.19) Gecko/2012013123 Iceweasel/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.16) Gecko/2009121609 Iceweasel/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.11) Gecko/2009061212 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.0.7) Gecko/2009032803 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.6) Gecko/2009020409 Iceweasel 3.0.6 (Debian 5.0", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.19) Gecko/2010120923 Iceweasel/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.19) Gecko/2011092908 Iceweasel/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.19) Gecko/2010102906 Iceweasel/3.0.6 (Debian-3.0.6-3)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.13) Gecko/2009082121 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009061212 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.9.0.7) Gecko/2009032803 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009032803 Iceweasel/3.0.6 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.5) Gecko/2008122903 Gentoo Iceweasel/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.5) Gecko/2008122011 Iceweasel/3.0.5 (Debian-3.0.5-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.0.4) Gecko/2008112309 Iceweasel/3.0.4 (Debian-3.0.4-1)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.0.1) Gecko/2008072112 Iceweasel/3.0.3 (Debian-3.0.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; ca-AD; rv:1.9.0.3) Gecko/2008092816 Iceweasel/3.0.3 (Debian-3.0.3-3)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko/2008090211 Ubuntu/9.04 (jaunty) Iceweasel/3.0.2", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.11) Gecko/2009061212 Iceweasel/3.0.12 (Debian-3.0.12-1)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.11) Gecko/2009061319 Iceweasel/3.0.11 (Debian-3.0.11-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008071420 Iceweasel/3.0.1 (Debian-3.0.1-1)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9.0.1) Gecko/2008072112 Iceweasel/3.0.1 (Debian-3.0.1-1)", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.0.1) Gecko/2008071618 Iceweasel/3.0.1 (Debian-3.0.1-1)", - "Mozilla/5.0 (Linux X86; U; Debian SID; it; rv:1.9.0.1) Gecko/2008070208 Debian IceWeasel/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) Gecko/2008062908 Iceweasel/3.0 (Debian-3.0~rc2-2)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.9) Gecko/2008062909 Iceweasel/3.0 (Debian-3.0~rc2-2)", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9) Gecko/2008062113 Iceweasel/3.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008062113 Iceweasel/3.0 (Debian-3.0~rc2-2)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.9) Gecko/20071025 Iceweasel/2.0.0.9 (Debian-2.0.0.9-2)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.9) Gecko/20071025 Iceweasel/2.0.0.9", - "Mozilla/15.0 (X11; U; Linux i686; es-ES; rv:1.8.1.9) Gecko/20071025 Iceweasel/2.0.0.9", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.8) Gecko/20071004 Iceweasel/2.0.0.8 (Debian-2.0.0.6+2.0.0.8-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071004 Iceweasel/2.0.0.8 (Debian-2.0.0.6+2.0.0.8-0etch1)", - "Mozilla/5.0 (X11; U; Linux x64; en-US; rv:1.8.1.7) Gecko/20070914 Iceweasel/2.0.0.7 (Debian-2.0.0.7-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1)", - "Mozilla/5.0 (X11; U; Linux x64; en-US; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1+lenny1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070723 Iceweasel/2.0.0.6 (Debian-2.0.0.6-0etch1+lenny1) (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 Iceweasel/2.0.0.4 (Debian-2.0.0.4-0etch1)", - "Mozilla 5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/200770508 Iceweasel/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-2)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; nb-NO; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0 Iceweasel/2.0.0.3 (Debian-2.0.0.13-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a3) Gecko/20070409 IceWeasel/2.0.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070208 Iceweasel/2.0.0.2 (Debian-2.0.0.2+dfsg-3)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.19) Gecko/20081202 Iceweasel/2.0.0.19 (Debian-2.0.0.19-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.18) Gecko/20081030 Iceweasel/2.0.0.18 (Debian-2.0.0.18-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.17) Gecko/20080827 Iceweasel/2.0.0.17 (Debian-2.0.0.17-0etch1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.16) Gecko/20080702 Iceweasel/2.0.0.16 (Debian-2.0.0.16-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.16) Gecko/20080702 Iceweasel/2.0.0.16 (Debian-2.0.0.16-0etch1)", - "Mozilla/5.0 (X11; U; Linux ppc; de; rv:1.8.1.15) Gecko/20080612 Iceweasel/2.0.0.15 (Debian-2.0.0.15-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.15) Gecko/20080612 Iceweasel/2.0.0.15 (Debian-2.0.0.15-0etch1)", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-2)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-2)", - "Mozilla/5.0 (X11; U; Linux sparc64; en-US; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-2)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080404 Iceweasel/2.0.0.14 (Debian-2.0.0.14-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.13) Gecko/20080311 Iceweasel/2.0.0.13 (Debian-2.0.0.13-1)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.1.13) Gecko/20080311 Iceweasel/2.0.0.13 (Debian-2.0.0.13-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.3 Iceweasel/2.0.0.13 (Debian-2.0.0.13-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.12) Gecko/20080129 Iceweasel/2.0.0.12 (Debian-2.0.0.12-1)", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.12) Gecko/20080129 Iceweasel/2.0.0.12 (Debian-2.0.0.12-1)", - "Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.1.12) Gecko/20080129 Iceweasel/2.0.0.12 (Debian-2.0.0.12-0etch1)", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.8.1.11) Gecko/20071128 Iceweasel/2.0.0.11 (Debian-2.0.0.11-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20071128 Iceweasel/2.0.0.11 (Debian-2.0.0.11-1)", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.8.1.11) Gecko/20071128 Iceweasel/2.0.0.11 (Debian-2.0.0.11-1)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ru; rv:1.9.2.13) Gecko/20101203 IceWeasel/2.0.0.11 Mnenhy/0.8.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-4)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.1) Gecko/2006120502 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061024 Iceweasel/2.0 (Debian-2.0+dfsg-1)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.9) Gecko/2009050519 iceweasel/2.0 (Debian-3.0.6-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061024 Iceweasel/2.0 (Debian-2.0+dfsg-1)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en; rv:1.8.1) Gecko/20061024 Iceweasel/2.0 (Debian-2.0+dfsg-1)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en; rv:1.8.1) Gecko/20061024 Iceweasel/2.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061022 Iceweasel/1.5.0.7-g2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8pre) Gecko/20061001 Firefox/1.5.0.8pre (Iceweasel)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.7) Gecko/2009030814 Iceweasel Firefox/3.0.7 (Debian-3.0.7-1)", - "Mozilla/5.0 (Linux) Gecko Iceweasel (Debian) Mnenhy" - ], - "iNet Browser": [ - "Mozilla/5.0 (Future Star Technologies Corp.; Star-Blade OS; x86_64; U; en-US) iNet Browser 4.7", - "Mozilla/6.0 (Future Star Technologies Corp. Star-Blade OS; U; en-US) iNet Browser 2.5" - ], - "Internet Explorer": [ - "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko", - "Mozilla/5.0 (compatible, MSIE 11, Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko", - "Mozilla/5.0 (compatible; MSIE 10.6; Windows NT 6.1; Trident/5.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727) 3gpp-gba UNTRUSTED/1.0", - "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 7.0; InfoPath.3; .NET CLR 3.1.40767; Trident/6.0; en-IN)", - "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)", - "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)", - "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)", - "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/4.0; InfoPath.2; SV1; .NET CLR 2.0.50727; WOW64)", - "Mozilla/5.0 (compatible; MSIE 10.0; Macintosh; Intel Mac OS X 10_7_3; Trident/6.0)", - "Mozilla/4.0 (Compatible; MSIE 8.0; Windows NT 5.2; Trident/6.0)", - "Mozilla/4.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/5.0)", - "Mozilla/1.22 (compatible; MSIE 10.0; Windows 3.1)", - "Mozilla/5.0 (Windows; U; MSIE 9.0; WIndows NT 9.0; en-US))", - "Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 7.1; Trident/5.0)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7", - "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; Zune 4.0; InfoPath.3; MS-RTC LM 8; .NET4.0C; .NET4.0E)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; chromeframe/12.0.742.112)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; Media Center PC 6.0)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; Media Center PC 6.0)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 4.0; Tablet PC 2.0; InfoPath.3; .NET4.0C; .NET4.0E)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; yie8)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; Tablet PC 2.0)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; FunWebProducts)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; chromeframe/13.0.782.215)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; chromeframe/11.0.696.57)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) chromeframe/10.0.648.205", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0; GTB7.4; InfoPath.1; SV1; .NET CLR 2.8.52393; WOW64; en-US)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; chromeframe/11.0.696.57)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.0; GTB7.4; InfoPath.3; SV1; .NET CLR 3.1.76908; WOW64; en-US)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; InfoPath.2; SV1; .NET CLR 3.3.69573; WOW64; en-US)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.8.36217; WOW64; en-US)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; .NET CLR 2.7.58687; SLCC2; Media Center PC 5.0; Zune 3.4; Tablet PC 3.6; InfoPath.3)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; Media Center PC 4.0; SLCC1; .NET CLR 3.0.04320)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4322)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 3.0.04506.30)", - "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.0; Trident/4.0; FBSMTWB; .NET CLR 2.0.34861; .NET CLR 3.0.3746.3218; .NET CLR 3.5.33652; msn OptimizedIE8;ENUS)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.2; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; Media Center PC 6.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; InfoPath.3; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MS-RTC LM 8)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 3.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; msn OptimizedIE8;ZHCN)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; InfoPath.3; .NET4.0C; .NET4.0E) chromeframe/8.0.552.224", - "Mozilla/4.0(compatible; MSIE 7.0b; Windows NT 6.0)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; FDM; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.40607)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.0.3705; Media Center PC 3.1; Alexa Toolbar; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; en-US)", - "Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 6.0; el-GR)", - "Mozilla/5.0 (Windows; U; MSIE 7.0; Windows NT 5.2)", - "Mozilla/5.0 (MSIE 7.0; Macintosh; U; SunOS; X11; gu; SV1; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)", - "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; c .NET CLR 3.0.04506; .NET CLR 3.5.30707; InfoPath.1; el-GR)", - "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; c .NET CLR 3.0.04506; .NET CLR 3.5.30707; InfoPath.1; el-GR)", - "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; fr-FR)", - "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; en-US)", - "Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727)", - "Mozilla/5.0 (compatible; MSIE 7.0; Windows 98; SpamBlockerUtility 6.3.91; SpamBlockerUtility 6.2.91; .NET CLR 4.1.89;GB)", - "Mozilla/4.79 [en] (compatible; MSIE 7.0; Windows NT 5.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)", - "Mozilla/4.0 (Windows; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)", - "Mozilla/4.0 (Mozilla/4.0; MSIE 7.0; Windows NT 5.1; FDM; SV1; .NET CLR 3.0.04506.30)", - "Mozilla/4.0 (Mozilla/4.0; MSIE 7.0; Windows NT 5.1; FDM; SV1)", - "Mozilla/4.0 (compatible;MSIE 7.0;Windows NT 6.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Win64; x64; Trident/6.0; .NET4.0E; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; SLCC2; .NET CLR 2.0.50727; InfoPath.3; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MS-RTC LM 8)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET4.0C; .NET4.0E; InfoPath.3)", - "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; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; chromeframe/12.0.742.100)", - "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP)", - "Mozilla/4.0 (compatible; MSIE 6.01; Windows NT 6.0)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.1; DigExt)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; YComp 5.0.2.6)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; YComp 5.0.0.0) (Compatible; ; ; Trident/4.0)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 4.0; .NET CLR 1.0.2914)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 4.0)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98; Win 9x 4.90)", - "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)", - " Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.1)", - " Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 5.0; .NET CLR 1.0.3705)", - " Mozilla/4.0 (compatible; MSIE 6.0b; Windows NT 4.0)", - "Mozilla/5.0 (Windows; U; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)", - "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)", - "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325)", - "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1)", - "Mozilla/45.0 (compatible; MSIE 6.0; Windows NT 5.1)", - "Mozilla/4.08 (compatible; MSIE 6.0; Windows NT 5.1)", - "Mozilla/4.01 (compatible; MSIE 6.0; Windows NT 5.1)", - "Mozilla/4.0 (X11; MSIE 6.0; i686; .NET CLR 1.1.4322; .NET CLR 2.0.50727; FDM)", - "Mozilla/4.0 (Windows; MSIE 6.0; Windows NT 6.0)", - "Mozilla/4.0 (Windows; MSIE 6.0; Windows NT 5.2)", - "Mozilla/4.0 (Windows; MSIE 6.0; Windows NT 5.0)", - "Mozilla/4.0 (Windows; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)", - "Mozilla/4.0 (MSIE 6.0; Windows NT 5.1)", - "Mozilla/4.0 (MSIE 6.0; Windows NT 5.0)", - "Mozilla/4.0 (compatible;MSIE 6.0;Windows 98;Q312461)", - "Mozilla/4.0 (Compatible; Windows NT 5.1; MSIE 6.0) (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; U; MSIE 6.0; Windows NT 5.1) (Compatible; ; ; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; U; MSIE 6.0; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; Tablet PC 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; QQDownload 534; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; Media Center PC 6.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)", - "Mozilla/4.0 (compatible; MSIE 5.5b1; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.50; Windows NT; SiteKiosk 4.9; SiteCoach 1.0)", - "Mozilla/4.0 (compatible; MSIE 5.50; Windows NT; SiteKiosk 4.8; SiteCoach 1.0)", - "Mozilla/4.0 (compatible; MSIE 5.50; Windows NT; SiteKiosk 4.8)", - "Mozilla/4.0 (compatible; MSIE 5.50; Windows 98; SiteKiosk 4.8)", - "Mozilla/4.0 (compatible; MSIE 5.50; Windows 95; SiteKiosk 4.8)", - "Mozilla/4.0 (compatible;MSIE 5.5; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1)", - "Mozilla/4.0 (compatible; MSIE 5.5;)", - "Mozilla/4.0 (Compatible; MSIE 5.5; Windows NT5.0; Q312461; SV1; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT5)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 6.1; chromeframe/12.0.742.100; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.5)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.2; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; FDM)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.2; .NET CLR 1.1.4322) (Compatible; ; ; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.2; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.22; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.21; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.2; Mac_PowerPC)", - " Mozilla/4.0 (compatible; MSIE 5.2; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.17; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.17; Mac_PowerPC Mac OS; en)", - "Mozilla/4.0 (compatible; MSIE 5.16; Mac_PowerPC)", - " Mozilla/4.0 (compatible; MSIE 5.16; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.15; Mac_PowerPC)", - " Mozilla/4.0 (compatible; MSIE 5.15; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.14; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.13; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.12; Mac_PowerPC)", - " Mozilla/4.0 (compatible; MSIE 5.12; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.05; Windows NT 4.0)", - "Mozilla/4.0 (compatible; MSIE 5.05; Windows NT 3.51)", - "Mozilla/4.0 (compatible; MSIE 5.05; Windows 98; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; Hotbar 4.1.8.0)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; DigExt)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6; MSIECrawler)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6; Hotbar 4.2.8.0)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6; Hotbar 3.0)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.6)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.2.4)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.0.0; Hotbar 4.1.8.0)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Wanadoo 5.6)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Wanadoo 5.3; Wanadoo 5.5)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Wanadoo 5.1)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; SV1)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Q312461; T312461)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Q312461)", - "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; MSIECrawler)", - "Mozilla/4.0 (compatible; MSIE 5.0b1; Mac_PowerPC)", - "Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)", - "Mozilla/4.0(compatible; MSIE 5.0; Windows 98; DigExt)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT;)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; YComp 5.0.2.6)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; YComp 5.0.2.5)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; YComp 5.0.0.0)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; Hotbar 4.1.8.0)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; Hotbar 3.0)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 6.0; Trident/4.0; InfoPath.1; SV1; .NET CLR 3.0.04506.648; .NET4.0C; .NET4.0E)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.9; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.2; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98;)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; YComp 5.0.2.4)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; Hotbar 3.0)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt; YComp 5.0.2.6; yplus 1.0)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt; YComp 5.0.2.6)", - "Mozilla/4.0 (compatible; MSIE 4.5; Windows NT 5.1; .NET CLR 2.0.40607)", - "Mozilla/4.0 (compatible; MSIE 4.5; Windows 98; )", - "Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC)", - " Mozilla/4.0 (compatible; MSIE 4.5; Mac_PowerPC)", - "Mozilla/4.0 PPC (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Sprint:PPC-6700; PPC; 240x320)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows NT 5.0)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint;PPC-i830; PPC; 240x320)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint; SCH-i830; PPC; 240x320)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SPH-ip830w; PPC; 240x320)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SPH-ip320; Smartphone; 176x220)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SCH-i830; PPC; 240x320)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:SCH-i320; Smartphone; 176x220)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Sprint:PPC-i830; PPC; 240x320)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; Sprint:PPC-6700; PPC; 240x320)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320; PPC)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98; Hotbar 3.0)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98; DigExt)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)", - "Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)", - "Mozilla/4.0 (compatible; MSIE 4.01; Mac_PowerPC)", - "Mozilla/4.0 WebTV/2.6 (compatible; MSIE 4.0)", - "Mozilla/4.0 (compatible; MSIE 4.0; Windows NT)", - "Mozilla/4.0 (compatible; MSIE 4.0; Windows 98 )", - "Mozilla/4.0 (compatible; MSIE 4.0; Windows 95; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 4.0; Windows 95)", - "Mozilla/4.0 (Compatible; MSIE 4.0)", - "Mozilla/2.0 (compatible; MSIE 4.0; Windows 98)", - "Mozilla/2.0 (compatible; MSIE 3.03; Windows 3.1)", - "Mozilla/2.0 (compatible; MSIE 3.02; Windows 3.1)", - "Mozilla/2.0 (compatible; MSIE 3.01; Windows 95)", - " Mozilla/2.0 (compatible; MSIE 3.01; Windows 95)", - "Mozilla/2.0 (compatible; MSIE 3.0B; Windows NT)", - "Mozilla/3.0 (compatible; MSIE 3.0; Windows NT 5.0)", - "Mozilla/2.0 (compatible; MSIE 3.0; Windows 95)", - "Mozilla/2.0 (compatible; MSIE 3.0; Windows 3.1)", - "Mozilla/4.0 (compatible; MSIE 2.0; Windows NT 5.0; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)", - "Mozilla/1.22 (compatible; MSIE 2.0; Windows 3.1)" - ], - "iRider": [ - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; iRider 2.60.0008; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; iRider 2.21.1108)" - ], - "Iron": [ - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1250.0 Iron/22.0.2150.0 Safari/537.4", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1250.0 Iron/22.0.2150.0 Safari/537.4", - "Mozilla/5.0 (X11; U; Linux amd64) Iron/21.0.1200.0 Chrome/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.1 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1200.0 Iron/21.0.1200.0 Safari/537.1", - "Mozilla/5.0 (X11; U; Linux amd64) Iron/20.0.1150.1 Chrome/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Windows NT 5.0) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.1 Iron/20.0.1150.1 Safari/536.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.0 Iron/20.0.1150.0 Safari/536.11", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.0 Iron/20.0.1150.0 Safari/536.11", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1150.0 Iron/20.0.1150.0 Safari/536.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Iron/19.0.1100.0 Chrome/19.0.1100.0 Safari/536.5", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Iron/19.0.1100.0 Chrome/19.0.1100.0 Safari/536.5", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/536.5 (KHTML, like Gecko) Iron/19.0.1100.0 Chrome/19.0.1100.0 Safari/536.5", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Iron/19.0.1100.0 Chrome/19.0.1100.0 Safari/536.5", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/535.19 (KHTML, like Gecko) Iron/18.0.1050.0 Chrome/18.0.1050.0 Safari/535.19", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.2 Chrome/17.0.1000.2 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.1 Chrome/17.0.1000.1 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.1 Chrome/17.0.1000.1 Safari/535.11", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.1 Chrome/17.0.1000.1 Safari/535.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.11 (KHTML, like Gecko) Iron/17.0.1000.0 Chrome/17.0.1000.0 Safari/535.11", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.7 (KHTML, like Gecko) Iron/16.0.950.0 Chrome/16.0.950.0 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Iron/16.0.950.0 Chrome/16.0.950.0 Safari/535.7 []", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Iron/16.0.950.0 Chrome/16.0.950.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Iron/16.0.950.0 Chrome/16.0.950.0 Safari/535.7", - "Mozilla/5.0 (Windows NT 5.2) AppleWebKit/535.7 (KHTML, like Gecko) Iron/16.0.950.0 Chrome/16.0.950.0 Safari/535.7", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.7 (KHTML, like Gecko) Iron/16.0.950.0 Chrome/16.0.950.0 Safari/535.7", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Iron/16.0.950.0 Chrome/16.0.950.0 Safari/535.7", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.2 (KHTML, like Gecko) Iron/15.0.900.1 Chrome/15.0.900.1 Safari/535.2", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.1 (KHTML, like Gecko) Iron/14.0.850.0 Chrome/14.0.850.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Iron/13.0.800.1 Chrome/13.0.800.1 Safari/535.1", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Iron/13.0.800.0 Chrome/13.0.800.0 Safari/535.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Iron/13.0.800.0 Chrome/13.0.800.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Iron/13.0.800.0 Chrome/13.0.800.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Iron/13.0.800.0 Chrome/13.0.800.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Iron/13.0.800.0 Chrome/13.0.800.0 Safari/535.1", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Iron/13.0.800.0 Chrome/13.0.800.0 Safari/535.1", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30 Lightning/1.0b4pre", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.30 (KHTML, like Gecko) Iron/12.0.750.0 Chrome/12.0.750.0 Safari/534.30", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.777.3 Chrome/11.0.777.3 Safari/534.66", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.3 Chrome/11.0.700.3 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.3 Chrome/11.0.700.3 Safari/534.66", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.3 Chrome/11.0.700.3 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.3 Chrome/11.0.700.3 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.3 Chrome/11.0.700.3 Safari/534.24", - "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1; U; zh-tw) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.2 Chrome/11.0.700.2 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.1 Chrome/11.0.700.1 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.1 Chrome/11.0.700.1 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.1 Chrome/11.0.700.1 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.1 Chrome/11.0.700.1 Safari/534.24", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.24 (KHTML, like Gecko) Iron/11.0.700.0 Chrome/11.0.700.0 Safari/534.24", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.1 Chrome/10.0.650.1 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.1 Chrome/10.0.650.1 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.0 Chrome/10.0.650.0 Safari/534.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.0 Chrome/10.0.650.0 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.0 Chrome/10.0.650.0 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.0 Chrome/10.0.650.0 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.0 Chrome/10.0.650.0 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/534.16 (KHTML, like Gecko) Iron/10.0.650.0 Chrome/10.0.650.0 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Iron/9.0.600.2 Chrome/9.0.600.2 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Iron/9.0.600.2 Chrome/9.0.600.2 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Iron/9.0.600.2 Chrome/9.0.600.2 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Iron/9.0.600.2 Chrome/9.0.600.2 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.1 Chrome/7.0.520.1 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-jp) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.1 Chrome/7.0.520.1 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.1 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.1 Chrome/7.0.520.1 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.1 Chrome/7.0.520.1 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.0 Chrome/7.0.520.0 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.0 Chrome/7.0.520.0 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.0 Chrome/7.0.520.0 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.0 Chrome/7.0.520.0 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Iron/7.0.520.0 Chrome/7.0.520.0 Safari/534.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/534.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/98035072.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/97486176.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/9724672.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/95066112.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/94403424.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/89895776.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/83554272.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/76829344.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/73530880.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/69296032.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/6838624.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/67162016.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/65969728.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/65209600.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/6316928.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/61389024.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/61170080.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/58473792.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475.1 Chrome/6.0.475.1 Safari/534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/92861792.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/66529120.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/53013696.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/42050816.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/112818688.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/87693504.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/59178784.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/56984160.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/42721888.534", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Chrome/6.0.475.0 Safari/14183168.534", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Safari/534", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE) AppleWebKit/534.3 (KHTML, like Gecko) Iron/6.0.475 Safari/534", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Iron/5.0.326.0 Chrome/5.0.326.0 Safari/533.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0 Chrome/4.0.280.0 Safari/532.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0 Chrome/4.0.275.0 Safari/532.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.280.0 Safari/532.8 Iron/4.0.280.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0 Chrome/4.0.280.0 Safari/532.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0 Chrome/4.0.280.0 Safari/532.9", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Iron/4.0.275.2 Chrome/4.0.275.2 Safari/532.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Iron/4.0.275.2 Chrome/4.0.275.2 Safari/532.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Iron/4.0.275.2 Chrome/4.0.275.2 Safari/532.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.275.2 Safari/532.8 Iron/4.0.275.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Iron/4.0.275.2 Chrome/4.0.275.2 Safari/532.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Iron/4.0.275.2 Chrome/4.0.275.2 Safari/532.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Iron/4.0.275.2 Chrome/4.0.275.2 Safari/532.8", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Iron/4.0.275.2 Chrome/4.0.275.2 Safari/532.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Iron/4.0.227.0 Chrome/4.0.227.0 Safari/532.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Iron/4.0.227.0 Chrome/4.0.227.0 Safari/532", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.3 (KHTML, like Gecko) Iron/4.0.227.0 Chrome/4.0.227.0 Safari/532.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Iron/4.0.227.0 Chrome/4.0.227.0 Safari/532.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Iron/4.0.227.0 Chrome/4.0.227.0 Safari/532.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.3 (KHTML, like Gecko) Iron/4.0.227.0 Chrome/4.0.227.0 Safari/532.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Iron/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (Windows; U;) AppleWebKit/532.0 (KHTML, like Gecko) Iron/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) Chrome/0.0.0 Iron/3.0.197.0 AppleWebKit/532.0 (KHTML, like Gecko) Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Iron/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/0.0.0 Safari/532.0 Iron/3.0.197.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE) AppleWebKit/532.0 (KHTML, like Gecko) Iron/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1) AppleWebKit/532.0 (KHTML, like Gecko) Iron/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (U;) AppleWebKit/532.0 (KHTML, like Gecko) Iron/3.0.197.0 Safari/532.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Iron/3.0.189.0 Safari/531.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.9 (KHTML, like Gecko) Iron/2.0.178.0 Safari/530.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Iron/2.0.168.0 Safari/530.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.1 (KHTML, like Gecko) Iron/2.0.168.0 Safari/530.1", - "Iron/2.0.168.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/530.1 (KHTML, like Gecko)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/528.7 (KHTML, like Gecko) Iron/1.0.155.0 Safari/528.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.7 (KHTML, like Gecko) Iron/1.0.155.0 Safari/528.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.7 (KHTML, like Gecko) Iron/1.0.155.0 Safari/528.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.5 (KHTML, like Gecko) Iron/0.4.155.0 Safari/528.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.4 (KHTML, like Gecko) Iron/0.3.155.0 Safari/19322656.528", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.4 (KHTML, like Gecko) Iron/0.3.155.0 Safari/18455624.528", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.4 (KHTML, like Gecko) Iron/0.3.155.0 Safari/13506912.528", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/41562480.525", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/14871328.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/13657880.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/28768176.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/13543896.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12733120.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12595016.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12542120.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12535056.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12475112.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12285712.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12282560.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12279816.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12272384.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12207312.525", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Iron/0.2.152.0 Safari/12079480.525", - "Mozilla/5.0 (Windows; U;) AppleWebKit/532.0 (KHTML, like Gecko) Iron" - ], - "K-Meleon": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.21pre) Gecko K-Meleon/1.7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko K-Meleon/1.6.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.1.24pre) Gecko/20100228 K-Meleon/1.5.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JA; rv:1.8.1.24pre) Gecko/20100228 K-Meleon/1.5.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.24) Gecko/20100228 K-Meleon/1.5.4", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.24pre) Gecko/20091010 K-Meleon/1.5.4", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.24) Gecko/20100228 K-Meleon/1.5.4", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.8.1.24) Gecko/20100228 K-Meleon/1.5.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7pre) Gecko K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; fr-FR; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.1.22) Gecko/20090623 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.23) Gecko/20090825 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22) Gecko/20090623 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.8.1.21) Gecko/20090303 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.21) Gecko/20090403 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.21) Gecko/20090303 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22pre) Gecko/20090502 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.19) Gecko/20081217 K-Meleon/1.5.2", - "Mozilla/5.0 (Darwin; FreeBSD 5.6; en-GB; rv:1.9.1b3pre)Gecko/20081211 K-Meleon/1.5.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.17) Gecko/20080919 K-Meleon/1.5.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.5.0beta", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.5.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Darwin; FreeBSD 5.6; en-GB; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071013 K-Meleon/1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-EN; rv:1.8.1.8) Gecko/20071013 K-Meleon/1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.8.1.8) Gecko/20071013 K-Meleon/1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.5) Gecko/20070722 K-Meleon/1.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.1.6", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.17pre) Gecko/20080716 K-Meleon/1.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5 (+http://www.kangaroo-personal.de)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.14) Gecko/20080406 K-Meleon/1.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.12) Gecko/20080203 K-Meleon/1.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-DE; rv:1.8.1.12) Gecko/20080203 K-Meleon/1.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.8.1.12) Gecko/20080203 K-Meleon/1.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080203 K-Meleon/1.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.8.1.12) Gecko/20080203 K-Meleon/1.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.10) Gecko/20071116 K-Meleon/1.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.10) Gecko/20071116 K-Meleon/1.1.3", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; es-ES; rv:1.8.1.10) Gecko/20071116 K-Meleon/1.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.6) Gecko/20070727 K-Meleon/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070727 K-Meleon/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.6) Gecko/20070727 K-Meleon/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.8.1.4) Gecko/20070511 K-Meleon/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.8.1.4) Gecko/20070511 K-Meleon/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070511 K-Meleon/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.8.1.4) Gecko/20070511 K-Meleon/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.21) Gecko/20090403 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.2) Gecko/20070222 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko-KR; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.0.6) Gecko/20060730 K-Meleon/1.01", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060730 K-Meleon/1.01", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-AT; rv:1.8.0.5) Gecko/20060706 K-Meleon/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060706 K-Meleon/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.0.1) Gecko/20060115 K-Meleon/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.0.5) Gecko/20060730 K-Meleon/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.0.5) Gecko/20060706 K-Meleon/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.2pre) Gecko/20070221 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.7.12) Gecko/20050915 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041220 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050610 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041220 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050610 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041220 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.5) Gecko/20041220 K-Meleon/0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8.2", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2b) Gecko/20021016 K-Meleon 0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016 K-Meleon 0.7" - ], - "K-Ninja": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4pre) Gecko/20070404 K-Ninja/2.1.3", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.4pre) Gecko/20070404 K-Ninja/2.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070215 K-Ninja/2.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060917 K-Ninja/2.0.4", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.7) Gecko/20060917 K-Ninja/2.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060731 K-Ninja/2.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060706 K-Ninja/2.0" - ], - "Kapiko": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.1) Gecko/20080722 Firefox/3.0.1 Kapiko/3.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9) Gecko/20080705 Firefox/3.0 Kapiko/3.0" - ], - "Kazehakase": [ - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.7) Gecko Kazehakase/0.5.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko Fedora/1.9.0.8-1.fc10 Kazehakase/0.5.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko Kazehakase/0.5.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko Kazehakase/0.5.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko Kazehakase/0.5.4 Debian/0.5.4-2.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko Kazehakase/0.5.4 Debian/0.5.4-2.1ubuntu3", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.16) Gecko/20080816 Firefox/2.0.0.16 Kazehakase/0.5.4", - "Mozilla/5.0 (X11; U; FreeBSD i386; rv:1.8.1.12) Gecko/0 Kazehakase/0.4.9", - "Mozilla/5.0 (X11; Linux x86_64; U;) Gecko/20070610 Kazehakase/0.4.7", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20070610 Kazehakase/0.4.7", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20070322 Kazehakase/0.4.7", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20070304 Kazehakase/0.4.6", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20070322 Kazehakase/0.4.5", - "Mozilla/5.0 (X11; Linux i686; U;) AppleWebKit/146.1 (KHTML, like Gecko) Kazehakase0.4.5", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/0 Kazehakase/0.4.3 Debian/0.4.3-1ubuntu1", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/0 Kazehakase/0.4.3", - "Mozilla/5.0 (X11; Linux i686; U; rv:1.7) Gecko/0 Kazehakase/0.4.3", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20060216 Kazehakase/0.4.2", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20070224 Kazehakase/0.3.9", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20050923 Kazehakase/0.3.9", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/0 Kazehakase/0.3.9", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20060717 Kazehakase/0.3.8 Debian/0.3.8-2", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/0 Kazehakase/0.3.8", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/0 Kazehakase/0.3.5", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20051128 Kazehakase/0.3.3 Debian/0.3.3-1", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/0 Kazehakase/0.3.1", - "Mozilla/5.0 (X11; Linux i686; U;) Gecko/20050923 Kazehakase/0.2.8 Debian/0.2.8-1ubuntu2" - ], - "KKman": [ - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; InfoPath.3)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; eSobiSubscriber 2.0.4.16; InfoPath.3)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; KKMAN3.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; InfoPath.3; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; KKMAN3.2; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.6; KKMAN3.2; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.6; KKMAN3.2; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; InfoPath.2; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; KKMAN3.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; KKMAN3.2; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; KKMAN3.2; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTB5.6)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; KKMAN3.2; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; KKMAN3.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.3)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; KKMAN3.2; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; (R1 1.6); KKMAN3.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; KKman3.0; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; (R1 1.5); KKman3.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.6; KKman3.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET CLR 3.0.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; KKman3.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322; MEGAUPLOAD 2.0; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322; .NET CLR 3.5.21022; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB5; KKman3.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB5; KKman3.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; KKman3.0; InfoPath.2; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; KKman3.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; KKman3.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; KKman3.0; InfoPath.1; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; KKman3.0; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; KKman2.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; KKman3.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)" - ], - "KMLite": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081217 KMLite/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.19) Gecko/20081217 KMLite/1.1.2" - ], - "Konqueror": [ - "Mozilla/5.0 (X11; Linux) KHTML/4.9.1 (like Gecko) Konqueror/4.9", - "Mozilla/5.0 (X11; Linux 3.5.4-1-ARCH i686; es) KHTML/4.9.1 (like Gecko) Konqueror/4.9", - "Mozilla/5.0 (X11) KHTML/4.9.1 (like Gecko) Konqueror/4.9", - "Mozilla/5.0 (compatible; Konqueror/4.5; FreeBSD) KHTML/4.5.4 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.1 (like Gecko) Fedora/4.4.1-1.fc12", - "Mozilla/5.0 (compatible; Konqueror/4.4; Linux 2.6.32-22-generic; X11; en_US) KHTML/4.4.3 (like Gecko) Kubuntu", - "Mozilla/5.0 (compatible; Konqueror/4.3; Linux) KHTML/4.3.1 (like Gecko) Fedora/4.3.1-3.fc11", - "Mozilla/5.0 (compatible; Konqueror/4.3; Linux 2.6.31-16-generic; X11) KHTML/4.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.2; Linux; X11; x86_64) KHTML/4.2.4 (like Gecko) Fedora/4.2.4-2.fc11", - "Mozilla/5.0 (compatible; Konqueror/4.2; Linux) KHTML/4.2.98 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.2; Linux) KHTML/4.2.96 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.2; Linux) KHTML/4.2.4 (like Gecko) Slackware/13.0", - "Mozilla/5.0 (compatible; Konqueror/4.2; Linux) KHTML/4.2.4 (like Gecko) Fedora/4.2.4-2.fc11", - "Mozilla/5.0 (compatible; Konqueror/4.2; Linux) KHTML/4.2.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.2; Linux) KHTML/4.2.1 (like Gecko) Fedora/4.2.1-4.fc11", - "Mozilla/5.0 (compatible; Konqueror/4.2) KHTML/4.2.4 (like Gecko) Fedora/4.2.4-2.fc11", - "Mozilla/5.0 (compatible; Konqueror/4.1; OpenBSD) KHTML/4.1.4 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.4 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.3 (like Gecko) Fedora/4.1.3-3.fc10", - "Mozilla/5.0 (compatible; Konqueror/4.1; Linux 2.6.27.7-134.fc10.x86_64; X11; x86_64) KHTML/4.1.3 (like Gecko) Fedora/4.1.3-4.fc10", - "Mozilla/5.0 (compatible; Konqueror/4.1; DragonFly) KHTML/4.1.4 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.0; X11) KHTML/4.0.3 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.0; Windows) KHTML/4.0.83 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.0; Linux; x86_64) KHTML/4.0.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/4.0; Linux) KHTML/4.0.82 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Windows NT 6.0) KHTML/3.5.6 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; SunOS) KHTML/3.5.1 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; SunOS) KHTML/3.5.0 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; SunOS)", - "Mozilla/5.0 (compatible; Konqueror/3.5; NetBSD 4.0_RC3; X11) KHTML/3.5.7 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; NetBSD 3.0; X11) KHTML/3.5.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; x86_64; en_US) KHTML/3.5.10 (like Gecko) SUSE", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; x86_64) KHTML/3.5.5 (like Gecko) (Debian)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; x86_64) KHTML/3.5.5 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; X11; i686; en_US) KHTML/3.5.6 (like Gecko) (Debian)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; X11) KHTML/3.5.3 (like Gecko) Kubuntu 6.06 Dapper", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; i686; U; it-IT) KHTML/3.5.5 (like Gecko) (Debian)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; en_US) KHTML/3.5.6 (like Gecko) (Kubuntu)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux; de) KHTML/3.5.5 (like Gecko) (Debian)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.9 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) (Kubuntu)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) (Debian)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.6 (like Gecko) (Kubuntu)", - "Mozilla/5.0 (compatible; Konqueror/3.4; SunOS) KHTML/3.4.1 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux; de, en_US) KHTML/3.4.2 (like Gecko) (Debian package 4:3.4.2-4)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.3 (like Gecko) (Kubuntu package 4:3.4.3-0ubuntu2)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.3 (like Gecko) (Kubuntu package 4:3.4.3-0ubuntu1)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.3 (like Gecko) (Debian package 4:3.4.3-2)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.3 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.2 (like Gecko) (Debian package 4:3.4.2-4)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.1 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.0 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.12; X11) KHTML/3.4.1 (like Gecko) (Debian package 4:3.4.1-1)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.12.6; X11; i686; en_US) KHTML/3.4.3 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.11; X11) KHTML/3.4.0 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.11; X11)", - "Mozilla/5.0 (compatible; Konqueror/3.4) KHTML/3.4.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.4) KHTML/3.4.0 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; SunOS) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.9-1.667) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.11; X11; i686; de) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.11; X11; i686) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.11; X11) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.11.12-whnetz-xenU; X11; i686; en_US) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.11) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.4.27; X11) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.4.22-xfs; X11) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3) KHTML/3.3.2 (like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.3) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.2; Linux; X11; en_US) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.2; Linux 2.6.2) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.2; FreeBSD) (KHTML, like Gecko)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021224)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021219)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021203)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021124)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021119)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021113)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021105)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021019)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021006)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20021002)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020915)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020907)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020905)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020828)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020822)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020815)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020626)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020624)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020614)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc6; i686 Linux; 20020607)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20021224)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20021219)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20021212)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20021127)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20021112)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20021001)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020927)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020913)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020910)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020906)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020823)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020819)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020809)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020712)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020625)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020621)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020615)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020606)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020601)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc5; i686 Linux; 20020524)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20021217)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20021208)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20021204)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20021124)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20021114)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20021026)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020928)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020913)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020912)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020901)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020827)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020824)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020811)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020808)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020718)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020714)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020602)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020521)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020511)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc4; i686 Linux; 20020420)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20021223)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20021210)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20021204)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20021125)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20021110)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20021025)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20021004)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020926)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020915)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020912)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020818)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020725)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020716)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020709)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020607)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020520)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020515)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020510)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020426)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc3; i686 Linux; 20020421)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20021221)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20021128)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20021119)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20021020)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20021014)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20021011)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020925)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020917)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020905)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020820)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020818)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020809)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020808)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020721)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020619)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020614)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020612)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020605)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020513)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc2; i686 Linux; 20020509)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20021226)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20021221)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20021120)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20021113)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20021022)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20021008)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020919)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020823)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020816)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020723)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020722)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020718)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020711)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020703)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020620)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020618)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020608)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020520)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020515)", - "Mozilla/5.0 (compatible; Konqueror/3.1-rc1; i686 Linux; 20020510)", - "Mozilla/5.0 (compatible; Konqueror/3.1; Linux; X11; i686)", - "Mozilla/5.0 (compatible; Konqueror/3.1; Linux; en)", - "Mozilla/5.0 (compatible; Konqueror/3.1; Linux)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021128)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021113)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021106)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021105)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021103)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021102)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021027)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021007)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021006)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20021001)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020928)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020913)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020817)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020811)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020810)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020720)", - "Mozilla/5.0 (compatible; Konqueror/3.1; i686 Linux; 20020712)", - "Mozilla/5.0 (compatible; Konqueror/3.0.0-10; Linux)", - " Mozilla/5.0 (compatible; Konqueror/3.0.0-10; Linux)", - "Mozilla/5.0 (compatible; Konqueror/3.0.0; Linux)", - " Mozilla/5.0 (compatible; Konqueror/3.0.0; Linux)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20021127)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20021115)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20021106)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20021027)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20021012)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020923)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020918)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020912)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020908)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020827)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020817)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020723)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020718)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020624)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020614)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020613)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020522)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020520)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020512)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc6; i686 Linux; 20020312)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021226)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021213)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021210)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021208)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021121)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021120)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021109)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021105)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021026)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021020)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20021015)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020921)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020913)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020910)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020901)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020822)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020821)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020724)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020703)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc5; i686 Linux; 20020628)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20021117)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20021028)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20021016)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20021004)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020926)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020923)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020920)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020915)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020821)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020818)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020802)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020721)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020707)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020628)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020622)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020609)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020519)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020517)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020504)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020420)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20021125)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20021123)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20021025)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20021018)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20021013)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020914)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020910)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020818)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020812)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020724)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020703)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020626)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020624)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020608)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020605)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020519)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020517)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020506)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020426)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc3; i686 Linux; 20020412)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20021221)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20021127)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20021118)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20021008)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020809)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020702)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020606)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020602)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020505)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020424)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020323)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020226)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020219)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020213)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020110)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020108)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020107)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020106)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020105)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20021208)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20021206)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20021118)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20021103)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20021026)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020917)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020911)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020906)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020808)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020807)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020801)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020726)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020723)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020705)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020704)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020703)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020523)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020515)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020319)", - "Mozilla/5.0 (compatible; Konqueror/3.0-rc1; i686 Linux; 20020217)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20021219)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20021117)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20021107)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20021012)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20021006)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020927)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020914)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020825)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020823)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020817)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020809)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020728)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020716)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020707)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020608)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020603)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020511)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020510)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020502)", - "Mozilla/5.0 (compatible; Konqueror/3.0; i686 Linux; 20020423)", - "Mozilla/5.0 (compatible; Konqueror/2.2.2-3; Linux)", - "Mozilla/5.0 (compatible; Konqueror/2.2.2; Linux)", - "Mozilla/5.0 (compatible; Konqueror/2.2.2; Linux 2.4.14-xfs; X11; i686)", - "Mozilla/5.0 (compatible; Konqueror/2.2.2)", - " Mozilla/5.0 (compatible; Konqueror/2.2.2; Linux)", - "Mozilla/5.0 (compatible; Konqueror/2.2.1; Linux)", - " Mozilla/5.0 (compatible; Konqueror/2.2.1; Linux)", - "Mozilla/5.0 (compatible; Konqueror/2.2-12; Linux)", - "Mozilla/5.0 (compatible; Konqueror/2.2-11; Linux)", - " Mozilla/5.0 (compatible; Konqueror/2.2-11; Linux)", - "Mozilla/5.0 (compatible; Konqueror/2.1.2; X11)", - "Mozilla/5.0 (compatible; Konqueror/2.1.1; X11)" - ], - "LeechCraft": [ - "Mozilla/5.0 (X11; U; Linux x86_64; ru-RU) AppleWebKit/533.3 (KHTML, like Gecko) Leechcraft/0.4.55-13-g2230d9f Safari/533.3", - "Mozilla/5.0 (X11; U; Linux x86_64; ru-RU) AppleWebKit/533.3 (KHTML, like Gecko) Leechcraft/0.3.95-1-g84cc6b7 Safari/533.3", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.95-1-g84cc6b7; WebKit 4.7.1/4.7.1)", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.70-367-g174858a; WebKit 4.7.1/4.7.1)", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.70-325-gb4f750b; WebKit 4.7.1/4.7.1)", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.55-393-g97b9bb2; WebKit 4.5.2/4.5.2)", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.55-383-g7446455; WebKit 4.5.2/4.5.2)", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.55-381-g3919184; WebKit 4.5.2/4.5.2)", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.55-330-g3821e8c; WebKit 4.5.2/4.5.2)", - "LeechCraft (X11; U; Linux; ru_RU) (LeechCraft/Poshuku 0.3.55-324-g9365f23; WebKit 4.5.2/4.5.2)" - ], - "Links": [ - "Links (6.9; Unix 6.9-astral sparc; 80x25)", - "Links (2.7; Linux 3.7.9-2-ARCH x86_64; GNU C 4.7.1; text)", - "Links (2.7; Linux 3.7.5-1-ARCH x86_64; GNU C 4.7.2; x)", - "Links (2.7; Linux 3.7-trunk-amd64 x86_64; GNU C 4.7.1; x)", - "Links (2.7; Linux 3.6.11-gentoo x86_64; GNU C 4.5.4; x)", - "Links (2.7; Linux 3.5.0-24-generic x86_64; GNU C 4.7.1; x)", - "Links (2.7; Linux 3.5.0-17-generic x86_64; GNU C 4.7.1; text)", - "Links (2.3pre1; Linux 2.6.35-22-generic i686; 177x51)", - "Links (2.3pre1; Linux 2.6.32-5-amd64 x86_64; x)", - "Links (2.2; OpenBSD 4.8 i386; x)", - "Links (2.2; NetBSD 5.0 i386; 80x25)", - "Links (2.2; Linux 3.6.9-1.el6.elrepo.x86_64 x86_64; 168x44)", - "Links (2.2; Linux 2.6.32-gentoo-r6 x86_64; 129x42)", - "Links (2.2; Linux 2.6.32-fw3 i686; 143x53)", - "Links (2.2; Linux 2.6.30-ARCH x86_64; 160x50)", - "Links (2.2; Linux 2.6.28-gentoo-r5 i686; x)", - "Links (2.2; Linux 2.6.28-14-generic i686; 80x24)", - "Links (2.2; Linux 2.6.28-11-server i686; 80x24)", - "Links (2.2; Linux 2.6.27-hardened-r7 x86_64; x)", - "Links (2.2; Linux 2.6.25-gentoo-r9 sparc64; 166x52)", - "Links (2.2; Linux 2.6.24.4-desktop586-3mnb i686; x)", - "Links (2.2; Linux 2.6.24.4-desktop586-3mnb i686; 141x19)", - "Links (2.2; FreeBSD 8.1-RELEASE i386; 196x84)", - "Links (2.1pre9; Linux 2.4.32 i686; x)", - "Links (2.1pre37; Linux 2.6.26.3-grsec-pjwstk-02 x86_64; 80x24)", - "Links (2.1pre37; Linux 2.6.26-2-686 i686; 182x78)", - "Links (2.1pre37; Linux 2.6.26-1-686 i686; x)", - "Links (2.1pre33; Linux 2.6.24-gentoo-r3 i686; 80x28)", - "Links (2.1pre33; Linux 2.6.24-1-686 i686; 80x23)", - "Links (2.1pre33; Darwin 8.11.0 Power Macintosh; x)", - "Links (2.1pre33; Darwin 8.11.0 Power Macintosh; 170x55)", - "Links (2.1pre33; Darwin 8.11.0 Power Macintosh; 169x55)", - "Links (2.1pre32; Linux 2.6.24-24-generic i686; x)", - "Links (2.1pre31; Linux 2.6.24.2 i686; x)", - "Links (2.1pre31; Linux 2.6.23.12 i686; 134x36)", - "Links (2.1pre30; Linux 2.6.18-ck1-dyne i686; x)", - "Links (2.1pre28; Linux 2.6.24.5 i686; 80x25)", - "Links (2.1pre28; Linux 2.6.23-gentoo-r3 i686; x)", - "Links (2.1pre28; Linux 2.6.22-14-generic i686; x)", - "Links (2.1pre28; Linux 2.6.22-14-generic i686; 50x68)", - "Links (2.1pre26; Linux 2.6.18-5-686 i686; x)", - "Links (2.1pre26; Linux 2.6.14-hsc0ds armv5l; 236x57)", - "Links (2.1pre23; Linux 2.6.24.7-1.5 i686; 209x49)", - "Links (2.1pre23; Linux 2.6.18-no2 i686; 80x23)", - "Links (2.1pre23; Linux 2.6.17.13 i686; 80x25)", - "Links (2.1pre20; Linux 2.6.16-gentoo-r12 i686; 125x50)", - "Links (2.1pre19; Linux 2.6.15-gentoo-r1 x86_64; 80x24)", - "Links (2.1pre18; Linux 2.6.17-gentoo-r8 i686; 80x24)", - "Links (2.1pre18; Linux 2.4.31 i686; 100x37)", - "Links (2.1pre17; Linux 2.6.12.2 i686; x)", - "Links (2.1pre16; Linux 2.6.8-3-k7 i686; 123x36)", - "Links (2.1pre16; Linux 2.6.11.12-intel-domainu i686; 80x24)", - "Links (2.1pre15; Linux 2.6.9-19 i686; x)", - "Links (2.1pre15; Linux 2.6.9-19 i686; 80x24)", - "Links (2.1pre15; Linux 2.6.14.4 i686; 128x48)", - "Links (2.1pre15; Linux 2.4.29 i586; 80x25)", - "Links (2.1pre15; Linux 2.4.26 i686; 158x61)", - "Links (2.1pre15; FreeBSD 5.3-RELEASE i386; 196x84)", - "Links (2.1pre11; Linux 2.6.5-gentoo i686; 122x40)", - "Links (2.1pre; Linux)", - "Links (2.1; Linux 2.6.18-gentoo-r6 x86_64; 80x24)", - "Links (2.xpre7; Linux 2.4.18 i586; x)", - "Links 2.0 (http://gossamer-threads.com/scripts/links/)", - "Links (2.0; FreeBSD 4.7-STABLE i386; 114x45)", - "Links (1.00pre3; SunOS 5.9 i86pc; 80x24)", - "Links (1.00pre20; Linux 2.6.23.1-rt4 i686; 155x56) (Debian pkg 1.00~pre20-0.1)", - "Links (1.00pre20; Linux 2.6.22-2-686 i686; 80x24) (Debian pkg 1.00~pre20-0.1)", - "Links (1.00pre12; Linux 2.6.8-3-k7 i686; 123x36) (Debian pkg 0.99+1.00pre12-1)", - "Links (0.99; Darwin 10.7.0 i386; 236x64)", - "Links (0.98; Unix)", - "Links (0.98; Darwin 6.6 Power Macintosh)", - "Links (0.98; Darwin 6.0 Power Macintosh)", - " Links (0.98; Darwin 6.0 Power Macintosh)", - "Links (0.96; Linux 2.4.20-18.7 i586)" - ], - "Lobo": [ - "Mozilla/4.0 (compatible; MSIE 6.0; Windows XP 5.1) Lobo/0.98.4", - "Mozilla/4.0 (compatible; MSIE 6.0; Linux 2.6.26-1-amd64) Lobo/0.98.3", - "Mozilla/4.0 (compatible; MSIE 6.0; U; Windows;) Lobo/0.98.2", - "Mozilla/4.0 (compatible; MSIE 6.0; U; Windows;) Lobo/0.98", - "Mozilla/4.0 (compatible; MSIE 6.0; U; Windows;) Lobo/0.97.5", - "Mozilla/4.0 (compatible; MSIE 6.0; U; Windows;) Lobo/0.97.1" - ], - "lolifox": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.17) Gecko/20110123 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070225 lolifox/0.32", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070225 lolifox/0.32", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8pre) Gecko/20071012 lolifox/0.3.6 Firefox/2.0.0.7 compatible", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070224 lolifox/0.3.2 MEGAUPLOAD 1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070224 lolifox/0.3.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1) Gecko/20061127 lolifox/0.3.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061127 lolifox/0.3.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060713 lolifox/0.2.4" - ], - "Lorentz": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3pre) Gecko/20100403 Lorentz/3.6.3plugin2pre (.NET CLR 4.0.20506)" - ], - "Lunascape": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.28) Gecko/20120410 Firefox/3.6.28 Lunascape/6.7.1.25446", - "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; Lunascape 6.7.1.25446)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.16) Gecko/20110325 Firefox/3.6.16 Lunascape/6.4.5.23569", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Lunascape/6.4.2.23236 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja; rv:1.9.1.15) Gecko/20101029 Firefox/3.5.15 Lunascape/6.3.4.23051 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.2.12) Gecko/20101029 Firefox/3.6.12 Lunascape/6.3.4.23051 ( .NET CLR 3.5.30729; .NET4.0C)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.1.15) Gecko/20101029 Firefox/3.5.15 Lunascape/6.3.4.23051 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.15) Gecko/20101029 Firefox/3.5.15 Lunascape/6.3.4.23051 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.15) Gecko/20101029 Firefox/3.5.15 Lunascape/6.3.4.23051 ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.15) Gecko/20101029 Firefox/3.5.15 Lunascape/6.3.4.23051 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP) AppleWebKit/533.3 (KHTML, like Gecko) Lunascape/6.3.4.23051 Safari/533.3", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; SLCC1; Tablet PC 2.0; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; InfoPath.3; .NET4.0C; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; .NET4.0C; Lunascape 6.3.4.23051)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Media Center PC 5.0; SLCC1; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; Lunascape 6.3.", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.13) Gecko/20100917 Firefox/3.5.13 Lunascape/6.3.3.22929", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.3.3.22929)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Lunascape 6.3.3.22929)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt; rv:1.9.1.13) Gecko/20100917 Firefox/3.5.13 Lunascape/6.3.2.22803", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Lunascape 6.3.2.22803)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100821 Firefox/3.5.11 Lunascape/6.3.1.22729", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.11) Gecko/20100723 Firefox/3.5.11 Lunascape/6.2.1.22445 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.10) Gecko/20100624 Firefox/3.5.10 Lunascape/6.2.0.22177 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.10) Gecko/20100624 Firefox/3.5.10 Lunascape/6.2.0.22177", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100624 Firefox/3.6.4 Lunascape/6.2.0.22177 GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100624 Firefox/3.5.10 Lunascape/6.2.0.22177 ( .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; SLCC1; Tablet PC 2.0; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 2.0.50727; eSobiSubscriber 2.0.4.16; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.5; (R1 1.6); .NET CLR 2.0.50727; eSobiSubscriber 2.0.4.16; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; Lunascape 6.2.0.22177)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Lunascape 6.2.0.22177)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; es-ES; rv:1.9.1.10) Gecko/20100624 Firefox/3.5.10 Lunascape/6.1.7.21880 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ja; rv:1.9.1.10) Gecko/20100624 Firefox/3.5.10 Lunascape/6.1.7.21880", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Lunascape 6.1.7.21880)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; Lunascape 6.1.7.21880)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.1.7.21880)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.1.5.21576)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; Lunascape 6.1.5.21576)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.9) Gecko/20100331 Firefox/3.5.9 Lunascape/6.1.4.21478 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.9) Gecko/20100331 Firefox/3.5.9 Lunascape/6.1.4.21478", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100223 Firefox/3.5.8 Lunascape/6.1.0.20995", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ) AppleWebKit/533.3 (KHTML, like Gecko) Lunascape/6.1.0.20995 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100223 Firefox/3.5.8 Lunascape/6.1.0.20940 ( .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Lunascape 6.0.3.20663)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 6.0.1.20094)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.3) Gecko/20090804 Firefox/3.5.3 Lunascape/5.1.5.19059", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Lunascape 5.1.5.19059)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; OfficeLiveConnector.1.3; OfficeLivePatch.1.3; Lunascape 5.1.4.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; Lunascape 5.1.4.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; MathPlayer 2.10b; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape ", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090721 Firefox/3.5.1 Lunascape/5.1.3.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Lunascape 5.1.3.4)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.30729; Lunascape 5.1.3.4)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1) Gecko/20090701 Firefox/3.5 Lunascape/5.1.2.3", - "Mozilla/5.0 (Windows; U; ; cs-CZ) AppleWebKit/532+ (KHTML, like Gecko, Safari/532.0) Lunascape/5.1.2.3", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Lunascape 5.1.2.3)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.2.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.2.0", - "Mozilla/5.0 (Windows; U; ; cs-CZ) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1) Gecko/20090701 Firefox/3.5 Lunascape/5.1.1.2", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Lunascape 5.1.1.2)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1) Gecko/20090701 Firefox/3.5 Lunascape/5.1.1.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.1.0", - "Mozilla/5.0 (Windows; U; ; cs-CZ) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.1.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1pre) Gecko/20090516 Firefox/3.5pre Lunascape/5.1.0.1", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; Lunascape 5.1.0.1)", - "Mozilla/5.0 (Windows; U; ; cs-CZ) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.1.0.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b4pre) Gecko/20090312 Firefox/3.1b4pre Lunascape/5.0.5.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB5; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; OfficeLiveConnector.1.3; OfficeLivePatch.1.3; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; Lunascape 5.0.5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.30729; Lunascape 5.0.4.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 5.0.4.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 3.0.4506.2152; .NET CLR 2.0.50727; Lunascape 5.0.4.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Lunascape 5.0.4.0)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.0.3.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b4pre) Gecko/20090312 Firefox/3.1b4pre Lunascape/5.0.3.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Lunascape 5.0.3.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; Lunascape 5.0.3.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 5.0.3.0)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.0.2.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; Lunascape 5.0 alpha3)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; Lunascape 5.0 alpha3)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 5.0 alpha3)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Lunascape 5.0 alpha3)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; Lunascape 5.0 alpha3)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Tablet PC 2.0; Lunascape 5.0 alpha2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; Lunascape 5.0 alpha1)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.99", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Lunascape 4.9.9.98)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Lunascape 4.9.9.97)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.96", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.96", - "Mozilla/5.0 (Windows; N; Windows NT 5.2; ru-RU) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.94", - "Mozilla/5.0 (Windows; N; Windows NT 5.1; id-ID) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.94", - "Mozilla/5.0 (Windows; N; Windows NT 5.1; hu-HU) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.94", - "Mozilla/5.0 (Windows; N; Windows NT 5.1; en-US) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.94", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/529 (KHTML, like Gecko, Safari/529.0) Lunascape/4.9.9.100", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; Lunascape 4.8.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; Lunascape 4.7.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Lunascape 4.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Q312461; .NET CLR 1.1.4322; Lunascape 4.0.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; Lunascape 3.0.4)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; Lunascape 2.1.3)" - ], - "Lynx": [ - "Lynx/2.8.8dev.3 libwww-FM/2.14 SSL-MM/1.4.1", - "Lynx/2.8.7rel.2 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/1.0.0a", - "Lynx/2.8.7pre.5 libwww-FM/2.14 SSL-MM/1.4.1", - "Lynx/2.8.7dev.9 libwww-FM/2.14", - "Lynx/2.8.7dev.4 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8d", - "Lynx/2.8.6rel.5 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/1.0.0a", - "Lynx/2.8.6rel.5 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8g", - "Lynx/2.8.6rel.5 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8b", - "Lynx/2.8.6rel.5 libwww-FM/2.14", - "Lynx/2.8.6rel.4 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8k", - "Lynx/2.8.6rel.4 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8g", - "Lynx/2.8.6rel.4 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8d", - "Lynx/2.8.6rel.4 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/1.6.3", - "Lynx/2.8.6rel.4 libwww-FM/2.14", - "Lynx/2.8.6dev.11 libwww-FM/2.14", - "Lynx/2.8.5rel.5 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8e", - "Lynx/2.8.5rel.5 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8d", - "Lynx/2.8.5rel.4 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8h", - "Lynx/2.8.5rel.2 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7d", - "Lynx/2.8.5rel.2 libwww-FM/2.14", - "Lynx/2.8.5rel.1 libwww-FM/2.14FM", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8b", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8a", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7m", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7l", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7d", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/1.4.4", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/1.0.16", - "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.12", - "Lynx/2.8.5rel.1 libwww-FM/2.14", - "Lynx/2.8.5dev.3 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6a", - "Lynx/2.8.5dev.2 libwww-FM/2.14", - "Lynx/2.8.5dev.16 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7a", - "Lynx/2.8.5dev.16", - "Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7c", - "Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7a", - "Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6j", - "Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6c human-guided@mapfeatures.net", - "Lynx/2.8.4rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6b", - "Lynx/2.8.4rel.1 libwww-FM/2.14", - "Lynx/2.8.4rel.1", - "Lynx/2.8.4dev.7 libwww-FM/2.14", - "Lynx/2.8.3rel.1 libwww-FM/2.14FM", - "Lynx/2.8.3rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.5a", - "Lynx/2.8.3dev.8 libwww-FM/2.14FM", - "Lynx/2.8.3dev.6 libwww-FM/2.14", - "Lynx/2.8.1pre.9 libwww-FM/2.14", - "Lynx (textmode)" - ], - "Madfox": [ - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en; rv:1.7.12) Gecko/20050928 Firefox/1.0.7 Madfox/3.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.12) Gecko/20051001 Firefox/1.0.7 Madfox/0.3.2u3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050503 Firefox/1.0.3 Madfox/0.3.2" - ], - "Maxthon": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Maxthon/3.0.8.2 Safari/533.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Maxthon/3.0.6.27 Safari/532.4", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; Maxthon/3.0)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0; 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; Zune 4.0; InfoPath.3; MS-RTC LM 8; .NET4.0C; .NET4.0E; Maxthon 2.0)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0; WOW64; Trident/5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 2.0.50727; Media Center PC 6.0; Maxthon 2.0)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; Trident/4.0; Media Center PC 4.0; SLCC1; .NET CLR 3.0.04320; Maxthon 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; chromeframe; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; Maxthon 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC1; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Maxthon 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; SLCC2; Maxthon 2.0; DigExt; Zune 4.7)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Trident/4.0; Zango 10.1.181.0; Maxthon 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; Maxthon 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Maxthon 2; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.0.3705; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; MAXTHON 2.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MAXTHON 2.0)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.0; Maxthon; SV1; .NET CLR 1.1.4322; .NET CLR 2.4.84947; SLCC1; Media Center PC 4.0; Zune 3.5; Tablet PC 3.5; InfoPath.3)", - "Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 3.0.04320)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Maxthon; Win64; x64; Trident/4.0)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Maxthon)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Maxthon; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.21022; .NET CLR 3.0.30618; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Maxthon; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Maxthon; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Maxthon; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Maxthon; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; Maxthon; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.0.30618; .NET CLR 1.1.4322; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Maxthon; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Maxthon; Maxthon; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Maxthon; Maxthon; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 3.5.30729; FDM)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)" - ], - "Midori": [ - "Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori/1.19", - "Mozilla/5.0 (X11; Linux; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 Midori/0.4", - "Mozilla/5.0 (X11; U; Linux; pt-br) AppleWebKit/531+ (KHTML, like Gecko) Safari/531.2+ Midori/0.3", - "Midori/0.2.2 (X11; Linux i686; U; ja-jp) WebKit/531.2+", - "Midori/0.2.2 (X11; Linux i686; U; fr-ca) WebKit/531.2+", - "Mozilla/5.0 (X11; U; Linux i686; pt-br; rv:1.8.1) Gecko/20061010 Firefox/2.0 Midori/0.2.0", - "Mozilla/5.0 (iPhone; U; Linux i686; pt-br) AppleWebKit/532+ (KHTML, like Gecko) Version/3.0 Mobile/1A538b Safari/419.3 Midori/0.2.0", - "Midori/0.2.0 (X11; Linux i686; U; pt-br) WebKit/531.2+", - "Midori/0.2.0 (X11; Linux i686; U; de-de) WebKit/531.2+", - "Mozilla/5.0 (X11; U; Linux; it-it) AppleWebKit/531+ (KHTML, like Gecko) Safari/531.2+ Midori/0.2", - "Midori/0.2 (X11; Linux; U; zh-cn) WebKit/531.2+", - "Midori/0.2 (X11; FreeBSD; U; en-us) WebKit/531.2+", - "Midori/0.2 (Windows; Windows; U; ru-ru) WebKit/531.2+", - "Midori/0.2 (Windows; U; Windows NT 6.1; en-US) WebKit/531.2+", - "Midori/0.1.9 (X11; Linux i686; U; fr-fr) WebKit/532+", - "Midori/0.1.9 (X11; FreeBSD i386; U; en-us) WebKit/532+", - "Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/532+ (KHTML, like Gecko) Safari/419.3 Midori/0.1.8", - "Midori/0.1.8 (X11; Linux x86_64; U; es-es) WebKit/532+", - "Midori/0.1.8 (X11; Linux x86_64; U; en-us) WebKit/532+", - "Midori/0.1.8 (X11; Linux i686; U; fr-ca) WebKit/532+", - "Midori/0.1.8 (X11; Arch Linux x86_64; U; en-us) WebKit/532+", - "Midori/0.1.8 (Windows; Windows; U; it-it) WebKit/532+", - "Midori/0.1.8 (Windows; Windows; U; fr-fr) WebKit/532+", - "Midori/0.1.8 (Windows; Windows; U; fi-fi) WebKit/532+", - "Midori/0.1.8 (Windows; Windows; U; en-us) WebKit/532+", - "Mozilla/5.0 (X11; U; Linux; fr-fr) AppleWebKit/532+ (KHTML, like Gecko) Safari/419.3 Midori/0.1.7", - "Midori/0.1.7 (X11; Linux; U; en-us) WebKit/532+", - "Midori/0.1.7 (X11; Linux; U; de-de) WebKit/532+", - "Midori/0.1.7 (X11; Linux x86_64; U; en-us) WebKit/532+", - "Mozilla/5.0 (X11; U; Linux; it-IT; rv:1.9.1) Gecko/20080913 Firefox/2.0 Midori/0.1.6", - "Mozilla/5.0 (X11; U; Linux; en-us; rv:1.8.1) Gecko/20061010 Firefox/2.0 Midori/0.1.6", - "Midori/0.1.6 (X11; Linux; U; pl-pl) WebKit/532+", - "Midori/0.1.6 (X11; Linux; U; en-us) WebKit/532+", - "Midori/0.1.6 (X11; Linux; U; en-gb) WebKit/532+", - "Midori/0.1.6 (X11; Linux; U; de-de) WebKit/532+", - "Midori/0.1.5 (X11; Linux; U; it-it) WebKit/532+", - "Midori/0.1.4 (X11; Linux; U; en-us) WebKit/532+", - "Midori/0.1.20 (X11; Linux i686; U; fr-fr) WebKit/532.1+", - "Midori/0.1.10 (X11; Linux i686; U; fr-fr) WebKit/532.1+", - "Midori/0.1.1 (X11; Linux; U; de-de) WebKit/532+", - "Midori/0.1.1 (X11; Linux i686; U; de) WebKit/532+", - "Mozilla/5.0 (X11; U; Linux i686; de) AppleWebKit/523+ midori/0.1", - "Mozilla/5.0 (X11; U; Linux i686; de) AppleWebKit/523+ (KHTML like Gecko) midori/0.1", - "Mozilla/5.0 (X11; U; Linux i686; de) AppleWebKit/523 midori/0.1", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.8.1.9) Gecko/20071103 Midori/0.0.10", - "Mozilla/5.0 (X11; U; Linux x86_64; ru-ru) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; it-it) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; hu-hu) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-fr) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/528.5+ (KHTML, like Gecko, Safari/528.5+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; en-gb) AppleWebKit/528.5+ (KHTML, like Gecko, Safari/528.5+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; en-gb) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; de-de) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux x86_64; de-at) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; zh-tw) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; zh-cn) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; sv-se) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; ru-ru) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; pt-pt) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; pl-pl) AppleWebKit/528.5+ (KHTML, like Gecko, Safari/528.5+) midori", - "Mozilla/5.0 (X11; U; Linux i686; pl-pl) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; nl-nl) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; ja-jp) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori", - "Mozilla/5.0 (X11; U; Linux i686; hu-hu) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori" - ], - "Minefield": [ - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b4pre) Gecko/20100815 Minefield/4.0b4pre", - "Mozilla/5.0 (X11; Linux x86_64; en-US; rv:2.0b2pre) Gecko/20100712 Minefield/4.0b2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:2.0a1pre) Gecko/2008060602 Minefield/4.0a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:2.0a1pre) Gecko/2008032002 Minefield/4.0a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:2.0a1pre) Gecko/2008032902 Minefield/4.0a1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a5pre) Gecko/20100527 Minefield/3.7a5pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja; rv:1.9.3a5pre) Gecko/20100605 Minefield/3.7a5pre ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100418 Minefield/3.7a5pre", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.3a4pre) Gecko/20100319 Minefield/3.7a4pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.3a4pre) Gecko/20100318 Minefield/3.7a4pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.3a4pre) Gecko/20100402 Minefield/3.7a4pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a4pre) Gecko/20100318 Minefield/3.7a4pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100313 Minefield/3.7a3pre (.NET CLR 4.0.20506)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100306 Minefield/3.7a3pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100305 Minefield/3.7a3pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a3pre) Gecko/20100312 Minefield/3.7a3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a3pre) Gecko/20100311 Minefield/3.7a3pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a3pre) Gecko/20100306 Minefield/3.7a3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091022 Minefield/3.7a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a1pre) Gecko/20090829 Minefield/3.7a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.3a1pre) Gecko/20091013 Minefield/3.7a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a1pre) Gecko/20091118 Minefield/3.7a1pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a1pre) Gecko/20090829 Minefield/3.7a1pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20091219 Minefield/3.7a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a1pre) Gecko/20091130 Minefield/3.7a1pre GTB6", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a1pre) Gecko/20100103 Minefield/3.7a1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a1pre) Gecko/20091002 Minefield/3.7a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090716 Minefield/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090501 Minefield/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090418 Minefield/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090417 Minefield/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090331 Minefield/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090403 Minefield/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090327 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090707 Minefield/3.6a1pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090420 Minefield/3.6a1pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090411 Minefield/3.6a1pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090407 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090401 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090324 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090709 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090425 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090424 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090418 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090415 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090413 Minefield/3.6a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090410 Minefield/3.6a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20081205 Minefield/3.2a1pre", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.2a1pre) Gecko/20090330 Kubuntu/8.10 (intrepid) Minefield/3.2a1pre", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.2a1pre) Gecko/20090128 Kubuntu/8.10 (intrepid) Minefield/3.2a1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090102 Ubuntu/9.04 (jaunty) Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a1pre) Gecko/20090316 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090306 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090226 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090210 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090207 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090306 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090304 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090219 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090120 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090113 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090117 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows CE 6.0; en-US; rv:1.9.2a1pre) Gecko/20090219 Minefield/3.2a1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090315 Minefield/3.2a1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090302 Minefield/3.2a1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090225 Minefield/3.2a1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090224 Minefield/3.2a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081201 Minefield/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b2pre) Gecko/20081115 Minefield/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b2pre) Gecko/20081011 Minefield/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; en-US; rv:1.9.1b2pre) Gecko/20081026 Minefield/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b2pre) Gecko/20081110 Minefield/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090206 Minefield/3.1b2pre Firefox/3.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081031 Minefield/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081026 Minefield/3.1b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081020 Minefield/3.1b2pre", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1b2pre) Gecko/20081027 Minefield/3.1b2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2) Gecko/20090128 Fedora/3.1-0.4.beta2.fc11 Minefield/3.1b2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b1pre) Gecko/20080929020931 Minefield/3.1b1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1pre) Gecko/20080930020755 Minefield/3.1b1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1pre) Gecko/20080916020338 Minefield/3.1b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20081001 Minefield/3.1b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080930093007 Minefield/3.1b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080927033433 Minefield/3.1b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080926033937 Minefield/3.1b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080920085411 Minefield/3.1b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080913185648 Minefield/3.1b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080904053130 Minefield/3.1b1pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b1pre) Gecko/20080908170408 Minefield/3.1b1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1a2pre) Gecko/2008080205 Minefield/3.1a2pre", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1a2pre) Gecko/20080826020557 Minefield/3.1a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1a2pre) Gecko/2008072403 Minefield/3.1a2pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1a2pre) Gecko/20080826052737 Minefield/3.1a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1a1pre) Gecko/2008071403 Minefield/3.1a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a1pre) Gecko/2008071603 Firefox Minefield/3.1a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a1pre) Gecko/2008071003 Minefield/3.1a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a1pre) Gecko/2008062005 Minefield/3.1a1pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9pre) Gecko/2008042312 Minefield/3.0pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008061504 Minefield/3.0pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008032621 Fedora/3.0-0.49.cvs20080326.fc9 Minefield/3.0pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008041506 Minefield/3.0pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008041406 Minefield/3.0pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008040907 Minefield/3.0pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008032904 Minefield/3.0pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008032204 Minefield/3.0b5pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008031004 Minefield/3.0b5pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008030706 Minefield/3.0b5pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008022304 Minefield/3.0b4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4pre) Gecko/2008021304 Minefield/3.0b4pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9b4pre) Gecko/2008022104 Minefield/3.0b4pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008010404 Minefield/3.0b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9b3pre) Gecko/2008011205 Minefield/3.0b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b3pre) Gecko/2007121805 Minefield/3.0b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b3pre) Gecko/2007122205 Minefield/3.0b3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008021322 Minefield/3.0b3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2pre) Gecko/2007112704 Minefield/3.0b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9b2pre) Gecko/2007112619 Minefield/3.0b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007120505 Minefield/3.0b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007120405 Minefield/3.0b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007111605 Minefield/3.0b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b2pre) Gecko/2007110805 Minefield/3.0b2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9b2pre) Gecko/2007110913 Minefield/3.0b2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9b2) Gecko/2007122607 Minefield/3.0b2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2) Gecko/2008011913 Minefield/3.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a9pre) Gecko/2007092705 Minefield/3.0a9pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007110705 Minefield/3.0a9pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007102105 Minefield/3.0a9pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a8pre) Gecko/2007092004 Minefield/3.0a8pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; en-US; rv:1.9a8pre) Gecko/2007090213 Minefield/3.0a8pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007082705 Minefield/3.0a8pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007083104 Minefield/3.0a8pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a7pre) Gecko/2007073105 Minefield/3.0a7pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a6pre) Gecko/20070615 Minefield/3.0a6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070630 Minefield/3.0a6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070626 Minefield/3.0a6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070622 Minefield/3.0a6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070604 Minefield/3.0a6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070603 Minefield/3.0a6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070602 Minefield/3.0a6pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a5pre) Gecko/20070428 Minefield/3.0a5pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070529 Minefield/3.0a5pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070517 Minefield/3.0a5pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9a4pre) Gecko/20070427 Minefield/3.0a4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070427 Minefield/3.0a4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070416 Minefield/3.0a4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070407 Minefield/3.0a4pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a3pre) Gecko/20070301 Minefield/3.0a3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9a3pre) Gecko/20070320 Minefield/3.0a3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070218 Minefield/3.0a3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a3) Gecko/20070328 Minefield/3.0a3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070204 Minefield/3.0a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070105 Minefield/3.0a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20061231 Minefield/3.0a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20061230 Minefield/3.0a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20061221 Minefield/3.0a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a2pre) Gecko/20061225 Minefield/3.0a2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a2) Gecko/20070221 Minefield/3.0a2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20070308 Minefield/3.0a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061111 Minefield/3.0a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061016 Minefield/3.0a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060819 Minefield/3.0a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060609 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; en-US; rv:1.9a1) Gecko/20061007 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9a1) Gecko/20060926 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.9a1) Gecko/20061007 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061217 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061129 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061125 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061124 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061123 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/2006112204 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061102 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060910 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060826 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060816 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060809 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060725 Minefield/3.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.9.0.7) Gecko/2009030713 Minefield/3.0.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6.0; en-US; rv:1.9.0.7) Gecko/2009030517 Minefield/3.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009030302 Minefield/3.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; en-US; rv:1.9.0.3pre) Gecko/2008111500 Minefield/3.0.5pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.4) Gecko/2008112012 Minefield/3.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071910 Minefield/3.0.1", - "Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.0.1) Gecko/2009010915 Minefield/3.0.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Minefield/3.0 MEGAUPLOAD 2.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9) Gecko/2008071513 Minefield/3.0" - ], - "Mozilla": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:2.2) Gecko/20110201", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:2.0b4) Gecko/20100818", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a3pre) Gecko/20070330", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.2.3) Gecko/20100401 Lightningquail/3.6.3", - "Mozilla/5.0 (X11; ; Linux i686; rv:1.9.2.20) Gecko/20110805", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.13) Gecko/20101203 iPhone", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13; ) Gecko/20101203", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3) Gecko/20090305", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.0.9) Gecko/2009040821", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.8) Gecko/2009032711", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009032803", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.7) Gecko/2009021910 MEGAUPLOAD 1.0", - "Mozilla/5.0 (Windows; U; BeOS; en-US; rv:1.9.0.7) Gecko/2009021910", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.6) Gecko/2009020911", - "Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.6) Gecko/20080528", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020409", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.3) Gecko/2008092814 (Debian-3.0.1-1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008090713", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2) Gecko Fedora/1.9.0.2-1.fc9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072610", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Ubuntu/8.04 (hardy) (Linux Mint)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-au; rv:1.9.0.1) Gecko/2008070206", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9) Gecko/2008052906", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050702", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8b) Gecko/20050217", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b) Gecko/20050217", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20050111", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8a5) Gecko/20041122", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040927", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8a4) Gecko/20040927", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a1) Gecko/20040520", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8a1) Gecko/20040520", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1a2) Gecko/20060512", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071022", - "Mozilla/5.001 (X11; U; Linux i686; rv:1.8.1.6; de-ch) Gecko/25250101 (ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070531", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070508 (Debian-1.8.1.4-2ubuntu5)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Mozilla/5.0 (Linux Mint)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 MEGAUPLOAD 1.0 (Ubuntu-feisty)", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070310", - "Mozilla/5.0 (X11; ; Linux i686; en-US; rv:1.8.1.3) Gecko", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070321", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Mozilla/4.8 [en] (Windows NT 5.1; U)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; nl-NL; rv:1.8.1.3) Gecko/20080722", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.2pre) Gecko/20070223", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070208", - "Mozilla/5.0 (compatible; Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18) Gecko/20081029", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8.1.15) Gecko/20080620 Mozilla/4.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.12) Gecko/20080201", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.8.1.11) Gecko/20071127 Mozilla", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071213", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071206", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071127", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Mozilla/5.0 (Debian-2.0.0.1+dfsg-2)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.1) Gecko/20061204", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.1) Gecko/20061204", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.1) Gecko/20061204", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 KHTML/3.5.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060912 pango-text", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060508", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.14eol) Gecko/20070505 (Debian-1.8.0.15~pre080614d-0etch1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060126", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040429", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040421", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7b) Gecko/20040316", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7b) Gecko/20040421", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.9) Gecko/20050711", - "Mozilla/5.0 (X11; U; Linux x86_64; de-AT; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20060904 Debian/1.7.8-1sarge7.2.2", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20060628 Debian/1.7.8-1sarge7.1", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.7.8) Gecko/20050831 Debian/1.7.8-1sarge2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050921", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050831 Debian/1.7.8-1sarge2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050610", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050512 Red Hat/1.7.8-1.1.3.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7.8) Gecko/20050511", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.8) Gecko/20050511", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.7.8) Gecko/20050511", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7.8) Gecko/20050511 (No IDN)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7.8) Gecko/20050511", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.7) Gecko/20050421", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050427 Red Hat/1.7.7-1.1.3.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420 Debian/1.7.7-2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.7) Gecko/20050415", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.7) Gecko/20050414", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.7) Gecko/20050414", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7.7) Gecko/20050414", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050328 Fedora/1.7.6-1.2.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.6) Gecko/20050319", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.6) Gecko/20050319", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050319", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050225", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.6) Gecko/20050319", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7.6) Gecko/20050319", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050319", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.5) Gecko/20041221", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041221", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041013", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.6) Gecko/2009011913 Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.5) Gecko/20041221", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.5) Gecko/20041217", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; cs-CZ; rv:1.7.5) Gecko/20041217", - "Mozilla/5.0 (Windows NT 5.1; U; pt-br; rv:1.7.5) Gecko/20041110", - "Mozilla/5.0 (Windows NT 5.1; U; es-es; rv:1.7.5) Gecko/20041110", - "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.7.5) Gecko/20041110", - "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.7.5) Gecko/20041110", - "Mozilla/5.0 (OS/2; U; Warp 4.5; de-DE; rv:1.7.5) Gecko/20050523", - "Mozilla/5.0 (Macintosh; Intel Mac OS X; U; nb; rv:1.7.5) Gecko/20041110", - "Mozilla/5.0 (X11; U; Linux i686; hu; rv:1.7.3) Gecko/20050130", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.3) Gecko/20040913", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Win98; fr; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; fr; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; es-ES; rv:1.7.3) Gecko/20040910", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.7.2) Gecko/20040804", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040906", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040906", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040810 Debian/1.7.2-2", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040804", - "Mozilla/5.0 (X11; U; FreeBSD i386; ja-JP; rv:1.7.2) Gecko/20050330", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.2) Gecko/20040709", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7.2) Gecko/20040803", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-AT; rv:1.7.2) Gecko/20040803", - "Mozilla/5.0 (Windows; ; Windows NT 5.1; rv:1.7.2) Gecko/20040804", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040803", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.13) Gecko/20060509", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.7.13) Gecko/20060901", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060717 Debian/1.7.13-0.2ubuntu1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060427 Debian/1.7.13-0ubuntu05.04", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.7.13) Gecko/20060417", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20061230", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.7.13) Gecko/20060414", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7.13) Gecko/20060414", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414", - "Mozilla/4.0 (compatible; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414; Windows NT 5.1)", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.7.12) Gecko/20050929", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060607 Debian/1.7.12-1.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060216 Debian/1.7.12-1.1ubuntu2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060202 Fedora/1.7.12-1.5.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051203", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051013 Debian/1.7.12-1ubuntu1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051010 Debian/1.7.12-0ubuntu2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050926", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050923", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 Red Hat/1.7.12-1.1.3.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.12) Gecko/20050923 Fedora/1.7.12-1.5.1", - "Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.7.12) Gecko/20050929", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.7.12) Gecko/20051010 Debian/1.7.12-0ubuntu2", - "Mozilla/5.0 (X11; U; AIX 5.3; en-US; rv:1.7.12) Gecko/20051025", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7.12) Gecko/20050915", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.11) Gecko/20050802", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050729", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.11) Gecko/20050728 (No IDN)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Windows; U; Win95; de-AT; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-AT; rv:1.7.11) Gecko/20050728", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; fr-FR; rv:1.7.11) Gecko/20050727", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050811 Fedora/1.7.10-1.2.1.legacy", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.10) Gecko/20050727", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.10) Gecko/20050722", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.1) Gecko/20040707", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.1) Gecko/20040707", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.1) Gecko/20040707", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.1) Gecko/20040707", - "Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.7.0.13) Gecko/20060901", - "Mozilla/5.0 (X11; U; SunOS sun4v; en-US; rv:1.7) Gecko/20060120", - "Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.7) Gecko/20040621", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20060629", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20060120", - "Mozilla/5.0 (X11; U; SunOS sun4u; de-DE; rv:1.7) Gecko/20070606", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20060627", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20051122", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20051027", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20050502", - "Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20041221", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040514", - "Mozilla/5.0 (X11; U; FreeBSD; i386; it-IT; rv:1.7) Gecko", - "Mozilla/5.0 (X11; U; FreeBSD; i386; en-US; rv:1.7) Gecko", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.7) Gecko/20040616", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7) Gecko/20040803 Firefox/0.9.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7) Gecko/20040616", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7) Gecko/20040616", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.6) Gecko/20040115", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040115", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040114", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (Photon; U; QNX x86pc; en-US; rv:1.6) Gecko/20040429", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6) Gecko/20040113", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030718", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5.1) Gecko/20031120", - "Mozilla/5.0 (X11; U; SunOS5.10 sun4u; ja-JP; rv:1.5) Gecko/20031022", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030916", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030916", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.5) Gecko/20031007", - "Mozilla/5.0 (Windows; U; WinNT4.0; it-IT; rv:1.4b) Gecko/20030507", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4b) Gecko/20030507", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030427", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4a) Gecko/20030318", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030401", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4a) Gecko/20030401", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030401", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.4a) Gecko/20030401", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030401", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4a) Gecko/20030401", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4a) Gecko/20030401", - "Mozilla/5.0 (X11; U; IRIX64 IP35; en-US; rv:1.4.3) Gecko/20040909", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220", - "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.4.1) Gecko/20031114", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20040406", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4.1) Gecko/20031008", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20041224", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Debian/1.4-4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030828", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030827 Debian/1.4-3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030818", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030723", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4) Gecko/20030908 Debian/1.4-4", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4) Gecko/20030812", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4) Gecko/20030624", - "Mozilla/5.0 (X11; U; Linux i586; de-AT; rv:1.4) Gecko/20030908 Debian/1.4-4", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4) Gecko/20030624", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030529", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.4) Gecko/20030624", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.4) Gecko/20030624", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030529", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030125", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20021213", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3b) Gecko/20030210", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.3b) Gecko/20030210", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030204", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3b) Gecko/20030210", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3b) Gecko/20030210", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021212", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.3a) Gecko/20021212", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3a) Gecko/20021212", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021212", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.3.1) Gecko/20030509", - "Mozilla/5.0 (X11; U; Linux i686; hu-HU; rv:1.3.1) Gecko", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030428", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.3.1) Gecko/20030425", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.3.1) Gecko/20030425", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3.1) Gecko/20030425", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3.1) Gecko/20030425", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3.1) Gecko/20030425", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.3) Gecko/20030318", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030523", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030413", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030401", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030327 Debian/1.3-4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030326", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030320", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3) Gecko/20030430 Debian/1.3-5", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3) Gecko/20030327 Debian/1.3-4", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (X11; U; HP-UX 9000/785; en-US; rv:1.3) Gecko/20030321", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030312", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2b) Gecko/20021016", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2b) Gecko/20021016", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021016", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.2b) Gecko/20021016", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2b) Gecko/20021016", - " Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021016", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.2a) Gecko/20020910", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2a) Gecko/20020910", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.2a) Gecko/20020910", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910", - " Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2a) Gecko/20020910", - " Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.2a) Gecko/20020910", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2.1) Gecko/20030711", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2.1) Gecko/20021217", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2.1) Gecko/20021212", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2.1) Gecko/20021205", - "Mozilla/5.0 (X11; U; Linux i686;en-US; rv:1.2.1) Gecko/20030225", - "Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.2.1) Gecko/20030225", - "Mozilla/5.0 (X11; U; Linux i686; es-AR; rv:1.2.1) Gecko/20021130", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030427", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030409 Debian/1.2.1-9woody2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030113", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021208 Debian/1.2.1-2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021203", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.2.1) Gecko/20021204", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.2.1) Gecko/20021130", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20021204", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.2) Gecko/20021203", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2) Gecko/20050223", - "Mozilla/5.0 (X11; U; HP-UX 9000/785; en-US; rv:1.2) Gecko/20021203", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.2) Gecko/20021126", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.2) Gecko/20021126", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2) Gecko/20021126", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.1b) Gecko/20020721", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020610", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1a) Gecko/20020611", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a) Gecko/20020611", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1a) Gecko/20020610", - " Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1a) Gecko/20020611", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020925", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020909", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.1) Gecko/20020827", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020927", - "Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020829", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020828", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.1) Gecko/20020913 Debian/1.1-1", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021223", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020529 Debian/1.0rc3-1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523", - " Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0rc3) Gecko/20020523", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510", - "Mozilla/5.0 (X11; U; AIX 005A471A4C00; en-US; rv:1.0rc2) Gecko/20020514", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020510", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.0rc2) Gecko/20020510", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0rc2) Gecko/20020510", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020510", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.0rc2) Gecko/20020510", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc1) Gecko/20020417", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0.2) Gecko/20030208", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021216", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20021216", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021203", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021122 Debian/1.0.1-2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021110", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020919", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020918", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020912", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.0.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020815", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.0.1) Gecko/20020826", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.1) Gecko/20020826", - " Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903", - " Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830", - " Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020826", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020826", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.0) Gecko/20020611", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.0.0) Gecko/20020622 Debian/1.0.0-0.woody.1", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20021004", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020612", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020605", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.0.0) Gecko/20020615 Debian/1.0.0-3", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1", - "Mozilla/5.0 (X11; U; HP-UX 9000/785; en-US; rv:1.0.0) Gecko/20020605", - "Mozilla/5.0 (Windows; U; WinNT4.0; fr-FR; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020509", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.0.0) Gecko/20020530", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020423", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.9) Gecko/20020513", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.9) Gecko/20020311", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:0.9.8) Gecko/20020204", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:0.9.8) Gecko/20020204", - " Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011202", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.5) Gecko/20011011", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010923", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.3) Gecko/20010802", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901", - " Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010809", - "Mozilla/5.001 (Macintosh; N; PPC; ja) Gecko/25250101" - ], - "myibrow": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.2.6) Gecko/20100628 myibrow/4alpha2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; cs; rv:1.9.2.6) Gecko/20100723 myibrow/4.0.0.0 (Firefox/3.6 compatible)" - ], - "MyIE2": [ - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; MyIE2; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; MyIE2; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; MyIE2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; WinFX RunTime 3.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MyIE2; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MyIE2; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MyIE2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MyIE2; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; MyIE2; .NET CLR 1.1.4322; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; MyIE2; .NET CLR 1.1.4322; Alexa Toolbar; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; MyIE2; .NET CLR 1.1.4322; .NET CLR 1.0.3705)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2; InfoPath.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2; .NET CLR 1.0.3705; .NET CLR 1.1.4322)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MyIE2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; MyIE2; YComp 5.0.2.6)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461; MyIE2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; YComp 5.0.2.6)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; SV1; iebar)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; SV1; Alexa Toolbar)" - ], - "Namoroka": [ - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a2pre) Gecko/20090908 Ubuntu/9.04 (jaunty) Namoroka/3.6a2pre GTB5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a2pre) Gecko/20090901 Ubuntu/9.10 (karmic) Namoroka/3.6a2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a2pre) Gecko/20090824 Ubuntu/9.10 (karmic) Namoroka/3.6a2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a2pre) Gecko/20090817 Ubuntu/9.04 (jaunty) Namoroka/3.6a2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2a2pre) Gecko/20090826 Namoroka/3.6a2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a2pre) Gecko/20090921 Ubuntu/9.04 (jaunty) Namoroka/3.6a2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a2pre) Gecko/20090906 Ubuntu/9.04 (jaunty) Namoroka/3.6a2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a2pre) Gecko/20090825 Namoroka/3.6a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a2pre) Gecko/20090918 Namoroka/3.6a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a2pre) Gecko/20090917 Namoroka/3.6a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.2a2pre) Gecko/20090912 Namoroka/3.6a2pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a2pre) Gecko/20090826 Namoroka/3.6a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a2pre) Gecko/20090826 Namoroka/3.6a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a2pre) Gecko/20090816 Namoroka/3.6a2pre", - "Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1 (Debian GNU/Linux Sid)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1) Gecko/20090806 Namoroka/3.6a1", - "Mozilla/5.0 (X11; U; Linux x86_64; zh-CN; rv:1.9.2.9pre) Gecko/20100811 Ubuntu/10.04 (lucid) Namoroka/3.6.9pre GTB7.0", - "Mozilla/5.0 (X11; U; Linux x86_64; it; rv:1.9.2.9pre) Gecko/20100818 Ubuntu/10.04 (lucid) Namoroka/3.6.9pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9pre) Gecko/20100812 Namoroka/3.6.9pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100805 Namoroka/3.6.8", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.6pre) Gecko/20100604 Namoroka/3.6.6pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.5pre) Gecko/20100526 Ubuntu/10.04 (lucid) Namoroka/3.6.5pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.5pre) Gecko/20100526 Namoroka/3.6.5pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3pre) Gecko/20100324 Ubuntu/9.04 (jaunty) Namoroka/3.6.3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3pre) Gecko/20100316 Ubuntu/9.10 (karmic) Namoroka/3.6.3pre", - "Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.9.2.3) Gecko/20100403 Namoroka/3.6.3", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100402 Namoroka/3.6.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100405 Namoroka/3.6.3 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100310 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100306 Namoroka/3.6.2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100129 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100315 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100310 Ubuntu/8.10 (intrepid) Namoroka/3.6.2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.2pre) Gecko/20100129 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2pre) Gecko/20100312 Namoroka/3.6.2pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.20pre) Gecko/20110718 Namoroka/3.6.20pre ( )", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.19pre) Gecko/20110620 Namoroka/3.6.19pre", - "Mozilla/5.0 (X11; U; Linux x86_64; ru; rv:1.9.2.18pre) Gecko/20110419 Ubuntu/10.04 (lucid) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux x86_64; hu-HU; rv:1.9.2.18pre) Gecko/20110515 Ubuntu/10.10 (maverick) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18pre) Gecko/20110515 Ubuntu/9.10 (karmic) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18pre) Gecko/20110515 Ubuntu/10.04 (lucid) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18pre) Gecko/20110419 Ubuntu/10.10 (maverick) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.18pre) Gecko/20110419 Ubuntu/10.04 (lucid) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18pre) Gecko/20110509 Ubuntu/10.10 (maverick) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18pre) Gecko/20110419 Ubuntu/9.10 (karmic) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18pre) Gecko/20110419 Ubuntu/10.10 (maverick) Namoroka/3.6.18pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18pre) Gecko/20110419 Ubuntu/10.04 (lucid) Namoroka/3.6.18pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.18pre) Gecko/20110610 Namoroka/3.6.18pre ( )", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.17pre) Gecko/20110413 Ubuntu/10.04 (lucid) Namoroka/3.6.17pre", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.17pre) Gecko/20110322 Ubuntu/10.10 (maverick) Namoroka/3.6.17pre", - "Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.2.17pre) Gecko/20110404 Ubuntu/10.10 (Maverick) Namoroka/3.6.17pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17pre) Gecko/20110401 Ubuntu/10.04 (lucid) Namoroka/3.6.17Pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17pre) Gecko/20110322 Ubuntu/10.10 (maverick) Namoroka/3.6.17pre", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.17) Gecko/20110415 Ubuntu/10.10 (maverick) Namoroka/3.6.17", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15pre) Gecko/20110130 Ubuntu/10.10 (maverick) Namoroka/3.6.15pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.15pre) Gecko/20110127 Namoroka/3.6.15pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.14pre) Gecko/20101224 Ubuntu/10.04 (lucid) Namoroka/3.6.14pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14pre) Gecko/20110111 Ubuntu/8.04 (hardy) Namoroka/3.6.14pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN; rv:1.9.2.13) Gecko/20101210 Namoroka/3.6.13 Firefox/3.6.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12pre) Gecko/20101011 Ubuntu/10.04 (lucid) Namoroka/3.6.12pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12pre) Gecko/20101010 Ubuntu/10.04 (lucid) Namoroka/3.6.12pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10pre) Gecko/20100826 Ubuntu/9.04 (jaunty) Namoroka/3.6.10pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.10pre) Gecko/20100828 Namoroka/3.6.10pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100928 Namoroka/3.6.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2) Gecko/20100206 Namoroka/3.6" - ], - "Navscape": [ - "Mozilla/5.0 (X11; U; Linux i686; pt-BR) AppleWebKit/533.3 (KHTML, like Gecko) Navscape/Pre-0.2 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/534.8 (KHTML, like Gecko) Navscape/Pre-0.2 Safari/534.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/534.12 (KHTML, like Gecko) NavscapeNavigator/Pre-0.1 Safari/534.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/534.12 (KHTML, like Gecko) Navscape/Pre-0.1 Safari/534.12" - ], - "NCSA_Mosaic": [ - "NCSA Mosaic/3.0 (Windows 95)", - "NCSA_Mosaic/2.7b4 (X11;AIX 1 000180663000)", - "NCSA_Mosaic/2.6 (X11; SunOS 4.1.3 sun4m)", - "NCSA_Mosaic/2.0 (Windows 3.1)", - "NCSA Mosaic/1.0 (X11;SunOS 4.1.4 sun4m)" - ], - "NetNewsWire": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; de-de) AppleWebKit/531.22.7 (KHTML, like Gecko) NetNewsWire/3.2.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; de-de) AppleWebKit/531.21.8 (KHTML, like Gecko) NetNewsWire/3.2.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; de-de) AppleWebKit/525.28.3 (KHTML, like Gecko) NetNewsWire/3.1.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; de-de) AppleWebKit/525.27.1 (KHTML, like Gecko) NetNewsWire/3.1.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.18 (KHTML, like Gecko) NetNewsWire/3.1.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) NetNewsWire/3.0d7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8 (KHTML, like Gecko) NetNewsWire/2.1.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) NetNewsWire/2.1.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/417.9 (KHTML, like Gecko) NetNewsWire/2.0.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) NetNewsWire/2.0.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/417.9 (KHTML, like Gecko) NetNewsWire/2.0" - ], - "NetPositive": [ - "Mozilla/3.0 (compatible; NetPositive/2.2.2; BeOS)", - "Mozilla/3.0 (compatible; NetPositive/2.2)", - "Mozilla/3.0 (compatible; NetPositive/2.1.1; BeOS)" - ], - "Netscape": [ - "Mozilla/5.0 (Windows; U; Win 9x 4.90; SG; rv:1.9.2.4) Gecko/20101104 Netscape/9.1.0285", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.8pre) Gecko/20070928 Firefox/2.0.0.7 Navigator/9.0RC1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.8pre) Gecko/20070928 Firefox/2.0.0.7 Navigator/9.0RC1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.8pre) Gecko/20071001 Firefox/2.0.0.7 Navigator/9.0RC1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7pre) Gecko/20070815 Firefox/2.0.0.6 Navigator/9.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.7pre) Gecko/20070815 Firefox/2.0.0.6 Navigator/9.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7pre) Gecko/20070815 Firefox/2.0.0.6 Navigator/9.0b3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.7pre) Gecko/20070815 Firefox/2.0.0.6 Navigator/9.0b3", - "Mozilla/5.0 (Windows; U; Windows 98; en-US; rv:1.8.1.5pre) Gecko/20070710 Firefox/2.0.0.4 Navigator/9.0b2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.5pre) Gecko/20070710 Firefox/2.0.0.4 Navigator/9.0b2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080219 Firefox/2.0.0.12 Navigator/9.0.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.12) Gecko/20080219 Firefox/2.0.0.12 Navigator/9.0.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080219 Firefox/2.0.0.12 Navigator/9.0.0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.12) Gecko/20080219 Firefox/2.0.0.12 Navigator/9.0.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11pre) Gecko/20071206 Firefox/2.0.0.11 Navigator/9.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11pre) Gecko/20071206 Firefox/2.0.0.11 Navigator/9.0.0.5 GTB5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11pre) Gecko/20071206 Firefox/2.0.0.11 Navigator/9.0.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.11pre) Gecko/20071206 Firefox/2.0.0.11 Navigator/9.0.0.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11pre) Gecko/20071206 Firefox/2.0.0.11 Navigator/9.0.0.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11pre) Gecko/20071206 Firefox/2.0.0.11 Navigator/9.0.0.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.10pre) Gecko/20071127 Firefox/2.0.0.10 Navigator/9.0.0.4", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.8.1.9pre) Gecko/20071102 Firefox/2.0.0.9 Navigator/9.0.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9pre) Gecko/20071102 Firefox/2.0.0.9 Navigator/9.0.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.8.1.9pre) Gecko/20071102 Firefox/2.0.0.9 Navigator/9.0.0.3", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.9pre) Gecko/20071102 Firefox/2.0.0.9 Navigator/9.0.0.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.9pre) Gecko/20071102 Firefox/2.0.0.9 Navigator/9.0.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.8pre) Gecko/20071019 Firefox/2.0.0.8 Navigator/9.0.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8pre) Gecko/20071019 Firefox/2.0.0.8 Navigator/9.0.0.1", - "Mozilla/5.0 (Windows; U; Windows 98; en-US; rv:1.8.1.8pre) Gecko/20071019 Firefox/2.0.0.8 Navigator/9.0.0.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.8pre) Gecko/20071019 Firefox/2.0.0.8 Navigator/9.0.0.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.8pre) Gecko/20071019 Firefox/2.0.0.8 Navigator/9.0.0.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8pre) Gecko/20071015 Firefox/2.0.0.7 Navigator/9.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20070321 Netscape/9.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8pre) Gecko/20071015 Firefox/2.0.0.7 Navigator/9.0", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.1.8pre) Gecko/20071015 Firefox/2.0.0.7 Navigator/9.0", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.8pre) Gecko/20071015 Firefox/2.0.0.7 Navigator/9.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20070321 Netscape/8.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.7.5) Gecko/20070321 Netscape/8.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.7.5) Gecko/20060912 Netscape/8.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.5) Gecko/20060912 Netscape/8.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-AR; rv:1.7.5) Gecko/20060912 Netscape/8.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20060912 Netscape/8.1.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20060127 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.5) Gecko/20060127 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.5) Gecko/20060127 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20060127 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20060111 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20060127 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20060127 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20060127 Netscape/8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20051012 Netscape/8.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20051012 Netscape/8.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20050817 Netscape/8.0.3.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20050729 Netscape/8.0.3.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20050729 Netscape/8.0.3.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-CA; rv:1.7.5) Gecko/20050610 Netscape/8.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20050603 Netscape/8.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 4.0; SG; rv:1.7.5) Gecko/20050610 Netscape/8.0.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20050603 Netscape/8.0.2", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.5) Gecko/20050603 Netscape/8.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20050519 Netscape/8.0.1 FirePHP/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20050519 Netscape/8.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20050519 Netscape/8.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20050208 Netscape/7.20", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.2) Gecko/20040804 Netscape/7.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-CA; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.4) Gecko/20030619 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.4) Gecko/20030619 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Win98; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.4) Gecko/20030619 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.4) Gecko/20030624 Netscape/7.1", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:1.4) Gecko/20030619 Netscape/7.1 (ax)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 Netscape/7.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Win95; de-DE; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Macintosh; U; PPC; ja-JP; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Macintosh; U; PPC; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Macintosh; U; PPC; de-DE; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; WinNT4.0; fr-FR; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Macintosh; U; PPC; fr-FR; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Macintosh; U; PPC; de-DE; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020513 Netscape/7.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc2) Gecko/20020618 Netscape/7.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020921 Netscape/7.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020719 Netscape/7.0", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (X11; U; Linux i586; fr-FR; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (X11; U; HP-UX 9000/785; es-ES; rv:1.0.1) Gecko/20020827 Netscape/7.0", - "Mozilla/5.0 (X11; U; AIX 0048013C4C00; en-US; rv:1.0.1) Gecko/20021009 Netscape/7.0", - "Mozilla/5.0 (Windows; U; WinNT4.0; fr-FR; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-GB; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 (ax)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; pt-BR; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.0.1) Gecko/20020823 Netscape/7.0", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3", - "Mozilla/5.0 (X11; U; SunOS sun4u; de-DE; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3", - "Mozilla/5.0 (X11; U; OSF1 alpha; en-US; rv:0.9.4.1) Gecko/20020517 Netscape6/6.2.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; WinNT4.0; fr-FR; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.4.1) Gecko/20020318 Netscape6/6.2.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-FR; rv:0.9.4.1) Gecko/20020315 Netscape6/6.2.2", - " Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - " Mozilla/5.0 (Windows; U; Win98; de-DE; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4) Gecko/20011206 Netscape6/6.2.1", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; WinNT4.0; fr-FR; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-CA; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Win98; en-GB; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; fr-FR; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011022 Netscape6/6.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Win98; fr-FR; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Win98; de-DE; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Win95; en-GB; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-GB; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - " Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.1) Gecko/20010607 Netscape6/6.1b1", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.2) Gecko/20011002 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; WinNT4.0; fr-FR; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Win95; de-DE; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-DE; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/5.0 (Macintosh; U; PPC; de-DE; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - " Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - " Mozilla/5.0 (Windows; U; WinNT4.0; de-DE; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - " Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - " Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - " Mozilla/5.0 (Macintosh; U; PPC; de-DE; rv:0.9.2) Gecko/20010726 Netscape6/6.1", - "Mozilla/4.8C-SGI [en] (X11; U; IRIX64 6.5 IP27)", - "Mozilla/4.8 [pl] (Windows NT 5.1; U)", - "Mozilla/4.8 [nl] (Windows NT 6.0; U)", - "Mozilla/4.8 [es] (Windows NT 5.1; U)", - "Mozilla/4.8 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.8 [en] (X11; U; SunOS 5.8 sun4m; Nav)", - "Mozilla/4.8 [en] (X11; U; Linux 2.6.12-1.1372_FC3 i686; Nav)", - "Mozilla/4.8 [en] (X11; U; Linux 2.4.20-4GB-athlon i686)", - "Mozilla/4.8 [en] (X11; U; IRIX64 6.5 IP27)", - "Mozilla/4.8 [en] (X11; U; HP-UX B.11.00 9000/785)", - "Mozilla/4.8 [en] (WinNT; U)", - "Mozilla/4.8 [en] (Windows NT 6.0; U) Paros/3.2.13", - "Mozilla/4.8 [en] (Windows NT 6.0; U)", - "Mozilla/4.8 [en] (Windows NT 6.0; en-US; U)", - "Mozilla/4.8 [en] (Windows NT 5.1; U)", - "Mozilla/4.8 [en] (Windows NT 5.0; U)", - "Mozilla/4.8 [en] (Win98; U)", - "Mozilla/4.8 [en] (Linux; U)", - "Mozilla/4.8 [en] (FreeBSD; U)", - "Mozilla/4.8 [en-US] (Windows NT 6.0; U)", - "Mozilla/4.8 [de] (X11; U; Linux 2.4.20-4GB i686)", - "Mozilla/4.79C-SGI [en] (X11; I; IRIX64 6.5 IP30)", - "Mozilla/4.79C-SGI [en] (X11; I; IRIX64 6.5 IP28)", - "Mozilla/4.79 [fr] (X11; U; Linux 2.4.18-4 i686)", - "Mozilla/4.79 [fr] (X11; U; Linux 2.4.18-27.7.xcustom i686)", - "Mozilla/4.79 [fr] (X11; U; Linux 2.4.18-24.7.xcustom i686)", - "Mozilla/4.79 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.79 [en] (X11; U; SunOS 5.7 sun4u)", - "Mozilla/4.79 [en] (X11; U; SunOS 5.6 sun4u)", - "Mozilla/4.79 [en] (X11; U; SunOS 5.10 i86pc)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.21-pre5 i686)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.20-4GB i586)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.2 i386)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.18-5smp i686)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.18-5 i686)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.18-27.7.xsmp i686)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.18-10 i686)", - "Mozilla/4.79 [en] (X11; U; Linux 2.4.16-4GB-SMP i686)", - "Mozilla/4.79 [en] (X11; U; Linux 2.2.19-6.2.16 i686)", - "Mozilla/4.79 [en] (X11; U; Linux 2.2.12-32 i686)", - "Mozilla/4.79 [en] (WinNT; U)", - "Mozilla/4.79 [en] (Windows NT 5.0; U)", - "Mozilla/4.79 [en] (Win98; U)", - "Mozilla/4.78 [ja] (Windows NT 5.0; U)", - "Mozilla/4.78 [fr] (X11; U; Linux 2.4.8-26mdk i686)", - "Mozilla/4.78 [fr] (X11; U; Linux 2.4.7-10.2 i686)", - "Mozilla/4.78 [fr] (X11; U; Linux 2.4.7-10 i686)", - "Mozilla/4.78 [fr] (X11; U; Linux 2.4.18-14 i686)", - "Mozilla/4.78 [fr] (Windows NT 5.0; U)", - "Mozilla/4.78 [fr] (Win98; U)", - "Mozilla/4.78 [fr] (Win95; U)", - "Mozilla/4.78 [es] (Windows NT 5.0; U)", - "Mozilla/4.78 [es] (Win98; U)", - "Mozilla/4.78 [en] (X11; U; SunOS 5.9 sun4u)", - "Mozilla/4.78 [en] (X11; U; SunOS 5.8 sun4u; Nav)", - "Mozilla/4.78 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.78 [en] (X11; U; SunOS 5.7 sun4u)", - "Mozilla/4.78 [en] (X11; U; Linux 2.4.9-34smp i686)", - "Mozilla/4.78 [en] (X11; U; Linux 2.4.9-21 i686)", - "Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686)", - "Mozilla/4.78 [en] (X11; U; Linux 2.4.20-18.7 i686)", - "Mozilla/4.78 [en] (X11; U; Linux 2.4.20 i686; Nav)", - "Mozilla/4.78 [en] (X11; U; Linux 2.4.2 i386)", - "Mozilla/4.77C-SGI [en] (X11; I; IRIX64 6.5 IP30)", - " Mozilla/4.77C-SGI [en] (X11; I; IRIX64 6.5 IP30)", - "Mozilla/4.77 [fr] (X11; U; Linux 2.4.9-34 i686)", - "Mozilla/4.77 [fr] (X11; U; Linux 2.4.4-4GB i686)", - "Mozilla/4.77 [fr] (X11; U; Linux 2.4.3-20mdk i686)", - "Mozilla/4.77 [fr] (X11; U; Linux 2.4.17 i686; Nav)", - "Mozilla/4.77 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.77 [en] (X11; U; SunOS 5.7 sun4u)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.9-a22m i686)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.20-bf2.4 i686)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.2-2 i686)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.19-acheron i686; Nav)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.19 i686; Nav)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.18-386 i686)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.18-27.7.x i686)", - "Mozilla/4.77 [en] (X11; U; Linux 2.4.17-lsm i686)", - "Mozilla/4.77 [en] (X11; U; Linux 2.2.17 i586)", - "Mozilla/4.77 [en] (X11; U; Linux 2.2.14 i686)", - "Mozilla/4.77 [en] (X11; U; HP-UX B.11.00 9000/800)", - "Mozilla/4.77 [en] (WinNT; U)", - "Mozilla/4.77 [en] (Windows NT 5.0; U)", - "Mozilla/4.77 [en] (Win98; U)", - "Mozilla/4.76C-SGI [en] (X11; I; IRIX64 6.5 IP30)", - "Mozilla/4.76C-SGI [en] (X11; I; IRIX 6.5 IP32)", - "Mozilla/4.76 [fr] (X11; U; Linux 2.4.2-2 i686)", - "Mozilla/4.76 [en] (X11; U; SunOS 5.8 sun4u; Nav)", - "Mozilla/4.76 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.76 [en] (X11; U; SunOS 5.8 i86pc)", - "Mozilla/4.76 [en] (X11; U; Linux 2.4.9-34 i686)", - "Mozilla/4.76 [en] (X11; U; Linux 2.4.5 i686)", - "Mozilla/4.76 [en] (X11; U; Linux 2.4.20 i686)", - "Mozilla/4.76 [en] (X11; U; Linux 2.4.18p3 i686)", - "Mozilla/4.76 [en] (X11; U; Linux 2.4.0 i686)", - "Mozilla/4.76 [en] (X11; U; Linux 2.2.19pre17 i686)", - "Mozilla/4.76 [en] (X11; U; Linux 2.2.16-22 i686)", - "Mozilla/4.76 [en] (X11; U; Linux 2.2.16 i686)", - "Mozilla/4.76 [en] (X11; U; HP-UX B.10.20 9000/782)", - "Mozilla/4.76 [en] (WinNT; U)", - "Mozilla/4.76 [en] (Win98; U)", - "Mozilla/4.76 [en] (Win95; U)", - "Mozilla/4.76 [de] (X11; U; Linux 2.4.4-4GB i686; Nav)", - "Mozilla/4.76 [de] (X11; U; Linux 2.4.0-4GB i686)", - "Mozilla/4.76 [de] (X11; U; Linux 2.2.18 i686)", - "Mozilla/4.76 (X11; U; Linux 2.4.10-4GB i686)", - "Mozilla/4.75 [pl] (X11; U; Linux 2.2.17-21mdk i686)", - "Mozilla/4.75 [fr] (X11; U; Linux 2.2.16-3smp i686)", - "Mozilla/4.75 [fr] (X11; U; Linux 2.2.16-22 i686)", - "Mozilla/4.75 [fr] (WinNT; U)", - "Mozilla/4.75 [fr] (Windows NT 5.0; U)", - "Mozilla/4.75 [fr] (Win98; U)", - "Mozilla/4.75 [fr] (Win95; U)", - "Mozilla/4.75 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.75 [en] (X11; U; SunOS 5.7 sun4u)", - "Mozilla/4.75 [en] (X11; U; SunOS 5.6 sun4u)", - "Mozilla/4.75 [en] (X11; U; OpenBSD 2.8 i386)", - "Mozilla/4.75 [en] (X11; U; Linux 2.2.16-3 i686)", - "Mozilla/4.75 [en] (X11; U; Linux 2.2.12-20 i586)", - "Mozilla/4.75 [en] (WinNT; U)", - "Mozilla/4.75 [en] (Windows NT 5.0; U)", - "Mozilla/4.75 [en] (Win98; U)", - "Mozilla/4.75 [en] (Win95; U)", - "Mozilla/4.75 [de] (WinNT; U)", - "Mozilla/4.75 [de] (Windows NT 5.0; U)", - "Mozilla/4.75 [de] (Win98; U)", - "Mozilla/4.74 [en] (X11; U; Linux 2.2.16 i686)", - "Mozilla/4.74 [en] (WinNT; U)", - "Mozilla/4.74 [en] (Windows NT 5.0; U)", - "Mozilla/4.74 [en] (Win98; U)", - "Mozilla/4.74 [en] (Win95; U)", - "Mozilla/4.74 [de] (X11; U; Linux 2.2.16 i686)", - "Mozilla/4.74 [de] (X11; U; Linux 2.2.16 i586)", - "Mozilla/4.74 (Macintosh; U; PPC)", - " Mozilla/4.74 (Macintosh; U; PPC)", - "Mozilla/4.73 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.73 [en] (X11; I; HP-UX B.10.20 9000/879)", - "Mozilla/4.73 [en] (WinNT; U)", - "Mozilla/4.73 [en] (WinNT; I)", - "Mozilla/4.73 [en] (Windows NT 5.0; U)", - "Mozilla/4.73 [en] (Windows NT 5.0; I)", - "Mozilla/4.73 [en] (Win98; U)", - "Mozilla/4.73 [en] (Win98; I)", - "Mozilla/4.73 [en] (Win95; U)", - "Mozilla/4.73 [en] (Win95; I)", - "Mozilla/4.73 [de] (WinNT; U)", - "Mozilla/4.73 [de] (Windows NT 5.0; U)", - "Mozilla/4.73 [de] (Win98; U)", - "Mozilla/4.73 [de] (Win95; U)", - "Mozilla/4.73 (Macintosh; U; PPC)", - "Mozilla/4.73 (Macintosh; I; PPC)", - " Mozilla/4.73 [en] (Win95; I)", - " Mozilla/4.73 [de] (Win98; U)", - "Mozilla/4.72 [fr] (X11; U; Linux 2.2.14-5.0 i686)", - "Mozilla/4.72 [en] (X11; U; Linux 2.2.20 i586; Nav)", - "Mozilla/4.72 [en] (X11; U; Linux 2.2.14-5.0 i686)", - "Mozilla/4.72 [en] (X11; I; SunOS 5.7 sun4m)", - "Mozilla/4.72 [en] (X11; I; Linux 2.2.14 i686)", - "Mozilla/4.72 [en] (X11; I; Linux 2.2.14 i586)", - "Mozilla/4.72 [en] (X11; I; Linux 2.2.13 i586)", - "Mozilla/4.72 [en] (X11; I; HP-UX B.11.00 9000/800)", - "Mozilla/4.72 [en] (WinNT; U)", - "Mozilla/4.72 [en] (WinNT; I)", - "Mozilla/4.72 [en] (Windows NT 5.0; U)", - "Mozilla/4.72 [en] (Windows NT 5.0; I)", - "Mozilla/4.72 [en] (Win98;I)", - "Mozilla/4.72 [en] (Win98; U)", - "Mozilla/4.72 [en] (Win98; I)", - "Mozilla/4.72 [en] (Win95; I)", - "Mozilla/4.72 [de] (WinNT; U)", - "Mozilla/4.72 [de] (Windows NT 5.0; U)", - "Mozilla/4.72 [de] (Win95; U)", - "Mozilla/4.72 (Macintosh; U; PPC)", - "Mozilla/4.71 [en] (X11; U; Linux 2.0.36 i586)", - "Mozilla/4.71 [en] (WinNT; I)", - "Mozilla/4.71 [en] (Win98; I)", - "Mozilla/4.7C-SGI [en] (X11; I; IRIX 6.5 IP32)", - "Mozilla/4.7 [fr] (WinNT; I)", - "Mozilla/4.7 [fr] (Win98; U)", - "Mozilla/4.7 [fr] (Win98; I)", - "Mozilla/4.7 [fr] (Win95; I)", - "Mozilla/4.7 [en] (X11; U; SunOS 5.6 sun4u)", - "Mozilla/4.7 [en] (X11; I; SunOS 5.8 sun4u)", - "Mozilla/4.7 [en] (X11; I; SunOS 5.7 sun4u)", - "Mozilla/4.7 [en] (X11; I; SunOS 5.6 sun4u)", - "Mozilla/4.7 [en] (X11; I; Linux 2.2.13 i686; Nav)", - "Mozilla/4.7 [en] (X11; I; Linux 2.2.13 i586)", - "Mozilla/4.7 [en] (X11; I; Linux 2.2.12 i686; Nav)", - "Mozilla/4.7 [en] (WinNT; U)", - "Mozilla/4.7 [en] (WinNT; I)", - "Mozilla/4.7 [en] (Windows NT 6.0; U)", - "Mozilla/4.7 [en] (Win98; I)", - "Mozilla/4.7 [en] (Win95; I)", - "Mozilla/4.7 [en-gb] (WinNT; U)", - "Mozilla/4.7 [en-gb] (WinNT; I)", - "Mozilla/4.7 [en-gb] (Win98; U)", - "Mozilla/4.7 [de] (WinNT; U)", - "Mozilla/4.61 [ja] (X11; I; Linux 2.6.13-33cmc1 i686)", - "Mozilla/4.61 [fi] (OS/2; I)", - "Mozilla/4.61 [en] (X11; I; SunOS 5.6 sun4u)", - "Mozilla/4.61 [en] (X11; I; Linux 2.2.12-20 i686; Nav)", - "Mozilla/4.61 [en] (WinNT; I)", - "Mozilla/4.61 [en] (Win98; I)", - "Mozilla/4.61 [en] (Win95; I)", - "Mozilla/4.61 [en] (OS/2; U)", - "Mozilla/4.61 [en] (OS/2; I)", - "Mozilla/4.61 [de] (OS/2; U)", - "Mozilla/4.61 [de] (OS/2; I)", - "Mozilla/4.61 (Macintosh; I; PPC)", - "Mozilla/4.6 [fr] (WinNT; I)", - "Mozilla/4.6 [fr] (Win95; I)", - "Mozilla/4.6 [en] (X11; U; SunOS 5.8 sun4u)", - "Mozilla/4.6 [en] (X11; I; SunOS 5.8 sun4u)", - "Mozilla/4.6 [en] (X11; I; SunOS 5.5.1 sun4u; Nav)", - "Mozilla/4.6 [en] (WinNT; I)", - "Mozilla/4.6 [en] (Win98; I)", - "Mozilla/4.6 [en] (Win95; I)", - "Mozilla/4.6 [de] (WinNT; I)", - "Mozilla/4.6 [de] (Win98; I)", - "Mozilla/4.6 [de] (Win95; I)", - "Mozilla/4.6 (Macintosh; U; PPC)", - "Mozilla/4.6 (Macintosh; I; PPC)", - " Mozilla/4.6 [de] (Win98; I)", - "Mozilla/4.51 [it] (Win98; U)", - "Mozilla/4.51 [fr] (Win95; I)", - "Mozilla/4.51 [en] (X11; I; Linux 2.2.7 i686)", - "Mozilla/4.51 [en] (X11; I; Linux 2.2.5 i686)", - "Mozilla/4.51 [en] (WinNT; I)", - "Mozilla/4.51 [en] (Win98; U)", - "Mozilla/4.51 [en] (Win95; I)", - "Mozilla/4.51 [de] (WinNT; I)", - "Mozilla/4.51 [de] (Win98; I)", - "Mozilla/4.51 [de] (Win95; I)", - "Mozilla/4.51 (Macintosh; I; PPC)", - " Mozilla/4.51 [de] (WinNT; I)", - "Mozilla/4.5 [it] (Win98; I)", - "Mozilla/4.5 [fr] (Win98; I)", - "Mozilla/4.5 [fr] (Win95; I)", - "Mozilla/4.5 [fr] (Macintosh; U; PPC)", - "Mozilla/4.5 [fr] (Macintosh; I; PPC)", - "Mozilla/4.5 [es] (Win98; I)", - "Mozilla/4.5 [en] (X11; I; SunOS 5.8 sun4u)", - "Mozilla/4.5 [en] (X11; I; SunOS 5.7 sun4u)", - "Mozilla/4.5 [en] (X11; I; SunOS 5.6 sun4u)", - "Mozilla/4.5 [en] (X11; I; Linux 2.2.16 i586)", - "Mozilla/4.5 [en] (WinNT; U)", - "Mozilla/4.5 [en] (Win98; I)", - "Mozilla/4.5 [en] (Win95; I)", - "Mozilla/4.5 [de] (WinNT; I)", - "Mozilla/4.5 [de] (Win98; I)", - "Mozilla/4.5 [de] (Macintosh; I; PPC)", - "Mozilla/4.5 (Macintosh; U; PPC)", - " Mozilla/4.5 [fr] (Macintosh; U; PPC)", - " Mozilla/4.5 [en] (WinNT; I)", - "Mozilla/4.41 (BEOS; U ;Nav)", - "Mozilla/4.08 [en] (WinNT; U ;Nav)", - "Mozilla/4.08 [en] (WinNT; I ;Nav)", - "Mozilla/4.08 [en] (Win98; I ;Nav)", - "Mozilla/4.08 [en] (Win95; I ;Nav)", - "Mozilla/4.08 (Macintosh; I; PPC, Nav)", - " Mozilla/4.08 [de] (WinNT; I)", - "Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i586)", - "Mozilla/4.07 [en] (WinNT; U ;Nav)", - "Mozilla/4.07 [en] (WinNT; I)", - "Mozilla/4.07 [de] (Win98; I)", - "Mozilla/4.07 [de] (Win95; I)", - " Mozilla/4.07 [fr] (Win95; I)", - " Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i586)", - " Mozilla/4.07 [en] (WinNT; U ;Nav)", - "Mozilla/4.06 [hu] (Win98; I)", - "Mozilla/4.06 [en] (X11; U; Linux 2.0.27 i586)", - "Mozilla/4.06 [en] (X11; I; Linux 2.0.35 i686)", - "Mozilla/4.06 [en] (WinNT; I)", - "Mozilla/4.06 [en] (WinNT; I ;Nav)", - "Mozilla/4.06 [de] (WinNT; I)", - "Mozilla/4.06 [de] (Win98; I)", - "Mozilla/4.06 (Win95; I)", - " Mozilla/4.06 (Win95; I)", - "Mozilla/4.05 [en] (X11; I; Linux 2.0.33 i586)", - "Mozilla/4.05 [en] (Win95; I)", - "Mozilla/4.05 [de] (Win95; I)", - "Mozilla/4.04 [fr] (Macintosh; I; PPC, Nav)", - "Mozilla/4.04 [en] (X11; I; IRIX 5.3 IP22)", - "Mozilla/4.04 [en] (WinNT; U)", - "Mozilla/4.04 [en] (WinNT; I)", - "Mozilla/4.04 [en] (Win95; I ;Nav)", - "Mozilla/4.04 [de] (WinNT; I ;Nav)", - " Mozilla/4.04 [en] (Win95; I ;Nav)", - "Mozilla/4.03 [fr] (Win95; U)", - " Mozilla/4.03 [fr] (Win95; U)", - "Mozilla/4.01 [en] (Win95; I)", - "Mozilla/4.01 [de] (WinNT; I)", - "Mozilla/4.0 (compatible; Windows NT 5.1; U; en)", - "Mozilla/4.0 (compatible; Mozilla/5.0 ; Linux i686)", - "Mozilla/3.04Gold (WinNT; U)", - " Mozilla/3.04Gold (Macintosh; I; PPC)", - "Mozilla/3.04 (WinNT; I)", - "Mozilla/3.02 [en] (Windows NT 5.1; U)", - "Mozilla/3.01Gold (X11; I; SunOS 5.5.1 sun4m)", - "Mozilla/3.01Gold (Macintosh; I; 68K)", - "Mozilla/3.01 [de] (Win95; I)", - "Mozilla/3.01 (Macintosh; U; PPC)", - "Mozilla/3.0 (X11; I; AIX 2)", - "Mozilla/3.0 (Win95; I)", - "Mozilla/3.0 (Macintosh; U; PPC Mac OS X; pl-PL)", - "Mozilla/3.0 (Macintosh; I; PPC)", - "Mozilla/3.0 (Macintosh; I; 68K)", - "Mozilla/2.02Gold (Win95; I)", - "Mozilla/2.02 [fr] (WinNT; I)" - ], - "NetSurf": [ - "NetSurf/2.0 (RISC OS; armv5l)", - "NetSurf/2.0 (RISC OS; armv3l)", - "NetSurf/2.0 (Linux; i686)", - "NetSurf/1.2 (RISC OS; armv4l)", - "NetSurf/1.2 (NetBSD; i386; NetBSD 4.99.59 i386)", - "NetSurf/1.2 (Linux; x86_64)", - "NetSurf/1.2 (Linux; i686)", - "NetSurf/1.1 (Linux; i686)", - "NetSurf/1.0 (Linux; i686)" - ], - "OmniWeb": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/528.16 (KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0.112941", - "Mozilla/5.0 (Macintosh; U; Intel 80486Mac OS X; en-US) AppleWebKit/528.16 (KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0.112916", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/530.18+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/528.16+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/528.16 (KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-US) AppleWebKit/528.16 (KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/525.18 (KHTML, like Gecko, Safari/525.20) OmniWeb/v622.6.1.0.111015", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_5; en-US) AppleWebKit/533.21.1+(KHTML, like Gecko, Safari/533.19.4) Version/5.11.2 OmniWeb/622.19.3.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/531.21.8+(KHTML, like Gecko, Safari/528.16) Version/5.10.3 OmniWeb/622.14.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/531.21.8+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.11.0", - "Mozilla/5.0 (Macintosh; U; PowerPC Mac OS X 10_5_8; en-US) AppleWebKit/531.9+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.10.0", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/531.9+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.10.0", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari/420) OmniWeb/v605", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari/420) OmniWeb/v603", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari/420) OmniWeb/v602", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari/420) OmniWeb/v601", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari) OmniWeb/v595", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.66", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.60", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.59", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.57", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-IT) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.15", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.15", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-DE) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v558.46", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v496", - "Mozilla/4.5 (compatible; OmniWeb/4.2.1-v435.9; Mac_PowerPC)", - "Mozilla/4.5 (compatible; OmniWeb/4.2-v435.5; Mac_PowerPC)", - "Mozilla/4.5 (compatible; OmniWeb/4.1.1-v424.6; Mac_PowerPC)", - " Mozilla/4.5 (compatible; OmniWeb/4.1.1-v424.6; Mac_PowerPC)", - "Mozilla/4.5 (compatible; OmniWeb/4.1-v422; Mac_PowerPC)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522+ (KHTML, like Gecko) OmniWeb" - ], - "Opera": [ - "Opera/9.80 (X11; Linux i686; Ubuntu/14.10) Presto/2.12.388 Version/12.16", - "Opera/9.80 (Macintosh; Intel Mac OS X 10.14.1) Presto/2.12.388 Version/12.16", - "Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14", - "Mozilla/5.0 (Windows NT 6.0; rv:2.0) Gecko/20100101 Firefox/4.0 Opera 12.14", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0) Opera 12.14", - "Opera/12.80 (Windows NT 5.1; U; en) Presto/2.10.289 Version/12.02", - "Opera/9.80 (Windows NT 6.1; U; es-ES) Presto/2.9.181 Version/12.00", - "Opera/9.80 (Windows NT 5.1; U; zh-sg) Presto/2.9.181 Version/12.00", - "Opera/12.0(Windows NT 5.2;U;en)Presto/22.9.168 Version/12.00", - "Opera/12.0(Windows NT 5.1;U;en)Presto/22.9.168 Version/12.00", - "Mozilla/5.0 (Windows NT 5.1) Gecko/20100101 Firefox/14.0 Opera/12.0", - "Opera/9.80 (Windows NT 6.1; WOW64; U; pt) Presto/2.10.229 Version/11.62", - "Opera/9.80 (Windows NT 6.0; U; pl) Presto/2.10.229 Version/11.62", - "Opera/9.80 (Macintosh; Intel Mac OS X 10.6.8; U; fr) Presto/2.9.168 Version/11.52", - "Opera/9.80 (Macintosh; Intel Mac OS X 10.6.8; U; de) Presto/2.9.168 Version/11.52", - "Opera/9.80 (Windows NT 5.1; U; en) Presto/2.9.168 Version/11.51", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; de) Opera 11.51", - "Opera/9.80 (X11; Linux x86_64; U; fr) Presto/2.9.168 Version/11.50", - "Opera/9.80 (X11; Linux i686; U; hu) Presto/2.9.168 Version/11.50", - "Opera/9.80 (X11; Linux i686; U; ru) Presto/2.8.131 Version/11.11", - "Opera/9.80 (X11; Linux i686; U; es-ES) Presto/2.8.131 Version/11.11", - "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/5.0 Opera 11.11", - "Opera/9.80 (X11; Linux x86_64; U; bg) Presto/2.8.131 Version/11.10", - "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.8.99 Version/11.10", - "Opera/9.80 (Windows NT 5.1; U; zh-tw) Presto/2.8.131 Version/11.10", - "Opera/9.80 (Windows NT 6.1; Opera Tablet/15165; U; en) Presto/2.8.149 Version/11.1", - "Opera/9.80 (X11; Linux x86_64; U; Ubuntu/10.10 (maverick); pl) Presto/2.7.62 Version/11.01", - "Opera/9.80 (X11; Linux i686; U; ja) Presto/2.7.62 Version/11.01", - "Opera/9.80 (X11; Linux i686; U; fr) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 6.1; U; zh-tw) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 6.1; U; sv) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 6.1; U; en-US) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 6.1; U; cs) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 6.0; U; pl) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 5.1; U;) Presto/2.7.62 Version/11.01", - "Opera/9.80 (Windows NT 5.1; U; cs) Presto/2.7.62 Version/11.01", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101213 Opera/9.80 (Windows NT 6.1; U; zh-tw) Presto/2.7.62 Version/11.01", - "Mozilla/5.0 (Windows NT 6.1; U; nl; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.01", - "Mozilla/5.0 (Windows NT 6.1; U; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.01", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; de) Opera 11.01", - "Opera/9.80 (X11; Linux x86_64; U; pl) Presto/2.7.62 Version/11.00", - "Opera/9.80 (X11; Linux i686; U; it) Presto/2.7.62 Version/11.00", - "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.6.37 Version/11.00", - "Opera/9.80 (Windows NT 6.1; U; pl) Presto/2.7.62 Version/11.00", - "Opera/9.80 (Windows NT 6.1; U; ko) Presto/2.7.62 Version/11.00", - "Opera/9.80 (Windows NT 6.1; U; fi) Presto/2.7.62 Version/11.00", - "Opera/9.80 (Windows NT 6.1; U; en-GB) Presto/2.7.62 Version/11.00", - "Opera/9.80 (Windows NT 6.1 x64; U; en) Presto/2.7.62 Version/11.00", - "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.7.39 Version/11.00", - "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.7.39 Version/11.00", - "Opera/9.80 (Windows NT 5.1; U; MRA 5.5 (build 02842); ru) Presto/2.7.62 Version/11.00", - "Opera/9.80 (Windows NT 5.1; U; it) Presto/2.7.62 Version/11.00", - "Mozilla/5.0 (Windows NT 6.0; U; ja; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00", - "Mozilla/5.0 (Windows NT 5.1; U; pl; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00", - "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00", - "Mozilla/4.0 (compatible; MSIE 8.0; X11; Linux x86_64; pl) Opera 11.00", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; fr) Opera 11.00", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; ja) Opera 11.00", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; en) Opera 11.00", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; pl) Opera 11.00", - "Opera/9.80 (Windows NT 6.1; U; pl) Presto/2.6.31 Version/10.70", - "Mozilla/5.0 (Windows NT 5.2; U; ru; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.70", - "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.70", - "Opera/9.80 (Windows NT 5.2; U; zh-cn) Presto/2.6.30 Version/10.63", - "Opera/9.80 (Windows NT 5.2; U; en) Presto/2.6.30 Version/10.63", - "Opera/9.80 (Windows NT 5.1; U; MRA 5.6 (build 03278); ru) Presto/2.6.30 Version/10.63", - "Opera/9.80 (Windows NT 5.1; U; pl) Presto/2.6.30 Version/10.62", - "Mozilla/5.0 (X11; Linux x86_64; U; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.62", - "Mozilla/4.0 (compatible; MSIE 8.0; X11; Linux x86_64; de) Opera 10.62", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; en) Opera 10.62", - "Opera/9.80 (X11; Linux i686; U; pl) Presto/2.6.30 Version/10.61", - "Opera/9.80 (X11; Linux i686; U; es-ES) Presto/2.6.30 Version/10.61", - "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.6.30 Version/10.61", - "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.6.30 Version/10.61", - "Opera/9.80 (Windows NT 6.0; U; it) Presto/2.6.30 Version/10.61", - "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.6.30 Version/10.61", - "Opera/9.80 (Windows 98; U; de) Presto/2.6.30 Version/10.61", - "Opera/9.80 (Macintosh; Intel Mac OS X; U; nl) Presto/2.6.30 Version/10.61", - "Opera/9.80 (X11; Linux i686; U; en) Presto/2.5.27 Version/10.60", - "Opera/9.80 (Windows NT 6.0; U; nl) Presto/2.6.30 Version/10.60", - "Opera/10.60 (Windows NT 5.1; U; zh-cn) Presto/2.6.30 Version/10.60", - "Opera/10.60 (Windows NT 5.1; U; en-US) Presto/2.6.30 Version/10.60", - "Opera/9.80 (X11; Linux i686; U; it) Presto/2.5.24 Version/10.54", - "Opera/9.80 (X11; Linux i686; U; en-GB) Presto/2.5.24 Version/10.53", - "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53", - "Mozilla/5.0 (Windows NT 5.1; U; Firefox/5.0; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53", - "Mozilla/5.0 (Windows NT 5.1; U; Firefox/4.5; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53", - "Mozilla/5.0 (Windows NT 5.1; U; Firefox/3.5; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.53", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; ko) Opera 10.53", - "Opera/9.80 (Windows NT 6.1; U; fr) Presto/2.5.24 Version/10.52", - "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.5.22 Version/10.51", - "Opera/9.80 (Windows NT 6.0; U; cs) Presto/2.5.22 Version/10.51", - "Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.5.22 Version/10.51", - "Opera/9.80 (Linux i686; U; en) Presto/2.5.22 Version/10.51", - "Mozilla/5.0 (Windows NT 6.1; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.51", - "Mozilla/5.0 (Linux i686; U; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.51", - "Mozilla/4.0 (compatible; MSIE 8.0; Linux i686; en) Opera 10.51", - "Opera/9.80 (Windows NT 6.1; U; zh-tw) Presto/2.5.22 Version/10.50", - "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.5.22 Version/10.50", - "Opera/9.80 (Windows NT 6.1; U; sk) Presto/2.6.22 Version/10.50", - "Opera/9.80 (Windows NT 6.1; U; ja) Presto/2.5.22 Version/10.50", - "Opera/9.80 (Windows NT 6.0; U; zh-cn) Presto/2.5.22 Version/10.50", - "Opera/9.80 (Windows NT 5.1; U; sk) Presto/2.5.22 Version/10.50", - "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.5.22 Version/10.50", - "Opera/10.50 (Windows NT 6.1; U; en-GB) Presto/2.2.2", - "Opera/9.80 (S60; SymbOS; Opera Tablet/9174; U; en) Presto/2.7.81 Version/10.5", - "Opera/9.80 (X11; U; Linux i686; en-US; rv:1.9.2.3) Presto/2.2.15 Version/10.10", - "Opera/9.80 (X11; Linux x86_64; U; it) Presto/2.2.15 Version/10.10", - "Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.10", - "Opera/9.80 (Windows NT 6.0; U; Gecko/20100115; pl) Presto/2.2.15 Version/10.10", - "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.2.15 Version/10.10", - "Opera/9.80 (Windows NT 5.1; U; de) Presto/2.2.15 Version/10.10", - "Opera/9.80 (Windows NT 5.1; U; cs) Presto/2.2.15 Version/10.10", - "Mozilla/5.0 (Windows NT 6.0; U; tr; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 10.10", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; de) Opera 10.10", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 6.0; tr) Opera 10.10", - "Opera/9.80 (X11; Linux x86_64; U; en-GB) Presto/2.2.15 Version/10.01", - "Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux x86_64; U; de) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; ru) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; pt-BR) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; pl) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; nb) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; en-GB) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; Debian; pl) Presto/2.2.15 Version/10.00", - "Opera/9.80 (X11; Linux i686; U; de) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 6.1; U; zh-cn) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 6.1; U; fi) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 6.1; U; cs) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 6.0; U; en) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 6.0; U; de) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 5.2; U; en) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 5.1; U; zh-cn) Presto/2.2.15 Version/10.00", - "Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.2.15 Version/10.00", - "Opera/9.99 (X11; U; sk)", - "Opera/9.99 (Windows NT 5.1; U; pl) Presto/9.9.9", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/886; U; en) Presto/2.4.15", - "Opera/9.70 (Linux ppc64 ; U; en) Presto/2.2.1", - "Opera/9.70 (Linux i686 ; U; zh-cn) Presto/2.2.0", - "Opera/9.70 (Linux i686 ; U; en-us) Presto/2.2.0", - "Opera/9.70 (Linux i686 ; U; en) Presto/2.2.1", - "Opera/9.70 (Linux i686 ; U; en) Presto/2.2.0", - "Opera/9.70 (Linux i686 ; U; ; en) Presto/2.2.1", - "Opera/9.70 (Linux i686 ; U; ; en) Presto/2.2.1", - "Mozilla/5.0 (Linux i686 ; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.70", - "Mozilla/4.0 (compatible; MSIE 6.0; Linux i686 ; en) Opera 9.70", - "HTC_HD2_T8585 Opera/9.70 (Windows NT 5.1; U; de)", - "Opera 9.7 (Windows NT 5.2; U; en)", - "Opera/9.64(Windows NT 5.1; U; en) Presto/2.1.1", - "Opera/9.64 (X11; Linux x86_64; U; pl) Presto/2.1.1", - "Opera/9.64 (X11; Linux x86_64; U; hr) Presto/2.1.1", - "Opera/9.64 (X11; Linux x86_64; U; en-GB) Presto/2.1.1", - "Opera/9.64 (X11; Linux x86_64; U; en) Presto/2.1.1", - "Opera/9.64 (X11; Linux x86_64; U; de) Presto/2.1.1", - "Opera/9.64 (X11; Linux x86_64; U; cs) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; tr) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; sv) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; pl) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; nb) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; Linux Mint; nb) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; Linux Mint; it) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; de) Presto/2.1.1", - "Opera/9.64 (X11; Linux i686; U; da) Presto/2.1.1", - "Opera/9.64 (Windows NT 6.1; U; MRA 5.5 (build 02842); ru) Presto/2.1.1", - "Opera/9.64 (Windows NT 6.1; U; de) Presto/2.1.1", - "Opera/9.64 (Windows NT 6.0; U; zh-cn) Presto/2.1.1", - "Opera/9.64 (Windows NT 6.0; U; pl) Presto/2.1.1", - "Opera/9.63 (X11; Linux x86_64; U; ru) Presto/2.1.1", - "Opera/9.63 (X11; Linux x86_64; U; cs) Presto/2.1.1", - "Opera/9.63 (X11; Linux i686; U; ru) Presto/2.1.1", - "Opera/9.63 (X11; Linux i686; U; ru)", - "Opera/9.63 (X11; Linux i686; U; nb) Presto/2.1.1", - "Opera/9.63 (X11; Linux i686; U; en)", - "Opera/9.63 (X11; Linux i686; U; de) Presto/2.1.1", - "Opera/9.63 (X11; Linux i686)", - "Opera/9.63 (X11; FreeBSD 7.1-RELEASE i386; U; en) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.1; U; hu) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.1; U; en) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.1; U; de) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.0; U; pl) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.0; U; nb) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.0; U; fr) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.0; U; en) Presto/2.1.1", - "Opera/9.63 (Windows NT 6.0; U; cs) Presto/2.1.1", - "Opera/9.63 (Windows NT 5.2; U; en) Presto/2.1.1", - "Opera/9.63 (Windows NT 5.2; U; de) Presto/2.1.1", - "Opera/9.63 (Windows NT 5.1; U; pt-BR) Presto/2.1.1", - "Opera/9.62 (X11; Linux x86_64; U; ru) Presto/2.1.1", - "Opera/9.62 (X11; Linux x86_64; U; en_GB, en_US) Presto/2.1.1", - "Opera/9.62 (X11; Linux i686; U; pt-BR) Presto/2.1.1", - "Opera/9.62 (X11; Linux i686; U; Linux Mint; en) Presto/2.1.1", - "Opera/9.62 (X11; Linux i686; U; it) Presto/2.1.1", - "Opera/9.62 (X11; Linux i686; U; fi) Presto/2.1.1", - "Opera/9.62 (X11; Linux i686; U; en) Presto/2.1.1", - "Opera/9.62 (Windows NT 6.1; U; en) Presto/2.1.1", - "Opera/9.62 (Windows NT 6.1; U; de) Presto/2.1.1", - "Opera/9.62 (Windows NT 6.0; U; pl) Presto/2.1.1", - "Opera/9.62 (Windows NT 6.0; U; nb) Presto/2.1.1", - "Opera/9.62 (Windows NT 6.0; U; en-GB) Presto/2.1.1", - "Opera/9.62 (Windows NT 6.0; U; en) Presto/2.1.1", - "Opera/9.62 (Windows NT 6.0; U; de) Presto/2.1.1", - "Opera/9.62 (Windows NT 5.2; U; en) Presto/2.1.1", - "Opera/9.62 (Windows NT 5.1; U; zh-tw) Presto/2.1.1", - "Opera/9.62 (Windows NT 5.1; U; zh-cn) Presto/2.1.1", - "Opera/9.62 (Windows NT 5.1; U; tr) Presto/2.1.1", - "Opera/9.62 (Windows NT 5.1; U; ru) Presto/2.1.1", - "Opera/9.62 (Windows NT 5.1; U; pt-BR) Presto/2.1.1", - "Opera/9.61 (X11; Linux x86_64; U; fr) Presto/2.1.1", - "Opera/9.61 (X11; Linux i686; U; ru) Presto/2.1.1", - "Opera/9.61 (X11; Linux i686; U; pl) Presto/2.1.1", - "Opera/9.61 (X11; Linux i686; U; en) Presto/2.1.1", - "Opera/9.61 (X11; Linux i686; U; de) Presto/2.1.1", - "Opera/9.61 (Windows NT 6.0; U; ru) Presto/2.1.1", - "Opera/9.61 (Windows NT 6.0; U; pt-BR) Presto/2.1.1", - "Opera/9.61 (Windows NT 6.0; U; http://lucideer.com; en-GB) Presto/2.1.1", - "Opera/9.61 (Windows NT 6.0; U; en) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.2; U; en) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; zh-tw) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; zh-cn) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; ru) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; fr) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; en-GB) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; en) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; de) Presto/2.1.1", - "Opera/9.61 (Windows NT 5.1; U; cs) Presto/2.1.1", - "Opera/9.61 (Macintosh; Intel Mac OS X; U; de) Presto/2.1.1", - "Mozilla/5.0 (Windows NT 5.1; U; en-GB; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.61", - "Opera/9.60 (X11; Linux x86_64; U)", - "Opera/9.60 (X11; Linux i686; U; ru) Presto/2.1.1", - "Opera/9.60 (X11; Linux i686; U; en-GB) Presto/2.1.1", - "Opera/9.60 (Windows NT 6.0; U; uk) Presto/2.1.1", - "Opera/9.60 (Windows NT 6.0; U; ru) Presto/2.1.1", - "Opera/9.60 (Windows NT 6.0; U; pl) Presto/2.1.1", - "Opera/9.60 (Windows NT 6.0; U; de) Presto/2.1.1", - "Opera/9.60 (Windows NT 6.0; U; bg) Presto/2.1.1", - "Opera/9.60 (Windows NT 5.1; U; tr) Presto/2.1.1", - "Opera/9.60 (Windows NT 5.1; U; sv) Presto/2.1.1", - "Opera/9.60 (Windows NT 5.1; U; es-ES) Presto/2.1.1", - "Opera/9.60 (Windows NT 5.1; U; en-GB) Presto/2.1.1", - "Opera/9.60 (Windows NT 5.0; U; en) Presto/2.1.1", - "Mozilla/5.0 (X11; Linux x86_64; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.60", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux x86_64; en) Opera 9.60", - "Opera/9.52 (X11; Linux x86_64; U; ru)", - "Opera/9.52 (X11; Linux x86_64; U; en)", - "Opera/9.52 (X11; Linux x86_64; U)", - "Opera/9.52 (X11; Linux ppc; U; de)", - "Opera/9.52 (X11; Linux i686; U; fr)", - "Opera/9.52 (X11; Linux i686; U; en)", - "Opera/9.52 (X11; Linux i686; U; cs)", - "Opera/9.52 (Windows NT 6.0; U; Opera/9.52 (X11; Linux x86_64; U); en)", - "Opera/9.52 (Windows NT 6.0; U; fr)", - "Opera/9.52 (Windows NT 6.0; U; en)", - "Opera/9.52 (Windows NT 6.0; U; de)", - "Opera/9.52 (Windows NT 5.2; U; ru)", - "Opera/9.52 (Windows NT 5.0; U; en)", - "Opera/9.52 (Macintosh; PPC Mac OS X; U; ja)", - "Opera/9.52 (Macintosh; PPC Mac OS X; U; fr)", - "Opera/9.52 (Macintosh; Intel Mac OS X; U; pt-BR)", - "Opera/9.52 (Macintosh; Intel Mac OS X; U; pt)", - "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.52", - "Mozilla/5.0 (Windows NT 5.1; U; ; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.52", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 9.52", - "Opera/9.51 (X11; Linux i686; U; Linux Mint; en)", - "Opera/9.51 (X11; Linux i686; U; fr)", - "Opera/9.51 (X11; Linux i686; U; de)", - "Opera/9.51 (Windows NT 6.0; U; sv)", - "Opera/9.51 (Windows NT 6.0; U; es)", - "Opera/9.51 (Windows NT 6.0; U; en)", - "Opera/9.51 (Windows NT 5.2; U; en)", - "Opera/9.51 (Windows NT 5.1; U; nn)", - "Opera/9.51 (Windows NT 5.1; U; fr)", - "Opera/9.51 (Windows NT 5.1; U; es-LA)", - "Opera/9.51 (Windows NT 5.1; U; es-AR)", - "Opera/9.51 (Windows NT 5.1; U; en-GB)", - "Opera/9.51 (Windows NT 5.1; U; en)", - "Opera/9.51 (Windows NT 5.1; U; da)", - "Opera/9.51 (Macintosh; Intel Mac OS X; U; en)", - "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51", - "Mozilla/5.0 (Windows NT 6.0; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51", - "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51", - "Mozilla/5.0 (Windows NT 5.1; U; en-GB; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51", - "Mozilla/5.0 (Windows NT 5.1; U; de; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.51", - "Opera/9.50 (X11; Linux x86_64; U; pl)", - "Opera/9.50 (X11; Linux x86_64; U; nb)", - "Opera/9.50 (X11; Linux ppc; U; en)", - "Opera/9.50 (X11; Linux i686; U; es-ES)", - "Opera/9.50 (Windows NT 5.2; U; it)", - "Opera/9.50 (Windows NT 5.1; U; ru)", - "Opera/9.50 (Windows NT 5.1; U; nn)", - "Opera/9.50 (Windows NT 5.1; U; nl)", - "Opera/9.50 (Windows NT 5.1; U; it)", - "Opera/9.50 (Windows NT 5.1; U; es-ES)", - "Opera/9.50 (Macintosh; Intel Mac OS X; U; en)", - "Opera/9.50 (Macintosh; Intel Mac OS X; U; de)", - "Mozilla/5.0 (Windows NT 5.1; U; zh-cn; rv:1.8.1) Gecko/20061208 Firefox/2.0.0 Opera 9.50", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux x86_64; en) Opera 9.50", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 6.0; en) Opera 9.50", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; en) Opera 9.50", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 9.50", - "Opera/9.5 (Windows NT 6.0; U; en)", - "Opera/9.5 (Windows NT 5.1; U; fr)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9b3) Gecko/2008020514 Opera 9.5", - "Opera 9.4 (Windows NT 6.1; U; en)", - "Opera 9.4 (Windows NT 5.3; U; en)", - "Opera/9.30 (Nintendo Wii; U; ; 2071; Wii Shop Channel/1.0; en)", - "Opera/9.30 (Nintendo Wii; U; ; 2047-7;pt-br)", - "Opera/9.30 (Nintendo Wii; U; ; 2047-7;es)", - "Opera/9.30 (Nintendo Wii; U; ; 2047-7;en)", - "Opera/9.30 (Nintendo Wii; U; ; 2047-7; fr)", - "Opera/9.30 (Nintendo Wii; U; ; 2047-7; de)", - "Opera/9.27 (X11; Linux i686; U; fr)", - "Opera/9.27 (X11; Linux i686; U; en)", - "Opera/9.27 (Windows NT 5.2; U; en)", - "Opera/9.27 (Windows NT 5.1; U; ja)", - "Opera/9.27 (Macintosh; Intel Mac OS X; U; sv)", - "Mozilla/5.0 (Windows NT 5.2; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27", - "Mozilla/5.0 (Windows NT 5.1; U; es-la; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27", - "Mozilla/5.0 (Macintosh; Intel Mac OS X; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.27", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 9.27", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; en) Opera 9.27", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; es-la) Opera 9.27", - "Opera/9.26 (Windows; U; pl)", - "Opera/9.26 (Windows NT 5.1; U; zh-cn)", - "Opera/9.26 (Windows NT 5.1; U; pl)", - "Opera/9.26 (Windows NT 5.1; U; nl)", - "Opera/9.26 (Windows NT 5.1; U; MEGAUPLOAD 2.0; en)", - "Opera/9.26 (Windows NT 5.1; U; de)", - "Opera/9.26 (Macintosh; PPC Mac OS X; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.26", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 6.0; en) Opera 9.26", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.26", - "Opera/9.25 (X11; Linux i686; U; fr-ca)", - "Opera/9.25 (X11; Linux i686; U; fr)", - "Opera/9.25 (X11; Linux i686; U; en)", - "Opera/9.25 (Windows NT 6.0; U; SV1; MEGAUPLOAD 2.0; ru)", - "Opera/9.25 (Windows NT 6.0; U; sv)", - "Opera/9.25 (Windows NT 6.0; U; ru)", - "Opera/9.25 (Windows NT 6.0; U; MEGAUPLOAD 1.0; ru)", - "Opera/9.25 (Windows NT 6.0; U; en-US)", - "Opera/9.25 (Windows NT 5.2; U; en)", - "Opera/9.25 (Windows NT 5.1; U; zh-cn)", - "Opera/9.25 (Windows NT 5.1; U; ru)", - "Opera/9.25 (Windows NT 5.1; U; MEGAUPLOAD 1.0; pt-br)", - "Opera/9.25 (Windows NT 5.1; U; lt)", - "Opera/9.25 (Windows NT 5.1; U; de)", - "Opera/9.25 (Windows NT 5.0; U; en)", - "Opera/9.25 (Windows NT 5.0; U; cs)", - "Opera/9.25 (Windows NT 4.0; U; en)", - "Opera/9.25 (OpenSolaris; U; en)", - "Opera/9.25 (Macintosh; PPC Mac OS X; U; en)", - "Opera/9.25 (Macintosh; Intel Mac OS X; U; en)", - "Opera/9.24 (X11; SunOS i86pc; U; en)", - "Opera/9.24 (X11; Linux i686; U; de)", - "Opera/9.24 (Windows NT 5.1; U; tr)", - "Opera/9.24 (Windows NT 5.1; U; ru)", - "Opera/9.24 (Windows NT 5.0; U; ru)", - "Opera/9.24 (Macintosh; PPC Mac OS X; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.24", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.24", - "Mozilla/4.0 (compatible; MSIE 6.0; Mac_PowerPC; en) Opera 9.24", - "Opera/9.23 (X11; Linux x86_64; U; en)", - "Opera/9.23 (X11; Linux i686; U; es-es)", - "Opera/9.23 (X11; Linux i686; U; en)", - "Opera/9.23 (Windows NT 6.0; U; de)", - "Opera/9.23 (Windows NT 5.1; U; zh-cn)", - "Opera/9.23 (Windows NT 5.1; U; SV1; MEGAUPLOAD 1.0; ru)", - "Opera/9.23 (Windows NT 5.1; U; pt)", - "Opera/9.23 (Windows NT 5.1; U; ja)", - "Opera/9.23 (Windows NT 5.1; U; it)", - "Opera/9.23 (Windows NT 5.1; U; fi)", - "Opera/9.23 (Windows NT 5.1; U; en)", - "Opera/9.23 (Windows NT 5.1; U; de)", - "Opera/9.23 (Windows NT 5.1; U; da)", - "Opera/9.23 (Windows NT 5.0; U; en)", - "Opera/9.23 (Windows NT 5.0; U; de)", - "Opera/9.23 (Nintendo Wii; U; ; 1038-58; Wii Internet Channel/1.0; en)", - "Opera/9.23 (Macintosh; Intel Mac OS X; U; ja)", - "Opera/9.23 (Mac OS X; ru)", - "Opera/9.23 (Mac OS X; fr)", - "Mozilla/5.0 (X11; Linux i686; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.23", - "Opera/9.22 (X11; OpenBSD i386; U; en)", - "Opera/9.22 (X11; Linux i686; U; en)", - "Opera/9.22 (X11; Linux i686; U; de)", - "Opera/9.22 (Windows NT 6.0; U; ru)", - "Opera/9.22 (Windows NT 6.0; U; en)", - "Opera/9.22 (Windows NT 5.1; U; SV1; MEGAUPLOAD 2.0; ru)", - "Opera/9.22 (Windows NT 5.1; U; SV1; MEGAUPLOAD 1.0; ru)", - "Opera/9.22 (Windows NT 5.1; U; pl)", - "Opera/9.22 (Windows NT 5.1; U; fr)", - "Opera/9.22 (Windows NT 5.1; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; en; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.22", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 9.22", - "Opera/9.21 (X11; Linux x86_64; U; en)", - "Opera/9.21 (X11; Linux i686; U; es-es)", - "Opera/9.21 (X11; Linux i686; U; en)", - "Opera/9.21 (X11; Linux i686; U; de)", - "Opera/9.21 (Windows NT 6.0; U; nb)", - "Opera/9.21 (Windows NT 6.0; U; en)", - "Opera/9.21 (Windows NT 5.2; U; en)", - "Opera/9.21 (Windows NT 5.1; U; SV1; MEGAUPLOAD 1.0; ru)", - "Opera/9.21 (Windows NT 5.1; U; ru)", - "Opera/9.21 (Windows NT 5.1; U; pt-br)", - "Opera/9.21 (Windows NT 5.1; U; pl)", - "Opera/9.21 (Windows NT 5.1; U; nl)", - "Opera/9.21 (Windows NT 5.1; U; MEGAUPLOAD 1.0; en)", - "Opera/9.21 (Windows NT 5.1; U; fr)", - "Opera/9.21 (Windows NT 5.1; U; en)", - "Opera/9.21 (Windows NT 5.1; U; de)", - "Opera/9.21 (Windows NT 5.0; U; de)", - "Opera/9.21 (Windows 98; U; en)", - "Opera/9.21 (Macintosh; PPC Mac OS X; U; en)", - "Opera/9.21 (Macintosh; Intel Mac OS X; U; en)", - "Opera/9.20(Windows NT 5.1; U; en)", - "Opera/9.20 (X11; Linux x86_64; U; en)", - "Opera/9.20 (X11; Linux ppc; U; en)", - "Opera/9.20 (X11; Linux i686; U; tr)", - "Opera/9.20 (X11; Linux i686; U; ru)", - "Opera/9.20 (X11; Linux i686; U; pl)", - "Opera/9.20 (X11; Linux i686; U; es-es)", - "Opera/9.20 (X11; Linux i686; U; en)", - "Opera/9.20 (X11; Linux i586; U; en)", - "Opera/9.20 (Windows NT 6.0; U; es-es)", - "Opera/9.20 (Windows NT 6.0; U; en)", - "Opera/9.20 (Windows NT 6.0; U; de)", - "Opera/9.20 (Windows NT 5.2; U; en)", - "Opera/9.20 (Windows NT 5.1; U; zh-tw)", - "Opera/9.20 (Windows NT 5.1; U; nb)", - "Opera/9.20 (Windows NT 5.1; U; MEGAUPLOAD=1.0; es-es)", - "Opera/9.20 (Windows NT 5.1; U; it)", - "Opera/9.20 (Windows NT 5.1; U; es-es)", - "Opera/9.20 (Windows NT 5.1; U; es-AR)", - "Opera/9.20 (Windows NT 5.1; U; en)", - "Opera/9.12 (X11; Linux i686; U; en) (Ubuntu)", - "Opera/9.12 (Windows NT 5.0; U; ru)", - "Opera/9.12 (Windows NT 5.0; U)", - "Opera/9.10 (X11; Linux; U; en)", - "Opera/9.10 (X11; Linux x86_64; U; en)", - "Opera/9.10 (X11; Linux i686; U; pl)", - "Opera/9.10 (X11; Linux i686; U; kubuntu;pl)", - "Opera/9.10 (X11; Linux i686; U; en)", - "Opera/9.10 (X11; Linux i386; U; en)", - "Opera/9.10 (Windows NT 6.0; U; it-IT)", - "Opera/9.10 (Windows NT 6.0; U; en)", - "Opera/9.10 (Windows NT 5.2; U; en)", - "Opera/9.10 (Windows NT 5.2; U; de)", - "Opera/9.10 (Windows NT 5.1; U; zh-tw)", - "Opera/9.10 (Windows NT 5.1; U; sv)", - "Opera/9.10 (Windows NT 5.1; U; pt)", - "Opera/9.10 (Windows NT 5.1; U; pl)", - "Opera/9.10 (Windows NT 5.1; U; nl)", - "Opera/9.10 (Windows NT 5.1; U; MEGAUPLOAD 1.0; pl)", - "Opera/9.10 (Windows NT 5.1; U; it)", - "Opera/9.10 (Windows NT 5.1; U; hu)", - "Opera/9.10 (Windows NT 5.1; U; fi)", - "Opera/9.10 (Windows NT 5.1; U; es-es)", - "Opera/9.02 (X11; Linux i686; U; pl)", - "Opera/9.02 (X11; Linux i686; U; hu)", - "Opera/9.02 (X11; Linux i686; U; en)", - "Opera/9.02 (X11; Linux i686; U; de)", - "Opera/9.02 (Windows; U; nl)", - "Opera/9.02 (Windows XP; U; ru)", - "Opera/9.02 (Windows NT 5.2; U; en)", - "Opera/9.02 (Windows NT 5.2; U; de)", - "Opera/9.02 (Windows NT 5.1; U; zh-cn)", - "Opera/9.02 (Windows NT 5.1; U; ru)", - "Opera/9.02 (Windows NT 5.1; U; pt-br)", - "Opera/9.02 (Windows NT 5.1; U; pl)", - "Opera/9.02 (Windows NT 5.1; U; nb)", - "Opera/9.02 (Windows NT 5.1; U; ja)", - "Opera/9.02 (Windows NT 5.1; U; fi)", - "Opera/9.02 (Windows NT 5.1; U; en)", - "Opera/9.02 (Windows NT 5.1; U; de)", - "Opera/9.02 (Windows NT 5.0; U; sv)", - "Opera/9.02 (Windows NT 5.0; U; pl)", - "Opera/9.02 (Windows NT 5.0; U; en)", - "Opera/9.01 (X11; OpenBSD i386; U; en)", - "Opera/9.01 (X11; Linux i686; U; en)", - "Opera/9.01 (X11; FreeBSD 6 i386; U;pl)", - "Opera/9.01 (X11; FreeBSD 6 i386; U; en)", - "Opera/9.01 (Windows NT 5.2; U; ru)", - "Opera/9.01 (Windows NT 5.2; U; en)", - "Opera/9.01 (Windows NT 5.1; U; ru)", - "Opera/9.01 (Windows NT 5.1; U; pl)", - "Opera/9.01 (Windows NT 5.1; U; ja)", - "Opera/9.01 (Windows NT 5.1; U; es-es)", - "Opera/9.01 (Windows NT 5.1; U; en)", - "Opera/9.01 (Windows NT 5.1; U; de)", - "Opera/9.01 (Windows NT 5.1; U; da)", - "Opera/9.01 (Windows NT 5.1; U; cs)", - "Opera/9.01 (Windows NT 5.1; U; bg)", - "Opera/9.01 (Windows NT 5.1)", - "Opera/9.01 (Windows NT 5.0; U; en)", - "Opera/9.01 (Windows NT 5.0; U; de)", - "Opera/9.01 (Macintosh; PPC Mac OS X; U; it)", - "Opera/9.01 (Macintosh; PPC Mac OS X; U; en)", - "Opera/9.00 (X11; Linux i686; U; pl)", - "Opera/9.00 (X11; Linux i686; U; en)", - "Opera/9.00 (X11; Linux i686; U; de)", - "Opera/9.00 (Windows; U)", - "Opera/9.00 (Windows NT 5.2; U; ru)", - "Opera/9.00 (Windows NT 5.2; U; pl)", - "Opera/9.00 (Windows NT 5.2; U; en)", - "Opera/9.00 (Windows NT 5.1; U; ru)", - "Opera/9.00 (Windows NT 5.1; U; pl)", - "Opera/9.00 (Windows NT 5.1; U; nl)", - "Opera/9.00 (Windows NT 5.1; U; ja)", - "Opera/9.00 (Windows NT 5.1; U; it)", - "Opera/9.00 (Windows NT 5.1; U; fr)", - "Opera/9.00 (Windows NT 5.1; U; fi)", - "Opera/9.00 (Windows NT 5.1; U; es-es)", - "Opera/9.00 (Windows NT 5.1; U; en)", - "Opera/9.00 (Windows NT 5.1; U; de)", - "Opera/9.00 (Windows NT 5.0; U; en)", - "Opera/9.00 (Nintendo Wii; U; ; 1038-58; Wii Internet Channel/1.0; en)", - "Opera/9.00 (Macintosh; PPC Mac OS X; U; es)", - "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; zh-cn) Opera 8.65", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; zh-cn) Opera 8.65", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Opera 8.65 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; Sprint:PPC-6700) Opera 8.65 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 320x320)Opera 8.65 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 320x320) Opera 8.65 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.65 [zh-cn]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.65 [nl]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.65 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x240) Opera 8.65 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC) Opera 8.65 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Opera 8.60 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x320) Opera 8.60 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 240x240) Opera 8.60 [en]", - "Opera/8.54 (X11; Linux i686; U; pl)", - "Opera/8.54 (X11; Linux i686; U; de)", - "Opera/8.54 (Windows NT 5.1; U; ru)", - "Opera/8.54 (Windows NT 5.1; U; pl)", - "Opera/8.54 (Windows NT 5.1; U; en)", - "Opera/8.54 (Windows NT 5.0; U; en)", - "Opera/8.54 (Windows NT 5.0; U; de)", - "Opera/8.54 (Windows NT 4.0; U; zh-cn)", - "Opera/8.54 (Windows 98; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; pl) Opera 8.54", - "Mozilla/5.0 (Windows 98; U; en) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; pl) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; da) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; pl) Opera 8.54", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.54", - "Opera/8.53 (Windows NT 5.2; U; en)", - "Opera/8.53 (Windows NT 5.1; U; pt)", - "Opera/8.53 (Windows NT 5.1; U; en)", - "Opera/8.53 (Windows NT 5.1; U; de)", - "Opera/8.53 (Windows NT 5.0; U; en)", - "Opera/8.53 (Windows 98; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.53", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; sv) Opera 8.53", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.53", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.53", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.53", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; en) Opera 8.53", - "Opera/8.52 (X11; Linux x86_64; U; en)", - "Opera/8.52 (X11; Linux i686; U; en)", - "Opera/8.52 (Windows NT 5.1; U; ru)", - "Opera/8.52 (Windows NT 5.1; U; en)", - "Opera/8.52 (Windows NT 5.0; U; en)", - "Opera/8.52 (Windows ME; U; en)", - "Mozilla/5.0 (X11; Linux i686; U; en) Opera 8.52", - "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.52", - "Mozilla/5.0 (Windows NT 5.1; U; de) Opera 8.52", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.52", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; pl) Opera 8.52", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.52", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.52", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.52", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; en) Opera 8.52", - "Opera/8.51 (X11; U; Linux i686; en-US; rv:1.8)", - "Opera/8.51 (X11; Linux x86_64; U; en)", - "Opera/8.51 (X11; Linux i686; U; en)", - "Opera/8.51 (Windows NT 5.1; U; pl)", - "Opera/8.51 (Windows NT 5.1; U; nb)", - "Opera/8.51 (Windows NT 5.1; U; fr)", - "Opera/8.51 (Windows NT 5.1; U; en)", - "Opera/8.51 (Windows NT 5.1; U; de)", - "Opera/8.51 (Windows NT 5.0; U; en)", - "Opera/8.51 (Windows 98; U; en)", - "Opera/8.51 (Macintosh; PPC Mac OS X; U; de)", - "Opera/8.51 (FreeBSD 5.1; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; ru) Opera 8.51", - "Mozilla/5.0 (Windows NT 5.1; U; fr) Opera 8.51", - "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.51", - "Mozilla/5.0 (Windows ME; U; en) Opera 8.51", - "Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en) Opera 8.51", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; ru) Opera 8.51", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.51", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; sv) Opera 8.51", - "Opera/8.50 (Windows NT 5.1; U; ru)", - "Opera/8.50 (Windows NT 5.1; U; pl)", - "Opera/8.50 (Windows NT 5.1; U; fr)", - "Opera/8.50 (Windows NT 5.1; U; es-ES)", - "Opera/8.50 (Windows NT 5.1; U; en)", - "Opera/8.50 (Windows NT 5.1; U; de)", - "Opera/8.50 (Windows NT 5.0; U; fr)", - "Opera/8.50 (Windows NT 5.0; U; en)", - "Opera/8.50 (Windows NT 5.0; U; de)", - "Opera/8.50 (Windows NT 4.0; U; zh-cn)", - "Opera/8.50 (Windows ME; U; en)", - "Opera/8.50 (Windows 98; U; ru)", - "Opera/8.50 (Windows 98; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.50", - "Mozilla/5.0 (Windows NT 5.1; U; de) Opera 8.50", - "Mozilla/5.0 (Windows NT 5.0; U; de) Opera 8.50", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; ru) Opera 8.50", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; en) Opera 8.50", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; tr) Opera 8.50", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; sv) Opera 8.50", - "Opera/8.10 (Windows NT 5.1; U; en)", - "Opera/8.02 (Windows NT 5.1; U; ru)", - "Opera/8.02 (Windows NT 5.1; U; en)", - "Opera/8.02 (Windows NT 5.1; U; de)", - "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.02", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.02", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.02", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.02", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.02", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; de) Opera 8.02", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME; pl) Opera 8.02", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; de) Opera 8.02", - "Opera/8.01 (Windows NT 5.1; U; pl)", - "Opera/8.01 (Windows NT 5.1; U; fr)", - "Opera/8.01 (Windows NT 5.1; U; en)", - "Opera/8.01 (Windows NT 5.1; U; de)", - "Opera/8.01 (Windows NT 5.0; U; de)", - "Opera/8.01 (Macintosh; U; PPC Mac OS; en)", - "Opera/8.01 (Macintosh; PPC Mac OS X; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.01", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.01", - "Opera/8.00 (Windows NT 5.1; U; en)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00", - "Opera/8.0 (X11; Linux i686; U; cs)", - "Opera/8.0 (Windows NT 5.1; U; en)", - "Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; IT) Opera 8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; en) Opera 8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; de) Opera 8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE) Opera 8.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; en) Opera 8.0", - "Mozilla/5.0 (X11; Linux i386; U) Opera 7.60 [en-GB]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 7.60", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54u1 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.54u1 [en]", - "Opera/7.54 (X11; Linux i686; U) [en]", - "Opera/7.54 (Windows NT 5.1; U) [en]", - "Opera/7.54 (Windows NT 5.1; U) [it]", - "Opera/7.54 (Windows NT 5.1; U) [en]", - "Opera/7.54 (Windows NT 5.1; U) [de]", - "Opera/7.54 (Windows NT 5.0; U) [en]", - "Opera/7.54 (Windows NT 5.0; U) [de]", - "Opera/7.54 (Windows 98; U) [de]", - "Mozilla/5.0 (X11; Linux i686; U) Opera 7.54 [en]", - "Mozilla/5.0 (X11; Linux i686; U) Opera 7.54 [en]", - "Mozilla/5.0 (Windows NT 5.1; U) Opera 7.54 [de]", - "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.54 [en]", - "Mozilla/4.78 (Windows NT 5.1; U) Opera 7.54 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.54 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.54 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.54 [pl]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.54 [de]", - "Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC) Opera 7.54 [en]", - "Opera/7.53 (X11; Linux i686; U) [en_US]", - "Opera/7.53 (Windows NT 5.1; U) [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.53 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.53 [en]", - "Opera/7.52 (Windows NT 5.1; U) [en]", - "Opera/7.52 (Windows NT 5.1; U) [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.52 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.52 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.52 [en]", - "Opera/7.51 (X11; SunOS sun4u; U) [de]", - "Opera/7.51 (Windows NT 5.1; U) [en]", - "Opera/7.51 (Linux) [en]", - "Mozilla/4.78 (Windows NT 5.1; U) Opera 7.51 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.51 [ru]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.51 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.51 [en]", - "Opera/7.50 (Windows XP; U)", - "Opera/7.50 (Windows NT 5.1; U) [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.50 [ru]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.50 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.50 [ru]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.50 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.50 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; ; Linux x86_64) Opera 7.50 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; ; Linux i686) Opera 7.50 [en]", - "Opera/7.23 (Windows NT 6.0; U) [zh-cn]", - "Opera/7.23 (Windows NT 5.1; U; sv)", - "Opera/7.23 (Windows NT 5.0; U) [en]", - "Opera/7.23 (Windows NT 5.0; U) [fr]", - "Opera/7.23 (Windows NT 5.0; U) [en]", - "Opera/7.23 (Windows 98; U) [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.23 [fi]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [ru]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [ru]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [en-GB]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.23 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.23 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.23 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.23 [ca]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) Opera 7.23 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.23 [en]", - "Opera/7.22 (Windows NT 5.1; U) [de]", - "Opera/7.21 (Windows NT 5.1; U) [en]", - "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.21 [en]", - "Opera/7.20 (Windows NT 5.1; U) [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.20 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.20 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.20 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.20 [de]", - "Opera/7.11 (Windows NT 5.1; U) [pl]", - "Opera/7.11 (Windows NT 5.1; U) [en]", - "Opera/7.11 (Windows NT 5.1; U) [de]", - "Opera/7.11 (Windows NT 5.0; U) [en]", - "Opera/7.11 (Windows NT 5.0; U) [de]", - "Opera/7.11 (Windows 98; U) [en]", - "Opera/7.11 (Windows 98; U) [de]", - "Opera/7.11 (Linux 2.6.0-test4 i686; U) [en]", - "Mozilla/5.0 (Windows NT 5.1; U) Opera 7.11 [en]", - "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.11 [en]", - "Mozilla/5.0 (Linux 2.4.21-0.13mdk i686; U) Opera 7.11 [en]", - "Mozilla/4.78 (Windows NT 5.0; U) Opera 7.11 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11 [ru]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.11 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.11 [fr]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.11 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.11 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) Opera 7.11 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.11 [en]", - "Opera/7.10 (Windows NT 5.1; U) [en]", - "Opera/7.10 (Windows NT 5.0; U) [en]", - "Opera/7.10 (Windows NT 4.0; U) [de]", - "Opera/7.10 (Linux Debian;en-US)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.10 [fr]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.10 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Opera 7.10 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0) Opera 7.10 [de]", - "Mozilla/3.0 (Windows NT 5.0; U) Opera 7.10 [de]", - "Opera/7.03 (Windows NT 5.1; U) [en]", - "Opera/7.03 (Windows NT 5.1; U) [de]", - "Opera/7.03 (Windows NT 5.0; U) [en]", - "Opera/7.03 (Windows NT 5.0; U) [de]", - "Opera/7.03 (Windows NT 4.0; U) [en]", - "Opera/7.03 (Windows 98; U) [en]", - "Opera/7.03 (Windows 98; U) [de]", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.6) Gecko/2009020911 Ubuntu/8.10 (intrepid) Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.03 [de]", - "Mozilla/5.0 (Windows NT 5.1; U) Opera 7.03 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.03 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.03 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.03 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.03 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows ME) Opera 7.03 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.03 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.03 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 95) Opera 7.03 [de]", - "Opera/7.02 (Windows NT 5.1; U) [fr]", - "Opera/7.02 (Windows 98; U) [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.02 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.02 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.02 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows ME) Opera 7.02 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.02 [en]", - "Opera/7.01 (Windows NT 5.1; U) [en]", - "Opera/7.01 (Windows NT 5.0; U) [en]", - "Opera/7.01 (Windows 98; U) [fr]", - "Opera/7.01 (Windows 98; U) [en]", - "Mozilla/5.0 (Windows NT 5.0; U) Opera 7.01 [en]", - "Mozilla/4.78 (Windows NT 5.0; U) Opera 7.01 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.01 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.01 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.01 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.01 [en]", - "Mozilla/3.0 (Windows NT 5.0; U) Opera 7.01 [en]", - "Opera/7.0 (Windows NT 5.1; U) [en]", - "Opera/7.0 (Windows NT 4.0; U) [en]", - "Opera/7.0 (Windows NT 4.0; U) [de]", - "Opera/7.0 (Windows 98; U) [en]", - "Opera/7.0 (Windows 2000; U) [en]", - "Opera/7.0 (Windows 2000; U) [de]", - "Mozilla/5.0 (Windows 2000; U) Opera 7.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows XP) Opera 7.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.1) Opera 7.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.0 [de]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows ME) Opera 7.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 98) Opera 7.0 [en]", - "Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows 2000) Opera 7.0 [en]", - "Opera/6.12 (Linux 2.4.20-4GB i686; U) [en]", - "Opera/6.12 (Linux 2.4.18-14cpq i686; U) [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.12 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-4GB i686) Opera 6.12 [de]", - "Opera/6.11 (Linux 2.4.18-bf2.4 i686; U) [en]", - "Opera/6.11 (Linux 2.4.18-4GB i686; U) [en]", - "Opera/6.11 (Linux 2.4.10-4GB i686; U) [en]", - "Opera/6.11 (FreeBSD 4.7-RELEASE i386; U) [en]", - "Mozilla/5.0 (Linux 2.4.19-16mdk i686; U) Opera 6.11 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.11 [fr]", - "Mozilla/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.11 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.4 i686) Opera 6.11 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-13.7 i686) Opera 6.11 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.11 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-16mdk i686) Opera 6.11 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18 i686) Opera 6.11 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.10-4GB i686) Opera 6.11 [en]", - "Mozilla/5.0 (Linux 2.4.18-ltsp-1 i686; U) Opera 6.1 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19 i686) Opera 6.1 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18-4GB i686) Opera 6.1 [de]", - "Mozilla/5.0 (Windows XP; U) Opera 6.06 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.06 [fr]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.06 [de]", - "Opera/6.05 (Windows XP; U) [en]", - "Opera/6.05 (Windows XP; U) [en]", - "Opera/6.05 (Windows XP; U) [de]", - "Opera/6.05 (Windows NT 4.0; U) [ro]", - "Opera/6.05 (Windows NT 4.0; U) [fr]", - "Opera/6.05 (Windows NT 4.0; U) [de]", - "Opera/6.05 (Windows ME; U) [fr]", - "Opera/6.05 (Windows ME; U) [de]", - "Opera/6.05 (Windows 98; U) [fr]", - "Opera/6.05 (Windows 98; U) [en]", - "Opera/6.05 (Windows 98; U) [de]", - "Opera/6.05 (Windows 2000; U) [oc]", - "Opera/6.05 (Windows 2000; U) [ja]", - "Opera/6.05 (Windows 2000; U) [it]", - "Opera/6.05 (Windows 2000; U) [fr]", - "Opera/6.05 (Windows 2000; U) [en]", - "Opera/6.05 (Windows 2000; U) [de]", - "Mozilla/5.0 (Windows XP; U) Opera 6.05 [de]", - "Mozilla/5.0 (Windows NT 4.0; U) Opera 6.05 [en]", - "Mozilla/5.0 (Windows ME; U) Opera 6.05 [de]", - "Opera/6.04 (Windows XP; U) [en]", - "Opera/6.04 (Windows XP; U) [de]", - "Opera/6.04 (Windows NT 4.0; U) [en]", - "Opera/6.04 (Windows NT 4.0; U) [de]", - "Opera/6.04 (Windows 98; U) [en-GB]", - "Opera/6.04 (Windows 2000; U) [en]", - "Opera/6.04 (Windows 2000; U) [de]", - "Mozilla/5.0 (Windows 2000; U) Opera 6.04 [en]", - "Mozilla/4.78 (Windows 2000; U) Opera 6.04 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04 [fr]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.04 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.04 [pl]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.04 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.04 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.04 [de]", - " Opera/6.04 (Windows XP; U) [de]", - " Opera/6.04 (Windows 2000; U) [en]", - " Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.04 [en]", - "Opera/6.03 (Windows NT 4.0; U) [en]", - "Opera/6.03 (Windows 98; U) [en]", - "Opera/6.03 (Windows 2000; U) [en]", - "Opera/6.03 (Linux 2.4.18-18.7.x i686; U) [en]", - "Mozilla/5.0 (Windows 2000; U) Opera 6.03 [en]", - "Mozilla/5.0 (Linux 2.4.18-18.7.x i686; U) Opera 6.03 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.03 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.03 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-4GB i686) Opera 6.03 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.19-4GB i686) Opera 6.03 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18-4GB i686) Opera 6.03 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.0-64GB-SMP i686) Opera 6.03 [en]", - "Opera/6.02 (Windows NT 4.0; U) [de]", - "Mozilla/5.0 (Windows 2000; U) Opera 6.02 [en]", - "Mozilla/5.0 (Linux; U) Opera 6.02 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.02 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.02 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.02 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.02 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.20-686 i686) Opera 6.02 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.18-4GB i686) Opera 6.02 [en]", - " Opera/6.02 (Windows NT 4.0; U) [de]", - "Opera/6.01 (X11; U; nn)", - "Opera/6.01 (Windows XP; U) [de]", - "Opera/6.01 (Windows 98; U) [en]", - "Opera/6.01 (Windows 98; U) [de]", - "Opera/6.01 (Windows 2000; U) [en]", - "Opera/6.01 (Windows 2000; U) [de]", - "Mozilla/5.0 (Windows 2000; U) Opera 6.01 [en]", - "Mozilla/5.0 (Windows 2000; U) Opera 6.01 [de]", - "Mozilla/4.78 (Windows 2000; U) Opera 6.01 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.01 [it]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.01 [et]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.01 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.01 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.01 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 6.01 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 6.01 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01 [it]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01 [fr]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.01 [de]", - "Opera/6.0 (Windows XP; U) [de]", - "Opera/6.0 (Windows ME; U) [de]", - "Opera/6.0 (Windows 2000; U) [fr]", - "Opera/6.0 (Windows 2000; U) [de]", - "Opera/6.0 (Macintosh; PPC Mac OS X; U)", - "Mozilla/4.76 (Windows NT 4.0; U) Opera 6.0 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows XP) Opera 6.0 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.0 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 6.0 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0 [fr]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 6.0 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 6.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 6.0 [de]", - "Opera/5.12 (Windows NT 5.1; U) [de]", - "Opera/5.12 (Windows 98; U) [en]", - "Mozilla/5.0 (Windows 98; U) Opera 5.12 [de]", - "Mozilla/4.76 (Windows NT 4.0; U) Opera 5.12 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 5.12 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 5.12 [it]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 5.12 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.12 [it]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.12 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.12 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 5.12 [en]", - " Opera/5.12 (Windows NT 5.1; U) [de]", - "Opera/5.11 (Windows 98; U) [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 5.11 [de]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows ME) Opera 5.11 [en]", - "Opera/5.02 (Windows 98; U) [en]", - "Opera/5.02 (Macintosh; U; id)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.1) Opera 5.02 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 5.02 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 98) Opera 5.02 [en]", - " Opera/5.02 (Windows NT 5.0; U) [en]", - "Opera/5.0 (Ubuntu; U; Windows NT 6.1; es; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13", - "Opera/5.0 (SunOS 5.8 sun4u; U) [en]", - "Mozilla/5.0 (SunOS 5.8 sun4u; U) Opera 5.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; SunOS 5.8 sun4u) Opera 5.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 5.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux) Opera 5.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.4-4GB i686) Opera 5.0 [en]", - "Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.0-4GB i686) Opera 5.0 [en]", - "Opera/4.02 (Windows 98; U) [en]", - "Mozilla/5.0 (Macintosh; ; Intel Mac OS X; fr; rv:1.8.1.1) Gecko/20061204 Opera", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE) Opera" - ], - "Orca": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; x64; fr; rv:1.9.1.1) Gecko/20090722 Firefox/3.5.1 Orca/1.2 build 2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.1) Gecko/20090722 Firefox/3.5.1 Orca/1.2 build 2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090722 Firefox/3.5.1 Orca/1.2 build 2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.7) Gecko/2009030821 Firefox/3.0.7 Orca/1.1 build 2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.7) Gecko/2009030821 Firefox/3.0.7 Orca/1.1 build 2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009022300 Firefox/3.0.6 Orca/1.1 build 1" - ], - "Oregano": [ - "Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)", - "Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)" - ], - "osb-browser": [ - "Mozilla/5.0 (X11; U; Linux i686; en-us) AppleWebKit/146.1 (KHTML, like Gecko) osb-browser/0.5" - ], - "Palemoon": [ - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.6) Gecko/20150723 PaleMoon/25.6.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.6) Gecko/20150723 Firefox/31.9 PaleMoon/25.6.0", - "Mozilla/5.0 (Windows NT 6.1; rv:25.5) Gecko/20150609 Firefox/31.9 PaleMoon/25.5.0", - "Mozilla/5.0 (Windows NT 5.2; rv:25.5) Gecko/20150609 Firefox/31.9 PaleMoon/25.5.0", - "(Windows NT 6.2; WOW64) KHTML/4.11 Gecko/20130308 Firefox/33.0 (PaleMoon/25.1)", - "(Windows NT 6.2; WOW64) KHTML/4.11 Gecko/20130308 Firefox/23.0 (PaleMoon/20.3)", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:19.0) Gecko/20130308 Firefox/19.0 PaleMoon/19.0.2", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:15.0) Gecko/20120919 Firefox/15.1.1-x64 PaleMoon/15.1.1-x64", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:15.0) Gecko/20120919 Firefox/15.1.1-x64 PaleMoon/15.1.1-x64", - "Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120919 Firefox/15.1.1 PaleMoon/15.1.1", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:15.0) Gecko/20120912 Firefox/15.1-x64 PaleMoon/15.1-x64", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120911 Firefox/15.1 PaleMoon/15.1", - "Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120911 Firefox/15.1 PaleMoon/15.1", - "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120911 Firefox/15.1 PaleMoon/15.1", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:15.0) Gecko/20120819 Firefox/15.0-x64 PaleMoon/15.0-x64", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:15.0) Gecko/20120819 Firefox/15.0-x64 PaleMoon/15.0-x64", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120819 Firefox/15.0 PaleMoon/15.0", - "Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120819 Firefox/15.0 PaleMoon/15.0", - "Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20120819 Firefox/15.0 PaleMoon/15.0", - "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120819 Firefox/15.0 PaleMoon/15.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.3) Gecko/20120728 Firefox/12.3r2 PaleMoon/12.3r2", - "Mozilla/5.0 (Windows NT 6.1; rv:12.3) Gecko/20120728 Firefox/12.3r2 PaleMoon/12.3r2", - "Mozilla/5.0 (Windows NT 6.0; rv:12.3) Gecko/20120728 Firefox/12.3r2 PaleMoon/12.3r2", - "Mozilla/5.0 (Windows NT 5.1; rv:12.3) Gecko/20120728 Firefox/12.3r2 PaleMoon/12.3r2", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.3) Gecko/20120714 Firefox/12.3-x64 PaleMoon/12.3-x64", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.3) Gecko/20120717 Firefox/12.3 PaleMoon/12.3", - "Mozilla/5.0 (Windows NT 6.1; rv:12.3) Gecko/20120717 Firefox/12.3 PaleMoon/12.3", - "Mozilla/5.0 (Windows NT 6.1; rv:12.3) Gecko/20120714 Firefox/12.3 PaleMoon/12.3", - "Mozilla/5.0 (Windows NT 6.0; rv:12.3) Gecko/20120717 Firefox/12.3 PaleMoon/12.3", - "Mozilla/5.0 (Windows NT 5.1; rv:12.3) Gecko/20120717 Firefox/12.3 PaleMoon/12.3", - "Mozilla/5.0 (Windows NT 5.1; rv:12.3) Gecko/20120714 Firefox/12.3 PaleMoon/12.3", - "Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:12.2.1) Gecko/20120616 Firefox/12.2.1-x64 PaleMoon/12.2.1-x64", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.2.1) Gecko/20120616 Firefox/12.2.1-x64 PaleMoon/12.2.1-x64", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.2.1) Gecko/20120616 Firefox/13.0.1 PaleMoon/12.2.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.2.1) Gecko/20120616 Firefox/13.0 PaleMoon/12.2.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.2.1) Gecko/20120616 Firefox/12.2.1 PaleMoon/12.2.1", - "Mozilla/5.0 (Windows NT 6.1; rv:12.2.1) Gecko/20120616 Firefox/12.2.1 PaleMoon/12.2.1", - "Mozilla/5.0 (Windows NT 5.1; rv:12.2.1) Gecko/20120616 PaleMoon/12.2.1", - "Mozilla/5.0 (Windows NT 5.1; rv:12.2.1) Gecko/20120616 Firefox/12.2.1 PaleMoon/12.2.1", - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.2) Gecko/20120606 Firefox/12.2-x64 PaleMoon/12.2-x64", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:12.2) Gecko/20120605 Firefox/12.2 PaleMoon/12.2", - "Mozilla/5.0 (Windows NT 6.0; WOW64; rv:12.2) Gecko/20120605 Firefox/12.2 PaleMoon/12.2", - "Mozilla/5.0 (Windows NT 5.1; rv:12.2) Gecko/20120605 Firefox/12.2 PaleMoon/12.2", - "Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120605 Firefox/12.2 Palemoon/12.2", - "Mozilla/5.0 (Windows NT 6.0; rv:12.0) Gecko/20120424 Firefox/12.0 PaleMoon/12.0", - "Mozilla/5.0 (Windows NT 6.0; rv:11.0) Gecko/20120319 Firefox/11.0 PaleMoon/11.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.9.2.8) Gecko/20100817 Firefox/3.6.8 (Palemoon/3.6.8a)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.32) Gecko/20120529 Firefox/3.6.32 (Palemoon/3.6.32)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.9.2.32) Gecko/20120529 Firefox/3.6.32 (Palemoon/3.6.32)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.32) Gecko/20120529 Firefox/3.6.32 (Palemoon/3.6.32)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.9.2.32) Gecko/20120529 Firefox/3.6.32 (Palemoon/3.6.32)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.32) Gecko/20120529 Firefox/3.6.32 (Palemoon/3.6.32)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.31) Gecko/20120408 Firefox/3.6.31 (Palemoon/3.6.31)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.30) Gecko/20120217 Firefox/3.6.30 (Palemoon/3.6.30)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.30) Gecko/20120217 Firefox/3.6.30 (Palemoon/3.6.30)", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2.30) Gecko/20120217 Firefox/3.6.30 (Palemoon/3.6.30)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja-JP; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3 (Palemoon/3.6.3)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3 (Palemoon/3.6.3)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3 (Palemoon/3.6.3) (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3 (Palemoon/3.6.3) GTB7.0 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3 (Palemoon/3.6.3) (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3 (Palemoon/3.6.3) (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100403 Firefox/3.6.3 (Palemoon/3.6.3)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.2) Gecko/20100324 Firefox/3.6.2 (Palemoon/3.6.2)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.2) Gecko/20100324 Firefox/3.6.2 (Palemoon/3.6.2) (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110531 Firefox/3.6.17 (Palemoon/3.6.17)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101211 Firefox/3.6.13 (Palemoon/3.6.13) GTB7.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101211 Firefox/3.6.13 (Palemoon/3.6.13)", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101023 Firefox/3.6.11 (Palemoon/3.6.11) ( .NET CLR 3.5.30729; .NET4.0E)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101023 Firefox/3.6.11 (Palemoon/3.6.11)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.9.2) Gecko/20100206 Palemoon/3.6.0.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100206 Palemoon/3.6.0.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100206 Palemoon/3.6.0.5" - ], - "Phoenix": [ - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030411 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.3a) Gecko/20021207 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030403 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20030105 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3a) Gecko/20030101 Phoenix/0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4", - "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021203 Phoenix/0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021029 Phoenix/0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021014 Phoenix/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021014 Phoenix/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021014 Phoenix/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021001 Phoenix/0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20020923 Phoenix/0.1" - ], - "Pogo": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080414 Firefox/2.0.0.13 Pogo/2.0.0.13.6866" - ], - "Prism": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100402 Prism/1.0b4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Prism/1.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2pre) Gecko/20100115 Prism/1.0b3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 Prism/1.0b2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.17) Gecko/2010010604 prism/0.8" - ], - "QtWeb Internet Browser": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/533.3 (KHTML, like Gecko) QtWeb Internet Browser/3.7 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/3.0 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/2.0 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/1.7 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-CO) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/1.7 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/1.7 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr-TR) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/1.5 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/1.5 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko) QtWeb Internet Browser/1.2 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/523.15 (KHTML, like Gecko) QtWeb Internet Browser/1.2 http://www.QtWeb.net", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB) AppleWebKit/523.15 (KHTML, like Gecko) QtWeb Internet Browser/1.2 http://www.QtWeb.net" - ], - "Rekonq": [ - "Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ) AppleWebKit/533.3 (KHTML, like Gecko) rekonq Safari/533.3", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL) AppleWebKit/533.3 (KHTML, like Gecko) rekonq Safari/533.3", - "Mozilla/5.0 (X11; U; Linux i686; en-GB) AppleWebKit/533.3 (KHTML, like Gecko) rekonq Safari/533.3" - ], - "retawq": [ - "retawq/0.2.6c [en] (text)" - ], - "RockMelt": [ - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.494 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.484 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.484 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.478 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.478 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.471 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.423 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.423 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.390 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.58.209 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.357 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.357 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.357 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.357 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.357 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.343 Chrome/11.0.696.71 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.310 Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.310 Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.310 Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.310 Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.292 Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.292 Chrome/11.0.696.68 Safari/534.24", - "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.283 Chrome/11.0.696.65 Safari/534.24", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) RockMelt/0.9.56.283 Chrome/11.0.696.65 Safari/534.24", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.549 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.549 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.549 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.549 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.549 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.549 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.518 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.518 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.518 Chrome/10.0.648.205 Safari/534.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.459 Chrome/10.0.648.204 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.459 Chrome/10.0.648.204 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) RockMelt/0.9.50.459 Chrome/10.0.648.204 Safari/534.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.48.59 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.48.59 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.48.59 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.48.59 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.48.58 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.48.51 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.48.51 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.46.126 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.9.46.126 Chrome/9.0.597.107 Safari/534.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) RockMelt/0.8.40.147 Chrome/8.0.552.231 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.10 (KHTML, like Gecko) RockMelt/0.8.40.147 Chrome/8.0.552.231 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) RockMelt/0.8.40.147 Chrome/8.0.552.231 Safari/534.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.10 (KHTML, like Gecko) RockMelt/0.8.40.147 Chrome/8.0.552.231 Safari/534.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.10 (KHTML, like Gecko) RockMelt/0.8.40.147 Chrome/8.0.552.231 Safari/534.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.79 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.79 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.74 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.128 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.128 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.128 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.116 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.116 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.116 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.116 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.116 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.7 (KHTML, like Gecko) RockMelt/0.8.36.116 Chrome/7.0.517.44 Safari/534.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; ha) AppleWebKit/534.13 (KHTML, like Gecko) RockMelt/0.445.436.1326 Chrome/12.0.632.107 Safari/534.13" - ], - "Safari": [ - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A", - "Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10", - "Mozilla/5.0 (iPad; CPU OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko ) Version/5.1 Mobile/9B176 Safari/7534.48.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; de-at) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; da-dk) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; tr-TR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ko-KR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr-FR) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; cs-CZ) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; zh-cn) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; ja-jp) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; zh-cn) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; sv-se) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; ko-kr) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; ja-jp) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; it-it) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; fr-fr) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; es-es) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-gb) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; sv-SE) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja-JP) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu-HU) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-DE) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/534.16+ (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; fr-ch) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; de-de) AppleWebKit/534.15+ (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; ar) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Android 2.2; Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-HK) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; tr-TR) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; nb-NO) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; zh-cn) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5", - "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_3 like Mac OS X; ja-jp) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5", - "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_3_1 like Mac OS X; zh-cn) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5", - "Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; he-il) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; ru; CPU iPhone OS 4_2_1 like Mac OS X; ru) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; ru; CPU iPhone OS 4_2_1 like Mac OS X; fr) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; fr; CPU iPhone OS 4_2_1 like Mac OS X; fr) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; zh-tw) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; pl-pl) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; fr-fr) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8F190 Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; ru-ru) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; nb-no) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148a Safari/6533.18.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; th-th) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+", - "Mozilla/5.0 (X11; U; Linux x86_64; en-ca) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ja-JP) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; zh-cn) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ru-ru) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ko-kr) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; it-it) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; HTC-P715a; en-ca) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/534.1+ (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-au) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; el-gr) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ca-es) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; zh-tw) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; ja-jp) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; it-it) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-en) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; nl-nl) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; ja-jp) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; de-de) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7; en-us) AppleWebKit/533.4 (KHTML, like Gecko) Version/4.1 Safari/533.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; nb-no) AppleWebKit/533.16 (KHTML, like Gecko) Version/4.1 Safari/533.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/526.9 (KHTML, like Gecko) Version/4.0dp1 Safari/526.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; tr) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; de) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081212 Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/526.9 (KHTML, like Gecko) Version/4.0dp1 Safari/526.8", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-gb) AppleWebKit/528.10+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-gb) AppleWebKit/528.4+ (KHTML, like Gecko) Version/4.0dp1 Safari/526.11.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; es-ES) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-gb) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; da-dk) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; ja-jp) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/533.4+ (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; de-de) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; ja-jp) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; nl-nl) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B5097d Safari/6531.22.7", - "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7", - "Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10gin_lib.cc", - "Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10", - "Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/123", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-TW) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ko-KR) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE) AppleWebKit/532+ (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_1; en_GB, en_US) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; hu-hu) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.21.11 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; ru-ru) AppleWebKit/533.2+ (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; de-at) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10", - "Mozilla/5.0 (iPhone; 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", - "Mozilla/5.0 (iPhone Simulator; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7D11 Safari/531.21.10", - "Mozilla/5.0 (iPad;U;CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/531.21.10", - "Mozilla/5.0 (iPad; U; CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/53", - "Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; es-es) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10", - "Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; es-es) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B360 Safari/531.21.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-ch) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/532.0+ (KHTML, like Gecko) Version/4.0.3 Safari/531.9.2009", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; en-us) AppleWebKit/532.0+ (KHTML, like Gecko) Version/4.0.3 Safari/531.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_1; nl-nl) AppleWebKit/532.3+ (KHTML, like Gecko) Version/4.0.3 Safari/531.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; fi-fi) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.3 Safari/531.21.10", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6) AppleWebKit/531.4 (KHTML, like Gecko) Version/4.0.3 Safari/531.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532+ (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; zh-TW) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl-PL) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/4.0.1 Safari/530.18", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.1 Safari/530.18", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru-RU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ja-JP) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu-HU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; he-IL) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; he-IL) AppleWebKit/528+ (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; es-es) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-DE) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fi-FI) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.29", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; de-de) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/528+ (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb-NO) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ko-KR) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE) AppleWebKit/528+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_8; ja-jp) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; nl-nl) AppleWebKit/530.0+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-us) AppleWebKit/530.1+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; sv-se) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; pl-pl) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; it-it) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; es-es) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; zh-tw) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; ru-ru) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; nb-no) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; ko-kr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; it-it) AppleWebKit/528.8+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; it-it) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; hr-hr) AppleWebKit/530.1+ (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; fr-fr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; hu-HU) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; fi-fi) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; en-us) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; sv-se) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; ja-jp) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.25 (KHTML, like Gecko) Version/3.2 Safari/525.25", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; pl-PL) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; pt-BR) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT) AppleWebKit/525+ (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Windows; U; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.1.2 Safari/525.21", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_5; fr-fr) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; fr-fr) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; sv-se) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; fr) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/530.6+ (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.7+ (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.4+ (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-gb) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525+ (KHTML, like Gecko) Version/3.1.1 Safari/525.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ca-es) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_0_1 like Mac OS X; fr-fr) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5G77 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; sv-se) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_3; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; ja-jp) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; de-de) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; nl-nl) AppleWebKit/527+ (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; nb-no) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; hu-hu) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; es-es) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_3; en-ca) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; ja-jp) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; ru-RU) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en-gb) AppleWebKit/526+ (KHTML, like Gecko) Version/3.1 Safari/525.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en-gb) AppleWebKit/526+ (KHTML, like Gecko) Version/3.1 iPhone", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; nl-nl) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; zh-tw) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; pt-br) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; it-it) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; fr-fr) AppleWebKit/525.9 (KHTML, like Gecko) Version/3.1 Safari/525.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; es-es) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/526.1+ (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.9 (KHTML, like Gecko) Version/3.1 Safari/525.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.7 (KHTML, like Gecko) Version/3.1 Safari/525.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-gb) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-au) AppleWebKit/525.8+ (KHTML, like Gecko) Version/3.1 Safari/525.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/525+ (KHTML, like Gecko) Version/3.0.4 Safari/523.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-dk) AppleWebKit/523.15.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.15", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_4; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.3+ (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; sv-se) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; sv-se) AppleWebKit/523.10.6 (KHTML, like Gecko) Version/3.0.4 Safari/523.10.6", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; sv-se) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ko-kr) AppleWebKit/523.15.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.15", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ja-jp) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ja-jp) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it-it) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it-it) AppleWebKit/523.10.6 (KHTML, like Gecko) Version/3.0.4 Safari/523.10.6", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr-fr) AppleWebKit/525.1+ (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr-fr) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr) AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; es-es) AppleWebKit/523.15.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.15", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/525.1+ (KHTML, like Gecko) Version/3.0.4 Safari/523.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; cs) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK) AppleWebKit/523.11.1+ (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; da) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs) AppleWebKit/522.15.5 (KHTML, like Gecko) Version/3.0.3 Safari/522.15.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.6 (KHTML, like Gecko) Version/3.0.3 Safari/523.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/523.3+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ca-es) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ru-ru) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/523.9+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/523.5+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/523.2+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/522.11.1 (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; zh) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; el) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; cs) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/522+ (KHTML, like Gecko) Version/3.0.2 Safari/522.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11 (KHTML, like Gecko) Version/3.0.2 Safari/522.12", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522+ (KHTML, like Gecko) Version/3.0.2 Safari/522.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fi) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; th) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.4.1+ (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en) AppleWebKit/522.12.1 (KHTML, like Gecko) Version/3.0.1 Safari/522.12.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE) AppleWebKit/523.13 (KHTML, like Gecko) Version/3.0 Safari/523.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; nl) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; da-DK) AppleWebKit/523.12.9 (KHTML, like Gecko) Version/3.0 Safari/523.12.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; pt) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; nl) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; tr-TR) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; sv) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/525+ (KHTML, like Gecko) Version/3.0 Safari/523.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL) AppleWebKit/523.12.9 (KHTML, like Gecko) Version/3.0 Safari/523.12.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nb) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; id) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; hr) AppleWebKit/522.11.3 (KHTML, like Gecko) Version/3.0 Safari/522.11.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR) AppleWebKit/523.15 (KHTML, like Gecko) Version/3.0 Safari/523.15", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418.9 (KHTML, like Gecko) Safari/", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; pt-pt) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fi-fi) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-es) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_CA) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; tr-tr) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nb-no) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nb-no) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/417.9 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418 (KHTML, like Gecko) Safari/417.9.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nl-nl) AppleWebKit/416.11 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; nb-no) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.12 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-ca) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.11 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/416.12 (KHTML, like Gecko) Safari/416.13", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS; pl-pl) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS; en-en) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-ES) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_US) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412 (KHTML, like Gecko) Safari/412 Privoxy/3.0", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6.2 (KHTML, like Gecko) Safari/412.2.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6.2 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6.2 (KHTML, like Gecko) Safari/412.2.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412.6 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/412 (KHTML, like Gecko) Safari/412", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.8.1 (KHTML, like Gecko) Safari/312.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.3.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.8.1 (KHTML, like Gecko) Safari/312.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-es) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.5.2 (KHTML, like Gecko) Safari/312.3.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.1 (KHTML, like Gecko) Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ch) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ca) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/312.1 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.1.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312.3.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-ch) AppleWebKit/312.1 (KHTML, like Gecko) Safari/312", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ch) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-ch) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.5.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.11", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12_Adobe", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_CA) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-au) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.4 (KHTML, like Gecko) Safari/100", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.4 (KHTML, like Gecko) Safari/125.9", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es-es) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-gb) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/85.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.2 (KHTML, like Gecko) Safari/125.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; it-it) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/124 (KHTML, like Gecko) Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko) Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/124 (KHTML, like Gecko) Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.8.2 (KHTML, like Gecko) Safari/85.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-gb) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/85.8.2 (KHTML, like Gecko) Safari/85.8.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.8.2 (KHTML, like Gecko) Safari/85.8", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.7", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816 Mobile Safari 1.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; zh-CN) AppleWebKit/533+ (KHTML, like Gecko)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko)", - "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.34 (KHTML, like Gecko) Dooble/1.40 Safari/534.34", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fi-fi) AppleWebKit/420+ (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8.1 (KHTML, like Gecko) Safari/312.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/419.2 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-ch) AppleWebKit/85 (KHTML, like Gecko) Safari/85", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-CH) AppleWebKit/419.2 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; da-dk) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; it-IT) AppleWebKit/521.25 (KHTML, like Gecko) Safari/521.24", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us) AppleWebKit/419.2.1 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Safari/419.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/521.32.1 (KHTML, like Gecko) Safari/521.32.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; es-es) AppleWebKit/531.22.7 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko)", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; it-it) AppleWebKit/525.18 (KHTML, like Gecko)" - ], - "SeaMonkey": [ - "Mozilla/5.0 (Windows NT 5.2; RW; rv:7.0a1) Gecko/20091211 SeaMonkey/9.23a1pre", - "Mozilla/5.0 (Windows NT 5.2; RW; rv:7.0a1) Gecko/20091211 SeaMonkey/9.23a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.2; WOW64; rv:1.8.0.7) Gecko/20110321 MultiZilla/4.33.2.6a SeaMonkey/8.6.55", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; rv:1.8.0.7) Gecko/20110321 MultiZilla/4.33.2.6a SeaMonkey/8.6.55", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; RW; rv:1.8.0.7) Gecko/20110321 MultiZilla/4.33.2.6a SeaMonkey/8.6.55", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:1.8.0.7) Gecko/20110321 MultiZilla/4.33.2.6a SeaMonkey/8.6.55", - "Mozilla/5.0 (X11; U; Linux i686; ru; rv:33.2.3.12) Gecko/20120201 SeaMonkey/8.2.8", - "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120501 Firefox/12.0 SeaMonkey/2.9.1 Lightning/1.4", - "Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120502 SeaMonkey/2.9.1", - "Mozilla/5.0 (Windows NT 6.1 WOW64 rv:12.0) Gecko/20120429 Firefox/12.0 SeaMonkey/2.9.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120427 Firefox/12.0 SeaMonkey/2.9", - "Mozilla/5.0 (Windows NT 5.0; rv:1.9.2.8) Gecko/20120427 Firefox/12.0 SeaMonkey/2.9", - "Mozilla/5.0 (Windows NT 6.2; rv:11.0) Gecko/20120312 Firefox/11.0 SeaMonkey/2.8", - "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2", - "Mozilla/5.0 (Windows NT 5.0; rv:10.0.2) Gecko/20120216 SeaMonkey/2.7.2", - "Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20130108 Firefox/10.0.12 SeaMonkey/2.7.2", - "Mozilla/5.0 (X11; Linux i686; rv:10.0.1) Gecko/20100101 Firefox/10.0.1 SeaMonkey/2.7.1", - "Mozilla/5.0 (X11 Linux i686 rv:10.0.1) Gecko/20100101 Firefox/10.0.1 SeaMonkey/2.7.1", - "Mozilla/5.0 (Windows NT 6.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1 SeaMonkey/2.7.1", - "Mozilla/5.0 (Windows NT 5.2; rv:10.0.1) Gecko/20100101 Firefox/10.0.1 SeaMonkey/2.7.1", - "Mozilla/5.0 (X11; Linux i686; rv:9.0.1) Gecko/20120127 SeaMonkey/2.6.1", - "Mozilla/5.0 (Windows NT 5.1 rv:9.0.1) Gecko/20111221 Firefox/9.0.1 SeaMonkey/2.6.1", - "Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111217 SeaMonkey/2.6", - "Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4", - "Mozilla/5.0 (Windows NT 10.0; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 Lightning/5.4", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110622 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110621 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110619 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110618 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110616 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110614 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110613 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110610 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110607 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.1; rv:7.0a1) Gecko/20110619 Firefox/7.0a1 SeaMonkey/2.4a1", - "Mozilla/5.0 (Windows NT 5.1; rv:7.0a1) Gecko/20110612 Firefox/7.0a1 SeaMonkey/2.4a1", - "Mozilla/5.0 (X11; Linux i686; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38", - "Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35", - "Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35", - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32a2", - "Mozilla/5.0 (X11 Linux x86_64 rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30", - "Mozilla/5.0 (Windows NT 6.1 rv:6.0.2) Gecko/20110902 Firefox/6.0.2 SeaMonkey/2.3.3", - "Mozilla/5.0 (Windows NT 5.1 rv:6.0.1) Gecko/20110830 Firefox/6.0.1 SeaMonkey/2.3.1", - "Mozilla/5.0 (Windows NT 5.1 rv:6.0) Gecko/20110820 Firefox/6.0 SeaMonkey/2.3.1", - "Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0) Gecko/20110818 Firefox/6.0 SeaMonkey/2.3", - "Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.3", - "Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 SeaMonkey/2.28a1", - "Mozilla/5.0 (Windows NT 6.2 WOW64 rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1", - "Mozilla/5.0 (X11; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0 SeaMonkey/2.25", - "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0 SeaMonkey/2.25", - "Mozilla/5.0 (Windows NT 5.1; rv:28.0) Gecko/20100101 Firefox/28.0 SeaMonkey/2.25 Lightning/3.0b1", - "Mozilla/5.0 (X11; FreeBSD amd64; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24", - "Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0 SeaMonkey/2.23a1", - "Mozilla/5.0 (Windows NT 6.1 WOW64 rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22.1", - "Mozilla/5.0 (X11; OpenBSD amd64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 Lightning/2.6b3", - "Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110602 Firefox/7.0a1 SeaMonkey/2.2a1pre Lightning/1.1a1pre", - "Mozilla/5.0 (X11; Linux i686; rv:7.0a1) Gecko/20110604 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (X11; Linux i686; rv:7.0a1) Gecko/20110603 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (X11; Linux i686; rv:7.0a1) Gecko/20110530 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (X11; Linux i686; rv:7.0a1) Gecko/20110526 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.2a1pre) Gecko/20110407 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.2a1pre) Gecko/20110327 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110605 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110603 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110602 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110601 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110530 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110529 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110527 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110526 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110525 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:7.0a1) Gecko/20110524 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:6.0a1) Gecko/20110512 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.2a1pre) Gecko/20110327 SeaMonkey/2.2a1pre", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 SeaMonkey/2.20", - "Mozilla/5.0 (Windows NT 5.0; rv:5.0) Gecko/20110706 Firefox/5.0 SeaMonkey/2.2", - "Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0 SeaMonkey/2.18a1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17", - "Mozilla/5.0 (Windows NT 5.2; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16.2", - "Mozilla/5.0 (Windows NT 6.0; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16", - "Mozilla/5.0 (Windows NT 5.1 rv:16.0) Gecko/20121026 Firefox/16.0 SeaMonkey/2.13.2", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121011 Firefox/16.0 SeaMonkey/2.13.1 Lightning/1.8", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121011 Firefox/16.0 SeaMonkey/2.13.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20121011 Firefox/16.0 SeaMonkey/2.13.1", - "Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20120906 SeaMonkey/2.13", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120830 Firefox/16.0 SeaMonkey/2.13 Lightning/1.8b1", - "Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121007 SeaMonkey/2.13", - "Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121007 Firefox/16.0 SeaMonkey/2.13", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10.5; rv:16.0) Gecko/20121009 Firefox/16.0 SeaMonkey/2.13", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120909 SeaMonkey/2.12.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120910 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120909 SeaMonkey/2.12.1", - "Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (Windows NT 5.2; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120909 SeaMonkey/2.12.1", - "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10.5; rv:15.0) Gecko/20120910 SeaMonkey/2.12.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20120909 SeaMonkey/2.12.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20120909 Firefox/15.0.1 SeaMonkey/2.12.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120826 Firefox/15.0 SeaMonkey/2.12 Lightning/1.7", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120826 Firefox/15.0 SeaMonkey/2.12", - "Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120817 SeaMonkey/2.11", - "Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120817 Firefox/14.0.1 SeaMonkey/2.11", - "Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120715 Firefox/14.0.1 SeaMonkey/2.11 Lightning/1.6", - "Mozilla/5.0 (X11; Linux i686; rv:2.2a1pre) Gecko/20110324 SeaMonkey/2.1b3pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110321 SeaMonkey/2.1b3pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110316 SeaMonkey/2.1b3pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b12pre) Gecko/20110204 SeaMonkey/2.1b3pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b13pre) Gecko/20110317 SeaMonkey/2.1b3pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b9pre) Gecko/20110101 SeaMonkey/2.1b2pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b9pre) Gecko/20101231 SeaMonkey/2.1b2pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b9pre) Gecko/20101230 SeaMonkey/2.1b2pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b9pre) Gecko/20110110 SeaMonkey/2.1b2pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b9pre) Gecko/20101231 SeaMonkey/2.1b2pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b8pre) Gecko/20101028 SeaMonkey/2.1b2pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b8pre) Gecko/20101014 SeaMonkey/2.1b2pre", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b11) Gecko/20110209 Firefox/ SeaMonkey/2.1b2", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b7pre) Gecko/20100915 Firefox/4.0b7pre SeaMonkey/2.1b1pre", - "Mozilla/5.0 (Windows NT 5.2; rv:2.0b5pre) Gecko/20100830 SeaMonkey/2.1b1pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b7pre) Gecko/20101008 Firefox/4.0b7pre SeaMonkey/2.1b1", - "Mozilla/5.0 (Windows; Windows NT 6.1; rv:2.0b2pre) Gecko/20100720 SeaMonkey/2.1a3pre", - "Mozilla/5.0 (Windows; Windows NT 5.2; rv:2.0b3pre) Gecko/20100803 SeaMonkey/2.1a3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a4pre) Gecko/20100404 SeaMonkey/2.1a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.3a3pre) Gecko/20100312 SeaMonkey/2.1a1pre", - "Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120615 Firefox/13.0.1 SeaMonkey/2.10.1 Lightning/1.5.1", - "Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120615 Firefox/13.0.1 SeaMonkey/2.10.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120604 Firefox/13.0 SeaMonkey/2.10", - "Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120604 Firefox/13.0 SeaMonkey/2.10 Lightning/1.5.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20110609 Firefox/4.0.1 SeaMonkey/2.1", - "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1 Lightning/1.0b4pre", - "Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20110608 SeaMonkey/2.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1 Lightning/1.0b4pre", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20110511 Firefox/4.0.1 SeaMonkey/2.1", - "Mozilla/5.0 (Windows NT 5.1; rv:1.9.2.8) Gecko/20110608 Firefox/3.6.8 Seamonkey/2.1", - "Mozilla/5.0 (Windows NT 5.1 rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1", - "Mozilla/5.0 (Windows NT 5.0; rv:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20110608 SeaMonkey/2.1", - "Mozilla/5.0 (Windows NT 6.1; rv:1.9.1.x) Gecko/20110606 SeaMonkey/2.x Firefox/5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2pre) Gecko/20090723 SeaMonkey/2.0b2pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090302 SeaMonkey/2.0b1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090405 SeaMonkey/2.0b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; rv:1.9.1b4pre) Gecko/20090419 SeaMonkey/2.0b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.1b4pre) Gecko/20090419 SeaMonkey/2.0b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en; rv:1.9.1b4pre) Gecko/20090419 SeaMonkey/2.0b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090428 SeaMonkey/2.0b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1b4pre) Gecko/20090419 SeaMonkey/2.0b1pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1pre) Gecko/20090717 SeaMonkey/2.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20081208 SeaMonkey/2.0a3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081208 SeaMonkey/2.0a3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20081228 SeaMonkey/2.0a3pre", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1b3pre) Gecko/20090223 SeaMonkey/2.0a3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.1b3pre) Gecko/20090223 SeaMonkey/2.0a3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1pre) Gecko/20080926001251 SeaMonkey/2.0a2pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.9.1b3pre) Gecko/20081202 SeaMonkey/2.0a2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081202 SeaMonkey/2.0a2", - "Mozilla/5.0 (X11; U; Linux i686; rv:1.9.1a2pre) Gecko/20080824052448 SeaMonkey/2.0a1pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008061501 SeaMonkey/2.0a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.9b3pre) Gecko/2008010602 SeaMonkey/2.0a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a6pre) Gecko/20070625 SeaMonkey/2.0a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070529 SeaMonkey/2.0a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr; rv:1.9b4pre) Gecko/2008022502 SeaMonkey/2.0a1pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1b1pre) Gecko/20080925121544 SeaMonkey/2.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.14) Gecko/20100930 SeaMonkey/2.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.14) Gecko/20100930 SeaMonkey/2.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.14) Gecko/20100930 SeaMonkey/2.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.1.13) Gecko/20100914 Lightning/1.0b1 SeaMonkey/2.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.13) Gecko/20100914 Mnenhy/0.8.3 SeaMonkey/2.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.12) Gecko/20100825 SeaMonkey/2.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100630 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100629 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100627 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100625 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100623 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100622 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100617 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.11pre) Gecko/20100605 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11pre) Gecko/20100515 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11pre) Gecko/20100508 SeaMonkey/2.0.6pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100721 SeaMonkey/2.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100720 Fedora/2.0.6-1.fc12 SeaMonkey/2.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100714 SUSE/2.0.6-2.1 SeaMonkey/2.0.6", - "Mozilla/5.0 (X11; U; Linux ia64; de; rv:1.9.1.11) Gecko/20100820 Lightning/1.0b2pre SeaMonkey/2.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100722 SeaMonkey/2.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 9.0; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100722 SeaMonkey/2.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100623 Fedora/2.0.5-1.fc12 SeaMonkey/2.0.5", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.10) Gecko/20100504 Lightning/1.0b1 Mnenhy/0.8.2 SeaMonkey/2.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.1.10) Gecko/20100504 Lightning/1.0b1 SeaMonkey/2.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.10) Gecko/20100504 Lightning/1.0b1 SeaMonkey/2.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.1.10) Gecko/20100504 SeaMonkey/2.0.5", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9pre) Gecko/20100212 SeaMonkey/2.0.4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-CA; rv:1.9.1.9pre) Gecko/20100305 SeaMonkey/2.0.4pre", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.9) Gecko/20100428 Lightning/1.0b1 SeaMonkey/2.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/2.0.4-3.2 Lightning/1.0b1 SeaMonkey/2.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100318 Mandriva/2.0.4-69.1mib2010.0 SeaMonkey/2.0.4", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.9) Gecko/20100317 Firefox/3.5.9 Seamonkey/2.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 SeaMonkey/2.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100206 SUSE/2.0.3-0.1.1 SeaMonkey/2.0.3", - "Mozilla/5.0 (X11; U; Linux i686; nb-NO; rv:1.9.1.10) Gecko/20100623 Fedora/2.0.5-1.fc12 Fedora SeaMonkey/2.0.3", - "Mozilla/5.0 (X11; U; Fedora 12 i686; nb-NO; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.7) Gecko/20100104 SeaMonkey/2.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20100104 SeaMonkey/2.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.7) Gecko/20100104 Firefox/3.5.8 (SeaMonkey/2.0.2)", - "Mozilla/5.0 (X11; U; Linux ia64; de; rv:1.9.1.19) Gecko/20110429 Lightning/1.0b2pre SeaMonkey/2.0.14", - "Mozilla/5.0 (X11; U; Linux i686; nb-NO; rv:1.9.1.16) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110518 SeaMonkey/2.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110429 Gentoo/2.0.14 SeaMonkey/2.0.14", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (X11; U; Fedora i686; en-US; rv:1.9.1.19) Gecko/20110429 Fedora/2.0.14-1.fc14 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 Firefox/3.5.19 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14", - "Mozilla/5.0 (Windows NT 5.0; rv:1.9.1.19) Gecko/20110420 Firefox/3.6 SeaMonkey/2.0.14", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.18) Gecko/20110412 Lightning/1.0b1 SeaMonkey/2.0.13", - "Mozilla/5.0 (X11; U; Linux ia64; de; rv:1.9.1.18) Gecko/20110331 Lightning/1.0b2pre SeaMonkey/2.0.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; nl; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; hu; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.18) Gecko/20110320 Lightning/1.0b1 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.17pre) Gecko/20101211 SeaMonkey/2.0.12pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.17) Gecko/20110303 SeaMonkey/2.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.17) Gecko/20110121 SUSE/2.0.12-0.2.1 SeaMonkey/2.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.17) Gecko/20110309 Lightning/1.0b2pre SeaMonkey/2.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.17) Gecko/20110303 SeaMonkey/2.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.17) Gecko/20110123 SeaMonkey/2.0.12", - "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.16) Gecko/20101206 Lightning/1.0b1 SeaMonkey/2.0.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.16) Gecko/20101124 SUSE/2.0.11-2.2 SeaMonkey/2.0.11", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.16) Gecko/20110227 SeaMonkey/2.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.15) Gecko/20101027 SeaMonkey/2.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.9.1.15) Gecko/20101027 SeaMonkey/2.0.10", - "Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.6) Gecko/20091210 SUSE/2.0.1-1.1.1 SeaMonkey/2.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20091206 Firefox/2.0.0.20 SeaMonkey/2.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.2; en-US; rv:1.9.1.4) Gecko/20091104 SeaMonkey/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3pre) Gecko/20081208 SeaMonkey/2.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.9a1) Gecko/20060812 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070527 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070404 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a3pre) Gecko/20070317 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070130 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070109 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060906 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060520 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060206 SeaMonkey/1.5a", - "Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.9a1) Gecko/20051119 MultiZilla/1.8.1.0s SeaMonkey/1.5a", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20060707 SeaMonkey/1.5a", - "Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20060702 SeaMonkey/1.5a", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1) Gecko/20061101 SeaMonkey/1.1b", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060301 SeaMonkey/1.1a Mnenhy/0.7.3.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b2) Gecko/20060821 SeaMonkey/1.1a", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-FR; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 (Ubuntu-1.1.9+nobinonly-0ubuntu1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 (Ubuntu-1.1.9+nobinonly-0ubuntu1)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; PL; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-FR; rv:1.8.1.12) Gecko/20080209 SeaMonkey/1.1.8", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080209 SeaMonkey/1.1.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 SeaMonkey/1.1.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 Firefox/2.0.0.11 SeaMonkey/1.1.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 Firefox/2.0.0.11 SeaMonkey/1.1.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 MultiZilla/1.8.3.4e SeaMonkey/1.1.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.8", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.8", - "Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.10pre) Gecko/20080112 SeaMonkey/1.1.7pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 SeaMonkey/1.1.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 Mnenhy/0.7.5.666", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8.1.9) Gecko/20071030 SeaMonkey/1.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.1.9) Gecko/20071030 SeaMonkey/1.1.6 Mnenhy/0.7.5.666", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.9) Gecko/20071030 SeaMonkey/1.1.6", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.9) Gecko/20071030 SeaMonkey/1.1.6", - "Mozilla/5.0 (Windows; U; WinNT3.51; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-FR; rv:1.8.1.6) Gecko/20070803 SeaMonkey/1.1.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 Mnenhy/0.7.5.666", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4", - "Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-GB; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8.1.5) Gecko/20070716 SeaMonkey/1.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.5) Gecko/20070716 SeaMonkey/1.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070716 SeaMonkey/1.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.5) Gecko/20070716 SeaMonkey/1.1.3", - "Mozilla/5.0 (X11; U; Linux x86_64; fr-FR; rv:1.8.1.4) Gecko/20070528 SeaMonkey/1.1.2", - "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.24) Gecko/20100228 SeaMonkey/1.1.19", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090908 Fedora/1.1.18-1.fc10 SeaMonkey/1.1.18", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090907 SeaMonkey/1.1.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.23) Gecko/20090825 SeaMonkey/1.1.18", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.23) Gecko/20090825 MultiZilla/1.8.3.4e SeaMonkey/1.1.18", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; de-AT; rv:1.8.1.23) Gecko/20090825 SeaMonkey/1.1.18", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.23) Gecko/20090823 SeaMonkey/1.1.18", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090708 SeaMonkey/1.1.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090624 SeaMonkey/1.1.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17 (Ubuntu-1.1.17+nobinonly-0ubuntu1)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17 Mnenhy/0.7.6.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17 Firefox/3.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.21) Gecko/20090413 SeaMonkey/1.1.16", - "Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.21) Gecko/20090424 SeaMonkey/1.1.16", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-AT; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 Mnenhy/0.7.5.666", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 Mnenhy/0.7.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 MultiZilla/1.8.3.4e SeaMonkey/1.1.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.21) Gecko/20090328 Fedora/1.1.15-3.fc10 SeaMonkey/1.1.15", - "Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.8.1.21) Gecko/20090322 SeaMonkey/1.1.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090322 SeaMonkey/1.1.15", - "Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.8.1.21) Gecko/20090322 SeaMonkey/1.1.15", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15 Mnenhy/0.7.6.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15 Mnenhy/0.7.5.666", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15 Mnenhy/0.7.6.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15", - "Mozilla/5.0 (AmigaOS; U; AmigaOS 1.3; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081221 SeaMonkey/1.1.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081218 SeaMonkey/1.1.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081216 SeaMonkey/1.1.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14 Mnenhy/0.7.6.0", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14 Mnenhy/0.7.6.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14 Mnenhy/0.7.5.666", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081204 MultiZilla/1.8.3.5c SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (AmigaOS; U; AmigaOS 1.3; en; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (Amiga; U; AmigaOS 1.3; en; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14", - "Mozilla/5.0 (X11; U; Linux x86_64; es-ES; rv:1.8.1.18) Gecko/20081112 Fedora/1.1.13-1.fc10 SeaMonkey/1.1.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.18) Gecko/20081110 SUSE/1.1.13-1.10 SeaMonkey/1.1.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081113 SeaMonkey/1.1.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081113 Fedora/1.1.13-1.fc8 SeaMonkey/1.1.13", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081030 SeaMonkey/1.1.13 (Ubuntu-1.1.13+nobinonly-0ubuntu1)", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de-AT; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; PL; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; es-ES; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.17) Gecko/20080922 SUSE/1.1.12-0.1 SeaMonkey/1.1.12", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12 (Ubuntu-1.1.12+nobinonly-0ubuntu1)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12 (Ubuntu-1.1.12+nobinonly-0ubuntu1)", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.1.17) Gecko/20080925 Fedora/1.1.12-1.fc9 SeaMonkey/1.1.12", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20090224 SeaMonkey/1.1.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12 Mnenhy/0.7.5.666", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12", - "Mozilla/5.0 (X11; U; Linux x86_64; ru-RU; rv:1.8.1.16) Gecko/20080716 Fedora/1.1.11-1.fc9 SeaMonkey/1.1.11", - "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.16) Gecko/20080716 SeaMonkey/1.1.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 SeaMonkey/1.1.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 Fedora/1.1.11-1.fc8 SeaMonkey/1.1.11", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; de-AT; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 Mnenhy/0.7.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 MultiZilla/1.8.3.4e SeaMonkey/1.1.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 Mnenhy/0.7.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.16) Gecko/20080703 SeaMonkey/1.1.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; PL; rv:1.8.1.15) Gecko/20080621 SeaMonkey/1.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/20080621 SeaMonkey/1.1.10 Mnenhy/0.7.5.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.15) Gecko/20080621 SeaMonkey/1.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.15) Gecko/20080621 SeaMonkey/1.1.10", - "Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8.1.3pre) Gecko/20070307 SeaMonkey/1.1.1+", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.2) Gecko/20070224 SeaMonkey/1.1.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070309 SeaMonkey/1.1.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1", - "Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.8.1.2) Gecko/20070227 SeaMonkey/1.1.1", - "Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070303 SeaMonkey/1.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; PL; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1", - "Firefox/2.0b1 SeaMonkey/1.1.1 Mozilla/5.0 Gecko/20061101", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 Mnenhy/0.7.4.10005", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051219 SeaMonkey/1.0b", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060102 SeaMonkey/1.0b", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051219 SeaMonkey/1.0b", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8) Gecko/20051219 SeaMonkey/1.0b", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8) Gecko/20051219 SeaMonkey/1.0b", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050910 SeaMonkey/1.0a", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050910 SeaMonkey/1.0a", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.14eol) Gecko/20120628 CentOS/1.0.9-40.el4.centos SeaMonkey/1.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.14eol) Gecko/20101004 Red Hat/1.0.9-64.el4 SeaMonkey/1.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.14eol) Gecko/20090422 CentOS/1.0.9-0.37.el3.centos3 SeaMonkey/1.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.13pre) Gecko/20070717 Red Hat/1.0.9-4.el4 SeaMonkey/1.0.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070306 SeaMonkey/1.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070301 SUSE/1.8_seamonkey_1.0.8-0.1 SeaMonkey/1.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070223 Fedora/1.0.8-0.5.1.fc5 SeaMonkey/1.0.8", - "Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8.0.10) Gecko/20070306 SeaMonkey/1.0.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070306 SeaMonkey/1.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070104 Red Hat/1.0.7-0.6.fc5 SeaMonkey/1.0.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061211 SeaMonkey/1.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061211 SeaMonkey/1.0.7", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.9) Gecko/20061211 SeaMonkey/1.0.7", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.9) Gecko/20061211 SeaMonkey/1.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.8) Gecko/20061109 SeaMonkey/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.0.8) Gecko/20061029 SeaMonkey/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061105 Red Hat/1.0.6-0.1.el3 SeaMonkey/1.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061030 SeaMonkey/1.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061030 MultiZilla/1.8.3.0a SeaMonkey/1.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.8) Gecko/20061030 SeaMonkey/1.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8.0.8) Gecko/20061030 SeaMonkey/1.0.6", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.8) Gecko/20061030 SeaMonkey/1.0.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060914 SeaMonkey/1.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl-PL; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060910 MultiZilla/1.7.9.0a SeaMonkey/1.0.5", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5", - "Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8.0.7) Gecko/20060910 MultiZilla/1.8.2.0i SeaMonkey/1.0.5", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5", - "Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.0.6) Gecko/20060815 SeaMonkey/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060803 SeaMonkey/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060730 SeaMonkey/1.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060729 SeaMonkey/1.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.6) Gecko/20060729 SeaMonkey/1.0.4", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.6) Gecko/20060729 SeaMonkey/1.0.4", - "Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8.0.6) Gecko/20060730 MultiZilla/1.8.2.0i SeaMonkey/1.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.5) Gecko/20060805 CentOS/1.0.3-0.el4.1.centos4 SeaMonkey/1.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.8.0.5) Gecko/20060721 SeaMonkey/1.0.3", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060619 SeaMonkey/1.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060516 SeaMonkey/1.0.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060630 Red Hat/1.0.1-0.1.9.EL3 SeaMonkey/1.0.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060404 SeaMonkey/1.0.1", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.2) Gecko/20060404 SeaMonkey/1.0.1", - "Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060316 SUSE/1.0-27 SeaMonkey/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0", - "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0", - "Seamonkey-1.1.13-1(X11; U; GNU Fedora fc 10) Gecko/20081112", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.8) Gecko/20071008 SeaMonkey" - ], - "Shiira": [ - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp) AppleWebKit/419 (KHTML, like Gecko) Shiira/1.2.3 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en_CA) AppleWebKit/522+ (KHTML, like Gecko) Shiira/1.2.3 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Shiira/1.2.3 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.10.1 (KHTML, like Gecko) Shiira/1.2.2 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Shiira/1.2.2 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Shiira/1.2.2 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/312.8 (KHTML, like Gecko) Shiira/1.2.2 Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Shiira/1.2.2 Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Shiira/1.2.2 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; pl-pl) AppleWebKit/312.8 (KHTML, like Gecko) Shiira/1.2.1 Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko, Safari) Shiira/1.1", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.15.1 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/419 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.11.1 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/522.10.1 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419.3 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419.2.1 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr) AppleWebKit/418.9.1 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-au) AppleWebKit/523.10.3 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/419 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/528.16 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Shiira Safari/125", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.13 (KHTML, like Gecko) Shiira Safari/125" - ], - "Shiretoko": [ - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b5pre) Gecko/20090424 Shiretoko/3.5b5pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b5pre) Gecko/20090519 Shiretoko/3.5b5pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b4pre) Gecko/20090404 Shiretoko/3.5b4pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b4pre) Gecko/20090401 Ubuntu/9.04 (jaunty) Shiretoko/3.5b4pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090405 Shiretoko/3.5b4pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre) Gecko/20090420 Shiretoko/3.5b4pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090413 Shiretoko/3.5b4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090411 Shiretoko/3.5b4pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090323 Shiretoko/3.5b4pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8pre) Gecko/20100112 Shiretoko/3.5.8pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8pre) Gecko/20100110 Shiretoko/3.5.8pre", - "Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.1.6) Gecko/20091216 Shiretoko/3.5.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.6) Gecko/20091222 Shiretoko/3.5.6 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5pre) Gecko/20091016 Shiretoko/3.5.5pre GTB6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20100309 Ubuntu/9.04 (jaunty) Shiretoko/3.5.5", - "Mozilla/5.0 (X11; U; Darwin i386; en-US; rv:1.9.1.4) Gecko/20100311 Shiretoko/3.5.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-TW; rv:1.9.1.5) Gecko/20091106 Shiretoko/3.5.5 (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090921 Ubuntu/9.04 (jaunty) Shiretoko/3.5.4pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090921 Ubuntu/8.10 (intrepid) Shiretoko/3.5.4pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3pre) Gecko/20090803 Ubuntu/9.04 (jaunty) Shiretoko/3.5.3pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3pre) Gecko/20090730 Ubuntu/9.04 (jaunty) Shiretoko/3.5.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090803 Ubuntu/9.04 (jaunty) Shiretoko/3.5.2 FirePHP/0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090805 Shiretoko/3.5.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090716 Ubuntu/9.04 (jaunty) Shiretoko/3.5.1", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1pre) Gecko/20090701 Ubuntu/9.04 (jaunty) Shiretoko/3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090701 Ubuntu/9.10 (karmic) Shiretoko/3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090701 Linux Mint/7 (Gloria) Shiretoko/3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1) Gecko/20090630 Ubuntu/9.04 (jaunty) Shiretoko/3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090311 Ubuntu/9.04 (jaunty) Shiretoko/3.1b4pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b4pre) Gecko/20090311 Shiretoko/3.1b4pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b4pre) Gecko/20090307 Shiretoko/3.1b4pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.1b4pre) Gecko/20090308 Shiretoko/3.1b4pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; bg-BG; rv:1.9.1b4pre) Gecko/20090307 Shiretoko/3.1b4pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090109 Shiretoko/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20081223 Shiretoko/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20081222 Shiretoko/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090106 Shiretoko/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090105 Shiretoko/3.1b3pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20081203 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-BR; rv:1.9.1b3pre) Gecko/20090103 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3pre) Gecko/20081207 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3pre) Gecko/20081204 Shiretoko/3.1b3pre (.NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20090105 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20090104 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1b3pre) Gecko/20090205 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090207 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090121 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090113 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20090102 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081228 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081221 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081218 Shiretoko/3.1b3pre", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b3pre) Gecko/20081212 Shiretoko/3.1b3pre" - ], - "Sleipnir": [ - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C; .NET4.0E; Sleipnir/2.9.9)", - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; Sleipnir/2.9.7)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Sleipnir/2.9.6)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; Sleipnir/2.9.6)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; MS-RTC LM 8; Sleipnir/2.9.6)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Sleipnir/2.9.4)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; Sleipnir/2.9.4)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; Sleipnir/2.9.3)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; Sleipnir/2.9.3)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .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; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; Sleipnir/2.9.2)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; Sleipnir/2.9.1)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Sleipnir/2.9.1)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.30729; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; FDM; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SV1; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 4.0.20506; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 1.0.3705; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;JAJP; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; FDM; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; Sleipnir/2.8.5)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; OfficeLiveConnector.1.3; OfficeLivePatch.1.3) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; MathPlayer 2.10d; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; OfficeLiveConnector.1.3; OfficeLivePatch.1.3; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET CLR 1.1.4322) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .NET CLR 2.0.50727; .NET CLR 1.1.4322) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .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) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts-AskJeevesJapan; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; FDM) Sleipnir/2.8.4", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.8.3", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) Sleipnir/2.8.3", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Sleipnir/2.8.1", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Sleipnir/2.8.1", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Sleipnir/2.8.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648) Sleipnir/2.8.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Sleipnir/2.8.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0) Sleipnir/2.7.2", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Sleipnir/2.7.2", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Sleipnir/2.7.2", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) Sleipnir/2.7.1", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648) Sleipnir/2.7.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Sleipnir/2.7.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506) Sleipnir/2.6.1", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) Sleipnir/2.6.0", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Sleipnir/2.6.0", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.1) Sleipnir/2.5.17", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152) Sleipnir/2.5.13", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.5.12", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Sleipnir/2.5.12", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Sleipnir/2.49", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Sleipnir/2.49", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Sleipnir/2.48", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Sleipnir/2.48", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022) Sleipnir/2.46", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Sleipnir/2.41", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; Media Center PC 3.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322) Sleipnir/2.30", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Sleipnir/2.30", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1) Sleipnir/2.21", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Sleipnir/2.21", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Sleipnir 2.8.4)" - ], - "SlimBrowser": [ - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; SlimBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; SlimBrowser)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; SlimBrowser)" - ], - "Stainless": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Stainless/0.5.3 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; es-es) AppleWebKit/525.27.1 (KHTML, like Gecko) Stainless/0.4.5 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; zh-tw) AppleWebKit/525.27.1 (KHTML, like Gecko) Stainless/0.4.5 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Stainless/0.4.5 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; zh-tw) AppleWebKit/525.27.1 (KHTML, like Gecko) Stainless/0.4 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Stainless/0.4 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/528.1 (KHTML, like Gecko) Stainless/0.3.5 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; zh-tw) AppleWebKit/525.18 (KHTML, like Gecko) Stainless/0.3 Safari/525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit/528.1 (KHTML, like Gecko) Version/4.0 Safari/528.1 Stainless/0.1" - ], - "Sundance": [ - "Sundance/0.9x(Compatible; Windows; U; en-US;)Version/0.9x", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ) Sundance/0.9x", - "Mozilla/5.0 (compatible; Sundance/0.9x)", - "Sundance(Compatible; Windows; U; en-US;) Version/0.9.0.38", - "Sundance(Compatible; Windows; U; en-US;) Version/0.9.0.36", - "Sundance(Compatible; Windows; U; en-US;) Version/0.9.0.34", - "Mozilla/5.0(Compatible; Windows; U; en-US;) Sundance/0.9.0.33", - "Mozilla/5.0(Compatible; Windows; U; en-US;) Sundance/0.9" - ], - "Sunrise": [ - "Mozilla/6.0 (X11; U; Linux x86_64; en-US; rv:2.9.0.3) Gecko/2009022510 FreeBSD/ Sunrise/4.0.1/like Safari", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; ja-jp) AppleWebKit/525.18 (KHTML, like Gecko) Sunrise/1.7.5 like Safari/5525.20.1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Sunrise/1.7.4 like Safari/4525.22", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Sunrise/1.7.1 like Safari/5525.18", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Sunrise/1.6.5 like Safari/419.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr) AppleWebKit/523.12.2 (KHTML, like Gecko) Sunrise/1.6.0 like Safari/523.12.2", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7 (KHTML, like Gecko) SunriseBrowser/0.895", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7 (KHTML, like Gecko) SunriseBrowser/0.853", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7 (KHTML, like Gecko) SunriseBrowser/0.84", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/125.5.7 (KHTML, like Gecko) SunriseBrowser/0.833" - ], - "surf": [ - "Surf/0.4.1 (X11; U; Unix; en-US) AppleWebKit/531.2+ Compatible (Safari; MSIE 9.0)" - ], - "Sylera": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.9) Gecko/20071110 Sylera/3.0.20 SeaMonkey/1.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.24) Gecko/20100228 Sylera/3.0.20 SeaMonkey/1.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1.24) Gecko/20100228 Sylera/3.0.20 SeaMonkey/1.1.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071110 Sylera/3.0.20 SeaMonkey/1.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.24) Gecko/20100228 Sylera/3.0.20 SeaMonkey/1.1.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.9) Gecko/20071110 Sylera/3.0.20 SeaMonkey/1.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070809 Sylera/3.0.18 SeaMonkey/1.1.4" - ], - "Tencent Traveler": [ - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; TencentTraveler 4.0; Trident/4.0; SLCC1; Media Center PC 5.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; QQDownload 1.7; GTB6.6; TencentTraveler 4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; iCafeMedia; TencentTraveler 4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; TencentTraveler 4.0; QQDownload 667; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; QQPinyin 686; QQDownload 661; GTB6.6; TencentTraveler 4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; QQDownload 1.7; GTB6.6; TencentTraveler 4.0)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; TencentTraveler 4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; TencentTraveler 4.0; GTB6.3; QQDownload 625; (R1 1.6))", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; TencentTraveler 4.0; .NET CLR 2.0.50727; AskTB5.6)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; QQDownload 627; TencentTraveler 4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TencentTraveler 4.0; GTB6.5; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TencentTraveler 4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; msn OptimizedIE8;ZHCN)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TencentTraveler 4.0; (R1 1.5); .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; QQDownload 661; GTB6.6; TencentTraveler 4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; QQDownload 551; QQDownload 661; TencentTraveler 4.0; (R1 1.5))", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Alexa Toolbar; TencentTraveler 4.0)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; QQPinyin 730; SV1; TencentTraveler 4.0; .NET CLR 2.0.50727)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; QQDownload 667; SV1; QQDownload 669; TencentTraveler 4.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727)" - ], - "TenFourFox": [ - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10.5; rv:10.0.2) Gecko/20120216 Firefox/10.0.2 TenFourFox/7450", - "Mozilla/5.0 (Macintosh; PPC Mac OS X 10.4; rv:10.0.2) Gecko/20120217 Firefox/10.0.2 TenFourFox/G3" - ], - "theWorld Browser": [ - "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; AskTB5.6; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; InfoPath.1; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2; Tablet PC 2.0; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; Tablet PC 2.0; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3; .NET4.0C; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbFXTV5/5.9.1.14019; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C; .NET4.0E; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; (R1 1.6); .NET CLR 2.0.50727; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; SV1; TheWorld)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; TheWorld)" - ], - "uzbl": [ - "Uzbl (Webkit 1.3) (Linux i686 [i686])", - "Uzbl (Webkit 1.2) (Linux i686 [i686])", - "Webkit/1.1.8 (Linux; en_US) Uzbl", - "Webkit/1.1.8 (Linux; en-us) Uzbl", - "Uzbl (X11; U; Arch Linux; de-DE) Webkit/1.1.10", - "Uzbl (X11; U; Arch Linux i686; de-DE) Webkit/1.1.10", - "Uzbl (Webkit 1.1.9) (Linux)", - "uzbl (Webkit 1.1.9) (Linux 2.6.30-ARCH)", - "uzbl (Webkit 1.1.9) (Linux 2.6.29-ARCH)", - "Uzbl (Webkit 1.1.12)", - "uzbl (Webkit 1.1.10) (Linux 2.6.30-ARCH)", - "Uzbl (Webkit 1.1.10) (Arch Linux)" - ], - "Vimprobable": [ - "Vimprobable/0.9.20.5" - ], - "Vonkeror": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1pre) Gecko/20090629 Vonkeror/1.0" - ], - "w3m": [ - "w3m/0.52", - "w3m/0.5.2 (Linux i686; it; Debian-3.0.6-3)", - "w3m/0.5.2 (Linux i686; en; Debian-3.0.6-3)", - "w3m/0.5.2 (Debian-3.0.6-3)", - "w3m/0.5.2", - "w3m/0.5.1+cvs-1.968", - "w3m/0.5.1", - "w3m/0.2.1", - "w3m/0.1.9" - ], - "WeltweitimnetzBrowser": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/534.12 (KHTML, like Gecko) WeltweitimnetzBrowser/0.25 Safari/534.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/533.3 (KHTML, like Gecko) WeltweitimnetzBrowser/0.25 Safari/533.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/532.4 (KHTML, like Gecko) WeltweitimnetzBrowser/0.25 Safari/532.4" - ], - "WorldWideWeb": [ - "WorldWideweb (NEXT)" - ], - "Wyzo": [ - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20100121 Firefox/3.5.6 Wyzo/3.5.6.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6) Gecko/20100121 Firefox/3.5.6 Wyzo/3.5.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042815 Firefox/3.0.10 Wyzo/3.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.9) Gecko/2009042410 Firefox/3.0.9 Wyzo/3.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.9) Gecko/2009042410 Firefox/3.0.9 Wyzo/3.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.9) Gecko/2009042410 Firefox/3.0.9 Wyzo/3.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.9) Gecko/2009042410 Firefox/3.0.9 Wyzo/3.0.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.9) Gecko/2009042318 Firefox/3.0.9 Wyzo/3.0.3", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.9) Gecko/2009042318 Firefox/3.0.9 Wyzo/3.0.3 GTB6", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.9) Gecko/2009042318 Firefox/3.0.9 Wyzo/3.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6) Gecko/20070801 Firefox/2.0 Wyzo/0.5.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070801 Firefox/2.0 Wyzo/0.5.3" - ], - "CLOUD PLATFORMS": [], - "AppEngine-Google": [ - "AppEngine-Google; (+http://code.google.com/appengine; appid: webetrex)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: unblock4myspace)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: tunisproxy)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: proxy-in-rs)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: proxy-ba-k)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: moelonepyaeshan)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: mirrorrr)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: mapremiereapplication)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: longbows-hideout)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: eduas23)", - "AppEngine-Google; (+http://code.google.com/appengine; appid: craigserver)", - "AppEngine-Google; ( http://code.google.com/appengine; appid: proxy-ba-k)" - ], - "CONSOLES": [], - "Bunjalloo": [ - "Bunjalloo/0.7.6(Nintendo DS;U;en)" - ], - "Playstation 3": [ - "Mozilla/5.0 (PLAYSTATION 3; 3.55)", - "Mozilla/5.0 (PLAYSTATION 3; 2.00)", - "Mozilla/5.0 (PLAYSTATION 3; 1.90)", - "Mozilla/5.0 (PLAYSTATION 3; 1.70)", - "Mozilla/5.0 (PLAYSTATION 3; 1.5)", - "Mozilla/5.0 (PLAYSTATION 3; 1.10)", - "Mozilla/5.0 (PLAYSTATION 3; 1.00)", - "Mozilla/4.0 (PS3 (PlayStation 3); 1.00)", - "Mozilla/5.0 (PLAYSTATION 3; 1.0)" - ], - "Playstation Portable": [ - "PSP (PlayStation Portable); 2.00", - "Mozilla/4.0 (PSP (PlayStation Portable); 2.00)" - ], - "Wii": [ - "wii libnup/1.0" - ], - "CRAWLERS": [], - "008": [ - "Mozilla/5.0 (compatible; 008/0.83; http://www.80legs.com/webcrawler.html) Gecko/2008032620" - ], - "ABACHOBot": [ - "ABACHOBot" - ], - "Accoona-AI-Agent": [ - "Accoona-AI-Agent/1.1.2 (aicrawler at accoonabot dot com)", - "Accoona-AI-Agent/1.1.2", - "Accoona-AI-Agent/1.1.1 (crawler at accoona dot com)" - ], - "AddSugarSpiderBot": [ - "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) AddSugarSpiderBot www.idealobserver.com" - ], - "AnyApexBot": [ - "Mozilla/5.0 (compatible; AnyApexBot/1.0; +http://www.anyapex.com/bot.html)" - ], - "Arachmo": [ - "Mozilla/4.0 (compatible; Arachmo)" - ], - "B-l-i-t-z-B-O-T": [ - "Mozilla/4.0 (compatible; B-l-i-t-z-B-O-T)" - ], - "Baiduspider": [ - "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)", - "Baiduspider+(+http://www.baidu.com/search/spider_jp.html)", - "Baiduspider+(+http://www.baidu.com/search/spider.htm)", - "BaiDuSpider" - ], - "BecomeBot": [ - "Mozilla/5.0 (compatible; BecomeBot/3.0; MSIE 6.0 compatible; +http://www.become.com/site_owners.html)", - "Mozilla/5.0 (compatible; BecomeBot/2.3; MSIE 6.0 compatible; +http://www.become.com/site_owners.html)" - ], - "BeslistBot": [ - "Mozilla/5.0 (compatible; BeslistBot; nl; BeslistBot 1.0; http://www.beslist.nl/" - ], - "BillyBobBot": [ - "BillyBobBot/1.0 (+http://www.billybobbot.com/crawler/)" - ], - "Bimbot": [ - "Bimbot/1.0" - ], - "Bingbot": [ - "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)", - "Mozilla/5.0 (compatible; bingbot/2.0 +http://www.bing.com/bingbot.htm)" - ], - "BlitzBOT": [ - "Mozilla/4.0 (compatible; BlitzBot)", - "BlitzBOT@tricus.net (Mozilla compatible)", - "BlitzBOT@tricus.com (Mozilla compatible)" - ], - "boitho.com-dc": [ - "boitho.com-dc/0.85 ( http://www.boitho.com/dcbot.html )", - "boitho.com-dc/0.83 ( http://www.boitho.com/dcbot.html )", - "boitho.com-dc/0.82 ( http://www.boitho.com/dcbot.html )", - "boitho.com-dc/0.81 ( http://www.boitho.com/dcbot.html )", - "boitho.com-dc/0.79 ( http://www.boitho.com/dcbot.html )" - ], - "boitho.com-robot": [ - "boitho.com-robot/1.1", - "boitho.com-robot/1.0" - ], - "btbot": [ - "btbot/0.4 (+http://www.btbot.com/btbot.html)" - ], - "CatchBot": [ - "CatchBot/2.0; +http://www.catchbot.com", - "CatchBot/1.0; +http://www.catchbot.com", - "CatchBot/1.0; http://www.catchbot.com" - ], - "Cerberian Drtrs": [ - "Mozilla/4.0 (compatible; Cerberian Drtrs Version-3.2-Build-1)", - "Mozilla/4.0 (compatible; Cerberian Drtrs Version-3.2-Build-0)" - ], - "Charlotte": [ - "Mozilla/5.0 (compatible; Charlotte/1.1; http://www.searchme.com/support/)", - "Mozilla/5.0 (compatible; Charlotte/1.0t; http://www.searchme.com/support/)", - "Mozilla/5.0 (compatible; Charlotte/1.0b; http://www.searchme.com/support/)", - "Mozilla/5.0 (compatible; Charlotte/1.0b; http://www.betaspider.com/)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/20080109 (Charlotte/0.9t; http://www.searchme.com/support/) (Charlotte/0.9t; http://www.searchme.com/support/)", - "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/20080109 (Charlotte/0.9t; http://www.searchme.com/support/)", - "Mozilla/5.0 (compatible; Charlotte/0.9t; http://www.searchme.com/support/)", - "Mozilla/5.0 (compatible; Charlotte/0.9t; +http://www.searchme.com/support/)" - ], - "ConveraCrawler": [ - "ConveraCrawler/0.9e (+http://ews.converasearch.com/crawl.htm)", - "ConveraCrawler/0.9d (+http://www.authoritativeweb.com/crawl)", - "ConveraCrawler/0.9d ( http://www.authoritativeweb.com/crawl)", - "ConveraCrawler/0.9 (+http://www.authoritativeweb.com/crawl)" - ], - "cosmos": [ - "cosmos/0.9_(robot@xyleme.com)" - ], - "Covario IDS": [ - "Covario-IDS/1.0 (Covario; http://www.covario.com/ids; support at covario dot com)" - ], - "DataparkSearch": [ - "DataparkSearch/4.37-23012006 ( http://www.dataparksearch.org/)", - "DataparkSearch/4.36 ( http://www.dataparksearch.org/)", - "DataparkSearch/4.35-02122005 ( http://www.dataparksearch.org/)", - "DataparkSearch/4.35 ( http://www.dataparksearch.org/)" - ], - "DiamondBot": [ - "DiamondBot" - ], - "Discobot": [ - "Mozilla/5.0 (compatible; discobot/1.0; +http://discoveryengine.com/discobot.html)" - ], - "Dotbot": [ - "Mozilla/5.0 (compatible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)", - "DotBot/1.0.1 (http://www.dotnetdotcom.org/#info, crawler@dotnetdotcom.org)" - ], - "EmeraldShield.com WebBot": [ - "EmeraldShield.com WebBot (http://www.emeraldshield.com/webbot.aspx)" - ], - "envolk[ITS]spider": [ - "envolk[ITS]spider/1.6 (+http://www.envolk.com/envolkspider.html)", - "envolk[ITS]spider/1.6 ( http://www.envolk.com/envolkspider.html)" - ], - "EsperanzaBot": [ - "EsperanzaBot(+http://www.esperanza.to/bot/)" - ], - "Exabot": [ - "Exabot/2.0" - ], - "FAST Enterprise Crawler": [ - "FAST Enterprise Crawler 6 used by Schibsted (webcrawl@schibstedsok.no)", - "FAST Enterprise Crawler 6 / Scirus scirus-crawler@fast.no; http://www.scirus.com/srsapp/contactus/", - "FAST Enteprise Crawler/6 (www dot fastsearch dot com)" - ], - "FAST-WebCrawler": [ - "FAST-WebCrawler/3.8 (atw-crawler at fast dot no; http://fast.no/support/crawler.asp)", - "FAST-WebCrawler/3.7/FirstPage (atw-crawler at fast dot no;http://fast.no/support/crawler.asp)", - "FAST-WebCrawler/3.7 (atw-crawler at fast dot no; http://fast.no/support/crawler.asp)", - "FAST-WebCrawler/3.6/FirstPage (atw-crawler at fast dot no;http://fast.no/support/crawler.asp)", - "FAST-WebCrawler/3.6 (atw-crawler at fast dot no; http://fast.no/support/crawler.asp)", - "FAST-WebCrawler/3.6", - "FAST-WebCrawler/3.x Multimedia (mm dash crawler at fast dot no)", - "FAST-WebCrawler/3.x Multimedia" - ], - "FDSE robot": [ - "Mozilla/4.0 (compatible: FDSE robot)" - ], - "FindLinks": [ - "findlinks/2.0.1 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.6-beta6 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.6-beta4 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.6-beta1 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.5-beta7 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.4-beta1 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.3-beta9 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.3-beta8 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.3-beta6 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.3-beta4 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.3-beta2 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.3-beta1 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.2-a5 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.1-a5 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.1-a1 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1.1 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1-a9 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1-a8 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1-a8 ( http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1-a7 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1-a5 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1-a4 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1-a3 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.1 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.06 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.0.9 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.0.8 (+http://wortschatz.uni-leipzig.de/findlinks/)", - "findlinks/1.0 (+http://wortschatz.uni-leipzig.de/findlinks/)" - ], - "FurlBot": [ - "Mozilla/4.0 compatible FurlBot/Furl Search 2.0 (FurlBot; http://www.furl.net; wn.furlbot@looksmart.net)" - ], - "FyberSpider": [ - "FyberSpider (+http://www.fybersearch.com/fyberspider.php)", - "FyberSpider" - ], - "g2crawler": [ - "g2Crawler nobody@airmail.net" - ], - "Gaisbot": [ - "Gaisbot/3.0+(robot06@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)", - "Gaisbot/3.0+(robot05@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)", - "Gaisbot/3.0 (jerry_wu@openfind.com.tw; http://gais.cs.ccu.edu.tw/robot.php)" - ], - "GalaxyBot": [ - "GalaxyBot/1.0 (http://www.galaxy.com/galaxybot.html)" - ], - "genieBot": [ - "genieBot (http://64.5.245.11/faq/faq.html)", - "genieBot ((http://64.5.245.11/faq/faq.html))" - ], - "Gigabot": [ - "Gigabot/3.0 (http://www.gigablast.com/spider.html)", - "Gigabot/2.0/gigablast.com/spider.html", - "Gigabot/2.0 (http://www.gigablast.com/spider.html)", - "Gigabot/2.0", - "Gigabot/1.0" - ], - "Girafabot": [ - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; Girafabot [girafa.com])", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0; Girafabot; girafabot at girafa dot com; http://www.girafa.com)", - "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; Girafabot; girafabot at girafa dot com; http://www.girafa.com)" - ], - "Googlebot": [ - "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)", - "Googlebot/2.1 (+http://www.googlebot.com/bot.html)", - "Googlebot/2.1 (+http://www.google.com/bot.html)" - ], - "Googlebot-Image": [ - "Googlebot-Image/1.0" - ], - "GurujiBot": [ - "Mozilla/5.0 GurujiBot/1.0 (+http://www.guruji.com/en/WebmasterFAQ.html)", - "Mozilla/5.0 GurujiBot/1.0 ( http://www.guruji.com/en/WebmasterFAQ.html)", - "Mozilla/5.0 (compatible; GurujiBot/1.0; +http://www.guruji.com/en/WebmasterFAQ.html)", - "GurujiBot/1.0 (+http://www.guruji.com/WebmasterFAQ.html)", - "GurujiBot/1.0 (+http://www.guruji.com/en/WebmasterFAQ.html)" - ], - "HappyFunBot": [ - "HappyFunBot/1.1 ( http://www.happyfunsearch.com/bot.html)" - ], - "hl_ftien_spider": [ - "hl_ftien_spider_v1.1", - "hl_ftien_spider" - ], - "Holmes": [ - "holmes/3.9 (someurl.co.cc)", - "holmes/3.12.4 (http://morfeo.centrum.cz/bot)", - "holmes/3.12.3 (http://morfeo.centrum.cz/bot)", - "holmes/3.12.2 (http://morfeo.centrum.cz/bot)", - "holmes/3.12.1 (http://morfeo.centrum.cz/bot)" - ], - "htdig": [ - "htdig/3.1.6 (unconfigured@htdig.searchengine.maintainer)", - "htdig/3.1.6 (mathieu.peltier@inrialpes.fr)", - "htdig/3.1.5 (webmaster@online-medien.de)", - "htdig/3.1.5 (root@localhost)", - "htdig/3.1.5 (infosys@storm.rmi.org)", - "htdig/3.1.5" - ], - "iaskspider": [ - "iaskspider/2.0(+http://iask.com/help/help_index.html)", - "iaskspider" - ], - "ia_archiver": [ - "ia_archiver/8.9 (Windows NT 3.1; en-US;)", - "ia_archiver/8.9 (Windows 3.9; en-US;)", - "ia_archiver/8.9 (Linux 1.0; en-US;)", - "ia_archiver/8.8 (Windows XP 7.2; en-US;)", - "ia_archiver/8.8 (Windows XP 3.0; en-US;)", - "ia_archiver/8.2 (Windows 7.6; en-US;)", - "ia_archiver/8.1 (Windows 2000 1.9; en-US;)", - "ia_archiver/8.0 (Windows 2.4; en-US;)", - "ia_archiver" - ], - "iCCrawler": [ - "iCCrawler (http://www.iccenter.net/bot.htm)" - ], - "ichiro": [ - "ichiro/4.0 (http://help.goo.ne.jp/door/crawler.html)", - "ichiro/3.0 (http://help.goo.ne.jp/door/crawler.html)", - "ichiro/2.0+(http://help.goo.ne.jp/door/crawler.html)", - "ichiro/2.0 (ichiro@nttr.co.jp)", - "ichiro/2.0 (http://help.goo.ne.jp/door/crawler.html)" - ], - "igdeSpyder": [ - "igdeSpyder (compatible; igde.ru; +http://igde.ru/doc/tech.html)" - ], - "IRLbot": [ - "IRLbot/3.0 (compatible; MSIE 6.0; http://irl.cs.tamu.edu/crawler/)", - "IRLbot/3.0 (compatible; MSIE 6.0; http://irl.cs.tamu.edu/crawler)", - "IRLbot/2.0 (compatible; MSIE 6.0; http://irl.cs.tamu.edu/crawler)", - "IRLbot/2.0 (+http://irl.cs.tamu.edu/crawler)", - "IRLbot/2.0 ( http://irl.cs.tamu.edu/crawler)" - ], - "IssueCrawler": [ - "IssueCrawler" - ], - "Jaxified Bot": [ - "Jaxified Bot (+http://www.jaxified.com/crawler/)" - ], - "Jyxobot": [ - "Jyxobot/1" - ], - "KoepaBot": [ - "Mozilla/5.0 (compatible; KoepaBot BETA; http://www.koepa.nl/bot.html)" - ], - "L.webis": [ - "L.webis/0.87 (http://webalgo.iit.cnr.it/index.php?pg=lwebis)" - ], - "LapozzBot": [ - "LapozzBot/1.4 (+http://robot.lapozz.com)" - ], - "Larbin": [ - "Mozilla/5.0 larbin@unspecified.mail", - "larbin_2.6.3 zumesun@hotmail.com", - "larbin_2.6.3 tangyi858@163.com", - "larbin_2.6.3 ltaa_web_crawler@groupes.epfl.ch", - "larbin_2.6.3 larbin2.6.3@unspecified.mail", - "larbin_2.6.3 gqnmgsp@ruc.edu.cn", - "larbin_2.6.3 ghary@sohu.com", - "larbin_2.6.3 capveg@cs.umd.edu", - "larbin_2.6.3 (wgao@genieknows.com)", - "larbin_2.6.3 (ltaa_web_crawler@groupes.epfl.ch)", - "larbin_2.6.3 (larbin@behner.org)", - "larbin_2.6.3 (larbin2.6.3@unspecified.mail)", - "larbin_2.6.2 vitalbox1@hotmail.com", - "larbin_2.6.2 pierre@micro-fun.ch", - "larbin_2.6.2 listonATccDOTgatechDOTedu", - "larbin_2.6.2 larbin@correa.org", - "larbin_2.6.2 larbin2.6.2@unspecified.mail", - "larbin_2.6.2 kalou@kalou.net", - "larbin_2.6.2 dthunen@princeton.edu", - "larbin_2.6.2 (vitalbox1@hotmail.com)", - "larbin_2.6.2 (pierre@micro-fun.ch)", - "larbin_2.6.2 (larbin@correa.org)", - "larbin_2.6.2 (larbin2.6.2@unspecified.mail)", - "larbin_2.6.1 larbin2.6.1@unspecified.mail", - "larbin_2.5.0 (larbin2.5.0@unspecified.mail)", - "larbin_xy250 larbin2.6.3@unspecified.mail", - "larbin_test nobody@airmail.etn", - "larbin_test (nobody@airmail.etn)", - "LARBIN-EXPERIMENTAL efp@gmx.net" - ], - "LDSpider": [ - "ldspider (http://code.google.com/p/ldspider/wiki/Robots)" - ], - "LexxeBot": [ - "LexxeBot/1.0 (lexxebot@lexxe.com)" - ], - "Linguee Bot": [ - "Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)" - ], - "LinkWalker": [ - "LinkWalker/2.0", - "LinkWalker" - ], - "lmspider": [ - "lmspider lmspider@scansoft.com", - "lmspider (lmspider@scansoft.com)" - ], - "lwp-trivial": [ - "lwp-trivial/1.41", - "lwp-trivial/1.38", - "lwp-trivial/1.36", - "lwp-trivial/1.35", - " lwp-trivial/1.33" - ], - "mabontland": [ - "http://www.mabontland.com" - ], - "magpie-crawler": [ - "magpie-crawler/1.1 (U; Linux amd64; en-GB; +http://www.brandwatch.net)" - ], - "Mediapartners-Google": [ - "Mediapartners-Google/2.1" - ], - "MJ12bot": [ - "Mozilla/5.0 (compatible; MJ12bot/v1.2.4; http://www.majestic12.co.uk/bot.php?+)", - "Mozilla/5.0 (compatible; MJ12bot/v1.2.3; http://www.majestic12.co.uk/bot.php?+)", - "MJ12bot/v1.0.8 (http://majestic12.co.uk/bot.php?+)", - "MJ12bot/v1.0.7 (http://majestic12.co.uk/bot.php?+)", - "MJ12bot/v1.0.6 (http://majestic12.co.uk/bot.php?+)", - "MJ12bot/v1.0.5 (http://majestic12.co.uk/bot.php?+)" - ], - "Mnogosearch": [ - "Mnogosearch-3.1.21" - ], - "mogimogi": [ - "mogimogi/1.0" - ], - "MojeekBot": [ - "Mozilla/5.0 (compatible; MojeekBot/2.0; http://www.mojeek.com/bot.html)", - "MojeekBot/0.2 (archi; http://www.mojeek.com/bot.html)" - ], - "Moreoverbot": [ - "Moreoverbot/5.1 ( http://w.moreover.com; webmaster@moreover.com) Mozilla/5.0", - "Moreoverbot/5.00 (+http://www.moreover.com; webmaster@moreover.com)", - "Moreoverbot/5.00 (+http://www.moreover.com)" - ], - "Morning Paper": [ - "Morning Paper 1.0 (robots.txt compliant!)" - ], - "msnbot": [ - "msnbot/2.1", - "msnbot/2.0b", - "msnbot/1.1 (+http://search.msn.com/msnbot.htm)", - "msnbot/1.1", - "msnbot/1.0 (+http://search.msn.com/msnbot.htm)", - "msnbot/0.9 (+http://search.msn.com/msnbot.htm)", - "msnbot/0.11 ( http://search.msn.com/msnbot.htm)", - "MSNBOT/0.1 (http://search.msn.com/msnbot.htm)" - ], - "MSRBot": [ - "MSRBOT (http://research.microsoft.com/research/sv/msrbot/)", - "MSRBOT" - ], - "MVAClient": [ - "MVAClient" - ], - "mxbot": [ - "Mozilla/5.0 (compatible; mxbot/1.0; +http://www.chainn.com/mxbot.html)", - "Mozilla/5.0 (compatible; mxbot/1.0; http://www.chainn.com/mxbot.html)" - ], - "NetResearchServer": [ - "NetResearchServer/4.0(loopimprovements.com/robot.html)", - "NetResearchServer/3.5(loopimprovements.com/robot.html)", - "NetResearchServer/2.8(loopimprovements.com/robot.html)", - "NetResearchServer/2.7(loopimprovements.com/robot.html)", - "NetResearchServer/2.5(loopimprovements.com/robot.html)", - "NetResearchServer(http://www.look.com)" - ], - "NetSeer Crawler": [ - "Mozilla/5.0 (compatible; NetSeer crawler/2.0; +http://www.netseer.com/crawler.html; crawler@netseer.com)" - ], - "NewsGator": [ - "NewsGator/2.5 (http://www.newsgator.com; Microsoft Windows NT 5.1.2600.0; .NET CLR 1.1.4322.2032)", - "NewsGator/2.0 Bot (http://www.newsgator.com)" - ], - "NG-Search": [ - "NG-Search/0.9.8 (http://www.ng-search.com)", - "NG-Search/0.86 (+http://www.ng-search.com)", - "NG-Search/0.86 ( http://www.ng-search.com)" - ], - "nicebot": [ - "nicebot" - ], - "noxtrumbot": [ - "noxtrumbot/1.0 (crawler@noxtrum.com)" - ], - "Nusearch Spider": [ - "Nusearch Spider (www.nusearch.com)", - "nuSearch Spider (compatible; MSIE 4.01; Windows NT)" - ], - "NutchCVS": [ - "NutchCVS/0.8-dev (Nutch; http://lucene.apache.org/nutch/bot.html; nutch-agent@lucene.apache.org)", - "NutchCVS/0.7.2 (Nutch; http://lucene.apache.org/nutch/bot.html; nutch-agent@lucene.apache.org)", - "NutchCVS/0.7.1 (Nutch; http://lucene.apache.org/nutch/bot.html; nutch-agent@lucene.apache.org)", - "NutchCVS/0.7.1 (Nutch running at UW; http://crawlers.cs.washington.edu/; sycrawl@cs.washington.edu)", - "NutchCVS/0.7 (Nutch; http://lucene.apache.org/nutch/bot.html; nutch-agent@lucene.apache.org)", - "NutchCVS/0.06-dev (Nutch; http://www.nutch.org/docs/en/bot.html; nutch-agent@lists.sourceforge.net)", - "NutchCVS/0.06-dev (Nutch; http://www.nutch.org/docs/en/bot.html; jagdeepssandhu@hotmail.com)", - "NutchCVS/0.05 (Nutch; http://www.nutch.org/docs/en/bot.html; nutch-agent@lists.sourceforge.net)" - ], - "Nymesis": [ - "Nymesis/1.0 (http://nymesis.com)" - ], - "obot": [ - "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; obot)" - ], - "oegp": [ - "oegp v. 1.3.0" - ], - "omgilibot": [ - "omgilibot/0.4 +http://omgili.com", - "omgilibot/0.3 +http://www.omgili.com/Crawler.html", - "omgilibot/0.3 http://www.omgili.com/Crawler.html" - ], - "OmniExplorer_Bot": [ - "OmniExplorer_Bot/6.70 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/6.65a (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/6.63b (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/6.62 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/6.60 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/6.47 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/5.91c (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/5.28 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/5.25 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/5.20 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/5.01 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/4.80 (+http://www.omni-explorer.com) WorldIndexer", - "OmniExplorer_Bot/4.32 (+http://www.omni-explorer.com) WorldIndexer" - ], - "OOZBOT": [ - "OOZBOT/0.20 ( -- ; http://www.setooz.com/oozbot.html ; agentname at setooz dot_com )", - "OOZBOT/0.17 (--; http://www.setooz.com/oozbot.html; pvvpr at iiit dot ac dot in)" - ], - "Orbiter": [ - "Orbiter (+http://www.dailyorbit.com/bot.htm)" - ], - "PageBitesHyperBot": [ - "PageBitesHyperBot/600 (http://www.pagebites.com/)" - ], - "Peew": [ - "Mozilla/5.0 (compatible; Peew/1.0; http://www.peew.de/crawler/)" - ], - "polybot": [ - "polybot 1.0 (http://cis.poly.edu/polybot/)" - ], - "Pompos": [ - "Pompos/1.3 http://dir.com/pompos.html", - "Pompos/1.2 http://pompos.iliad.fr", - "Pompos/1.1 http://pompos.iliad.fr" - ], - "PostPost": [ - "PostPost/1.0 (+http://postpo.st/crawlers)" - ], - "Psbot": [ - "psbot/0.1 (+http://www.picsearch.com/bot.html)" - ], - "PycURL": [ - "PycURL/7.23.1", - "PycURL/7.19.7", - "PycURL/7.19.5", - "PycURL/7.19.3", - "PycURL/7.19.0", - "PycURL/7.18.2", - "PycURL/7.18.0", - "PycURL/7.16.4", - "PycURL/7.15.5", - "PycURL/7.13.2", - "PycURL" - ], - "Qseero": [ - "Qseero v1.0.0" - ], - "Radian6": [ - "radian6_default_(www.radian6.com/crawler)" - ], - "RAMPyBot": [ - "RAMPyBot - www.giveRAMP.com/0.1 (RAMPyBot - www.giveRAMP.com; http://www.giveramp.com/bot.html; support@giveRAMP.com)" - ], - "RufusBot": [ - "RufusBot (Rufus Web Miner; http://64.124.122.252/feedback.html)" - ], - "SandCrawler": [ - "SandCrawler - Compatibility Testing" - ], - "SBIder": [ - "SBIder/0.8-dev (SBIder; http://www.sitesell.com/sbider.html; http://support.sitesell.com/contact-support.html)" - ], - "ScoutJet": [ - "Mozilla/5.0 (compatible; ScoutJet; http://www.scoutjet.com/)" - ], - "Scrubby": [ - "Scrubby/2.2 (http://www.scrubtheweb.com/)", - "Mozilla/5.0 (compatible; Scrubby/2.2; +http://www.scrubtheweb.com/)", - "Mozilla/5.0 (compatible; Scrubby/2.2; http://www.scrubtheweb.com/)", - "Scrubby/2.1 (http://www.scrubtheweb.com/)", - "Mozilla/5.0 (compatible; Scrubby/2.1; +http://www.scrubtheweb.com/abs/meta-check.html)" - ], - "SearchSight": [ - "SearchSight/2.0 (http://SearchSight.com/)" - ], - "Seekbot": [ - "Seekbot/1.0 (http://www.seekbot.net/bot.html) RobotsTxtFetcher/1.2", - "Seekbot/1.0 (http://www.seekbot.net/bot.html) HTTPFetcher/2.1", - "Seekbot/1.0 (http://www.seekbot.net/bot.html) HTTPFetcher/0.3", - "Seekbot/1.0 (http://www.seekbot.net/bot.html)" - ], - "semanticdiscovery": [ - "semanticdiscovery/0.1" - ], - "Sensis Web Crawler": [ - "Sensis Web Crawler (search_comments\\at\\sensis\\dot\\com\\dot\\au)" - ], - "SEOChat::Bot": [ - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) SEOChat::Bot v1.1" - ], - "SeznamBot": [ - "SeznamBot/2.0 (+http://fulltext.seznam.cz/)", - "SeznamBot/2.0 (+http://fulltext.sblog.cz/robot/)" - ], - "Shim-Crawler": [ - "Shim-Crawler(Mozilla-compatible; http://www.logos.ic.i.u-tokyo.ac.jp/crawler/; crawl@logos.ic.i.u-tokyo.ac.jp)", - "Shim-Crawler" - ], - "ShopWiki": [ - "ShopWiki/1.0 ( +http://www.shopwiki.com/wiki/Help:Bot)" - ], - "Shoula robot": [ - "Mozilla/4.0 (compatible: Shoula robot)" - ], - "silk": [ - "silk/1.0 (+http://www.slider.com/silk.htm)/3.7", - "Silk/1.0" - ], - "Sitebot": [ - "Mozilla/5.0 (compatible; SiteBot/0.1; +http://www.sitebot.org/robot/)", - "Mozilla/5.0 (compatible; SiteBot/0.1; http://www.sitebot.org/robot/)" - ], - "Snappy": [ - "Snappy/1.1 ( http://www.urltrends.com/ )" - ], - "sogou spider": [ - "sogou spider" - ], - "Sosospider": [ - "Sosospider+(+http://help.soso.com/webspider.htm)" - ], - "Speedy Spider": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)", - "Mozilla/5.0 (compatible; Speedy Spider; http://www.entireweb.com/about/search_tech/speedy_spider/)", - "Speedy Spider (Entireweb; Beta/1.3; http://www.entireweb.com/about/search_tech/speedyspider/)", - "Speedy Spider (Entireweb; Beta/1.2; http://www.entireweb.com/about/search_tech/speedyspider/)", - "Speedy Spider (Entireweb; Beta/1.1; http://www.entireweb.com/about/search_tech/speedyspider/)", - "Speedy Spider (Entireweb; Beta/1.0; http://www.entireweb.com/about/search_tech/speedyspider/)", - "Speedy Spider (Beta/1.0; www.entireweb.com)", - "Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)", - "Speedy Spider (http://www.entireweb.com/about/search_tech/speedyspider/)", - "Speedy Spider (http://www.entireweb.com)" - ], - "Sqworm": [ - "Sqworm/2.9.85-BETA (beta_release; 20011115-775; i686-pc-linux-gnu)" - ], - "StackRambler": [ - "StackRambler/2.0 (MSIE incompatible)", - "StackRambler/2.0" - ], - "suggybot": [ - "Mozilla/5.0 (compatible; suggybot v0.01a, http://blog.suggy.com/was-ist-suggy/suggy-webcrawler/)" - ], - "SurveyBot": [ - "SurveyBot/2.3+(Whois+Source)", - "SurveyBot/2.3 (Whois Source)" - ], - "SynooBot": [ - "SynooBot/0.7.1 (SynooBot; http://www.synoo.de/bot.html; webmaster@synoo.com)" - ], - "Teoma": [ - "Mozilla/2.0 (compatible; Ask Jeeves/Teoma; +http://sp.ask.com/docs/about/tech_crawling.html)", - "Mozilla/2.0 (compatible; Ask Jeeves/Teoma; +http://about.ask.com/en/docs/about/webmasters.shtml)", - "Mozilla/2.0 (compatible; Ask Jeeves/Teoma)" - ], - "TerrawizBot": [ - "TerrawizBot/1.0 (+http://www.terrawiz.com/bot.html)" - ], - "TheSuBot": [ - "TheSuBot/0.2 (www.thesubot.de)", - "TheSuBot/0.1 (www.thesubot.de)" - ], - "Thumbnail.CZ robot": [ - "Thumbnail.CZ robot 1.1 (http://thumbnail.cz/why-no-robots-txt.html)" - ], - "TinEye": [ - "TinEye/1.1 (http://tineye.com/crawler.html)", - "TinEye" - ], - "truwoGPS": [ - "truwoGPS/1.0 (GNU/Linux; U; i686; en-US; +http://www.lan4lano.net/browser.html )" - ], - "TurnitinBot": [ - "TurnitinBot/2.1 (http://www.turnitin.com/robot/crawlerinfo.html)", - "TurnitinBot/2.0 http://www.turnitin.com/robot/crawlerinfo.html", - "TurnitinBot/1.5 http://www.turnitin.com/robot/crawlerinfo.html", - "TurnitinBot/1.5 (http://www.turnitin.com/robot/crawlerinfo.html)", - " TurnitinBot/1.5 http://www.turnitin.com/robot/crawlerinfo.html", - " TurnitinBot/1.5 (http://www.turnitin.com/robot/crawlerinfo.html)" - ], - "TweetedTimes Bot": [ - "Mozilla/5.0 (compatible; TweetedTimes Bot/1.0; http://tweetedtimes.com)" - ], - "TwengaBot": [ - "TwengaBot" - ], - "updated": [ - "updated/0.1-beta (updated; http://www.updated.com; updated@updated.com)" - ], - "Urlfilebot": [ - "Mozilla/5.0 (compatible; Urlfilebot/2.2; +http://urlfile.com/bot.html)" - ], - "Vagabondo": [ - "Mozilla/4.0 (compatible; Vagabondo/4.0Beta; webcrawler at wise-guys dot nl; http://webagent.wise-guys.nl/; http://www.wise-guys.nl/)", - "Mozilla/4.0 (compatible; Vagabondo/2.2; webcrawler at wise-guys dot nl; http://webagent.wise-guys.nl/)", - "Mozilla/5.0 (compatible; Vagabondo/2.1; webcrawler at wise-guys dot nl; http://webagent.wise-guys.nl/)", - "Mozilla/3.0 (Vagabondo/2.0 MT; webcrawler@NOSPAMexperimental.net; http://aanmelden.ilse.nl/?aanmeld_mode=webhints)" - ], - "VoilaBot": [ - "Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) VoilaBot BETA 1.2 (http://www.voila.com/)" - ], - "Vortex": [ - "Vortex/2.2 (+http://marty.anstey.ca/robots/vortex/)", - "Vortex/2.2 ( http://marty.anstey.ca/robots/vortex/)", - "VORTEX/1.2 ( http://marty.anstey.ca/robots/vortex/)" - ], - "voyager": [ - "voyager/2.0 (http://www.kosmix.com/crawler.html)", - "voyager/1.0" - ], - "VYU2": [ - "VYU2 (GNU; OpenRISC)" - ], - "webcollage": [ - "webcollage/1.93", - "webcollage/1.129", - "webcollage/1.125", - "webcollage/1.117", - "webcollage/1.114" - ], - "Websquash.com": [ - "Websquash.com (Add url robot)" - ], - "wf84": [ - "http://www.almaden.ibm.com/cs/crawler [wf84]" - ], - "WoFindeIch Robot": [ - "WoFindeIch Robot 1.0(+http://www.search.wofindeich.com/robot.php)", - "WoFindeIch Robot 1.0( http://www.search.wofindeich.com/robot.php)" - ], - "WomlpeFactory": [ - "WomlpeFactory/0.1 (+http://www.Womple.com/bot.html)" - ], - "Xaldon_WebSpider": [ - "Xaldon_WebSpider/2.0.b1", - " Xaldon_WebSpider/2.0.b1" - ], - "yacy": [ - "yacybot (x86 Windows XP 5.1; java 1.6.0_12; Europe/de) http://yacy.net/bot.html", - "yacybot (x86 Windows XP 5.1; java 1.6.0_11; Europe/de) http://yacy.net/bot.html", - "yacybot (x86 Windows XP 5.1; java 1.6.0; Europe/de) http://yacy.net/yacy/bot.html", - "yacybot (x86 Windows 2000 5.0; java 1.6.0_16; Europe/de) http://yacy.net/bot.html", - "yacybot (ppc Mac OS X 10.5.2; java 1.5.0_13; Europe/de) http://yacy.net/bot.html", - "yacybot (ppc Mac OS X 10.4.10; java 1.5.0_07; Europe/de) http://yacy.net/bot.html", - "yacybot (i386 Mac OS X 10.5.7; java 1.5.0_16; Europe/de) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.9-023stab046.2-smp; java 1.6.0_05; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.8-022stab070.5-enterprise; java 1.4.2-03; Europe/en) yacy.net", - "yacybot (i386 Linux 2.6.31-16-generic; java 1.6.0_15; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.26-2-686; java 1.6.0_0; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.24-28-generic; java 1.6.0_20; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.24-24-generic; java 1.6.0_07; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.24-23-generic; java 1.6.0_16; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.23; java 1.6.0_17; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.23; java 1.6.0_04; Europe/en) http://yacy.net/bot.html", - "yacybot (i386 Linux 2.6.22-14-generic; java 1.6.0_03; Europe/de) http://yacy.net/bot.html", - "yacybot (amd64 Windows 7 6.1; java 1.6.0_17; Europe/de) http://yacy.net/bot.html", - "yacybot (amd64 Linux 2.6.28-18-generic; java 1.6.0_0; Europe/en) http://yacy.net/bot.html", - "yacybot (amd64 Linux 2.6.16-2-amd64-k8-smp; java 1.5.0_10; Europe/en) http://yacy.net/yacy/bot.html" - ], - "Yahoo! Slurp": [ - "Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)" - ], - "Yahoo! Slurp China": [ - "Mozilla/5.0 (compatible; Yahoo! Slurp China; http://misc.yahoo.com.cn/help.html)" - ], - "YahooSeeker": [ - "YahooSeeker/1.2 (compatible; Mozilla 4.0; MSIE 5.5; yahooseeker at yahoo-inc dot com ; http://help.yahoo.com/help/us/shop/merchant/)" - ], - "YahooSeeker-Testing": [ - "YahooSeeker-Testing/v3.9 (compatible; Mozilla 4.0; MSIE 5.5; http://search.yahoo.com/)" - ], - "YandexBot": [ - "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" - ], - "YandexImages": [ - "Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)" - ], - "Yasaklibot": [ - "Yasaklibot/v1.2 (http://www.Yasakli.com/bot.php)" - ], - "Yeti": [ - "Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)", - "Yeti/1.0 (+http://help.naver.com/robots/)" - ], - "YodaoBot": [ - "Mozilla/5.0 (compatible; YodaoBot/1.0; http://www.yodao.com/help/webmaster/spider/; )" - ], - "yoogliFetchAgent": [ - "yoogliFetchAgent/0.1" - ], - "YoudaoBot": [ - "Mozilla/5.0 (compatible; YoudaoBot/1.0; http://www.youdao.com/help/webmaster/spider/; )" - ], - "Zao": [ - "Zao/0.1 (http://www.kototoi.org/zao/)", - " Zao/0.1 (http://www.kototoi.org/zao/)" - ], - "Zealbot": [ - "Mozilla/4.0 (compatible; Zealbot 1.0)" - ], - "zspider": [ - "zspider/0.9-dev http://feedback.redkolibri.com/" - ], - "ZyBorg": [ - "Mozilla/4.0 compatible ZyBorg/1.0 DLC (wn.zyborg@looksmart.net; http://www.WISEnutbot.com)", - "Mozilla/4.0 compatible ZyBorg/1.0 Dead Link Checker (wn.zyborg@looksmart.net; http://www.WISEnutbot.com)", - "Mozilla/4.0 compatible ZyBorg/1.0 Dead Link Checker (wn.dlc@looksmart.net; http://www.WISEnutbot.com)", - "Mozilla/4.0 compatible ZyBorg/1.0 (wn.zyborg@looksmart.net; http://www.WISEnutbot.com)", - "Mozilla/4.0 compatible ZyBorg/1.0 (wn-16.zyborg@looksmart.net; http://www.WISEnutbot.com)", - "Mozilla/4.0 compatible ZyBorg/1.0 (wn-14.zyborg@looksmart.net; http://www.WISEnutbot.com)" - ], - "E-MAIL CLIENTS": [], - "Thunderbird": [ - "Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Lightning/4.0.2", - "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Lightning/4.0.2", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Lightning/4.0.2", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0", - "Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Lightning/4.0.2", - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Lightning/4.0.2", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 Lightning/4.0.2", - "Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 Lightning/4.0.2", - "Mozilla/5.0 (Windows NT 5.1; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 Lightning/4.0.1.2", - "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 Lightning/2.6.4", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 Lightning/2.6b3", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko/20100101 Thunderbird/23.0 Lightning/2.5b1", - "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 Lightning/1.9.1", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8", - "Mozilla/5.0 (Windows NT 6.2; rv:17.0) Gecko/20130801 Thunderbird/17.0.8", - "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 Lightning/1.9.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 Lightning/1.9.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7", - "Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130620 Thunderbird/17.0.7", - "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7", - "Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130620 Thunderbird/17.0.7", - "Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 Lightning/1.9.1", - "Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120828 Thunderbird/16.0 Lightning/1.8b1", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 Lightning/1.7", - "Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 Lightning/1.7", - "Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20110929 Thunderbird/15.0", - "Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 Lightning/1.6", - "Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0", - "Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 Lightning/1.6", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0", - "Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 Lightning/1.5.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 Lightning/1.5.1", - "Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1", - "Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120410 Thunderbird/11.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 Lightning/1.3", - "Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Thunderbird/11.0", - "Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1", - "Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110812 Thunderbird/6.0", - "Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110812 Thunderbird/6.0 Lightning/1.0b5", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 Lightning/1.0b4", - "Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20110624 Thunderbird/5.0", - "Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110419 Lightning/1.0b2 Thunderbird/3.1.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 ThunderBrowse/3.3.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 ThunderBrowse/3.8", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 ThunderBrowse/3.3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 ThunderBrowse/3.3.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101006 Thunderbird/3.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101013 Lightning/1.0b2 Thunderbird/3.1.5", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100922 Thunderbird/3.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; sv-SE; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 ThunderBrowse/3.3.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 ThunderBrowse/3.3.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110805 Lightning/1.0b2 Thunderbird/3.1.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11", - "Mozilla/5.0 (X11; U; Linux x86_64; de-DE; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 ThunderBrowse/3.3.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 ThunderBrowse/3.3.5", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.7) Gecko/20100713 Lightning/1.0b2 Thunderbird/3.1.1 ThunderBrowse/3.3.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 ThunderBrowse/3.3.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100608 Lightning/1.0b2 Thunderbird/3.1 ThunderBrowse/3.3.1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008050715 Thunderbird/3.0a1", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.14) Gecko/20101006 Lightning/1.0b1 Thunderbird/3.0.9", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.1.14) Gecko/20101005 Thunderbird/3.0.9 ThunderBrowse/3.3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Lightning/1.0b1 Thunderbird/3.0.8", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100826 Lightning/1.0b1 Thunderbird/3.0.7", - "Mozilla/5.0 (X11; U; Linux x86_64; nl; rv:1.9.1.11) Gecko/20100714 openSUSE/3.0.6 Thunderbird/3.0.6 ThunderBrowse/3.3.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Lightning/1.0b1 Thunderbird/3.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 ThunderBrowse/3.3.2", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100527 Thunderbird/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100527 Lightning/1.0b1 Thunderbird/3.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; pl; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100408 Thunderbird/3.0.3", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:1.9.1.16) Gecko/20101125 Thunderbird/3.0.11", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.9.1.16) Gecko/20101125 Thunderbird/3.0.11 ThunderBrowse/3.3.5", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10 ThunderBrowse/3.3.2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Lightning/1.0b1 Thunderbird/3.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 ThunderBrowse/3.2.8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-CA; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 ThunderBrowse/3.2.8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 ThunderBrowse/3.2.8.1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061217 Thunderbird/2.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6", - "Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.8.1.4) Gecko/20070622 Thunderbird/2.0.0.4", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.24) Gecko/20100411 Thunderbird/2.0.0.24", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.24) Gecko/20100317 Thunderbird/2.0.0.24", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.24) Gecko/20100228 Thunderbird/2.0.0.24", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090817 Thunderbird/2.0.0.23", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090608 Thunderbird/2.0.0.22", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090409 Thunderbird/2.0.0.21", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090318 Thunderbird/2.0.0.21", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.20) Gecko/20081217 Thunderbird/2.0.0.20", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20090105 Thunderbird/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/2008120920 Thunderbird/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081125 Thunderbird/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-GB; rv:1.8.1.18) Gecko/20081105 Thunderbird/2.0.0.18", - "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.17) Gecko/20081018 Thunderbird/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080925 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-GB; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080724 Thunderbird/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080723 Fedora/2.0.0.16-1.fc8 Thunderbird/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; ca; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr; rv:1.8.1.16) Gecko/20080707 Thunderbird/2.0.0.16", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080505 Thunderbird/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080502 Thunderbird/2.0.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-GB; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14", - "Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080227 Thunderbird/2.0.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.14) Gecko/20071210 Thunderbird/1.5.0.14", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.14) Gecko/20071210 Thunderbird/1.5.0.14", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070403 Thunderbird/1.5.0.10", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070306 Thunderbird/1.5.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050923 Thunderbird/1.0.7", - "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6", - "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; fr-FR; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Thunderbird/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050317 Thunderbird/1.0.2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.5) Gecko/20041206 Thunderbird/1.0" - ], - "E-MAIL COLLECTORS": [], - "EmailSiphon": [ - "EmailSiphon" - ], - "FEED READERS": [], - "Bloglines": [ - "Bloglines/3.1 (http://www.bloglines.com)", - "Bloglines/3.0-rho (http://www.bloglines.com; 3 subscribers)" - ], - "everyfeed-spider": [ - "everyfeed-spider/2.0 (http://www.everyfeed.com)" - ], - "FeedFetcher-Google": [ - "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=8639390370582375869)", - "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=375807642710480585)", - "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=1992026586303346733)", - "Feedfetcher-Google; (+http://www.google.com/feedfetcher.html; feed-id=13645798864011762265)", - "FeedFetcher-Google; (+http://www.google.com/feedfetcher.html)" - ], - "GreatNews": [ - "GreatNews/1.0" - ], - "Gregarius": [ - "Gregarius/0.5.2 (+http://devlog.gregarius.net/docs/ua)" - ], - "MagpieRSS": [ - "MagpieRSS/0.7 ( http://magpierss.sf.net)" - ], - "NFReader": [ - "NFReader/1.4.1.0 (http://www.gaijin.at/)" - ], - "UniversalFeedParser": [ - "UniversalFeedParser/3.3 +http://feedparser.org/" - ], - "LIBRARIES": [], - "BinGet": [ - "BinGet/1.00.A (http://www.bin-co.com/php/scripts/load/)" - ], - "cURL": [ - "curl/7.9.8 (i686-pc-linux-gnu) libcurl 7.9.8 (OpenSSL 0.9.6b) (ipv6 enabled)", - "curl/7.8 (i386-redhat-linux-gnu) libcurl 7.8 (OpenSSL 0.9.6b) (ipv6 enabled)", - "curl/7.7.x (i386--freebsd4.3) libcurl 7.7.x (SSL 0.9.6) (ipv6 enabled)", - "curl/7.7.2 (powerpc-apple-darwin6.0) libcurl 7.7.2 (OpenSSL 0.9.6b)", - "curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5", - "curl/7.21.3 (x86_64-unknown-linux-gnu) libcurl/7.21.3 OpenSSL/1.0.0c zlib/1.2.5", - "curl/7.21.3 (x86_64-redhat-linux-gnu) libcurl/7.21.3 NSS/3.13.1.0 zlib/1.2.5 libidn/1.19 libssh2/1.2.7", - "curl/7.21.2 (i386-pc-win32) libcurl/7.21.2 OpenSSL/0.9.8o zlib/1.2.5", - "curl/7.21.1 (i686-pc-linux-gnu) libcurl/7.21.1 OpenSSL/1.0.0a zlib/1.2.5", - "curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18 libssh2/1.2.5", - "curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18", - "curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.5", - "curl/7.21.0 (x86_64-apple-darwin10.2.0) libcurl/7.21.0 OpenSSL/1.0.0a zlib/1.2.5 libidn/1.19", - "curl/7.21.0 (i686-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18", - "curl/7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18 libssh2/1.2.6", - "curl/7.20.0 (i686-pc-linux-gnu) libcurl/7.20.0 OpenSSL/0.9.8n zlib/1.2.4", - "curl/7.20.0 (i386-apple-darwin9.8.0) libcurl/7.20.0 OpenSSL/0.9.8m zlib/1.2.3 libidn/1.16", - "curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1e zlib/1.2.3 libidn/1.18 libssh2/1.4.3", - "curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3", - "curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8o zlib/1.2.3.3 libidn/1.15", - "curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15", - "curl/7.19.7 (i386-redhat-linux-gnu) libcurl/7.19.7 NSS/3.12.5.0 zlib/1.2.3 libidn/1.9 libssh2/1.2.2", - "curl/7.19.7 (i386-apple-darwin9.8.0) libcurl/7.19.7 zlib/1.2.3", - "curl/7.19.6 (i686-pc-cygwin) libcurl/7.19.6 OpenSSL/0.9.8n zlib/1.2.3 libidn/1.18 libssh2/1.2", - "curl/7.19.6 (i386-redhat-linux-gnu) libcurl/7.19.6 NSS/3.12.4.5 zlib/1.2.3 libidn/1.9 libssh2/1.2", - "curl/7.19.6 (i386-pc-win32) libcurl/7.19.6 OpenSSL/0.9.8k zlib/1.2.3", - "curl/7.19.5 (i586-pc-mingw32msvc) libcurl/7.19.5 zlib/1.2.3", - "curl/7.19.5 (i486-pc-linux-gnu) libcurl/7.19.5 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.15", - "curl/7.19.4 (universal-apple-darwin10.0) libcurl/7.19.4 OpenSSL/0.9.8k zlib/1.2.3", - "curl/7.19.4 (i686-pc-cygwin) libcurl/7.19.4 OpenSSL/0.9.8k zlib/1.2.3 libidn/1.9 libssh2/1.0", - "curl/7.19.2 (i386-pc-win32) libcurl/7.19.2 OpenSSL/0.9.8i zlib/1.2.3 libidn/1.11 libssh2/0.18", - "curl/7.19.2 (i386-pc-win32) libcurl/7.19.2 OpenSSL/0.9.8c zlib/1.2.3", - "curl/7.19.0 (x86_64-suse-linux-gnu) libcurl/7.19.0 OpenSSL/0.9.8h zlib/1.2.3 libidn/1.10", - "curl/7.18.2 (x86_64-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.8 libssh2/0.18", - "curl/7.18.1 (i686-suse-linux-gnu) libcurl/7.18.1 OpenSSL/0.9.8g zlib/1.2.3 libidn/1.8", - "curl/7.18.0 (x86_64-pc-linux-gnu) libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1", - "curl/7.17.1 (x86_64-pc-linux-gnu) libcurl/7.17.1 OpenSSL/0.9.8g zlib/1.2.3", - "curl/7.16.4 (i486-pc-linux-gnu) libcurl/7.16.4 OpenSSL/0.9.8e zlib/1.2.3.3 libidn/1.0", - "curl/7.16.3 (powerpc-apple-darwin8.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3", - "curl/7.16.2 (x86_64-redhat-linux-gnu) libcurl/7.16.2 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.8", - "curl/7.16.1 (i386-pc-win32) libcurl/7.16.1 OpenSSL/0.9.8h zlib/1.2.3", - "curl/7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5", - "curl/7.15.4 (i686-pc-linux-gnu) libcurl/7.15.4 OpenSSL/0.9.7e zlib/1.2.3", - "curl/7.15.3 (sparc64--netbsd) libcurl/7.15.3 OpenSSL/0.9.7d zlib/1.1.4 libidn/0.6.3", - "curl/7.15.1 (x86_64-suse-linux) libcurl/7.15.1 OpenSSL/0.9.8a zlib/1.2.3 libidn/0.6.0", - "curl/7.15.1 (i486-pc-linux-gnu) libcurl/7.15.1 OpenSSL/0.9.8a zlib/1.2.3 libidn/0.5.18", - "curl/7.15.0 (i386-portbld-freebsd5.4) libcurl/7.15.0 OpenSSL/0.9.7e zlib/1.2.1", - "curl/7.14.0 (i386-portbld-freebsd5.4) libcurl/7.14.0 OpenSSL/0.9.7e zlib/1.2.1", - "curl/7.13.2 (i386-pc-linux-gnu) libcurl/7.13.2 OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13", - "cURL: curl/7.13.1 (powerpc-apple-darwin8.0) libcurl/7.13.1 OpenSSL/0.9.7b zlib/1.2.2", - "curl/7.13.1 (powerpc-apple-darwin8.0) libcurl/7.13.1 OpenSSL/0.9.7l zlib/1.2.3", - "curl/7.12.1 (i686-redhat-linux-gnu) libcurl/7.12.1 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6", - "curl/7.11.1 (i686-redhat-linux-gnu) libcurl/7.11.1 OpenSSL/0.9.7a ipv6 zlib/1.2.1.2", - "curl/7.11.1 (i386-redhat-linux-gnu) libcurl/7.11.1 OpenSSL/0.9.7a ipv6 zlib/1.2.1.2", - "curl/7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4" - ], - "Java": [ - "Java/1.6.0_26", - "Java/1.6.0_13", - "Java/1.6.0_12", - "Java/1.6.0_11", - "Java/1.6.0_04", - "Java/1.6.0_03", - "Java/1.6.0_02", - "Java/1.6.0-beta", - "Java/1.5.0_11", - "Java/1.5.0_08", - "Java/1.5.0_06", - "Java/1.5.0_05", - "Java/1.5.0_04", - "Java/1.5.0_03", - "Java/1.5.0_02", - "Java/1.5.0_01", - "Java/1.5.0", - "Java/1.4.2_11", - "Java/1.4.2_10", - "Java/1.4.2_09", - "Java/1.4.2_08", - "Java/1.4.2_07", - "Java/1.4.2_05", - "Java/1.4.2_04", - "Java1.4.2_03", - "Java/1.4.2_03", - "Java/1.4.2_01", - "Java/1.4.2", - "Java/1.4.1_04", - "Java/1.4.1_03", - "Java/1.4.1_02", - "Java/1.4.1_01a", - "Java/1.4.1_01", - "Java/1.4.1-p3", - "Java/1.4.1", - "Java1.4.0_03", - "Java1.4.0_02", - "Java1.4.0_01", - "Java1.4.0", - "Java1.3.1_06", - "Java1.3.1_04", - "Java1.3.1", - "Java1.3.0", - "Java1.2.2-JDeveloper", - "Java1.2.2", - "Java1.2.1" - ], - "libwww-perl": [ - "libwww-perl/5.821", - "libwww-perl/5.820", - "libwww-perl/5.816", - "libwww-perl/5.814", - "libwww-perl/5.808", - "libwww-perl/5.805", - "libwww-perl/5.803", - "libwww-perl/5.800 (+http://passoire.afraid.org/mylittlewebsurvey/index.html)", - "libwww-perl/5.800", - "libwww-perl/5.76", - "libwww-perl/5.75", - "libwww-perl/5.69", - "libwww-perl/5.65", - " libwww-perl/5.65", - "libwww-perl/5.64", - "libwww-perl/5.63", - "libwww-perl/5.53", - "libwww-perl/5.50", - "libwww-perl/5.48", - "libwww-perl/5.36" - ], - "Microsoft URL Control": [ - "Microsoft URL Control - 6.01.9782" - ], - "Peach": [ - "Peach/1.01 (Ubuntu 8.04 LTS; U; en)" - ], - "PHP": [ - "PHP/5.2.9", - "PHP/5.2.8", - "PHP/5.2.14", - "PHP/5.2.11", - "PHP/5.2.10" - ], - "pxyscand": [ - "pxyscand/2.1" - ], - "Python-urllib": [ - "Python-urllib/3.1", - "Python-urllib/3.0", - "Python-urllib/2.7", - "Python-urllib/2.6", - "Python-urllib/2.5", - "Python-urllib/2.4", - "Python-urllib/2.1", - "Python-urllib/2.0a1", - "Python-urllib/1.17", - "Python-urllib/1.16", - "Python-urllib/1.15" - ], - "LINK CHECKERS": [], - "AbiLogicBot": [ - "Mozilla/5.0 (compatible; AbiLogicBot/1.0; +http://www.abilogic.com/bot.html)", - "Mozilla/5.0 (compatible; AbiLogicBot/1.0; +http://www.abilogic.com)" - ], - "Link Valet": [ - "Link Valet Online 1.1" - ], - "Link Validity Check": [ - "Link Validity Check From: http://www.w3dir.com/cgi-bin (Using: Hot Links SQL by Mrcgiguy.com)" - ], - "LinkExaminer": [ - "LinkExaminer/1.01 (Windows)" - ], - "LinksManager.com_bot": [ - "Mozilla/5.0 (compatible; LinksManager.com_bot http://linksmanager.com/linkchecker.html)", - "Mozilla/5.0 (compatible; LinksManager.com_bot +http://linksmanager.com/linkchecker.html)" - ], - "Mojoo Robot": [ - "Mojoo Robot (http://www.mojoo.com/)" - ], - "Notifixious": [ - "Notifixious/LinkChecker (http://notifixio.us)" - ], - "online link validator": [ - "online link validator (http://www.dead-links.com/)" - ], - "Ploetz + Zeller": [ - "Ploetz + Zeller (http://www.ploetz-zeller.de) Link Validator v1.0 (support@p-und-z.de) for ARIS Business Architect" - ], - "Reciprocal Link System PRO": [ - "InfoWizards Reciprocal Link System PRO - (http://www.infowizards.com)" - ], - "REL Link Checker Lite": [ - "REL Link Checker Lite 1.0" - ], - "SiteBar": [ - "SiteBar/3.3.8 (Bookmark Server; http://sitebar.org/)", - "SiteBar/3.3.5 (Bookmark Server; http://sitebar.org/)" - ], - "Vivante Link Checker": [ - "Vivante Link Checker (http://www.vivante.com)" - ], - "W3C-checklink": [ - "W3C-checklink/4.5 [4.160] libwww-perl/5.823", - "W3C-checklink/4.5 [4.154] libwww-perl/5.823", - "W3C-checklink/4.3 [4.42] libwww-perl/5.820", - "W3C-checklink/4.3 [4.42] libwww-perl/5.808", - "W3C-checklink/4.3 [4.42] libwww-perl/5.805", - "W3C-checklink/4.2.1 [4.21] libwww-perl/5.803", - "W3C-checklink/4.2 [4.20] libwww-perl/5.803", - "W3C-checklink/3.6.2.3 libwww-perl/5.64", - "W3C-checklink/2.90 libwww-perl/5.64" - ], - "Xenu Link Sleuth": [ - "Xenu Link Sleuth 1.2i", - "Xenu Link Sleuth 1.2h", - "Xenu Link Sleuth 1.2g", - "Xenu Link Sleuth 1.2f", - "Xenu Link Sleuth 1.2e", - "Xenu Link Sleuth 1.2d", - "Xenu Link Sleuth 1.2c", - "Xenu Link Sleuth 1.2b", - "Xenu Link Sleuth/1.3.7" - ], - "MOBILE BROWSERS": [], - "Android Webkit Browser": [ - "Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30", - "Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30", - "Mozilla/5.0 (Linux; U; Android 2.3; en-us) AppleWebKit/999+ (KHTML, like Gecko) Safari/999.9", - "Mozilla/5.0 (Linux; U; Android 2.3.5; zh-cn; HTC_IncredibleS_S710e Build/GRJ90) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; HTC Vision Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; HTC Desire Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; T-Mobile myTouch 3G Slide Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.3; zh-tw; HTC_Pyramid Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.3; zh-tw; HTC_Pyramid Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari", - "Mozilla/5.0 (Linux; U; Android 2.3.3; zh-tw; HTC Pyramid Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.3; ko-kr; LG-LU3000 Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; HTC_DesireS_S510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; HTC_DesireS_S510e Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile", - "Mozilla/5.0 (Linux; U; Android 2.3.3; de-de; HTC Desire Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.3.3; de-ch; HTC Desire Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.2; fr-lu; HTC Legend Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.2; en-sa; HTC_DesireHD_A9191 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.2.1; fr-fr; HTC_DesireZ_A7272 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.2.1; en-gb; HTC_DesireZ_A7272 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1", - "Mozilla/5.0 (Linux; U; Android 2.2.1; en-ca; LG-P505R Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" - ], - "BlackBerry": [ - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.346 Mobile Safari/534.11+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9860; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.254 Mobile Safari/534.11+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9850; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.254 Mobile Safari/534.11+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9850; en-US) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.115 Mobile Safari/534.11+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9850; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.254 Mobile Safari/534.11+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; zh-TW) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; zh-TW) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.246 Mobile Safari/534.1+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; tr) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.246 Mobile Safari/534.1+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; it) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.668 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; fr) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.246 Mobile Safari/534.1+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.701 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.466 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.450 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.446 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.201 Mobile Safari/534.1+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-US) AppleWebKit/534.1+ (KHTML, like Gecko)", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en-GB) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.337 Mobile Safari/534.1+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.448 Mobile Safari/534.8+", - "Mozilla/5.0 (BlackBerry; U; BlackBerry 9700; pt) AppleWebKit/534.8+ (KHTML, like Gecko) Version/6.0.0.546 Mobile Safari/534.8+" - ], - "Blazer": [ - "Mozilla/4.0 (compatible; MSIE 6.0; Windows 95; PalmSource; Blazer 3.0) 16; 160x160" - ], - "Bolt": [ - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; BOLT/2.340) AppleWebKit/530+ (KHTML, like Gecko) Version/4.0 Safari/530.17 UNTRUSTED/1.0 3gpp-gba" - ], - "Browser for S60": [ - "SamsungI8910/SymbianOS/9.1 Series60/3.0", - "NokiaN97i/SymbianOS/9.1 Series60/3.0", - "NokiaE52-1/SymbianOS/9.1 Series60/3.0 3gpp-gba", - "NokiaE5-00/SymbianOS/9.1 Series60/3.0 3gpp-gba", - "NokiaC7-00/SymbianOS/9.1 Series60/3.0 3gpp-gba", - "Mozilla/5.0 (SymbianOS/9.4; Series60/5.0 NokiaC6-00/20.0.042; Profile/MIDP-2.1 Configuration/CLDC-1.1; zh-hk) AppleWebKit/525 (KHTML, like Gecko) BrowserNG/7.2.6.9 3gpp-gba", - "Mozilla/5.0 (SymbianOS/9.3; Series60/3.2 NokiaE52-1/052.003; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 BrowserNG/7.2.6.2 3gpp-gba", - "NokiaC6-00/10.0.021 (SymbianOS/9.4; Series60/5.0 Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebkit/525 (KHTML, like Gecko) BrowserNG/7.2.6 UNTRUSTED/1.0 3gpp-gba", - "NokiaN97/21.1.107 (SymbianOS/9.4; Series60/5.0 Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebkit/525 (KHTML, like Gecko) BrowserNG/7.1.4", - "NokiaC5-00/061.005 (SymbianOS/9.3; U; Series60/3.2 Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 Safari/525 3gpp-gba", - "Nokia5250/11.0.008 (SymbianOS/9.4; U; Series60/5.0 Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/525 (KHTML, like Gecko) Safari/525 3gpp-gba", - "Nokia5250/10.0.011 (SymbianOS/9.4; U; Series60/5.0 Mozilla/5.0; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/525 (KHTML, like Gecko) Safari/525 3gpp-gba" - ], - "Doris": [ - "Doris/1.15 [en] (Symbian)" - ], - "Dorothy": [ - "Mozilla/5.0 (Windows; U; Windows CE; Mobile; like iPhone; ko-kr) AppleWebKit/533.3 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.3 Dorothy", - "Mozilla/5.0 (Windows; U; Windows CE; Mobile; like Android; ko-kr) AppleWebKit/533.3 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.3 Dorothy", - "Mozilla/5.0 (Windows; U; Mobile; Dorothy Browser; en-US) AppleWebKit/533.3 (KHTML, like Gecko) Version/3.1.2 Mobile Safari/533.3", - "Mozilla/5.0 (Windows; U; Dorothy Browser; ko-kr) AppleWebKit/533.3 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.3" - ], - "Fennec": [ - "Mozilla/5.0 (Android; Linux armv7l; rv:9.0) Gecko/20111216 Firefox/9.0 Fennec/9.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a1) Gecko/20110623 Firefox/7.0a1 Fennec/7.0a1", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:6.0a1) Gecko/20110526 Firefox/6.0a1 Fennec/6.0a1", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:6.0a1) Gecko/20110522 Firefox/6.0a1 Fennec/6.0a1", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:6.0a1) Gecko/20110518 Firefox/6.0a1 Fennec/6.0a1", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:6.0a1) Gecko/20110510 Firefox/6.0a1 Fennec/6.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.18) Gecko/20110614 Mozilla/5.0 (Android; Linux armv7l; rv:5.0) Gecko/20110615 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:5.0) Gecko/20110615 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110517 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Android; WOW64; Linux armv7l;rv:5.0) Gecko/20110603 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Android; Linux armv7l;rv:5.0) Gecko/20110603 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Android; Linux armv7l; rv:5.0) Gecko/20110615 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Android; Linux armv7l; rv:5.0) Gecko/20110614 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Android; Linux armv7l; rv:5.0) Gecko/20110517 Firefox/5.0 Fennec/5.0", - "Mozilla/5.0 (Android; Linux armv71; rv:5.0) Gecko/20110615 Fennec/5.0", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.2a1pre) Gecko/20110331 Firefox/4.2a1pre Fennec/4.1a1pre", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.2a1pre) Gecko/20110403 Firefox/4.2a1pre Fennec/4.1a1pre", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.2a1pre) Gecko/20110402 Firefox/4.2a1pre Fennec/4.1a1pre", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:2.0b13pre) Gecko/20110315 Firefox/4.0b13pre Fennec/4.0b6pre", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.0b9pre) Gecko/20110103 Firefox/4.0b9pre Fennec/4.0b4pre", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:2.0b8pre) Gecko/20110328 Firefox/4.0b8pre Fennec/4.0b3pre", - "Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20110402 Firefox/4.0 Fennec/4.0b3", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8) Gecko/20101221 Firefox/4.0b8 Fennec/4.0b3", - "Mozilla/5.0 (X11; Linux i686; rv:2.0b7pre) Gecko/20101103 Firefox/4.0b8pre Fennec/4.0b2", - "Mozilla/5.0 (X11; Linux i686; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Windows NT 6.1; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Windows NT 6.0; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Windows NT 5.1; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Linux; U; Android 2.2; en-us; T-Mobile HTC_G2 Build/FRF91) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.1.1) Gecko/20110415 Fennec/4.0.1", - "Mozilla/5.0 (Android; Linux arm7l; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (Android; Linux arm71; rv:2.1.1) Gecko/20110415 Firefox/4.0.2pre Fennec/4.0.1", - "Mozilla/5.0 (X11; Linux i686; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.13) Gecko/20101203 Mozilla/5.O(Android;Linux armv7l;rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0 ( .NET CLR 3.5.30729)", - "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Windows NT 6.1; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Windows NT 5.1; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Maemo; Linux armv7l; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Linux arm) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.0) Gecko/20110103 Firefox/4.0 Fennec/4.0", - "Mozilla/5.0 (Android; Linux armv71; rv:2.1) Gecko/20110318 Firefox/4.0b13pre Fennec/4.0", - "Mozilla/5.0 (Android) Gecko/20110318 Firefox/4.0 Fennec/4.0", - "Mozilla/5.0 (Android) Gecko Firefox Fennec/4.0", - "Mozilla/5.0 (Windows NT 5.1; rv:2.0b6pre) Gecko/20100902 Firefox/4.0b6pre Fennec/2.0b1pre", - "Mozilla/5.0 (X11; Linux armv7l; rv:2.0b4pre) Gecko/20100818 Firefox/4.0b4pre Fennec/2.0a1pre", - "Mozilla/5.0 (X11; Linux armv7l; rv:2.0b4pre) Gecko/20100812 Firefox/4.0b4pre Fennec/2.0a1pre", - "Mozilla/5.0 (X11; Linux armv7l; rv:2.0b3pre) Gecko/20100730 Firefox/4.0b3pre Fennec/2.0a1pre", - "Mozilla/5.0 (X11; Linux armv71; en-US; rv:2.0b2pre) Gecko/20100722 Firefox/4.0b2pre Fennec/2.0a1pre", - "Mozilla/5.0 (X11; Linux armv71; rv:2.0b4pre) Gecko/20100818 Firefox/4.0b4pre Fennec/2.0a1pre", - "Mozilla/5.0 (Android; Linux armv7l; rv:2.0.1) Gecko/20100101 Fennec/2.0.1", - "Mozilla/5.0 (X11; U; Linux armv7l; pl-PL; rv:1.9.2.5) Gecko/20100614 Firefox/3.6.5pre Fennec/1.1", - "Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2a1pre) Gecko/20090322 Fennec/1.0b2pre", - "Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.17) Gecko/20080829 Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2a1pre) Gecko/20090322 Fennec/1.0b2pre", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090626 Fennec/1.0b2", - "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2a1pre) Gecko/20090317 Fennec/1.0b1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090317 Fennec/1.0b1", - "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.1b2pre) Gecko/20081116 Fennec/1.0a2pre", - "Mozilla/5.0 (X11; U; Linux armv61; en-US; rv:1.9.1b2pre) Gecko/20081116 Fennec/1.0a2pre", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20081222 Fennec/1.0a2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090401 Fennec/1.0a2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090106 Fennec/1.0a2", - "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.2a1pre) Gecko/20081222 Fennec/1.0a2", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20081222 Fennec/1.0a2", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20081222 Fennec/1.0a2", - "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1", - "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1", - "Mozilla/5.0 (X11; U; Linux armv61; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1", - "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1", - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1", - "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.1b1pre) Gecko/20081005220218 Gecko/2008052201 Fennec/0.9pre", - "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.1b1pre) Gecko/20080923171103 Fennec/0.8", - "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.1a2pre) Gecko/20080820121708 Fennec/0.7", - "Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.1a1pre) Gecko/2008071707 Fennec/0.5", - "Mozilla/5.0 (Windows; U; Windows CE 5.2; en-US; rv:1.9.2a1pre) Gecko/20090210 Fennec/0.11" - ], - "Go Browser": [ - "NokiaE66/GoBrowser/2.0.297", - "NokiaN81/GoBrowser/2.0.290", - "NokiaE72/GoBrowser/2.0.290", - "NokiaC5-00/GoBrowser/2.0.290", - "Nokia6120c/GoBrowser/2.0.290", - "Nokia5320XpressMusic/GoBrowser/2.0.290", - "NokiaN85/GoBrowser/1.6.91", - "NokiaN81/GoBrowser/1.6.91", - "NokiaE72/GoBrowser/1.6.91", - "NokiaC5-00/GoBrowser/1.6.91", - "Nokia6700s/GoBrowser/1.6.91", - "Nokia5700XpressMusic/GoBrowser/1.6.91", - "Nokia5630XpressMusic/GoBrowser/1.6.91", - "Nokia5320XpressMusic/GoBrowser/1.6.91", - "NokiaN82/GoBrowser/1.6.86", - "NokiaE63/GoBrowser/1.6.86", - "NokiaE5-00/GoBrowser/1.6.86", - "Nokia6220c/GoBrowser/1.6.86", - "Nokia6120c/GoBrowser/1.6.86", - "NokiaN97_mini/GoBrowser/1.6.0.75", - "NokiaN85/GoBrowser/1.6.0.75", - "NokiaN78/GoBrowser/1.6.0.75", - "Nokia5800XpressMusic/GoBrowser/1.6.0.75", - "Nokia5730XpressMusic/GoBrowser/1.6.0.75", - "Nokia5320XpressMusic/GoBrowser/1.6.0.75", - "Nokia5230/GoBrowser/1.6.0.75", - "NokiaN97_mini/GoBrowser/1.6.0.70", - "NokiaN81/GoBrowser/1.6.0.70", - "NokiaN78/GoBrowser/1.6.0.70", - "Nokia6700s/GoBrowser/1.6.0.70", - "Nokia6120c/GoBrowser/1.6.0.70", - "Nokia5320XpressMusic/GoBrowser/1.6.0.70", - "Nokia5230/GoBrowser/1.6.0.70", - "NokiaN86_8MP/GoBrowser/1.6.0.4868.208.92;", - "NokiaN79/GoBrowser/1.6.0.48-cn", - "NokiaN97_mini/GoBrowser/1.6.0.48", - "NokiaN82/GoBrowser/1.6.0.48", - "NokiaN79/GoBrowser/1.6.0.48", - "Nokia6124c/GoBrowser/1.6.0.48", - "Nokia6120c/GoBrowser/1.6.0.48", - "Nokia5530XpressMusic/GoBrowser/1.6.0.48", - "Nokia5320XpressMusic/GoBrowser/1.6.0.48", - "Nokia5800XpressMusic/GoBrowser/1.6.0.46", - "NokiaX6/GoBrowser", - "NokiaN97_mini/GoBrowser", - "NokiaN97/GoBrowser", - "NokiaN95_8GB/GoBrowser", - "NokiaN95/GoBrowser", - "NokiaN86_8MP/GoBrowser", - "NokiaN85/GoBrowser", - "NokiaN82/GoBrowser", - "NokiaN81/GoBrowser", - "NokiaN79/GoBrowser", - "NokiaN70/GoBrowser", - "NokiaC6-00/GoBrowser", - "NokiaC5-00/GoBrowser", - "Nokia6120c/GoBrowser", - "Nokia5800XpressMusic/GoBrowser", - "Nokia5730XpressMusic/GoBrowser", - "Mozilla/5.0 (Android 2.2; zh-cn; HTC Desire)/GoBrowser" - ], - "IE Mobile": [ - "Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0)", - "HTC_Touch_3G Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)", - "Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; Nokia;N70)" - ], - "Iris": [ - "Mozilla/5.0 (Windows NT; U; en) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Iris/1.1.7 Safari/525.20" - ], - "Maemo Browser": [ - "Mozilla/5.0 (X11; U; Linux armv7l; ru-RU; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900", - "Mozilla/5.0 (X11; U; Linux armv7l; pt-PT; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900", - "Mozilla/5.0 (X11; U; Linux armv7l; no-NO; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900" - ], - "MIB": [ - "MOT-L7/NA.ACR_RB MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "MOT-L7/08.D5.09R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "MOT-L7/08.B7.ACR MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "MOT-L6i/0A.64.19R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "MOT-L6/0A.60.1BR MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "MOT-V300/0B.09.19R MIB/2.2 Profile/MIDP-2.0 Configuration/CLDC-1.0" - ], - "Minimo": [ - "Mozilla/5.0 (X11; U; Linux arm7tdmi; rv:1.8.1.11) Gecko/20071130 Minimo/0.025", - "Mozilla/5.0 (X11; U; Linux arm7tdmi; rv:1.8.1.8) Gecko/20071018 Minimo/0.024", - "Mozilla/5.0 (X11; U; Linux armv6l; rv: 1.8.1.5pre) Gecko/20070619 Minimo/0.020", - "Mozilla/5.0 (Windows; Windows; U; Windows NT 5.1; Windows CE 5.2; rv:1.8.1.4pre) Gecko/20070327 Minimo/0.020", - "Mozilla/5.0 (Windows; U; Windows CE 5.2; rv:1.8.1.4pre) Gecko/20070327 Minimo/0.020", - "Mozilla/5.0 (Windows; U; Windows CE 5.1; rv:1.8.1.4pre) Gecko/20070327 Minimo/0.020", - "Mozilla/5.0 (X11; U; OpenBSD macppc; rv:1.8.1) Gecko/20070222 Minimo/0.016", - "Mozilla/5.0 (Windows; U; Windows CE 5.2; rv:1.8.1a3) Gecko/20060610 Minimo/0.016", - "Mozilla/5.0 (Windows; U; Windows CE 5.1; rv:1.8.1a3) Gecko/20060610 Minimo/0.016", - "Mozilla/5.0 (Windows; U; Windows CE 5.1; rv:1.8) Gecko/20060428 Minimo/0.015", - "Mozilla/5.0 (Windows; U; Windows CE 4.20; rv:1.8) Gecko/20060215 Minimo/0.013", - "Mozilla/5.0 (Windows; U; Windows CE 4.21; rv:1.8b4) Gecko/20050720 Minimo/0.007" - ], - "NetFront": [ - "SAMSUNG-C5212/C5212XDIK1 NetFront/3.4 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "MozillaMozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.5 (screen 824x1200;rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.5 (screen 824x1200;rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.5 (screen 824x1200; rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.5 (screen 600x800; rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.5 (screen 1200x824; rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.3 (screen 600x800; rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.3 (screen 1200x824; rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.1 (screen 824x1200; rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.0 (screen 824x1200; rotate)", - "Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.0 (screen 600x800)", - "Mozilla/4.0 (compatible; Linux 2.6.10) NetFront/3.4 Kindle/1.0 (screen 600x800)", - "SonyEricssonK800c/R8BF Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK530i/R6BA Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK530c/R8BA Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK510c/R4EA Browser/NetFront/3.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "Mozilla/4.0 (compatible; Linux 2.6.10) NetFront/3.3 Kindle/1.0 (screen 600x800)" - ], - "Opera Mini": [ - "Opera/9.80 (Android; Opera Mini/36.2.2254/119.132; U; id) Presto/2.12.423 Version/12.16", - "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (S60; SymbOS; Opera Mobi/23.348; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (S60; SymbOS; Opera Mobi/23.334; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (J2ME/23.377; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/9.80 (J2ME/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/9 (Compatible; MSIE:9.0; iPhone; BlackBerry9700; AppleWebKit/24.746; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Android; Opera Mini/7.6.35766/35.5706; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Android; Opera Mini/7.5.33361/31.1350; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Android; Opera Mini/7.29530/27.1407; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (iPhone; Opera Mini/7.1.32694/27.1407; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (iPad; Opera Mini/7.1.32694/27.1407; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Series 60; Opera Mini/7.1.32444/35.5706; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Series 60; Opera Mini/7.1.32444/35.2883; U; ru) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/7.1.32052/35.5706; U; id) Presto/2.8.119 Version/11.10", - "Opera/9.80 (iPhone; Opera Mini/7.0.4/28.2555; U; fr) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Android; Opera Mini/7.0.29952/28.2075; U; es) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Series 60; Opera Mini/6.5.29702/28.2647; U; es) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/6.5.26955/27.1407; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/6.24288/25.729; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (BlackBerry; Opera Mini/6.24209/27.1366; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Series 60; Opera Mini/6.24096/25.657; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/6.24093/26.1305; U; en) Presto/2.8.119 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/6.24093/25.657; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/6.1.25759/25.872; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/6.1.25378/25.677; U; th) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Android; Opera Mini/6.1.25375/25.657; U; es) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/6.0.24455/28.2766; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (Android;Opera Mini/6.0.24212/24.746 U;en) Presto/2.5.25 Version/10.5454", - "Opera/9.80 (Series 60; Opera Mini/6.0.24095/24.760; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/6.0.24095/24.741; U; zh) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/5.1.22784/23.334; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/5.1.22784/22.394; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/5.1.22784/22.387; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/5.1.22783/23.334; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/5.1.22783/22.478; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/5.1.22783/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Android; Opera Mini/5.1.22460/23.334; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Android; Opera Mini/5.1.22460/22.478; U; fr) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Android; Opera Mini/5.1.22460/22.414; U; de) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Series 60; Opera Mini/5.1.22396/22.478; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (BlackBerry; Opera Mini/5.1.22303/22.387; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296; BlackBerry9800; U; AppleWebKit/23.370; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.87; U; fr) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.87; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.478; U; fr) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.22296/22.387; U; fr) Presto/2.5.25 Version/10.54", - "Opera/9.50 (J2ME/MIDP; Opera Mini/5.1.21965/20.2513; U; en)", - "Opera/9.80 (Windows Mobile; Opera Mini/5.1.21595/25.657; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/22.387; U; ru) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21415/22.387; U; en) Presto/2.5.25 Version/10.54", - "Opera/10.61 (J2ME/MIDP; Opera Mini/5.1.21219/19.999; en-US; rv:1.9.3a5) WebKit/534.5 Presto/2.6.30", - "Opera/9.80(J2ME/MIDP; Opera Mini/5.1.21214/22.414; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21214/22.414; U; ro) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21214/22.387; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Android; Opera Mini/5.1.21126/19.892; U; de) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21051/27.1573; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21051/23.377; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21051/20.2477; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.3521/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.3521/22.414; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.3521/18.684; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.22349/37.6584; U; en) Presto/2.12.423 Version/12.16", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.20873/19.916; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19693Mod.by.Handler/23.390; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19693Mod.by.Handler/18.794; U; id) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19693/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.19683/1278; U; ko) Presto/2.2.0", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741Mod.by.Handler/22.414; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/886; U; id) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/870; U; fr) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18741/18.794; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18635Mod.by.Handler/23.377; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (Windows NT 5.1; U; Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18635/1030; U; en) Presto/2.4.15; ru) Presto/2.8.99 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.18635/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.17443/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.17443/20.2477; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.17381/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.16823Mod.by.Handler/22.387; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.16823/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.15650/20.2479; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja)Presto/2.4.15", - "Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja)Presto/ 2.4.15", - "Opera/9.80 (J2ME/iPhone;Opera Mini/5.0.019802/886; U; ja) Presto/2.4.15", - "Opera/9.80 (iPhone; Opera Mini/5.0.019802/886; U; ja) Presto/2.4.15", - "Opera/9.80 (iPhone; Opera Mini/5.0.019802/886; U; en) Presto/2.4.15", - "Opera/9.80 (iPhone; Opera Mini/5.0.019802/22.414; U; de) Presto/2.5.25 Version/10.54", - "Opera/9.80 (iPhone; Opera Mini/5.0.019802/18.738; U; en) Presto/2.4.15", - "Opera/9.80 (iPhone; Opera Mini/5.0.0176/764; U; en) Presto/2.4.154.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.0.862 Profile/24.743; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.0.423 Profile/18.684; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.0.351 Profile/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0(Windows; U; Windows NT 5.1; en-US)/23.390; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; sv-SE) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; rv:2.2) Gecko/24.838; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/23.377; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Windows NT 6.1; WOW64) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (SymbianOS/24.838; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Linux; U; Android 2.2; fr-lu; HTC Legend Build/24.838; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (Linux; U; Android 2.2; en-sa; HTC_DesireHD_A9191 Build/24.741; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; xxxx like Mac OS X; en) AppleWebKit/24.838; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; fr; CPU iPhone OS 4_2_1 like Mac OS X; fr) AppleWebKit/23.405; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/23.377; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (BlackBerry; U; BlackBerry9800; en-GB) AppleWebKit/24.783; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/5.0 (BlackBerry; U; BlackBerry 9800) AppleWebKit/24.783; U; es) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.5.33867/35.2883; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.Vista/19.916; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.29476/27.1573; U; id) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.26736/28.2647; U; it) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.4.0.60 (Windows XP)/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.24214; iPhone; CPU iPhone OS 4_2_1 like Mac OS X; AppleWebKit/24.783; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.24214/27.1407; U; id) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.24214 (Windows; U; Windows NT 6.1) AppleWebKit/24.838; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.13337/25.657; U; ro) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.24721/30.3316; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.23453/28.2647; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.21465/22.478; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.21465/22.387; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.19634/23.333; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.18887/22.478; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.16320/29.3594; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.16007Mod.by.Handler/23.390; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410QUAIN/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/23.334; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/23.333; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/22.401; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/20.2485; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/18.678; U; en) Presto/2.4.15", - "Opera/9.60 (J2ME/MIDP;Opera Mini/4.2.15410Mod.by.Handler/503; U; en)Presto/2.2.0", - "Opera/9.50 (J2ME/MIDP; Opera Mini/4.2.15410Mod.by.Handler/20.2590; U; en)", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410/24.899; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15410/22.394; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.15066/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912mod.By.onome/22.401; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912Mod.by.Handler/24.783; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912Mod.by.Handler/23.377; U; id) Presto/2.5.25 Version/10.54", - "", - "", - "", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912Mod.By.www.9jamusic.cz.cc/22.387; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/870; U; id) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/35.5706; U; id) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/24.746; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/23.334; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/23.333; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/22.394; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14885/20.2485; U; zh) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14881Mod.by.Handler/24.743; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14881Mod.by.Handler/23.317; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14753/20.2485; U; zh) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14409/20.2485; U; zh) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14320/886; U; id) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14320/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14320/20.2485; U; zh) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13943/20.2485; U; zh) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13918/22.414; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13400/20.2485; U; zh) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337.Mod.by.Handler/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337/19.916; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13265/870; U; ro) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13221/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13221/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13057/870; U; ja) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.2 19.42.55/19.892; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.18061/27.1407; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/870; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/25.677; U; vi) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.15082/20.2489; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.14287/22.387; U; id) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.13907/21.529; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.13573/20.2485; U; zh) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.12965/19.892; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.1.11321/24.871; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.8462/22.414; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.8462/19.916; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.10247/19.916; U; en) Presto/2.5.25", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0.10031/22.453; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/870; U; id) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/22.453; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/22.401; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0/22.394; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/23.390; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (Linux; U;", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (compatible; MSIE 5.0; UNIX) Opera 6.12 [en]/24.838; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/4.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/24.705; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.60 (J2ME/MIDP; Opera Mini/4.0/490; U; en) Presto/2.2.0", - "Opera/9.80 (J2ME/MIDP; Opera Mini/3.1.10423/22.387; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/1.6.0_13/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/1.6.0_13/19.916; U; en) Presto/2.5.25", - "Opera/9.80 (Series 60; Opera Mini/1.0.30710/29.3594; U; en) Presto/2.8.119 Version/11.10", - "Opera/9.80 (J2ME/MIDP; Opera Mini/1.0/886; U; en) Presto/2.4.15", - "Opera/9.80 (J2ME/MIDP; Opera Mini/SymbianOS/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/Nokia2730c-1/22.478; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/Mozilla/23.334; U; en) Presto/2.5.25 Version/10.54", - "Opera/9.80 (J2ME/MIDP; Opera Mini/(Windows; U; Windows NT 5.1; en-US) AppleWebKit/23.411; U; en) Presto/2.5.25 Version/10.54" - ], - "Opera Mobile": [ - "Opera/12.02 (Android 4.1; Linux; Opera Mobi/ADR-1111101157; U; en-US) Presto/2.9.201 Version/12.02", - "Opera/9.80 (Android 2.3.3; Linux; Opera Mobi/ADR-1111101157; U; es-ES) Presto/2.9.201 Version/11.50", - "Opera/9.80 (S60; SymbOS; Opera Mobi/SYB-1107071606; U; en) Presto/2.8.149 Version/11.10", - "Opera/9.80 (Android 2.3.4; Linux; Opera Mobi/build-1107180945; U; en-GB) Presto/2.8.149 Version/11.10", - "Opera/9.80 (Android 2.2.1; Linux; Opera Mobi/ADR-1107051709; U; pl) Presto/2.8.149 Version/11.10", - "Opera/9.80 (S60; SymbOS; Opera Mobi/SYB-1104061449; U; da) Presto/2.7.81 Version/11.00", - "Opera/9.80 (S60; SymbOS; Opera Mobi/SYB-1103211396; U; es-LA) Presto/2.7.81 Version/11.00", - "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1012221546; U; pl) Presto/2.7.60 Version/10.5", - "Opera/9.80 (Android 2.2;;; Linux; Opera Mobi/ADR-1012291359; U; en) Presto/2.7.60 Version/10.5", - "Opera/9.80 (Android 2.2; Opera Mobi/ADR-2093533608; U; pl) Presto/2.7.60 Version/10.5", - "Opera/9.80 (Android 2.2; Opera Mobi/-2118645896; U; pl) Presto/2.7.60 Version/10.5", - "Opera/9.80 (Android 2.2; Linux; Opera Mobi/ADR-2093533312; U; pl) Presto/2.7.60 Version/10.5", - "Opera/9.80 (Android 2.2; Linux; Opera Mobi/ADR-2093533120; U; pl) Presto/2.7.60 Version/10.5", - "Opera/9.80 (Android 2.2; Linux; Opera Mobi/8745; U; en) Presto/2.7.60 Version/10.5", - "Opera/9.80 (S60; SymbOS; Opera Mobi/1209; U; sk) Presto/2.5.28 Version/10.1", - "Opera/9.80 (S60; SymbOS; Opera Mobi/1209; U; fr) Presto/2.5.28 Version/10.1", - "Opera/9.80 (S60; SymbOS; Opera Mobi/1181; U; en-GB) Presto/2.5.28 Version/10.1", - "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1012211514; U; en) Presto/2.6.35 Version/10.1", - "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1011151731; U; de) Presto/2.5.28 Version/10.1", - "Opera/9.80 (S60; SymbOS; Opera Mobi/498; U; sv) Presto/2.4.18 Version/10.00", - "Opera/9.80 (S60; SymbOS; Opera Mobi/447; U; en) Presto/2.4.18 Version/10.00", - "Mozilla/4.0 (compatible; Windows Mobile; WCE; Opera Mobi/WMD-50433; U; de) Presto/2.4.13 Version/10.00", - "Opera/9.80 (Android; Linux; Opera Mobi/ADR-1012272315; U; pl) Presto/2.7.60 Version/10.5", - "Opera/9.80 (Windows NT 6.1; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00", - "Opera/9.80 (Windows NT 6.0; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00", - "Opera/9.80 (Windows NT 5.1; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00", - "Opera/9.80 (Windows Mobile; WCE; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00", - "Opera/9.80 (Macintosh; Intel Mac OS X; Opera Mobi/3730; U; en) Presto/2.4.18 Version/10.00", - "Opera/9.80 (Macintosh; Intel Mac OS X; Opera Mobi/27; U; en) Presto/2.4.18 Version/10.00", - "Opera/9.80 (Linux i686; Opera Mobi/1040; U; en) Presto/2.5.24 Version/10.00", - "Opera/9.80 (Linux i686; Opera Mobi/1038; U; en) Presto/2.5.24 Version/10.00", - "Opera/9.80 (Android; Linux; Opera Mobi/49; U; en) Presto/2.4.18 Version/10.00", - "Opera/9.80 (Android; Linux; Opera Mobi/27; U; en) Presto/2.4.18 Version/10.00", - "Mozilla/5.0 (S60; SymbOS; Opera Mobi/SYB-1103211396; U; es-LA; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00", - "Mozilla/5.0 (S60; SymbOS; Opera Mobi/1209; U; it; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1", - "Mozilla/5.0 (S60; SymbOS; Opera Mobi/1181; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1", - "Mozilla/5.0 (Linux armv7l; Maemo; Opera Mobi/4; U; fr; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1", - "Mozilla/5.0 (Linux armv6l; Maemo; Opera Mobi/8; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00", - "Mozilla/5.0 (Android 2.2.2; Linux; Opera Mobi/ADR-1103311355; U; en; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00", - "Mozilla/4.0 (compatible; MSIE 8.0; S60; SymbOS; Opera Mobi/SYB-1107071606; en) Opera 11.10", - "Mozilla/4.0 (compatible; MSIE 8.0; Linux armv7l; Maemo; Opera Mobi/4; fr) Opera 10.1", - "Mozilla/4.0 (compatible; MSIE 8.0; Linux armv6l; Maemo; Opera Mobi/8; en-GB) Opera 11.00", - "Mozilla/4.0 (compatible; MSIE 8.0; Android 2.2.2; Linux; Opera Mobi/ADR-1103311355; en) Opera 11.00" - ], - "SEMC-Browser": [ - "SonyEricssonW800i/R1BD001/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonW800c/R1L Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonW800c/R1BC Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonW800c/R1AA Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonW700c/R1DB Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonW700c/R1CA Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK750c/R1DB Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK750c/R1CA Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK750c/R1BC Browser/SEMC-Browser/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK700c/R2CA SEMC-Browser/4.0.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK700c/R2AE SEMC-Browser/4.0.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK500c/R2AT SEMC-Browser/4.0.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK300c/R2BA SEMC-Browser/4.0.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonJ300c/R2BA SEMC-Browser/4.0.3 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK506c/R2AA SEMC-Browser/4.0.2 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonS700i/R3B SEMC-Browser/4.0.1 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonS700c/R3B SEMC-Browser/4.0.1 Profile/MIDP-2.0 Configuration/CLDC-1.1", - "SonyEricssonK500c/R2L SEMC-Browser/4.0.1 Profile/MIDP-2.0 Configuration/CLDC-1.1" - ], - "Skyfire": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Safari/530.17 Skyfire/2.0" - ], - "TeaShark": [ - "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3 TeaShark/0.8" - ], - "Teleca-Obigo": [ - "Mozilla/5.0 (compatible; Teleca Q7; Brew 3.1.5; U; en) 480X800 LGE VX11000" - ], - "uZard Web": [ - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; uZardWeb/1.0; Server_USA)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; uZardWeb/1.0; Server_KO_KTF)", - "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; uZard/1.0; Server_KO_SKT)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; uZardWeb/1.0; Server_HK)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; uZardWeb/1.0; Server_EN)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; uZardWeb/1.0; Server_CN)", - "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; uZardWeb/1.0; Server_JP)" - ], - "OFFLINE BROWSERS": [], - "Offline Explorer": [ - "Offline Explorer/2.5", - "Offline Explorer/1.9", - "Offline Explorer/1.4" - ], - "SuperBot": [ - "SuperBot/4.4.0.60 (Windows XP)" - ], - "Web Downloader": [ - "Web Downloader/6.9", - "Web Downloader/6.8", - "Web Downloader/5.7", - "Web Downloader/4.5" - ], - "WebCopier": [ - "WebCopier v4.6", - "WebCopier v4.5.2", - "WebCopier v3.3", - "WebCopier v3.2a", - " WebCopier v3.2a", - "WebCopier v3.2", - "WebCopier v3.0", - "WebCopier v2.8" - ], - "WebZIP": [ - "WebZIP/3.5 (http://www.spidersoft.com)" - ], - "Wget": [ - "Wget/1.9+cvs-stable (Red Hat modified)", - "Wget/1.9.1", - "Wget/1.9", - "Wget/1.8.2", - "Wget/1.8.1", - "Wget/1.7", - "Wget/1.6", - "Wget/1.5.3", - "Wget/1.15 (darwin13.0.2)", - "Wget/1.11.4 (Red Hat modified)", - "Wget/1.11.1 (Red Hat modified)", - "Wget/1.10.2 (Red Hat modified)", - "Wget/1.10.2", - "Wget/1.10.1-beta1", - "Wget/1.10.1 (Red Hat modified)", - "Wget/1.10.1", - "wget" - ], - "OTHERS": [], - "!Susie": [ - "!Susie (http://www.sync2it.com/susie)" - ], - "Amaya": [ - "amaya/11.3.1 libwww/5.4.1", - "amaya/11.2 libwww/5.4.0", - "amaya/11.1 libwww/5.4.0", - "amaya/10.1 libwww/5.4.0", - "amaya/10 libwww/5.4.0", - "amaya/9.55 libwww/5.4.0", - "amaya/9.54 libwww/5.4.0", - "amaya/9.52 libwww/5.4.0", - "amaya/9.51 libwww/5.4.0", - "amaya/8.8.5 libwww/5.4.0", - "amaya/11.2 amaya/5.4.0", - "amaya/11.1 amaya/5.4.0" - ], - "Cocoal.icio.us": [ - "Cocoal.icio.us/1.0 (v43) (Mac OS X; http://www.scifihifi.com/cocoalicious)", - "Cocoal.icio.us/1.0 (v40) (Mac OS X; http://www.scifihifi.com/cocoalicious)", - "Cocoal.icio.us/1.0 (v38) (Mac OS X; http://www.scifihifi.com/cocoalicious)" - ], - "DomainsDB.net MetaCrawler": [ - "DomainsDB.net MetaCrawler v.0.9.7c (http://domainsdb.net/)" - ], - "GSiteCrawler": [ - "GSiteCrawler/v1.20 rev. 273 (http://gsitecrawler.com/)", - "GSiteCrawler/v1.12 rev. 260 (http://gsitecrawler.com/)", - "GSiteCrawler/v1.06 rev. 251 (http://gsitecrawler.com/)" - ], - "iTunes": [ - "iTunes/9.1.1", - "iTunes/9.0.3 (Macintosh; U; Intel Mac OS X 10_6_2; en-ca)", - "iTunes/9.0.3", - "iTunes/9.0.2 (Windows; N)", - "itunes/9.0.2 (Macintosh; Intel Mac OS X 10.4.11) AppleWebKit/531.21.8", - "iTunes/9.0 (Macintosh; Intel Mac OS X 10.5.8) AppleWebKit/531.9", - "iTunes/9.0 (Macintosh; Intel Mac OS X 10.5.8)", - "iTunes/9.0", - "iTunes/8.2 (Macintosh; U; PPC Mac OS X 10_5_6)", - "iTunes/8.1.1 (Windows; U)", - "iTunes/8.1.1 (Windows; N)", - "iTunes/8.1", - "iTunes/8.0", - "iTunes/7.6.2.9", - "iTunes/7.5 (Macintosh; N; PPC)", - "iTunes/7.4.1", - "iTunes/7.1.1 (Macintosh; N; PPC)", - "iTunes/7.0.1 (Windows; N)", - "iTunes/7.0 (Macintosh; U; PPC Mac OS X 10.4.7)", - "iTunes/4.8 (Macintosh; U; PPC Mac OS X 10.4.1)", - "iTunes/4.7 (Macintosh; U; PPC Mac OS X 10.2)", - "iTunes/4.7 (Macintosh; N; PPC)", - "iTunes/4.2 (Macintosh; U; PPC Mac OS X 10.2)", - "iTunes/4.0 (Macintosh; U; PPC Mac OS X 10.2)" - ], - "lftp": [ - "lftp/4.3.8", - "lftp/4.3.5" - ], - "MetaURI": [ - "MetaURI API/2.0 metauri.com" - ], - "Nitro PDF": [ - "Nitro PDF Download" - ], - "Snoopy": [ - "Snoopy v1.2" - ], - "URD-MAGPIE": [ - "URD-MAGPIE/0.73 (Cached)" - ], - "WebCapture": [ - "Mozilla/4.0 (compatible; WebCapture 3.0; Windows)", - "Mozilla/4.0 (compatible; WebCapture 3.0; Macintosh)", - "Mozilla/3.0 (compatible; WebCapture 2.0; Windows)", - "Mozilla/3.0 (compatible; WebCapture 1.0; Windows)" - ], - "Windows-Media-Player": [ - "Windows-Media-Player/11.0.5721.5145", - "Windows-Media-Player/10.00.00.xxxx", - "Windows-Media-Player/10.00.00.4036", - "Windows-Media-Player/10.00.00.3646", - "Windows-Media-Player/9.00.00.4503", - "Windows-Media-Player/9.00.00.3250" - ], - "VALIDATORS": [], - "CSE HTML Validator": [ - "CSE HTML Validator Lite Online (http://online.htmlvalidator.com/php/onlinevallite.php)" - ], - "CSSCheck": [ - "CSSCheck/1.2.2" - ], - "Cynthia": [ - "Cynthia 1.0" - ], - "HTMLParser": [ - "HTMLParser/1.6" - ], - "P3P Validator": [ - "P3P Validator" - ], - "W3C_CSS_Validator_JFouffa": [ - "Jigsaw/2.2.5 W3C_CSS_Validator_JFouffa/2.0" - ], - "W3C_Validator": [ - "W3C_Validator/1.654", - "W3C_Validator/1.606", - "W3C_Validator/1.591", - "W3C_Validator/1.575", - "W3C_Validator/1.555", - "W3C_Validator/1.432.2.5", - "W3C_Validator/1.432.2.22", - "W3C_Validator/1.432.2.19", - "W3C_Validator/1.432.2.10", - "W3C_Validator/1.305.2.12 libwww-perl/5.64" - ], - "WDG_Validator": [ - "WDG_Validator/1.6.2" - ] -} \ No newline at end of file diff --git a/user-agents.json b/user-agents.json deleted file mode 100644 index 16b0010..0000000 --- a/user-agents.json +++ /dev/null @@ -1,94930 +0,0 @@ -[ - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0015890546266333686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.001580751704632578 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0014805472693166294 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.0013820156606442829 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0012586917374034395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 840, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0012542416049115556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0012311308204941062 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.001214919895734798 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0011597370681723773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0011519881125855978 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0011373178770409046 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1150, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.001128732303566434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0011110176819591822 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 908, - "screenWidth": 1614, - "weight": 0.0010969740795397098 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0010733281416868427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2000, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0010584135361071429 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.0010568873912335966 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 870, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0010430250204340754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0010008602757388505 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0009992715411239507 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000995422381326538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0009923433935249517 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 840, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0009899101039361796 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0009865551567183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0009805909328296448 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0009740328086538677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0009579900286566949 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0009573202746943682 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 530, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0009555288304604051 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 790, - "viewportWidth": 1080, - "deviceCategory": "tablet", - "screenHeight": 1080, - "screenWidth": 810, - "weight": 0.0009529819234553073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0009436532980481898 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "3g", - "rtt": 1350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000935582216116605 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0009309511150275816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0009271463972147236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0009257602055202045 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000910154230801604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.0008937148083457276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0008889511759134521 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0008867765276468245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0008836968163885456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 250, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; SM-M307F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 892, - "screenWidth": 412, - "weight": 0.0008797887648694485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0008788655689873637 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.3 Safari/605.1.15", - "viewportHeight": 990, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0008781968530646489 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0008774167920833272 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0008721513475663116 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0008691059397480942 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0008672302904636967 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000859639436444447 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0008546734447686218 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.0008529834969414305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000848710015553458 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0008414660622729569 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0008378868379082362 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 870, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0008354941681014296 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0008351471158397352 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0008337199506367847 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0008299709477799302 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", - "viewportHeight": 1040, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0008266406213176747 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000826587934085137 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000824088560102621 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.0008184781481215343 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0008169024753548297 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0008138279482523187 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1043, - "screenWidth": 1564, - "weight": 0.0008118074207151778 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.000809973783933609 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000808940109812547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0008034818968747098 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0007972714952450579 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0007909097266531146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0007901730521054382 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0007893042044340105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0007883110344376135 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007854116531349073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1880, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0007849778615350019 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007812394366011522 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0007807515030733463 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0007805370259280264 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52", - "viewportHeight": 800, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0007748091984934553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1706, - "weight": 0.0007738305652875743 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0007632124059466155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0007622565793997434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 880, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0007585553927202366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0007572381517269216 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0007543126094890726 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0007531033569333332 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007519884445952086 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0007505682712276111 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007479516927459545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0007473904590852369 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007451235663399765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007398660839211338 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0007394993980246519 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0007393990034228435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007382085225316765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0007298476404852008 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1470, - "viewportWidth": 2100, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 2560, - "weight": 0.00072928425973063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007264989872586763 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15", - "viewportHeight": 1330, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0007224132580265203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0007212197239773205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0007196762033720981 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 620, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0007187241716792058 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007166012507808733 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0007120789893759943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0007081625897263984 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 990, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 854, - "screenWidth": 1280, - "weight": 0.0007075194980844723 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0007060680796698292 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0007056166479393699 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007055571790654625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "ethernet" - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0007022860981127648 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007022204258534315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007009446738350874 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0007006479612088298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1560, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0006980642605145387 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0006965836825215607 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0006928893839308005 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006922772483336348 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0006903802859332572 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006893768401490337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.38", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006889963416655959 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006861592102346768 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0006843440177680671 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006829950186746366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006827440125341421 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006810140220391363 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006809717294371454 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000680243864538287 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1200, - "weight": 0.000680165469802946 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006777058953711773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006772580186403878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0006765840163775766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0006755352895267206 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.0006727595197058055 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0006726715452506645 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006703751882544284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006695603007865884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006670997458928416 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0006660727198916926 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.0006643272008723848 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006636694225872042 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0006636656588964857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0006635673719497912 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 1020, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.0006615957155007315 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.000661364862260851 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006592264411097129 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006578076105755049 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006574488843053658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006569668097940516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006568792746147872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 940, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006558476410152885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006549245684134543 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0006541027545479442 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006529177599836496 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006524916348640183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00065235279363101 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0006515846144445173 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.0006478678413422815 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006473030956707585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006471609353234202 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006374739901905746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0006366719764796432 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 810, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006349923681947473 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0006344941647060683 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006344823523438213 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0006342659748988305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00063374491122021 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1970, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0006332917425480232 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006328567507732705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006326079373865246 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.0.1488 Yowser/2.5 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000632323627809507 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1250, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006321441237760475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006309832553366873 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0006307037852276715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0006306331137079872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2184, - "weight": 0.0006299544607206922 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006273303477946879 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006266079374616816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0006262263923055149 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1000, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0006249475372538972 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006248793348010591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.0006231099233589457 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1130, - "deviceCategory": "desktop", - "screenHeight": 1460, - "screenWidth": 2189, - "weight": 0.000622738321030883 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0006215088376664375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0006212944838160848 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006202717374193879 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 870, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006183742808590917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006180007562211133 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1610, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0006160062496752269 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006156278363531787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006153608437562175 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1350, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.0006149120731411159 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.000614108560550144 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000613313453945808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006120060015182659 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1250, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006106870878480478 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0006089089012268653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006088148371872071 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0006074868850741536 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0006062460573027466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000605518204879216 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4629.0 Safari/537.36 Edg/95.0.1011.1", - "viewportHeight": 1360, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0006049668773494851 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006035148470169608 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 1220, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0006031083506811405 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1970, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000602785213728648 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006023218024737328 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0006021671005079482 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0006021210235978393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.0005997700100943084 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005993996406965294 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005989553392203704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0005986061366231479 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005983456743633204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005976309738395998 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005974458436535681 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0005956328763346264 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005938874570108814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000593788581148705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0005935911017157311 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005933935192725724 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3329.0 Mobile Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0005920385166726289 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0005918836618897339 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 890, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1000, - "screenWidth": 1500, - "weight": 0.00059035919310661 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 990, - "viewportWidth": 960, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000590174327272816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005894005324462507 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0005892012550696569 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1150, - "viewportWidth": 2240, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005862116598109967 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.1, - "effectiveType": "3g", - "rtt": 700 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0005845116278687285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005844971485096617 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 450, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 568, - "screenWidth": 320, - "weight": 0.0005844083673507055 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0005830545420509713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005827069948540149 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0005826670280478729 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 920, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005818668064664284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005816423597948217 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000580926741600509 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005798184777282847 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0005792634673778376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0005785516997292797 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1230, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0005781835543869098 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000577707048082697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005775294748313097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 950, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005765987853144476 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005758304189483289 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.0005756850610420634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0005753163406069445 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1150, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0005745483944651816 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0005738266181540837 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0005736434552982564 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 920, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.0005732962641782882 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0005721134216601707 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0005679701676308318 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.0005672602530316322 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005667964696977642 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005662346282519074 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005660956725645656 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0005655445743086272 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005646201203382699 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1000, - "screenWidth": 1500, - "weight": 0.0005642173813122623 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000563970437964523 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005627812703773945 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1550, - "viewportWidth": 1030, - "deviceCategory": "desktop", - "screenHeight": 1680, - "screenWidth": 1050, - "weight": 0.0005608780360967146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.6, - "effectiveType": "3g", - "rtt": 1000 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005605135618067424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0005593008222954549 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005584883364857995 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 720, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005564225592950661 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-T510) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Safari/537.36", - "viewportHeight": 1110, - "viewportWidth": 800, - "deviceCategory": "tablet", - "screenHeight": 1280, - "screenWidth": 800, - "weight": 0.0005563591114815132 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005548092653563971 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005540876613608259 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005532532421223719 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0005530912264417621 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0005515329130881103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0005513551215087249 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0005513064622201884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 1610, - "viewportWidth": 1040, - "deviceCategory": "mobile", - "screenHeight": 2000, - "screenWidth": 2000, - "weight": 0.0005502828408752202 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000550274916102863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0005500284387777262 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005499573235078257 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1", - "viewportHeight": 1370, - "viewportWidth": 1370, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1366, - "weight": 0.000549613007892986 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0005481406568976366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0005463577751022698 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005458884512230207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005454808365857183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0005442292636217041 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005441069663746353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0005430489456766949 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005419280194438412 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005412943406597028 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005409480748043525 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.0005408901027235618 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005406647787367759 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005397782265179927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005378764630124562 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0005348394401668374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005344757382032959 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0005330662457175341 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005327022452959069 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.0005320375250743674 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1728, - "screenWidth": 3072, - "weight": 0.0005304244590886348 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005303884326444726 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00053017742973201 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0005290753721708917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005286956945128417 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005283820444689076 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000528354828261001 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 990, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0005281649455378153 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000527967367390075 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005274629625740113 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0005272602052079309 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 730, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0005268357722507486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005268095855580064 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 650, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0005263414729113517 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.0005262284232974198 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005261177936672166 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0005255471598404631 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; PCT-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 770, - "screenWidth": 360, - "weight": 0.0005250763570779997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 420, - "viewportWidth": 640, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005240140626015669 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005232644451926184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005232159617886992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005229176049283911 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 995, - "screenWidth": 1769, - "weight": 0.0005226933337665192 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005224157743551565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005223861716514616 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0005221288993999565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005217398454181027 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2110, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005215014566059433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0005209810112931331 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 690, - "viewportWidth": 1180, - "deviceCategory": "tablet", - "screenHeight": 1180, - "screenWidth": 820, - "weight": 0.0005205007157299009 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005204648019694369 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005198542729011613 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 740, - "screenWidth": 360, - "weight": 0.0005193594720599379 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000519320901277454 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0005185436121965523 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005177746704791214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 1610, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1200, - "weight": 0.0005173331056264583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0005144143467505787 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1230, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0005143374742798386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005132140973157722 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0005120747242150996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0005107447127075022 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 YaBrowser/19.10.3.281 Yowser/2.5 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005104414767071465 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005101733447184693 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005092205622011675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0005091033835611842 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005088367310787688 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1460, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.0005085827985526478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0005082647669148685 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005073451396939123 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0005057552533726723 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005055300452048952 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.8 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0005047761274817688 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005044155566232334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.6, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0005043062830052695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005040193379871108 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0005039145625923571 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0005035966157560655 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005029141647072392 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005020682460401738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.38", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0005012818763200947 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1117, - "screenWidth": 1728, - "weight": 0.0005000723756761326 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1441, - "screenWidth": 2560, - "weight": 0.0004994029507513165 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0004993573977814348 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004985195424372288 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004983196564814293 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-G610F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.56 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.000498119894232662 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0004973432482210809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; RMX3201) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.0004972847439243385 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004971290727386346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; POCO F2 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.0004957493434980214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4677.0 Safari/537.36 Edg/97.0.1060.2", - "viewportHeight": 890, - "viewportWidth": 970, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.0004951885176959452 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000495076503884832 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004950073524084544 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; moto g(100)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 960, - "screenWidth": 412, - "weight": 0.0004944772267289569 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004943891628359696 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004942849767882843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1960, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0004935704118102228 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004934022775573588 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004931943584804324 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000493174962637861 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; AC2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.0004931335140612722 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004928026159425072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004914874247197255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A356 Safari/604.1", - "viewportHeight": 600, - "viewportWidth": 800, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0004911332465267412 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0004904683121737542 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004902108207007934 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1090, - "viewportWidth": 2140, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.0004900619424455547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000489778231848427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.0004892219440594585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004891390080366034 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004887548277471664 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00048727994804820534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004867356875370332 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00048581816988531914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00048390891936281853 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00048361022706342604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1027, - "screenWidth": 1912, - "weight": 0.00048355990259795585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2280, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0004832206432708659 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00048299645645624517 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 940, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00048267718220170835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004823207069645893 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 676, - "screenWidth": 1201, - "weight": 0.00048199679429387964 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00048191840172894646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.00048185512606372044 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00048153435469130225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004809581309015808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00047932107657499044 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00047899772110331936 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00047807379088589375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 480, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 615, - "screenWidth": 1093, - "weight": 0.0004771362721876296 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.8, - "effectiveType": "3g", - "rtt": 800 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004769458889495905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.000476011616619767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004759482404863809 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 870, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00047585838647938757 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 690, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0004758400876171935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004756270043236086 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00047440433311864106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4677.0 Safari/537.36 Edg/97.0.1060.2", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0004742879797796301 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004737830689354937 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1380, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00047348359706265384 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00047303047294627794 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004719259123772943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00047111817125088877 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000470898208750186 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00047083257563617547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004702887066880088 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1120, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00046976884383831516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00046955694270763796 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00046838198302225314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00046829766209681884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00046760753643130886 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00046686484593508315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00046686446028650725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 740, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 940, - "screenWidth": 1670, - "weight": 0.00046641110259679945 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00046629319568652146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004662463267584829 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00046600295326861864 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1090, - "deviceCategory": "desktop", - "screenHeight": 1296, - "screenWidth": 2304, - "weight": 0.00046581284217845096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0004648613977745626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004644170020453338 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1368, - "screenWidth": 2560, - "weight": 0.00046363325490280836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.000463584769080468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0004635388219233326 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004629491237174313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004627387272423368 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004625833209488279 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000462507986122856 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004614603604669721 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004613735209890148 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.0004613015896564069 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0004612458792975927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004612392481105193 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1600, - "weight": 0.00046105948645911907 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00046061115033228377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00045987534663554497 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004588117729463263 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00045818083800476506 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.000458160262279249 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 979, - "screenWidth": 1740, - "weight": 0.00045796419248352364 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00045763725528054616 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.0004575159624067434 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0004574926683656048 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004574898557052803 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00045709905151900096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004566286417860664 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004563549581558075 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004563530387395055 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1117, - "screenWidth": 1728, - "weight": 0.0004563179474796512 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004559516669659135 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00045543386560723757 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00045474839843225257 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 930, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000454551072869167 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004544972323689491 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00045419578551877753 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004535755452938467 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0004534240228950961 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 630, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0004534220032383051 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00045272116367248025 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004512058567436007 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004511748929364939 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00045088544125527385 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 930, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.0004501347542456705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1290, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2561, - "weight": 0.0004498267149545767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 990, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0004498245806211971 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004496818764697205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0004491221487564394 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004489700288436085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00044881131376395717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00044774288283524257 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0004476400134476365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 740, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004468500089232928 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00044677636751773176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00044668831833233363 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0004464792145271927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 860, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00044561977641899845 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0004446845615562134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0004444960997715657 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0004431216882886055 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 470, - "viewportWidth": 950, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004430956222113699 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 3840, - "weight": 0.00044289576133989874 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 3073, - "screenWidth": 1728, - "weight": 0.0004428538822902636 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004427227220470394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004426554940768721 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0004423024769537742 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0004420076599350322 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.1, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004413063191384458 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1940, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00044096149899458466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00044094141311859704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004408749678489815 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00044042348194278815 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00044038279207270415 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38", - "viewportHeight": 650, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004403046930960338 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00044030145964213277 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00044026655616137767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00044024834805352433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004393490613467245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00043932146031721686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000437555892366443 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 YaBrowser/19.10.3.281 Yowser/2.5 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00043655406861670967 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00043559953664490603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-G610F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00043525493393443135 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.000434942973421342 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00043351542208970866 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2250, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00043334967453781826 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 2320, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000433221327237169 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00043318487064723706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004327445369690552 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00043180655694606963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00043165909618559116 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00043161186862152555 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00043146139799929775 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0004314332487501208 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004311367413928949 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0004309736411658607 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004307920346088573 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00043071192433944593 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00042982595305116717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00042978479677860393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00042963606701471653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1355, - "screenWidth": 2409, - "weight": 0.0004294926358154684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004294383690573572 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00042924629180959135 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00042906323839691303 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00042837444261699755 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004282529684692258 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00042777065607802915 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00042764850418399884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00042755830578454496 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00042718929077238915 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004258750364026095 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00042542665744031526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004251697726414183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00042358152488188836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0004234385669740736 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004229392650620346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00042286424955272105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0004224416991779224 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004221205839030103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00042193749170824915 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1490, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 2560, - "weight": 0.0004215139404720703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004213963644374174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000420834589023427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00042026974991664817 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00042021169960420804 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0004201817453804783 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 440, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 576, - "screenWidth": 1024, - "weight": 0.0004200131261759029 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00041995853324044974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041961136993657195 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041929388471351436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004190949052412811 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041876221272987423 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4441.0 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0004185812820045453 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0004185309180555334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041707723585344855 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041643908471832806 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004163407911253749 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041610833202823097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00041610291714829856 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00041610054536476244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004158920486935122 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00041531233976783364 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041435146066211157 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041424449645690285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00041418069619335996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0004139513068303725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 850 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00041390041374537355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004137706646407733 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00041289823505503395 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1230, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0004128479361744597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004127765453721813 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00041202337456765155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041161122560126433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1355, - "screenWidth": 2409, - "weight": 0.0004113810589602671 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0004113539736659882 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 650 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00041133879388576417 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "iPhone", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 1370, - "viewportWidth": 1020, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.0004111142035791538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004104509762176849 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 11.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4635.158 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00041023599099477464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000409283992321858 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00040898058653782794 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00040873607385257356 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000408437731912722 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00040834866113070715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.6, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 300, - "type": "unknown" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0004076464295325232 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004076373817763395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 730, - "viewportWidth": 1090, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0004075396649402959 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00040751306737562507 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00040708452499359677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00040669391660372317 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.00040661975118300533 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00040658789925461985 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004063541149931576 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00040589012388894777 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; LG-H932) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 320, - "weight": 0.00040583976037818106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004057631100041314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004051182182031539 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 970, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0004050585375683819 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004050179601131057 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00040463393099027505 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0004045701066233546 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00040277387436646133 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00040267800768965974 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00040209967994993376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 5.1; HTC Desire 728 dual sim) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0004020824063010088 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0004016057747315772 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0004014230145060133 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.65, - "effectiveType": "3g", - "rtt": 700 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00040084237692659713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0004006329592904767 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 1150, - "viewportWidth": 2410, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00039866660494461626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-G950U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 740, - "screenWidth": 360, - "weight": 0.00039861576315947214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003983946798536666 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00039746907503399937 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; DN2103) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.0003973180010573377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00039652985971906944 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00039649629326599524 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00039629643336561117 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00039569736626519225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003950011143108692 - }, - { - "appName": "Netscape", - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.00039480834319135713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00039468107371513233 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000394538184072753 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003943820529999164 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000393753714830413 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00039317571542303836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003930973454378289 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00039304530306237084 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00039304409781990213 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00039244335190761055 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0003921124979692547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 630, - "viewportWidth": 1250, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0003920935172019745 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003916181002249468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1160, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003915517285601193 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/183.1.405937292 Mobile/15E148 Safari/604.1", - "viewportHeight": 520, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00039069898446936863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00039063991637434264 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1110, - "viewportWidth": 820, - "deviceCategory": "desktop", - "screenHeight": 1180, - "screenWidth": 820, - "weight": 0.000390365837485283 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "3g", - "rtt": 600 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0003897904487598604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1260, - "screenWidth": 2240, - "weight": 0.0003896768860362422 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038967244714035754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003896223215395323 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00038960560808845254 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0003892743054578045 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003892062872044241 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003889866758287232 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003884735624002689 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003883802948427104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00038790284724501495 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00038760620771579826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003867178313708111 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003867115339038527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003865726380271043 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00038605037178087684 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 650, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00038573360635772507 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 840, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00038562321709394935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003855982421680196 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003853435944052192 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038520190654457026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 600 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1250, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00038491116397741817 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003848880855696386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00038453917903840046 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003845058761794601 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 2020, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003842754756770234 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038370685012467843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00038343123703519474 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038319969497718846 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003830874516007498 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00038212040423386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1230, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00038190016095255913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.0003817978980153163 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00038176062189593745 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038140436159140445 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00038136238812558327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003812572186971409 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038106181783731315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038105538021827076 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00038049771097812103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00038031588315724373 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00037979979550811224 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037942761745113313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00037896617647088153 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003784720691163153 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037840214374268 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00037839063308370096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037815812951314464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00037807271400579234 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003777770233076299 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0003776906887853513 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003773482637902411 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003771478745553913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 690, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 655, - "screenWidth": 1164, - "weight": 0.0003770810545317394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003770095340069162 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0003768052842912229 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000376481451640064 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00037645775811425173 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003762750990366067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037624435444022833 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00037603816763013024 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00037550878724115636 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037543371618173625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000375149138903691 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003750203001685657 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003748561362969885 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0003748377084464061 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037454059729042114 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00037448467995909935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037446165880449385 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00037392580324936903 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003738455213034143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003735822497165547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037253486917908075 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003721530077307751 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003718152961300549 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1290, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037120108337628785 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00037111009667753795 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0003706536973528803 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00037057911467759186 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003705121348412348 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003702756545322861 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.38", - "viewportHeight": 920, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 1707, - "weight": 0.0003700135126340913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003699368420771241 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003694101303056274 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003693499518161262 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00036906286299118223 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.0003681922839930013 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003674306715941068 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003673468878334027 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003671399631541598 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00036687406284043706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00036638715525174904 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003653461732025266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.0003652129295604212 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003647884403851086 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003642282452388026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003640679831047813 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003640328319093423 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1010, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003637652193568003 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.0003634740750482227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 771, - "screenWidth": 360, - "weight": 0.000363364300048736 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00036313044358228465 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 610, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003631302494377679 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.38", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003630262011509629 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 730, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 926, - "screenWidth": 428, - "weight": 0.00036301952259132104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00036292074186882833 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003628397411691889 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00036264523431008065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00036262566344324256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00036249584130562 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 600, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00036197261123879754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 300, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; GM1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 832, - "screenWidth": 384, - "weight": 0.0003618876562985482 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00036175561856259563 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 1920, - "weight": 0.00036135913199979717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0003610956570078774 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003610625650494534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003610298065804445 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00036093018269951944 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003608801671247504 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; itel A52) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 320, - "weight": 0.00036075944832836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003606229725643316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00036009066597895734 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00036001134449299677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1280, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00035989070514328266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003598453831829952 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 2560, - "weight": 0.0003593906976498378 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00035914176447017265 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003588496858667176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035875447958764393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 Edg/85.0.564.67", - "viewportHeight": 930, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0003587499060324168 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00035861807600074324 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003585961397025314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003584826642975447 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 800, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003583700535730886 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035825716978091346 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 730, - "viewportWidth": 850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035814788093565966 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00035795987565564395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003576051424506436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035759372413605626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2530, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00035722849000968616 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035692004709914847 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003566184177512439 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00035650671134103976 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00035646047209615797 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003564184411654539 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003561595595685704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1050, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003561020728893544 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 7, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035600553822663454 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.2, - "effectiveType": "2g", - "rtt": 1750 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0003557552044291932 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035572631830581096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003554949492349276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00035525472480074557 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003546210183874244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G935F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0003542859609094903 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003542634903687824 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "downlinkMax": 14.3, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; M2004J19C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.0003540400198099931 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0003539643734715287 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00035289124220435253 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003527882822988531 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00035275332975289695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003525038956251653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003520217482423849 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003519364927041481 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 850, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003517689811249631 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003517265498922766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000351694904281759 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A805N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.0003515596139047856 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035150634541536403 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003514079379398961 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035105722934818405 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1610, - "viewportWidth": 2420, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00035082985605830675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00035075080248935935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003505694504090942 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00035056338837629626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000350416455484779 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003501478005150326 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003500644968705029 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003499804314748626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00034991014186470026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.0003496986892679577 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00034964017291252134 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003495693642219115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034923799074449265 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00034898500701304857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034865378366047965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000348526172964284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00034789459808287865 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034760078935187807 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0003475398197967029 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034729755967314734 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003471265025546011 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1706, - "weight": 0.0003471249943346845 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0003471143339783167 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00034697385106983644 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003467834681825464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00034666561244943173 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034650375406430645 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00034645688141874884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003463458342543345 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003461922619455184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003457686588622434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Edg/94.0.992.31", - "viewportHeight": 1290, - "viewportWidth": 2250, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003454366528017448 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1380, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.0003451686929991703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003450381807209641 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1000, - "screenWidth": 1500, - "weight": 0.00034487915227360716 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003448174571637565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00034466400532533144 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034438305698575376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003442374766193983 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003439645420278036 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 840, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 1707, - "weight": 0.00034392635492520553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034378407772630985 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000343672353338851 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00034358364828636936 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00034348041396663133 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00034318169153354296 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003428573688716013 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 460, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 1280, - "weight": 0.0003427874843375025 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 500, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0003424977209000031 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 690, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003424356507500583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; KFMAWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/93.3.46 like Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1280, - "deviceCategory": "tablet", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0003424187595301353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003422273769477785 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003418445320677155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00034175427595906847 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.0003416259586818704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000341552496903556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 480, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 615, - "screenWidth": 1093, - "weight": 0.0003413838869118353 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.0003412327033850512 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00034107561611397644 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00034079805773601927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003405937496209881 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000340461470229072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003403626562710704 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0003401687413257926 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 660, - "viewportWidth": 700, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00034009333318828574 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "NAVER Corp.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Whale/2.11.126.19 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003396867800994152 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003393676282251376 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00033936297780959155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003393027919862828 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000339099645667368 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00033905021411227335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00033826183685952256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2020, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000337883098881633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003378809940814725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003375798049117134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00033722891966676767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00033720838725812566 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00033718469308237597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00033705232981812877 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 650, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003365592716039344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003364340773959595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00033629346828713497 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00033543118573235866 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 980, - "screenWidth": 1920, - "weight": 0.0003353814743944126 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003353566071824613 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00033512168053574285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00033501136228288877 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00033488220334639695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00033350840730132477 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 979, - "screenWidth": 1739, - "weight": 0.00033329835060111557 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2450, - "deviceCategory": "desktop", - "screenHeight": 1382, - "screenWidth": 2457, - "weight": 0.00033306048516064347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003329771538748799 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00033235065672986984 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003323428345296084 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00033216345423371066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00033214480301872057 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003318751610315116 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00033184532607313664 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00033183182196879537 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003311484758517177 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003311322130378279 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00033105164787791143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G996B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.0003303954534382408 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00033019526903041647 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003299407132126604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032983783945662594 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Moto G5 Plus (XT1680)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 460, - "deviceCategory": "mobile", - "screenHeight": 809, - "screenWidth": 455, - "weight": 0.00032981808843192314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032971415997357843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003295785815213697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003292266084248516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; AC2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.00032894128516199587 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00032863182337657614 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003283907971073235 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000328259767257738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000328062227758617 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032793353851779923 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003275377178846914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00032745344735485223 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00032723125554815185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 930, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003272072233086872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00032717001399792424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032706714744773545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00032627549312140835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00032606595174870963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00032595016649760177 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000325629292904826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003255792706297612 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003255532729175251 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2110, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000325505556773935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000325475702688666 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00032545141340840434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 700, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00032539290801338717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032537205011406447 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00032486850884950406 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003247180193052101 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003245267834635716 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1510, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.0003244759494529725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003244339260600094 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00032433934861000245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032421492683232375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003240455990341853 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00032376626161230665 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; Redmi Note 9 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.0003232913046440891 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032312090251236425 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003230678260306834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00032298713465066963 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000322933057032519 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032279920803310157 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1100, - "viewportWidth": 2240, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032277515661478513 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00032273567999532713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003225914581317184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.85, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; GM1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.101 Mobile Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 892, - "screenWidth": 412, - "weight": 0.00032239490213917526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00032235727494235497 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-F711W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 880, - "screenWidth": 360, - "weight": 0.00032190316246589416 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00032183596168493885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000321799336325589 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000321662559593255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003216298770236585 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00032158357112353157 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00032110133425311495 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0003210423288079819 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0003202148009673427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00031972725910381366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031927353553654915 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003190589022718964 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00031874772957735917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 728, - "screenWidth": 1164, - "weight": 0.00031858378213583705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031858100390037787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003184265124155301 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 800, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00031821618976494455 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0003178547107809921 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 3 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 846, - "screenWidth": 412, - "weight": 0.0003178118659575857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003175988846411293 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00031747131827271894 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00031728220841999204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003172145563065994 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003168265487549173 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1140, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003164308268405469 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003163348879903073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003162265052083071 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0003159514996210618 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.100 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031592753633240327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031589634764366713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003156144691749578 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1330, - "viewportWidth": 1980, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003155413988258269 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003153088637121315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00031519093431732476 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00031518188219390624 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 710, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003151170495334389 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003149631756207451 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00031488547367805467 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031486412674726274 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031483980031920715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031453185482564544 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000314432883124651 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003143900901317285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0003142814644741559 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003142206191457868 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 940, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003142128416412808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1000, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031389478398706944 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031342672934189005 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003128713544371509 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003126151813621945 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; MRD-LX1F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 780, - "screenWidth": 360, - "weight": 0.0003124411239727548 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15", - "viewportHeight": 1010, - "viewportWidth": 830, - "deviceCategory": "desktop", - "screenHeight": 1112, - "screenWidth": 834, - "weight": 0.00031230558790802426 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0003122113644470711 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003115714243838888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00031156483071060183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031137993625790104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 820, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00031135187665050265 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00031130720683755406 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1003, - "screenWidth": 1504, - "weight": 0.00031115242649202706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 819, - "screenWidth": 1455, - "weight": 0.0003111096941731539 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1030, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003106505790950079 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003104816966412431 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003104748271999394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00031044949919037455 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": null, - "viewportWidth": null, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00031040040049449814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 4a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00031035826676049596 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00031033032305679534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003100763298590046 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.0003100235422125526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00030980975567058966 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0003092307080552693 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00030906327483455067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003088961441316669 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00030882432382134937 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1440, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00030866324499827366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0003085442654471606 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00030825884106635486 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.0003081611129541042 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1200, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0003080769651110929 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 810, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0003080619630950943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003080494385881111 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003078422083860049 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003077315550251943 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003076139476749453 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 2560, - "weight": 0.0003074743361587299 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000307298612345031 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00030714089546166534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.0.0 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 2290, - "deviceCategory": "desktop", - "screenHeight": 1296, - "screenWidth": 2304, - "weight": 0.0003069692201830093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; V2046A Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/3135 MMWEBSDK/20210902 Mobile Safari/537.36 MMWEBID/5998 MicroMessenger/8.0.15.2020(0x28000F3D) Process/toolsmp WeChat/arm64 Weixin NetType/4G Language/zh_CN ABI/arm64", - "viewportHeight": 800, - "viewportWidth": 400, - "deviceCategory": "mobile", - "screenHeight": 880, - "screenWidth": 400, - "weight": 0.0003068147797123553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.000306639156558353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00030648393990698696 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00030645279834207737 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00030644023211416334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00030629180639727744 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003062358577881983 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003058417657146737 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003056969997309126 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003056553740375229 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00030510537805666953 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.00030494314295432954 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003048490196724069 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 980, - "screenWidth": 1920, - "weight": 0.00030478164526243605 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0003047570577524626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003044969949650556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64; Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 Mobile Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 800, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00030441979173667405 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003043896865317314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.7, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 1940, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003042756769387634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003042557320552818 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003036390973027479 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00030358440388589974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003031180329777436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A505FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 892, - "screenWidth": 412, - "weight": 0.00030291960927770876 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00030287274170384167 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003027841676183444 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; DUB-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 760, - "screenWidth": 360, - "weight": 0.00030277727208043187 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00030273414668942784 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0003026084767377398 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003025429483179357 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0003025061574002179 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003024582321686096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003023139163225021 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.8, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0003020585104227391 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003019535202125779 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1610, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000301923133766864 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003017728440168086 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0003017196719243667 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0003017169540149892 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00030161265011704623 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0003014699872165733 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003012669266838333 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00030123961968056464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.38", - "viewportHeight": 810, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003011004551493122 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00030104249770876565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003009519886264455 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00030073193755511426 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003006302450950544 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 970, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0003002426830072671 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0003001753447208261 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0003001723046063926 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00029991840442560643 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000299764587711795 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 740, - "deviceCategory": "desktop", - "screenHeight": 1000, - "screenWidth": 1500, - "weight": 0.0002994490464017727 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1240, - "viewportWidth": 2280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002993420331397395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002990577519069803 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2000, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00029892352253564386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002986544143140435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002982655588977016 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00029806083227763695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029790594135701583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00029755686208173676 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1960, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0002973546538771162 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0002972644902406527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029722472340134323 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002969344239111589 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002969020932482688 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002968691646346714 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00029683863244800706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00029671476008154177 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00029657666645122824 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0002963756615358926 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.0002960779098896278 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029599067891568543 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0002955837648556809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1310, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002953281963534738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029530841877976085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 300, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002952640528105227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G935F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0002952267273028186 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029490343787013545 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002947113359074911 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2480, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002945108207982421 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002944353438514339 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.35, - "effectiveType": "3g", - "rtt": 600 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1795, - "screenWidth": 3191, - "weight": 0.0002943197564976348 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00029420313787285375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00029416419393483593 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0002940092308868695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002939888240262852 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0002939658609898814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 840, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.0002939556911649566 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002937582545233481 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029346552963980177 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.75, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029346539524557625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002934390298963512 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1772, - "screenWidth": 3360, - "weight": 0.0002932671178104267 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00029317705609429104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00029304986967133986 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3877.400 QQBrowser/10.8.4506.400", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002928194991130043 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00029279424148045415 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00029279352242545686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 670, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002927328912641738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002926558120599701 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002925823829608346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002925612457789226 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00029215574455561204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.91", - "viewportHeight": 1010, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002919936477211915 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.00029130961843076776 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.0002911436085141975 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00029112714952780856 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002910443721264214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002909218038178796 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00029091970861426134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00029085808414932554 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002908145351434754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002903541462802433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002901075153096051 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002900550332489343 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00028989644565752905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002895339305400586 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0002895226492775859 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1320, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00028943811989588173 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002893869497328526 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1110, - "viewportWidth": 820, - "deviceCategory": "desktop", - "screenHeight": 1180, - "screenWidth": 820, - "weight": 0.00028924734906174356 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/84.0.4147.122 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00028911821121315227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 790, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1200, - "weight": 0.00028903913356336734 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00028902918724418056 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0002883805327091987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002883737867979888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002883189686257053 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002879383162811333 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002879088313055149 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00028764325288754144 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00028755415974570736 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028747829847572924 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002874216950595422 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002873536846112106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; HD1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.0002873266691915483 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00028725989642045793 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 670, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00028714286526091397 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 900, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002869017262103874 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002867677442524499 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002862636623618553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028620223536333044 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00028619549050342015 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002861610141910827 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028590364453622556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.18247", - "viewportHeight": 600, - "viewportWidth": 790, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00028588603992116485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002856204624717506 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002855149568730068 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028535843515737236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00028530560473838065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028515557393955505 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000285011599939713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00028489695227880754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00028471134390527084 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00028440561592525193 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 730, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00028434217318263927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; HD1907) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.00028403679744881357 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00028399750981219623 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00028397515165645086 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002832101555033355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00028317038484154667 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2753, - "weight": 0.0002828507338915 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002825083577808147 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028229046737809156 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.65, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00028222023136026517 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 640, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.0002820018996147044 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", - "viewportHeight": 1060, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002815786517784641 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028155936432135506 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "3g", - "rtt": 700 - }, - "platform": "Windows", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002814604660020767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G781B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.0002811025676835359 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002810801439906919 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002810193854900548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00028081404797646053 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00028075519599767316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002807094569160422 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A115F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 892, - "screenWidth": 412, - "weight": 0.0002806665847981509 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002805534489860364 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002803657803396387 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002801390895099156 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002800721521585136 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00027970513338571756 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00027947789180489467 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1370, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00027924557979338606 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00027920679828815004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 2280, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 2294, - "weight": 0.0002782919005456996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00027819435913597075 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00027800464122927827 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002779736923593573 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00027785463852843164 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002776272901014286 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00027758614269125125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 720, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002775601625401718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002771745053076384 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1423, - "weight": 0.0002770505505773115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0002769911587439716 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0002765813728504207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002764566870262971 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002763089466951888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A515F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00027619926737521954 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00027614176638853145 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00027604691357409355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00027598545055584943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000275416963025738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002748027723982196 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002747994031381822 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002747476657348303 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0002747245738768975 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00027468200378724715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1250, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0002745974475355295 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002743892259483681 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0002743129330820005 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0002742271923359591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002740670037378009 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.000274011932912146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00027372007177153883 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002736215253160506 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00027265919760447344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 832, - "screenWidth": 1480, - "weight": 0.0002723341605908484 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1", - "viewportHeight": 560, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00027231521291009236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002723084428030904 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1140, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1244, - "screenWidth": 1991, - "weight": 0.0002720734619414759 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002719895787919547 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00027174620054786386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; BV6300Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 720, - "screenWidth": 360, - "weight": 0.0002716068606159211 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002715882914174694 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002715741749830653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002714923731965408 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002713392888614902 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002710647969021194 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002708562389038005 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002707741175672581 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002704823825912288 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.0002704752959362383 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00027046577642886397 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", - "viewportHeight": 1170, - "viewportWidth": 1560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002703709904189383 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00027006236254941123 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 1707, - "weight": 0.0002698647307507791 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026981375608985597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002697202393486633 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.0002696368412466325 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1000, - "screenWidth": 1500, - "weight": 0.0002695853698930097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0002695085354370378 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00026935192234124004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 730, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026931932103545366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0002688629921013404 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002688144448520331 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000268802012221183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002685091484410684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026832757538301495 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2230, - "deviceCategory": "desktop", - "screenHeight": 1890, - "screenWidth": 3360, - "weight": 0.000268265657308797 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002679670529659339 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00026780403907676793 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00026779894174669004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00026770844027525236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00026769626680954505 - }, - { - "appName": "YouTube Video Downloader", - "connection": null, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00026765328294115685 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00026759329639750793 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00026757490607800085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.0002674865574752596 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002673258887916759 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002673134056304788 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002672364698922232 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 560, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00026688163625126896 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000266805222870838 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00026675641059350624 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 690, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 655, - "screenWidth": 1164, - "weight": 0.00026657542148364965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026654081020538033 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0002658209051593026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002657370780991337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002656044800575148 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00026559661519713233 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 4a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00026559200921884497 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 920, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00026552769514657707 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026534551106162076 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002648263159614903 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0002648050856134661 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.000264755816634159 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002647377884177625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1100, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00026441877100555583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002640153775685873 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002639577321587564 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002639277665925185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1560, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00026365660194821217 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00026353660024364844 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026332358378670023 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00026320432605066694 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0002631159342603504 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 250, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 4.4.4; SM-G530Y) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00026308463900445234 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0002629199136199464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026281184309065323 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00026266100353176106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026227060304424393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002621468422748253 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00026200759272124185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00026196123046504506 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002618844838674184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002615407802329158 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00026105424317973144 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002603743481335943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00026034710173226895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00026021364072878743 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002599340015951665 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1560, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.0002598960588666236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025989125451624965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000259811526331513 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00025977684088819125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00025949821388265983 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1333, - "screenWidth": 3200, - "weight": 0.00025944876962682924 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00025921970194920047 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002591976724815534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0002591697776945889 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 3072, - "weight": 0.00025911566398952284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002590408884752152 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1250, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002583799206758988 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002583356717525697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002582446943776791 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025800746498014134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.0002579994453199218 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 6.0; vivo 1601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00025792853211495614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002579062232957899 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002572830510707779 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0002572526288255535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025713762112891593 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00025707150097778404 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002567828631233209 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025663886543529174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00025653518592311513 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00025647833664535626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0002563233675011661 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; M2007J20CG Build/RKQ1.200826.002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36 OPT/2.9", - "viewportHeight": 840, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.0002557923316616859 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002555219858438432 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002554911833656361 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 780, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.0002554220127796845 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002550644209103171 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0002550334946416532 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1600, - "weight": 0.0002549014736378994 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002548708492764063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00025470648317322625 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002546489879893146 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00025433780810333174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0002542835584523246 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025421486738758364 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002542003183767721 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025418748327617815 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002538469754968422 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2561, - "weight": 0.00025377091276105386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025366480391440734 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00025354903576688516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00025351381967036974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002532356630630053 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 380, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 576, - "screenWidth": 1024, - "weight": 0.0002532219749395842 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 870, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025314718936231094 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00025300698789855545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002529389394200698 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002528923387484005 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025279460125040377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000252703825988583 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.0002526305497298135 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002526246021663556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00025261464382974046 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002524676188785259 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; M2004J19C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00025235910450574397 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002522989241279678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00025224198141859824 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002516935387804377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025139282713578686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002511767066489561 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002508574504237663 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002507425317997795 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0002506257281536692 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00025062426574399584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00025061111175272906 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; Redmi Note 8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.0002504913465089116 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00025048155478835245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1610, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1200, - "weight": 0.00025046647847802735 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 680, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002502925090438446 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 OPR/81.0.4196.37", - "viewportHeight": 680, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002502662141168349 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00025011232579434786 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002499498007945725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000249848217342924 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024974176110564335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 0.237, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A225F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 385, - "weight": 0.000249498975323794 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1728, - "weight": 0.00024928002904250223 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002490947740421809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00024905499471228836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002489822262281669 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024898104583840854 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024866996112295393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002486597434425833 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002485442837248517 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00024821916251815815 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002480580279212946 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1880, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024771238476629107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00024761509852097596 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002473860693416052 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002472638456942073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002472443043304887 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00024721879743265073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00024717858647020424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00024713000793782377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024712303772198187 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002470965234170858 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024700651795928785 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00024695429988888154 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002468588898366908 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1290, - "viewportWidth": 2500, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00024668370843901485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024665765461562934 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00024648373210661863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002462779753073305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002462110059929715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "downlinkMax": 2, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; POCO F2 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Mobile Safari/537.36 EdgA/95.0.1020.42", - "viewportHeight": 690, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.00024596358490303787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024583407846804706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002457841244511588 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00024569628709352343 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 580, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00024569145971645206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00024567621990202883 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002454105189914293 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002450524175676691 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002448680535008435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 13, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00024480778093295176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024470655726705035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00024405125450935487 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024404860394669042 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 840, - "screenWidth": 1344, - "weight": 0.0002440297384803121 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00024392451130831548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024375154198331368 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00024370333760541 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00024330061864962987 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0002432520583429852 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024295010974761518 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 1080, - "viewportWidth": 810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 810, - "weight": 0.00024273384274813023 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00024269744825773258 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024235146807675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00024228988267481112 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002421917795659622 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Redmi Note 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00024216458513740127 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024198063230985035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00024194379887671006 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 900, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00024192151390880966 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00024181051458588168 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1030, - "viewportWidth": 1110, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0002417381044631313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 756, - "screenWidth": 1343, - "weight": 0.00024166129383127886 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00024155182212833785 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00024146676233105548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; H8296) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 720, - "screenWidth": 360, - "weight": 0.00024102073695474722 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00024092644955898962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00024076595193491844 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000240748765842411 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00024064467297888278 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00024057503882190108 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00024054519510244139 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1130, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0002404592852550908 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00024032960903078764 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0002400863708078382 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00024003629442511718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023982661749115123 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36 OPR/80.0.4170.16", - "viewportHeight": 780, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023951942265762818 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00023848137849242528 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00023846110301658342 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "NAVER Corp.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.277 Whale/2.9.118.38 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002382154917837254 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023807278632816809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023783276489733286 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0002378070481203141 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000237689697487424 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1350, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00023762650807703685 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023732536365955032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023730751985905925 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00023698575910397824 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0002369786495426899 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 760, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00023690384726193442 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023686417146719335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002368246919972184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2070, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00023677533355266625 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00023667539423183627 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 640, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 779, - "screenWidth": 1384, - "weight": 0.000236535192863833 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00023619238746184194 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00023599596884867646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00023570614068192411 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 2 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 500, - "deviceCategory": "mobile", - "screenHeight": 1002, - "screenWidth": 501, - "weight": 0.00023564231465492374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023539671494477273 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A705FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00023537119116579286 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00023535578989439344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023533863459780828 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00023518662122899717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023517654840960603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023503893426536602 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023453952108654975 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023437699342272918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00023434509965958953 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023433860785524021 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023383607735540877 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002336738806603256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00023355455189483335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002335178318423139 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00023342061104953107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00023340653595544774 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002333997844049879 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023338862483773492 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002331523906471548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.0002328859332939909 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023261675394082917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002324807558195547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023220396240950962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0002321046615919453 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0002320468530123639 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00023179539289028297 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00023164258460749534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00023164135018253942 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023141211448504085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002313757591688104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002312878123780816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00023121586896357235 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00023111095650278862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00023107004802379408 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00023106128138057549 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023092467757967892 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00023091151256927892 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023034870128246316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00023014623733886766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00023004272092923487 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000229882816396341 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002296595495234715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1030, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00022965729038940832 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.00022964500743522727 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00022957051848036838 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00022953551871423707 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00022952241623020215 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022949800991254143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1364, - "weight": 0.00022948255676779748 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022937353142581438 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00022928657224374654 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00022917439531729253 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2530, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.00022915050411560756 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00022907282049164888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1150, - "viewportWidth": 1960, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00022902218087275143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022844466819365818 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002283070396179061 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00022823719695532063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00022812338124781942 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022804283807822872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022799832367544746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000227959635993859 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002278226862599275 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 700, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00022725674041570984 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002270975427651131 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.0.1488 Yowser/2.5 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00022702464519855855 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002270219181652393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00022694114593682811 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002266882183898153 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 930, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022650657984650167 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00022647623891868446 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 810, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00022630238065782156 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022629110137644185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 679, - "screenWidth": 1366, - "weight": 0.00022598641341147637 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022559663534697306 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0002253653935171022 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022527051341964137 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00022524503993368838 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00022518774754341742 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00022492774024231746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022474316315575793 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022434458399436653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00022424717440416996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00022409054117297468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002236598159234086 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00022358496834579068 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00022349826714429335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002233762189125719 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00022308793013374727 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.4, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 650, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-N986U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 883, - "screenWidth": 412, - "weight": 0.000223008824149273 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00022276202310762746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022263757653576255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 740, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00022236402518530917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63 (Edition Campaign 34)", - "viewportHeight": 720, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002222723299776743 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0002216905057406827 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.00022139089713369903 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00022134824835838215 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002212804028745468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1460, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00022117646917937502 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022116785331890117 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1200, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1310, - "screenWidth": 3128, - "weight": 0.00022110012050560287 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00022101755041692176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022080801992915825 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00022079326449235561 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00022077726520071788 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002205578135523872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00022038128757514888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00022011662868882484 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002200679345712948 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002199283730192515 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 950, - "viewportWidth": 800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021981119087213343 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1030, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00021965460760688091 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 700, - "viewportWidth": 1080, - "deviceCategory": "tablet", - "screenHeight": 1080, - "screenWidth": 810, - "weight": 0.00021960097777928923 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00021952859711400673 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021946104324411413 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021944854162923017 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021943512744975282 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00021929982454767078 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00021927664982539623 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 990, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00021924792859168466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002191721437527492 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1300, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00021913661785555918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021890717550227304 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A9080 Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/3141 MMWEBSDK/20210902 Mobile Safari/537.36 MMWEBID/1098 MicroMessenger/8.0.15.2020(0x28000F3D) Process/toolsmp WeChat/arm64 Weixin NetType/4G Language/zh_CN ABI/arm64", - "viewportHeight": 800, - "viewportWidth": 400, - "deviceCategory": "mobile", - "screenHeight": 889, - "screenWidth": 400, - "weight": 0.00021883798352527115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002185315103450415 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021851127346873072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00021838879531851176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021837218206887068 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000218331102613682 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002180939515528311 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0002180722180893064 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0002179591237166866 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00021789837968949383 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021779391966802468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002176982303214911 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021756662970832743 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00021754701244025245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021706566960626395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021704673739568562 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00021692470412603736 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021685512693114204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 470, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 576, - "screenWidth": 1024, - "weight": 0.00021674740209131984 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; M2007J20CG Build/RKQ1.200826.002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36 OPT/2.9", - "viewportHeight": 840, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.0002166529312230995 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 890, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002166293029767987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002165583321796098 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021651095206083541 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 910, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00021609196720075649 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021604771479579861 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021594999684265207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00021570986653536055 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00021551173769044808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G935F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00021510879867362966 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00021505049946512044 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021504699560400087 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00021474846496033996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021473861268814058 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 2560, - "weight": 0.00021473519006074933 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021461566915780103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1130, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1600, - "weight": 0.00021436672245115008 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00021436488777424502 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 2280, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021410739666630782 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1355, - "screenWidth": 2409, - "weight": 0.00021390915877391597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021385788307237534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002137772745521294 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1330, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00021362668918996746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 920, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002135802201607588 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000213543490732389 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002134655046844312 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00021344448969089558 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021342761735117336 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00021329093111740306 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00021305513010506604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021289841512225387 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1077, - "screenWidth": 1914, - "weight": 0.00021289790182083527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00021288711066542985 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021282556336823163 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021280289500657883 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021276638049677173 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00021250959289688558 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; ONEPLUS A6000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 811, - "screenWidth": 384, - "weight": 0.00021234665455743834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021227689010191455 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00021225313924827402 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; SM-G532G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00021224986287558508 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0002122471936040284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 540, - "viewportWidth": 1130, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00021217359568663434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0002119501622985179 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00021177828438757388 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021168164290565105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A015AZ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 760, - "screenWidth": 360, - "weight": 0.00021145816380891525 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15", - "viewportHeight": 650, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.0002114143106556342 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000211178023470621 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00021104608358305405 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.2 Safari/605.1.15", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021103642992087646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00021097052125470788 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 650, - "viewportWidth": 1020, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00021092358525804302 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 840, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00021081158701928573 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021078076094625591 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00021057987499201446 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00021045354905027555 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00021034463794642066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00021024976872399933 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002102393860088422 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00021014179372491834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00021013820048669464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00021010687031444605 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00020989935666743226 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; IN2010 Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.72 MQQBrowser/6.2 TBS/045811 Mobile Safari/537.36 MMWEBID/4025 MicroMessenger/8.0.15.2020(0x28000F3D) Process/tools WeChat/arm64 Weixin NetType/4G Language/zh_CN ABI/arm64", - "viewportHeight": 760, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.0002098993102566043 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000209775086215648 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00020950159992495738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-J410F Build/M1AJB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 740, - "screenWidth": 360, - "weight": 0.000209356811432375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; GM1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 832, - "screenWidth": 384, - "weight": 0.00020923766388048837 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000209163906086843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020912273370906408 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00020912137597293642 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020884292615605524 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00020881540116711854 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020878351408463286 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00020847141865170472 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00020815648802726704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020806248968358414 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00020795350260413705 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00020788761198307394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.00020782640207671097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020769919846727863 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00020769296379966596 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00020748369006842938 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00020743227011232835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00020735525253425143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00020729453496531083 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00020718993370156562 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020714322348970782 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00020703440964102925 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00020699781514298298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020672702498360115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.0002066633618295231 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 2220, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.0002065001424359156 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002061944951654278 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020613591686587042 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3360, - "weight": 0.0002061305311610436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002061172007915199 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020592303947090867 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.0002059102115164693 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 690, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002057787238333579 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1130, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020569850563688255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00020562733937865092 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00020555400375000594 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 846, - "screenWidth": 412, - "weight": 0.000205363108230463 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020535590602842479 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00020524634276690063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020516758943290529 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00020514188952748723 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0002049766275535779 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 2560, - "screenWidth": 1440, - "weight": 0.00020494698431415987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002047536941778868 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00020462505461763718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00020449091388371834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0002043715419445126 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 840, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00020415142602383548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1281, - "weight": 0.00020390761641089905 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00020390466492543316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00020385927120545805 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 1707, - "weight": 0.0002038227130693252 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00020360436080102556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002034425589153004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020319390945733125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002030957181916052 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00020289969631061595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002028502440695485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 689, - "screenWidth": 1366, - "weight": 0.00020277135192045694 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00020274200642677692 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00020265954897951292 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 730, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0002025285033805408 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00020245081845865213 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00020221396218495852 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.3, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00020216687614433486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 990, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00020216139975664206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00020209789336144893 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002020644941633376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00020197097745076065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0002019402760905459 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0002019367596403891 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020170742025598078 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020167006221225757 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.0002016244603831553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000201599328847914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0002015560743236214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00020152969269161217 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1333, - "screenWidth": 3200, - "weight": 0.00020150845169650887 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020116643307081756 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002008932295545503 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0002008264851989351 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020073530587263067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00020012821409748127 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 550, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0002000726680876922 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00019991019516059198 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00019989159032971063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00019980399925061072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019976699276283172 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019969932749072083 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 885, - "screenWidth": 1573, - "weight": 0.00019927383946978026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0001992562667129715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019916787378450242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019896951176730376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.25, - "effectiveType": "2g", - "rtt": 1650 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00019879614989320513 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019854822438334992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00019852187038497303 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00019846991840033817 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019846416628741388 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00019841542199408325 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 550, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00019835264852093013 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.00019832884471121783 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 780, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001982893151262191 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00019827761593347798 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0001981188031754765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00019802305262369324 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00019796361823340737 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00019774289384891623 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; SM-A920F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 846, - "screenWidth": 412, - "weight": 0.00019761832659560255 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.0001976130419392667 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001974764445364987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000197382832000688 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.8 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001973220652103809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 870, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.00019729547349732878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00019679529882656317 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00019677320754208337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SHARK PRS-H0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.00019667690068488395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00019658025739992466 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1350, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0001964876431448177 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019624060132850403 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 880, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00019616085425594115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019599997280297718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019582536557542253 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00019512095575724674 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00019496408489646543 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00019463989509025097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00019460171414364895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001944582724647344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001944422313961309 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 927, - "screenWidth": 1694, - "weight": 0.00019443645470619287 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00019429422285138396 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00019406302407370732 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0001935718493506211 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00019340657012522716 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019337824346034736 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00019314172613242475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001930160750132442 - }, - { - "appName": "Netscape", - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Amazon.com, Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.17 Safari/535.19 Silk-Accelerated=false", - "viewportHeight": 680, - "viewportWidth": 530, - "deviceCategory": "tablet", - "screenHeight": 854, - "screenWidth": 534, - "weight": 0.00019285558802220937 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 OPR/81.0.4196.31", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019275637665818466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001926882725173464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00019261404321095762 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1200, - "weight": 0.0001926053264551728 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "downlinkMax": 42, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A705FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00019245489256655162 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00019240468807949862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00019215171667326977 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00019209611990063244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00019203866160098023 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1560, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00019202482710930968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36 Edg/96.0.1054.5", - "viewportHeight": 1130, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00019201506558435983 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00019199195381418106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 980, - "screenWidth": 1920, - "weight": 0.0001918849590016961 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001917942127182461 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 750, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 926, - "screenWidth": 428, - "weight": 0.0001915745178697218 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1380, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00019148603481943424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001914288196688058 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001914035323354193 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00019133137507730284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00019129029771290242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00019116248067701662 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00019110630231900392 - }, - { - "appName": "YouTube Video Downloader", - "connection": null, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00019077099855962842 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001906616222169171 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00019062049818729417 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001906098722614431 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0001905887124621951 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001905158045211427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00019030744071483788 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018991259354620042 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018983933607075656 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00018971389280491706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1320, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00018957964597075713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 13, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00018954455051455236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00018939802788060586 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018921719772353754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000189171355414136 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 OPR/79.0.4143.50", - "viewportHeight": 840, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.000189108152788097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00018904372949558846 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00018875124142127592 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001886285799868596 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00018844989689689962 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00018841241107930636 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 2270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00018826818322671644 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 920, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00018825256764384783 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0001882353310384445 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00018815698688037617 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.36 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00018812781755641583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00018786811466463426 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018775616242054327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001875865207932864 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018754154418392497 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00018740520962175151 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018740515939535184 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001873110744990869 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.95, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 250, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; moto e) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 350, - "deviceCategory": "mobile", - "screenHeight": 733, - "screenWidth": 347, - "weight": 0.00018725930273929636 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018713327614611203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001870793020597921 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00018707021550214644 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00018682541267328704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.4, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; POCO M2 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.00018681501472566638 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00018673374174765312 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1919, - "weight": 0.00018665755038143169 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018661111558893528 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001862631856895531 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 250, - "type": "unknown" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; CDY-AN00) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.00018625681235263838 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00018624858960222134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001861832430967838 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1300, - "viewportWidth": 2510, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00018599568986321982 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00018596889640218125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001859526011234586 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.65, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018577948416548655 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018571621629316962 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15", - "viewportHeight": 930, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001856444770676332 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001854140549884091 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018539699217003493 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000185329876493541 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4298.0 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00018526850186815718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00018504552455331067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018498630973305392 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018482574639103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018464496536350528 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018460357333440557 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1110, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000184551064442186 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 810, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018449393004933075 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001842700317078449 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018420997405432603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018418311038134353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018416782591503943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018409756397209438 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1230, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00018388480054991788 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 800, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001838316445574663 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1150, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00018378092720670714 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018367167537553146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1090, - "viewportWidth": 2140, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00018360243185204186 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00018327182111730226 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018327121167133857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018320610884007483 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00018294976171116657 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "ZhihuHybrid DefaultBrowser osee2unifiedRelease/4026 osee2unifiedReleaseVersion/7.5.0 Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148", - "viewportHeight": 600, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00018271655418147765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 1230, - "viewportWidth": 2210, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00018266783841455625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00018264225718698886 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018243390337317514 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.3 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018243221534338449 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0001822176019194287 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018219380398951917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00018208910400878406 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018205632904734172 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018189602468900192 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018184022494287965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "4g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018175319629025607 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00018175037283667633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00018149987908649599 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001814869102441583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001814728414175634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00018146884853073128 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018141772810951668 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 850, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00018138243181996767 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 850, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00018134361189354174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001812517054725008 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001811156274876994 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018108215261492758 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018107408269995418 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00018103794614318414 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.7, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00018072966021885522 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018059440822994327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 420, - "viewportWidth": 970, - "deviceCategory": "desktop", - "screenHeight": 554, - "screenWidth": 985, - "weight": 0.00018050804231029905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00018034224367581626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018032401098311962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00018030699196913195 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00018021129618984487 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00018018682810040431 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00018017916381941405 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017983542787049502 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017979742190889897 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1090, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017970019314610016 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1150, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017954756497053033 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017954293808676924 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001795266019862118 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00017949189975774413 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001794674865509454 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017935544515378853 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017934422143515584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.8, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001791979823868972 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001791355957195515 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001791295345509779 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00017905317422257913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00017899876951264307 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1", - "viewportHeight": 650, - "viewportWidth": 1020, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.0001788807774904592 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001787830965467806 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00017872672823276316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00017866982778210283 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001785215099709566 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0001783863155172835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00017835470005066992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00017827724700581146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00017813777837542662 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; IN2023) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 845, - "screenWidth": 385, - "weight": 0.0001781065236491151 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001777268318331351 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017762775085404216 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko, Foregenix) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 790, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00017754359386701161 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00017745581177798042 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00017745127883385156 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017740334894448024 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1950, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00017735192718301552 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017720628932543322 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001770779997442667 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0001770672653464969 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00017702761178441673 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00017698785678344536 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017695566588265624 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017689102599655607 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017688350903361733 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001767680050666064 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 410, - "viewportWidth": 650, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1152, - "weight": 0.00017662319793545892 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001766013726204133 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1930, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00017651466456345918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00017634909418446604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017618931759753783 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00017614212683343488 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00017610815058381082 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017605623701741414 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00017597879651681377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017595441381413826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000175925400360015 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017587945201408755 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00017586833187423285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00017585254785297538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-N976N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.00017571996797350066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 OPR/77.0.4054.277", - "viewportHeight": 970, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017567218370433203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017565860362655857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017557799000374056 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0001754638807356064 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001752446978494843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001751955923907764 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001749425541983789 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017490730495293513 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/184.2.407130758 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 830, - "deviceCategory": "tablet", - "screenHeight": 1194, - "screenWidth": 834, - "weight": 0.00017485230082936695 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00017482478711529874 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017467460810153377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001746110620764591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00017454770855057677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00017443555365216962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; arm_64; Android 10; LM-G810) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 YaBrowser/21.11.0.251.00 SA/3 Mobile Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 857, - "screenWidth": 412, - "weight": 0.00017430531265902416 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017421501071736905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00017416506020178976 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.172 Yowser/2.5 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001740183279901901 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00017393205088646625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017385594098865163 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001737827019899037 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001737241734488108 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001736968881833289 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00017345114766733363 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.3, - "effectiveType": "2g", - "rtt": 1900 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00017338161985467563 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00017326410352368557 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001732530141925535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001730065312752073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00017299621102261659 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017274449567492026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001726715378073783 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001726631843053566 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001721350040097895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001721150056261816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001719474730962113 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00017187892314826444 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00017180366994851913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 932, - "screenWidth": 1656, - "weight": 0.00017170693509563817 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00017168956335172073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017144460978326897 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00017140623190054752 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00017139230866000993 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0001713439992595231 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 2520, - "deviceCategory": "desktop", - "screenHeight": 1974, - "screenWidth": 3510, - "weight": 0.0001712323451967144 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00017120237386099188 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000171186442871714 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00017100750649551384 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0001709316951134406 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00017085467606805285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1024, - "weight": 0.00017081120776726584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017079718385516095 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017076498395025074 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017068922834642203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001706654913206526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00017058948769313375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017050332246032037 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00017042986180669132 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00017038625698057922 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00017037762022541225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00017030477305426188 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00017017204204547638 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00016995070249913304 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00016993966417484305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1290, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00016980841947481775 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016964462526978722 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1130, - "viewportWidth": 2270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00016961424852330237 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016954931705987712 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016945276322359403 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0001694349302937888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 1, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00016943257374355393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00016939802595496292 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000169338049253977 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001691528064448525 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001689830221194728 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00016874684354864744 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016868326053732821 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001683758755579204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001682598286174687 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0001682180873898879 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001681495569530863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.0001681141184913445 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001681044295909376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 10; zh-CN; OCE-AN50 Build/HUAWEIOCE-AN50) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 UCBrowser/13.6.5.1145 Mobile Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 792, - "screenWidth": 360, - "weight": 0.0001680417124997928 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016769130495095178 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001676463781522316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1355, - "screenWidth": 2409, - "weight": 0.00016757730209370254 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016755667679715173 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016740796639656055 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00016733715133690038 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 710, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00016724548283172632 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001671881829813553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016712907254867932 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00016706536853416392 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016705948872107487 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001669661544049867 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001669603282993029 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 2300, - "deviceCategory": "desktop", - "screenHeight": 1296, - "screenWidth": 2304, - "weight": 0.00016689443946332503 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 940, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00016673404366110675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00016668533804601983 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00016661687154194302 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016656521145775007 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001665531962980186 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00016653197399841196 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001664540544195118 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1520, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00016628127405490545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00016613235386575244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001661115032777447 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001658550562176697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.00016584640101111893 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1610, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 3008, - "screenWidth": 1692, - "weight": 0.0001658264906394045 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016582439353663987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 950, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016573899083391136 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016555976178934595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00016554447331412002 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00016553924617406903 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016549925217176277 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016544308062206256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016536862389872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001653547747393367 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001652842478323453 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016525018547810093 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1120, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00016516403747799218 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00016511694042378473 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016501056349839703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00016498733358950122 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00016450158375693082 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00016440800343546963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00016426175282321416 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016425584769370395 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00016408734004262813 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00016398330910255917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00016396187398530103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016393939929189462 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001638559304043423 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001637484807180443 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 2250, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00016366946261758565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00016363992686434678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00016361099384989402 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00016359082673129865 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00016351952369746627 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016349564758093852 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001634176977508868 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001634100812727789 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001632691009987217 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00016315379662495028 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 2040, - "deviceCategory": "desktop", - "screenHeight": 1728, - "screenWidth": 3072, - "weight": 0.00016304972635971176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016299687557340688 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00016297969166813287 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 990, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00016289407577402281 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00016288618814792722 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000162818713115114 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00016280491741184304 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 2110, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016278420085358059 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0001627753924374042 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1003, - "screenWidth": 1504, - "weight": 0.00016273802675163267 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00016269765197476915 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00016267265615568438 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 1080, - "viewportWidth": 810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 810, - "weight": 0.00016261853610720272 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001625362836235052 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00016251116679053256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00016239949006271572 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001623520976474837 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00016230351120663403 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 700 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001621097500848117 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016208979269382489 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00016196417205210388 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00016190314819655816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016187762561857292 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00016182601123335139 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00016156116377223105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016155056778804176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1020, - "viewportWidth": 670, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0001615064067653614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016134037783409346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016111969718296288 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00016108499295791376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016088214512603383 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; SM-G532G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00016084945503776893 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.0001607634003216232 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00016061009403991417 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00016034314816969913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00016021639848863822 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00015999566504454492 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001598895185079634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00015983783332019458 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015978859838520858 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015969603482269407 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001596797742421351 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001596120530137811 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001595691165510093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00015952386538186739 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00015948374138356191 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1160, - "viewportWidth": 2300, - "deviceCategory": "desktop", - "screenHeight": 1305, - "screenWidth": 2319, - "weight": 0.0001594669777199205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0001594134403007987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015936547652865675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015932188190532367 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015928346174568073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015919327605047042 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A205G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 892, - "screenWidth": 412, - "weight": 0.0001590155887221466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 950, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000158899128912061 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.0001588171316185226 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00015870997035845197 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015859423035846163 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00015847857633783356 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1130, - "deviceCategory": "desktop", - "screenHeight": 1460, - "screenWidth": 2189, - "weight": 0.00015834513528831912 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00015825379691725285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001582087958110021 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0001581334587613402 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001580867094927531 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.8, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; RMX1911) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 420, - "deviceCategory": "mobile", - "screenHeight": 942, - "screenWidth": 424, - "weight": 0.00015805082643093358 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 YaBrowser/21.11.1.212 (beta) Yowser/2.5 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015799383217079705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001578427758336191 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001576892578298582 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001574457774384726 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 250, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; vivo 1724) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 720, - "screenWidth": 360, - "weight": 0.0001573906898185834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 790, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.0001573636446684169 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.2 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00015732062644407095 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00015725418669532636 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 SLBrowser/7.0.0.9231 SLBChan/25", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015707111502531742 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1140, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0001568486016115982 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00015682113484203174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00015668019021288748 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00015667679173445546 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001565201515028404 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00015645376637843484 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0001562446819837837 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 720, - "viewportWidth": 880, - "deviceCategory": "desktop", - "screenHeight": 1003, - "screenWidth": 1504, - "weight": 0.0001562137172199505 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015612891385348245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00015606330851990704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015604437753387402 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00015601327553740047 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00015598096859820355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1230, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00015596871407205713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_5_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001559270134656714 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015591096258187075 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00015568077863989288 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1081, - "screenWidth": 1920, - "weight": 0.00015564867415562942 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 530, - "viewportWidth": 1130, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00015559287474584374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015559018680113754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00015555325066300585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; moto g(9) play) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.127 Mobile Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00015547577130366633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 766, - "screenWidth": 1320, - "weight": 0.00015544694408601791 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.00015543343137130398 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015522442556920244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1130, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0001552026895956093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001551306170436577 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00015511095453304925 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00015509270211154386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015501899947243015 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00015473632814956204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015472830598609445 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00015467633582383068 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.0001546631346633371 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-F415F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 832, - "screenWidth": 384, - "weight": 0.00015451986329476127 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015445582006013824 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001544456856061588 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00015435091908573106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015433754879846207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00015417737933332424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015408051863164988 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00015403480707805822 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00015400616455669316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.172 Yowser/2.5 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015395868149822622 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00015375401947973613 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015365254368131996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001536455380757448 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00015352640998233467 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1430, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 2560, - "weight": 0.00015350781404778978 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001533708011858355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015336637880703814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015333040222432055 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.0001532538079985992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001530516474286597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001530163967605904 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015293815004986078 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 750, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 926, - "screenWidth": 428, - "weight": 0.00015290550602201436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00015283392495094128 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00015266245439860476 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00015265468625921033 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00015261558293995563 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 1040, - "viewportWidth": 2210, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00015260750725825954 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015260600618027443 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 915, - "screenWidth": 1463, - "weight": 0.0001525273873689707 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001524675915987235 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001524034616292943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001523543959410611 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001522689961834036 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001522410236322756 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1355, - "screenWidth": 2409, - "weight": 0.00015200116594325908 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00015196228100983154 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 1610, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1200, - "weight": 0.00015192873267990398 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00015192135973261453 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00015184703782516245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00015181250673045914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 550, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Redmi Note 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.91 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00015171008223281707 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00015169734272651214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.4 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001515414593867788 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.0001515113359503695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001515105243042596 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.15.2 Chrome/87.0.4280.144 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00015147084805224728 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00015145641061848172 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001514146286012642 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001513884857429424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001513734242687633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015134752796613533 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.00015131546594368013 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00015128932035379333 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001512819933752387 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001507371339111001 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; CPH2077) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 760, - "screenWidth": 360, - "weight": 0.000150719668165292 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00015069804198795486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00015062310689228843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 940, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015052998478875653 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00015051406574235205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015042792924026328 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015039622231379128 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 2560, - "screenWidth": 1440, - "weight": 0.0001501745485821642 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015016719553484658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00015014011995093977 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00015013387607089936 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001500316298421953 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.0.1488 Yowser/2.5 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00014989739992014763 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001498884120591486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00014987543077966703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00014985688750876057 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014977879692918314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00014974913112710756 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001497446630134125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00014971263443188526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014967328031021966 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00014958286660145145 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014947695981768017 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00014930763392580315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00014922440092522964 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1", - "viewportHeight": 1370, - "viewportWidth": 1370, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1366, - "weight": 0.0001491429256105968 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 830, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00014912436111846124 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00014909102415513326 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014908043547518155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00014889686285082104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014887986200037379 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001487810744713686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001487583551269297 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014868468281013423 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1010, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1100, - "screenWidth": 3840, - "weight": 0.00014865489587768038 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001483829570662987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014837592761731064 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014835496932352746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.45, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "OpenBSD amd64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; OpenBSD amd64; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00014833345641639096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00014830669235770308 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00014828257154281 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001482794024055945 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00014825769275639581 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 1190, - "deviceCategory": "tablet", - "screenHeight": 1194, - "screenWidth": 834, - "weight": 0.00014824518496582223 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 2560, - "weight": 0.00014802953575554964 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 2440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.0001480041033522397 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1368, - "weight": 0.00014787948645453392 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014787241962549202 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00014779925000702035 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00014769412772401596 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00014759220007911183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Safari/537.36", - "viewportHeight": 430, - "viewportWidth": 960, - "deviceCategory": "tablet", - "screenHeight": 600, - "screenWidth": 960, - "weight": 0.0001475697327228114 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014740348692756855 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014735921942380918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0001473058126213488 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014730277847061125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014730058324055945 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1117, - "screenWidth": 1728, - "weight": 0.0001472322287270321 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00014722702659610858 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014721310860251304 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00014715863519080587 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001469427550562931 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1", - "viewportHeight": 530, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 693, - "screenWidth": 320, - "weight": 0.00014687023595277667 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00014678662733059075 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 1310, - "screenWidth": 2328, - "weight": 0.00014662452311343252 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00014656849716496647 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001464095600433298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 676, - "screenWidth": 1201, - "weight": 0.0001464045795692812 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001463417634807254 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4681.0 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001462530944177227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-G965F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 846, - "screenWidth": 412, - "weight": 0.0001460456828692703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014602476499706436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0001460121462425339 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.00014598197697666935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 540, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 679, - "screenWidth": 1366, - "weight": 0.0001459422303574032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00014576924135445313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014544604290388363 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 950, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014528422050859597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00014527653852717753 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00014521738845975032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00014521003011475902 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1070, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00014519747979108944 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014517368058845787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00014511124873651943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00014507477728289153 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00014502428485508006 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014481402224208464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00014471636253716725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00014469376042958507 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00014454841886173917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1520, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00014445886997426624 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.71 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00014443715056445313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00014442949470032994 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014441983308847276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1024, - "weight": 0.00014437015922544568 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001441664974140466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00014415880975398888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00014401564254453803 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001439736849939384 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 560, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00014392706096643003 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014369723722852424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001436897563199937 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001435536895752544 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014348360070516003 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001434795583046684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00014324886385560736 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.000143166156897593 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 450, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 568, - "screenWidth": 320, - "weight": 0.0001429154779905609 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 780, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014287677494178826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00014282566557318222 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36 Edg/96.0.1054.5", - "viewportHeight": 1130, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0001427027701204173 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00014269808004288892 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014266623719552153 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014262705774419174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014248405562213658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00014246964948565517 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00014245635443203887 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014225903005309832 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00014219312056388425 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001420764896747686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 2280, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 2294, - "weight": 0.0001418190531706665 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1110, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00014176618942561366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014165445193598845 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1280, - "weight": 0.0001416325092050167 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3878.400 QQBrowser/10.8.4518.400", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014158732814254331 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00014145767547309998 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000141356780149991 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00014125718286246767 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00014122023343947053 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014107716127256643 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000141052646931269 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014101130380528434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 2240, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3360, - "weight": 0.00014099330992644498 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.0001409637823355198 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1390, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00014093271932621854 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001408573294538299 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014068801494863573 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000140682605730509 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; STK-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 780, - "screenWidth": 360, - "weight": 0.0001405581503195995 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.3, - "effectiveType": "2g", - "rtt": 1700 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00014054636532596343 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00014054087462727746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00014039120642960688 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1040, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00014031846222124577 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1350, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00014030432611382066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00014015523566817748 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00014015507023205586 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 2240, - "deviceCategory": "desktop", - "screenHeight": 1504, - "screenWidth": 2256, - "weight": 0.00014015046350106573 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 820, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00013999763602529823 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00013996827817830502 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001399639498628654 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00013989514407420793 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; POCO X2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.0001398241784645067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 770, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013961852932488423 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 840, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013959916199660508 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 17, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00013956182696174072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 1100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00013953005112403595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00013950577636835545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001394825459962712 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013923278728218924 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 810, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00013922186550330566 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013921155200970713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00013908057321404332 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0001390463705264185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013901749768639049 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013893247517523285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00013885897414160235 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013874197573276827 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00013862024575622675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013848967051640558 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013838258663048653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013836347227263223 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1040, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013835241091943748 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00013833594603179352 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013829797191342909 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.8 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013829613456476194 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1960, - "deviceCategory": "desktop", - "screenHeight": 1333, - "screenWidth": 3200, - "weight": 0.00013824146291482913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013815640501559575 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0001378610039721867 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0001376707204262363 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001374260790781691 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00013731729493456668 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1140, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013724911828799267 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000137216735293115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013720424064134356 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013714272430249137 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.00013660217636489997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013658617163064794 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1520, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00013656424761894148 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013648559999346576 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 540, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000136477493700386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001364373645281077 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00013641829723872606 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1140, - "viewportWidth": 2110, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013629941521088078 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 890, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00013622641206239677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001361885629361867 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.0001361553409163475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.00013611307283217789 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1460, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00013606177404262775 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013605560190908477 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0001360159695406225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013594937289686758 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 840, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00013594736391132496 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001359159489631521 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00013586731357794052 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00013585155842650698 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001358397673137461 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.000135710374182001 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013567772845155803 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001355856053383475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001355724886478598 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001355579779008684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013555769358291565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013551239820405777 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001354905394477582 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00013540928118167686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001352951906897827 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1230, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00013529278335223496 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013519033386115317 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0001351756211651199 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00013516728267350684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00013512179397409262 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00013502122771766401 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013481393328784036 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013479904042291407 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1490, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.0001347111690704808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013470561335214028 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001346858413334184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013462297777694729 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013458641240138243 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 770, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00013439142309198835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013437885349547606 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013426174291169881 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0001342580674397007 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000134136600890054 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00013407519567863114 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00013401287092006394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 620, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013390282642271298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; VOG-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 780, - "screenWidth": 360, - "weight": 0.00013390177183006478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013389681671372437 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013380673775791795 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013376243135481046 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013375941940304705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001337429988507039 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00013368407027244473 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 450, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 568, - "screenWidth": 320, - "weight": 0.0001336573935842525 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001336307690882611 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001336156393329448 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0001335660282914648 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013355971377259872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00013346638598324344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013345867596455758 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013339550991883328 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00013334104538076868 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00013330867713866085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00013327870400908632 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013327628754900708 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001332245663445613 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 OPR/80.0.4170.43", - "viewportHeight": 1010, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013307051552198672 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00013293760331827803 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00013279663920792576 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013263797504067305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00013260633022824927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00013242780252488464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013236036617308994 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00013235480938500734 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013229236872035514 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013226151478310918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 786, - "screenWidth": 393, - "weight": 0.0001322383811482606 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001319962888584098 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00013196374202590434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00013184264094375954 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013177437617591567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2049, - "weight": 0.0001316208571853271 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013158115633638253 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013154640612715872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013153773355319346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001315244743845621 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013145297436062167 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00013144761983783764 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013132806121027353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013132021367849356 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00013122256645234422 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013122165683125724 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013121672880027352 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013115422136102787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00013115115828336548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 7.1.1; SM-A530N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 846, - "screenWidth": 412, - "weight": 0.0001311182350810527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001310780951255845 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001310331357832235 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00013093029516394886 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013091451610553799 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013090781871745729 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00013069315886607262 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G985F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00013059997495165 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00013003667312703375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00013003443823712151 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1000, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012992991427752265 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012978804231595812 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012973294043840168 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00012972161729141643 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.0001296354320425073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 550, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00012960865707279523 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1359, - "screenWidth": 2416, - "weight": 0.0001295543815136558 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00012952787885014093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 740, - "screenWidth": 360, - "weight": 0.00012938243758563758 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00012926962574338286 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012921291237394863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00012918339094654976 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001288980601477733 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012874271314310866 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0001286632439363891 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012865761121398766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001286557061506953 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000128655123991492 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001285752638532962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012850503179825387 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012832662040764817 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 840, - "screenWidth": 1344, - "weight": 0.00012832044769326272 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-F711N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 880, - "screenWidth": 360, - "weight": 0.00012825767728190192 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00012806278647386113 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001280490915264854 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012799801843684124 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012773895741421612 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1320, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00012772706424920655 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00012766753287267481 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012759007747178093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001275779838364122 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012756431274616063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012755130515192028 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012747829402574845 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00012747651388465836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 470, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001274332881125639 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012727650710637952 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012714245189680924 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 5.1; HTC Desire 728 dual sim) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00012711924873866286 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0001271092101620401 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001270242339102417 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.1.600 (beta) Yowser/2.5 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012694750133126806 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012692624873092968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012689485319455497 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00012676820015018538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 880, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00012670623132298212 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012665107623926255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001266403020821912 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-N770F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00012652658155587536 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Windows", - "pluginsLength": 4, - "vendor": "Mozilla, Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20120101 Firefox/33.0", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001265260273332964 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00012650549556662328 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012648165147330487 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00012645927124222222 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00012630177854604547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001262430169464215 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012622357746399444 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012608395308729025 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012596183483926462 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000125833190632727 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012581465936876076 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.0001257612391387674 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012575543578431826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 700, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.00012563726088461508 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.00012551151509160058 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00012541708154747958 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00012541550765992387 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012535928229569476 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012534868667288796 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 961, - "screenWidth": 1708, - "weight": 0.00012534777903172852 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 743, - "screenWidth": 1321, - "weight": 0.00012527997330179352 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2480, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012527964675077558 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 853, - "screenWidth": 1517, - "weight": 0.00012515470496315194 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012514370047508923 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012510619883963884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001250266749887414 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0001249806719820144 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1117, - "screenWidth": 1728, - "weight": 0.00012493678928613433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0001249161573216786 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00012487315028116876 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00012470642074022622 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00012463909323611925 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001246018295805152 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 780, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012460080167958797 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012458172699545092 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00012455854908795147 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001245521150822244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001244825960217925 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012445600177496467 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001244315055667131 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 1074, - "screenWidth": 1909, - "weight": 0.00012439936107024675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1890, - "screenWidth": 3360, - "weight": 0.00012423125439507292 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00012422779120246225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001241146745444973 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001240291436515716 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00012389529037434494 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012382920300807318 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 722, - "screenWidth": 1536, - "weight": 0.00012380517009237389 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/184.2.407130758 Mobile/15E148 Safari/604.1", - "viewportHeight": 530, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.0001237294585004227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012367554793878645 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1500, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 2560, - "screenWidth": 1440, - "weight": 0.00012358807223198284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001235294725195415 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.0001234867422014607 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012332534192579587 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001232793870379915 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001231554046193435 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/183.1.405937292 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0001229428894764433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012291245020431833 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.166 Mobile Safari/537.36 OPR/65.2.3381.61420", - "viewportHeight": 480, - "viewportWidth": 340, - "deviceCategory": "mobile", - "screenHeight": 611, - "screenWidth": 344, - "weight": 0.00012288157951079106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012280406307330337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0001227908081777703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00012270620984001961 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1990, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00012266990158309602 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012262764563359893 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012256027156997256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012255284628551446 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012255005604422484 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00012247307310586363 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012243900235763875 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012235284117689888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 990, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00012233185875566667 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 1180, - "screenWidth": 820, - "weight": 0.00012232990467225108 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00012230732537180377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001222530186665994 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012193193295767652 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0001217600028270499 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012143940639311358 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012140913364353717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00012139457063023429 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012134412850832717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.91", - "viewportHeight": 770, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001213385960269933 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012127262150846974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012123821847113355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00012113175129737875 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; moto g(60)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 984, - "screenWidth": 432, - "weight": 0.0001210393599874352 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 850, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00012103211610125837 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012075621150730948 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00012066140231593757 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00012065999096410634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012063667176447525 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00012063051294383335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012053670672105074 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00012040799949407143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00012039043986560723 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012034672498328951 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00012022451724647043 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012015618180624625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00012010114572400148 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001200883665227018 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00012001543456012063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2110, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011998613370885527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0001199035270522743 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011987977296415203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00011978485967215537 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00011977407444158626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011968790349073653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00011954696197235862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011947848464054968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011945456944409008 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00011942660115420089 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0001192913350705551 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011912705182964461 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00011904169641769385 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001190243712909601 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.00011900286754517201 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-N986B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 883, - "screenWidth": 412, - "weight": 0.00011889088878461765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1", - "viewportHeight": 1370, - "viewportWidth": 1370, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1366, - "weight": 0.00011886938091220285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011872664808833787 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00011867915302190341 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00011856178193257218 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00011854452004120062 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011838181768765969 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1441, - "screenWidth": 2560, - "weight": 0.00011837934594676765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011820864818797517 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011819797176273547 - }, - { - "appName": "Netscape", - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 4.4.4; HUAWEI Y550-L01 Build/HuaweiY550-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36", - "viewportHeight": 490, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 570, - "screenWidth": 320, - "weight": 0.00011817001377311327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011811524763435118 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011799033574858276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011795577897230823 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001178866415379443 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00011780987898672298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011768624186158935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 2480, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00011767111519715887 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00011765729740237138 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00011758341782856252 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011752760258148054 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 OPR/79.0.4143.72", - "viewportHeight": 1070, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00011735805971944911 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00011735785764376258 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 690, - "viewportWidth": 850, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00011733348456119054 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011717104668239065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011712674591785686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00011705597811981714 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1290, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00011699401708542449 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00011697691324497385 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011697256067600499 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1200, - "weight": 0.0001169543823207753 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011684058215673467 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000116727520044453 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011647019955641927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00011640925746951705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00011623616257879475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00011619801653876103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-N976V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.00011614073097809263 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.71 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00011603157384244288 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011600528907316783 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011591888121040998 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00011585455999044606 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011575981960961795 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011574563582246773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011570288497196475 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 1020, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00011566256236111712 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1010, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011564971434506519 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.0001155768809835019 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011538166695910798 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011528668206065731 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011500933114300006 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1190, - "viewportWidth": 2160, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00011491481288806643 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011474215849633946 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011471086076127277 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 950, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00011465445927202708 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 450, - "viewportWidth": 900, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00011461089163271941 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.0.0 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000114554748653527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001142069163503254 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00011410400661785053 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00011404604915089227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011403868844839399 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011395210516138486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011394027694175873 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00011373597911199204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1000, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011356472659916995 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00011340927674183883 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 850, - "viewportWidth": 1880, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.00011321211306841806 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2510, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00011319950806867693 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011317060920559652 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011315000449403103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 990, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011314229729944642 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 740, - "screenWidth": 360, - "weight": 0.00011310600367018668 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00011306521398962683 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011278561934396474 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011266444578925317 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011264426235182992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011261074897748184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0001125667607458123 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011238463140550256 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 870, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011237592521668835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011235820952857431 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00011221308041032509 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011203444870095347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011198659279741505 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011190696184928415 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011188169821673349 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011187703795931657 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3329.0 Mobile Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00011180117535369903 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00011172789520797891 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011162020327635973 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00011155323699228435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011145846050679801 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00011140869946525171 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00011134132597516818 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00011128105370807989 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011121786408773518 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011098963569385958 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 961, - "screenWidth": 1708, - "weight": 0.00011093445179910487 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011092595360507355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "downlinkMax": 42, - "effectiveType": "3g", - "rtt": 400, - "type": "cellular" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 5.1.1; SM-P601) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1160, - "viewportWidth": 800, - "deviceCategory": "tablet", - "screenHeight": 1280, - "screenWidth": 800, - "weight": 0.00011090107573874577 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00011080899624900316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011076159377450452 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00011076019663871221 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011069083815350878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00011060414857354035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00011058278391659693 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011047172120789624 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001103922042588481 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00011030394944815728 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00011020635366567668 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00011008670923120896 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00011004111697895864 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010997489227159197 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 790, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001098941392203344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 940, - "screenWidth": 1410, - "weight": 0.00010988673041050597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00010977784104771708 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15", - "viewportHeight": 1190, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00010973243342092836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1290, - "deviceCategory": "desktop", - "screenHeight": 887, - "screenWidth": 2117, - "weight": 0.00010961112786086962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010951354819409206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 922, - "screenWidth": 1850, - "weight": 0.00010951202492587624 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010943473031553389 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010941228402954194 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010939223587506976 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010919218265250944 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 850, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010904605973286217 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010902908098795076 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; M2101K6P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.00010891771685838786 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010879161860622015 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1150, - "viewportWidth": 1960, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00010876997794222327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010874060502554452 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00010863363875465765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010827160288937728 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010820095365640337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0001081959708027242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010818503231425866 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010808884292130849 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001080518422235239 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010792401907559168 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 840, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00010787402194009826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010787171625182559 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010784533037056647 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00010771728627140045 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00010764813525089562 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; moto g(60)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 984, - "screenWidth": 432, - "weight": 0.00010761090167648765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010758966616641835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.00010755671237409306 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00010754913451662897 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010753589330916054 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00010753219973777958 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00010744754027924692 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00010742989838446295 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00010740663279599851 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001073830902351247 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010733861066967721 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010730713922244398 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010720471756771689 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010718454877228314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00010707954070613762 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010707941690101776 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00010698527744803677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00010695138176917146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010693878427293862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G985F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.00010688724551633969 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010683924058289169 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00010683899063133873 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2100, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010677090452946603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010671812674687591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.00010670132532069814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010668330551628912 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010664391466763958 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00010659635203879832 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010645735631913255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010640223366539471 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 850, - "viewportWidth": 1880, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.00010637993865212835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 840, - "screenWidth": 1344, - "weight": 0.00010630437155569897 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010620739278887466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010604601743822002 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0001060144345619929 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010596329992607919 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 2240, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00010587096135675112 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", - "viewportHeight": 1340, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010582778985052535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010565628273915606 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 900 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010552060527165165 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00010532187173887895 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1560, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00010526878540695691 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 780, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00010520375211939097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00010518285852563844 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010508889483772092 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010506272044764523 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Mi Note 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 949, - "screenWidth": 427, - "weight": 0.00010505036860288233 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1160, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010504512771601041 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00010500240518598433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010490887510489165 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00010482491243768172 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010479188374218794 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00010474630909962432 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001047455430719013 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00010468515207640598 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010464603042792716 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010463684255143706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010443727519288293 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010439101139034523 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010433682935290762 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1000, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010423745342217311 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010414360816374907 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010413189410293554 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001041301465602472 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010408290856231605 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010407002967696516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1150, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0001040369505055032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010395495385786908 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010386436822432686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010384405001938035 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010361624476066347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 930, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010360708410613357 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010360388750495968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1600, - "weight": 0.00010351798171777529 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00010346764844614585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00010340807103069509 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00010337065538855097 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 750, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 926, - "screenWidth": 428, - "weight": 0.00010334495322482277 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00010330309699578918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0001032400095995795 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.91", - "viewportHeight": 970, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010297065420346214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010292232932628905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00010275662013351177 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010273976287992954 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010267317550350426 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010246568968381551 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010238880730407614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 2220, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 2294, - "weight": 0.00010238565330988284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010232012531569461 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010227063143085641 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2480, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0001021767482160943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00010205050577187646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010204739536967719 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001020467440628596 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010190502405748693 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010163367792193492 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00010153665233280576 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010149246420696629 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010147277739833202 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00010137022031876196 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001013361702179263 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00010123209024803198 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010117242793998812 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X -1_0_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00010111866188402888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00010097865701382515 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010086521772686161 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00010076910947394499 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010076149038927343 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0001006613516592859 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00010065967667835255 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1180, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00010059403730568178 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010057539015453816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00010053336264616205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.00010046697140618232 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 1160, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010040087547197798 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00010031678996491715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00010030964974637615 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00010026461326980512 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0001002379754922548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00010006572965530456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.9, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00010000636343304594 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 500, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00010000287457918377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00009997534600018989 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000999243430395812 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009985615821995979 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00009985292434535626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009974570968691594 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1270, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009970073142774035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009966694743495343 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009955530766034104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00009929584218373297 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; KB2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.00009921734500688762 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009918416348576744 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00009918044635400926 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009914042659152853 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009905825716878471 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.1043.1 Safari/537.36 Edg/96.0.1043.1", - "viewportHeight": 1260, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00009903053111739616 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.8 Mobile/15E148 DuckDuckGo/7 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00009902060402785074 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009901519434983954 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 680, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009892036610587345 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.8, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 7.0; Redmi Note 4 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00009890756853907271 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 2010, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0000986993456560884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009857946110838984 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009857321753579838 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00009848238480239089 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009824545806888648 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0000981591823018549 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.00009810826305620466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009802035594610358 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009791567331577003 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009789351276278948 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009777503111090199 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00009762166096552514 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009752896223842532 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009751779652699782 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009749023056285316 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00009736183302025392 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009715969224530212 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009711827096388733 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00009707040831041615 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4688.2 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009704842116989361 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1600, - "weight": 0.00009701900388797199 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00009694135397052273 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux aarch64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00009687923493288835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00009687425861236839 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009686023798135553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000966256166058353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1150, - "viewportWidth": 2380, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000966152102610778 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00009661101910458567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000965824255396145 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009642232711819412 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00009639310164066718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009630830448834009 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00009627154110466556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "ethernet" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1230, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009617943995437975 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009617153520417813 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1110, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0000961518580874646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000961088245760854 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009609677758946909 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009606310736799914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-J710MN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0000960074823184519 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009587960247665721 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000958772341456308 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 840, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009587535095469205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009586601033507674 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009583362379924914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2200, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00009581085396821284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00009571685609241197 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000095701050842342 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009559489480690725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1460, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00009559468890689616 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009556671631019193 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1390, - "viewportWidth": 960, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.00009542791013198362 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000954004094642394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00009538753337817976 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009529463024838508 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00009528592497933063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1120, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00009518224292257565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00009514978773507732 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009514971964321329 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00009514650536766715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.15, - "effectiveType": "slow-2g", - "rtt": 2350 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.172 Yowser/2.5 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00009514110525194311 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00009513156930868344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009512087013960823 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009506272963843602 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009490780408407465 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009483846423812479 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009483670402655899 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009481904359634524 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 840, - "screenWidth": 1344, - "weight": 0.000094653707340963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00009463978438241847 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 880, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009458627781564381 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00009455581320079741 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00009450276372274451 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00009449641855593629 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009444968796674926 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "NAVER Corp.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Whale/2.11.126.19 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009439760144268881 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 DuckDuckGo/7 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00009438912882327677 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00009424737552442073 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 960, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00009422372343632333 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 885, - "screenWidth": 1573, - "weight": 0.00009409465181123945 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00009402659509767452 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009401158777177962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00009387435452342044 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000938298752500189 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009378771061753731 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009373573485420434 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 560, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00009373568263331347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009368117347651867 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00009349870840023373 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009349250675684626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1290, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00009347808307942321 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009335742488742454 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "downlinkMax": 42, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; M2012K11AG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.00009332753348881886 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000932955948414748 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000932901421476537 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009327407446931283 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009308683938560988 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009306812261248979 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000092971141488449 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00009283496427401575 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1110, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00009277388644669591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; KFTRWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/90.3.1 like Chrome/90.0.4430.210 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 800, - "deviceCategory": "tablet", - "screenHeight": 1280, - "screenWidth": 800, - "weight": 0.00009271722040696004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009271476463653776 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009271366070289894 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009266748001061071 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 990, - "viewportWidth": 1160, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00009262510550544718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1016, - "screenWidth": 1807, - "weight": 0.00009261680917779627 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00009256753258193118 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009255990696595336 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "NAVER Corp.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.118 Whale/2.11.126.23 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00009255182349813008 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000925065862499753 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009239539471097472 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00009234763069245458 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009227814885424623 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009219441905186603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000921771503529101 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009212490581688493 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00009211751541828634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 750, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00009201848296827883 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009190791789516862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009184869898290089 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000917465942132741 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; KB2003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.00009166235706330762 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 800, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00009159052790804831 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2390, - "deviceCategory": "desktop", - "screenHeight": 1512, - "screenWidth": 2688, - "weight": 0.0000915387289872731 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00009149419514097223 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009149172094374608 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000914584222697847 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009144085087486272 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00009141820414148548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00009140754649891753 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 830, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00009136294667762202 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000912894628497116 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009114302039359886 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00009111084182265142 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1070, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009106963403585472 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 650, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00009097572943939477 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009088299676779653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.85, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000908725583293123 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-F916U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 590, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 590, - "weight": 0.0000908616951551301 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00009084634840926043 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000907227171741572 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009071250713244516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009069487649409179 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00009068528223712643 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A217N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00009063707141889235 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; LG-H930) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 720, - "screenWidth": 360, - "weight": 0.00009062705788581731 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 820, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.0000905702069018298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00009048364351442744 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000902935667095072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00009020441114214654 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00009010417614655069 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00009007193876831021 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2230, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008998332970667727 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00008993660788571575 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000899122688193819 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008990489047429532 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008990042912348018 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00008984729504400187 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000897962060083637 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 870, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008978187927524707 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000897502932957207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 840, - "screenWidth": 1344, - "weight": 0.00008967755483710594 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00008967706322182376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000894834852002847 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00008946706090898657 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008945600165205175 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008942051075455557 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008932403526961573 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00008926980956847236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008925379924683767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00008923988064685252 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1090, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000891980350609115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008914926289502655 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000890486404322147 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008889376116895183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1070, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00008888516031985437 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0000888787179085656 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1240, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008887385452089316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008885933577735106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00008882959180661337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008882845195900239 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1890, - "screenWidth": 3360, - "weight": 0.00008874401026714566 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008873363713219193 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008869283613634038 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008868614218541757 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00008860894658164877 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; M2010J19SI) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00008855154364464532 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008845121956261895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000884287568005749 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 5.1; HTC Desire 728 dual sim) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 460, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0000884257275031096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00008823018881392397 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00008821103108544036 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008813302640056979 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008808345421739196 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00008804778554961096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1355, - "screenWidth": 2409, - "weight": 0.00008798359386576876 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008797187873266603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008791680246100624 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00008787757040553858 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 1310, - "screenWidth": 2328, - "weight": 0.0000878630234791457 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 630, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008773659999023943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008768008527416048 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008757057599202039 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00008756729948058311 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008750578566754695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008748680203369512 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008746385920065709 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00008744517669442319 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008727972226927346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008722804900999592 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008722206682380808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00008706746568953535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008702572325614928 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008701771818859808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008695552315500358 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008695014169641347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008693680584060502 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008684103879349568 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; GM1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 833, - "screenWidth": 385, - "weight": 0.00008676179405408212 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008664259479968654 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 980, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008658310408519032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008656867299441401 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008653704910784124 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008652530082076598 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008650818228640946 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2150, - "deviceCategory": "desktop", - "screenHeight": 1350, - "screenWidth": 2160, - "weight": 0.00008644639628825268 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000863918311703412 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008638522666326896 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008627158765630327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000861212061079242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; STF-AL10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00008590559136715624 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 810, - "weight": 0.00008587933731408311 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008583711262299299 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008570725462396061 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00008560260224889398 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 250, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; TA-1020 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 420, - "deviceCategory": "mobile", - "screenHeight": 753, - "screenWidth": 424, - "weight": 0.00008552845451332391 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.99 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008550615343299746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008542526775006038 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 OPR/79.0.4143.72", - "viewportHeight": 980, - "viewportWidth": 1990, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00008541660518817267 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 930, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00008538357525924901 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008536644819933349 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008533292964915157 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00008526300259012615 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1120, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008517988922725295 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-T710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00008512554688416997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008510495790335834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00008504949075538067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008502439493487761 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1360, - "screenWidth": 3372, - "weight": 0.00008499900612252422 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15", - "viewportHeight": 730, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 820, - "screenWidth": 1180, - "weight": 0.00008499356024529039 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008496580219804926 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008481784160592946 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008481384247078152 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00008480676216866897 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008469693951347997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.0000846182849944591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00008456874898127366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00008445820838601679 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008438384632535898 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/184.2.407130758 Mobile/15E148 Safari/604.1", - "viewportHeight": 600, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00008434277980369315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008434091464045758 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00008430861176487204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008423174771778236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008420835639547817 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.55, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 1940, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008420048884804276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008417287734131678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000841125266071453 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008404854507219355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008404279297898279 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008401413766490587 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00008400873082015312 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008400387517299206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008398275312942209 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008395081548666427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.0000839128964657215 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008380169036409236 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008371016130760845 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008365379934368024 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008364039254917567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00008360674626670358 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000835558184168637 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008353272183686491 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00008346478161483533 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008343712829621147 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008340959836329697 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.0000833902982402365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008338493627028647 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-M515F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 450, - "deviceCategory": "mobile", - "screenHeight": 1000, - "screenWidth": 450, - "weight": 0.00008335302435866374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008331778637916032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008328676638611443 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008316567551937997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008289717303630388 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008287135347516807 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000828027725967484 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008278722289763795 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008274275695608823 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008263360047327765 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00008261399322577765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1300, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008248880414268078 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000824099036581315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1290, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008238586779834983 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008231176575431932 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00008224443898222306 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00008223746989291567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 490, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 977, - "screenWidth": 1920, - "weight": 0.00008221693997038123 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008216685476721275 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000821668469245889 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008203222406375646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000818706715697035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008185920433602125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 Edg/92.0.902.67", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00008179207641083753 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1310, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008177214221922472 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 950, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 1707, - "weight": 0.00008175566564483735 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008166679881316552 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008165335948742014 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.00008162771355933934 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.00008161523491679009 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; RMX3031) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.00008156097495342203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0000814925691257101 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00008144175896192915 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00008143841886578228 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008139076858299 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 620, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008136165833828547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008132706620740761 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008128439936703189 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008118277960687672 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 950, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008113940283108641 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008104488913537555 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00008104412270334819 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-A325F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00008103134777383815 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 990, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00008097796789680037 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008097478318650107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008096765388129283 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00008085985925643112 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000808378253734674 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008082443189135551 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00008080666699629878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008062100102071014 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00008057387660921565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36 Edg/96.0.1054.5", - "viewportHeight": 900, - "viewportWidth": 1090, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00008056123434439514 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008044270279780066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00008042886290541923 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00008040582137381328 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 3840, - "weight": 0.00008018058154806636 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.00008015034908224976 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1230, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00008010993461987878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00008005872867268271 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007995019334894709 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00007993419110750396 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000799068308299318 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00007982124636587645 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1", - "viewportHeight": 1370, - "viewportWidth": 1370, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1366, - "weight": 0.00007979876305175508 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007976939133912952 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007975305654100291 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 771, - "screenWidth": 360, - "weight": 0.00007974534290336316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000797379888527508 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007955326664323138 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00007953895338270741 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007948426155679536 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007947564440212894 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1030, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007939386356147996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000792206410321389 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007921342546635329 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007915406053507155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007911448342387896 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00007904199576926266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.17 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007904028054383262 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00007893086277634061 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00007892852983197427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007885942488030882 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007885559122477227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1530, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1665, - "screenWidth": 2960, - "weight": 0.00007875869183111119 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00007875823842861959 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007875407763256807 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007844753255098065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000784237354104943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007841189251290446 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1980, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000784098015837395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00007840851771877756 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000782832749000656 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1500, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1620, - "screenWidth": 2880, - "weight": 0.00007822366488023134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 2140, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00007821166283166571 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007815773219208492 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00007812810588294862 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00007805274486914033 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 950, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000780466562629711 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007798446457385125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.7, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00007796611162546053 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007778366084599099 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00007777670378935504 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 390, - "viewportWidth": 280, - "deviceCategory": "mobile", - "screenHeight": 568, - "screenWidth": 320, - "weight": 0.00007775933278035629 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7976931348623156e+305, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google inc", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007768204774670204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007768075960098201 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00007756571197315294 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000774900052187749 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1380, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00007747339722014575 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 12_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 920, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00007738264345901511 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 790, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00007731899526566503 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007730336023957366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.27 Safari/537.36 Edg/96.0.1054.8", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007726612979615322 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007723274233024032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007718970190411763 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00007712964665401038 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007699028112778195 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007697182923120327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00007685068912915809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007678621170733914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007658808890965503 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007653772178105974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 820, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000765172215680299 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00007645622582171822 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007633988402473247 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00007631501837327445 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Mi 9T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00007630622157836483 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1150, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00007622490188434345 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007619345815494324 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007619259995759035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.9, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007611488168558807 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007608253854337405 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000760705784798806 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007607043088092477 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007586943313801276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007582450449438332 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00007580168115299257 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007578606550055036 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00007563162458838368 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000756169609941058 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000754770487279065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007545054908887301 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.45, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00007540803123506825 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000753912349082311 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00007530658493301019 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000075242853828323 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00007513327056526836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007504479186344357 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007493288489511089 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007493091257471293 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 1920, - "weight": 0.00007478964898194511 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007477178079537094 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 850, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00007469150159364738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007467898127341693 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007467616104993221 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007465564152779155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 960, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000745864762936156 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1441, - "screenWidth": 2560, - "weight": 0.00007458569647076854 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1290, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007438238482064872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007438097283835146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2040, - "deviceCategory": "desktop", - "screenHeight": 1333, - "screenWidth": 3200, - "weight": 0.0000743787224438314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 920, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 1600, - "weight": 0.00007436630035675754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "downlinkMax": 3.6, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00007433346590146802 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00007433146389591298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007431811401550365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "unknown" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 11; zh-CN; IN2010 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Quark/5.3.8.193 Mobile Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.00007428907450856966 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.0.1488 Yowser/2.5 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1930, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000741452962229602 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00007413177998956064 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007399614259143466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007391785679105669 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007387747519304367 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00007381398972844916 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007373899343092791 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000737352247791091 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007370594013884926 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00007370200167803088 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007363120943030525 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007359667670772442 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007351310461834826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00007351268408843866 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007346592370964232 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007346579952537318 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007345924328936497 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007342656865826872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007342396096440841 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4385.0 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007339418678550027 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007338012288060701 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007337042348472595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 950, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007335565345737264 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007331559491077045 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007330151623748427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007327892538694654 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007324927201648856 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007322538214678314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007319455646320276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.2, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00007319008450786758 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007313101987547544 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000731277570439371 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 853, - "screenWidth": 1365, - "weight": 0.00007302850315741723 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00007295255702857066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25", - "viewportHeight": 930, - "viewportWidth": 910, - "deviceCategory": "mobile", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007290758312148809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1560, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00007284975486633951 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 930, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00007284307170656314 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 790, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007281393731693682 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000727615968757987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007267952326842182 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007267271865342174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007264864146246771 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000072595301807962 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007258519939801371 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007257363138480697 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 810, - "weight": 0.00007254487756763496 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007254259775776956 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007245554737442798 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007245278378299435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000724169332661775 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000723832034583214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007236536273901172 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.0000722968477455457 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; RMX2085) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.00007225276413011285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1560, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00007225185252511766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007214853968889161 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00007211472040246428 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 850, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.0000720592021776334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00007205343916229531 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007201890152160952 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007201100414669175 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007200459169645664 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 1550 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007197104934983007 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "downlinkMax": 14.3, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; CPH2159) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.00007196744596019336 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007190825737139662 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007186252163962594 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 990, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0000718275475465835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00007175497775961736 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000717364722657559 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007173638517781313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007173248660097556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007170821412982825 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.00007164321411742054 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007161061609621918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00007160498023889963 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00007155158388866114 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; itel A52) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 320, - "weight": 0.00007147531264907758 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "NAVER Corp.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.232 Whale/2.10.124.26 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2100, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007147054133054341 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007137657343857225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007132983773605161 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1090, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00007131664443701793 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000071276234858996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00007127337566106202 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 630, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00007127182599405582 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-T710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00007126060840990456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.0.1488 Yowser/2.5 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00007121550658408791 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G781W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.00007118030969277358 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007116879156237022 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00007113339255835148 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007113036616188599 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007106060052213956 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007105873917955217 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.00007105754496299294 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00007100190599622983 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1360, - "viewportWidth": 2490, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007099486737289519 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00007098439220326895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007096011732359013 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007090992490148181 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.0000709077279738879 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 630, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00007089564495424267 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000708339941611987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007075955752709942 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000706068042431476 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007053753498893266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007048807283731411 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00007044524563247036 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00007028697637853957 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007023651188080597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4681.0 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007023590846650545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00007019294457448685 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007017840249911884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1460, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 2560, - "weight": 0.00007017575121455311 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007010401104229248 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00007009242129706634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00007007926392828642 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2040, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00007007471924329973 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00007005021228660286 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00006993665457882862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006993373802452383 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006981321967735461 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00006976491576637741 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "3g", - "rtt": 600 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00006968310848934578 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006967756536860837 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006965256085283702 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1330, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00006956678093073982 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006956439645477332 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006955980866319046 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 OPR/78.0.4093.231", - "viewportHeight": 1070, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00006952305327640093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006946824232144227 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006943580479661104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006940338507712913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006931367501289458 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006928902770270438 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00006925841869948366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00006922728939375067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006920129081267885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006914520420966727 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006903711079311724 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1550, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1680, - "screenWidth": 2688, - "weight": 0.00006903260422141253 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00006903070024942594 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006896893808400964 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00006896433738080374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.0000688630898041943 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00006885565415453805 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006882339696006917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006861069056894446 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006860068216796738 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006859900769512484 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006857855393985936 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006855948090427089 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; POCO F1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 817, - "screenWidth": 393, - "weight": 0.00006849802479079246 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.40 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006838841537192804 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006835941185773001 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006823296408820558 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006814471469246836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00006810410773811565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00006802973898499059 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006801682687016733 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00006793906054410708 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1230, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0000679070752060978 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00006788403834646862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006783284765790299 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00006778859644917219 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2460, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00006769268674894729 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0000676811815133948 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006767983063074767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006761936786906841 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 930, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006761059053857935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006748971449045967 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.9, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00006739133028158236 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", - "viewportHeight": 930, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00006732789741884663 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 710, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00006728344575290414 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006727335557092576 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006726363931039524 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000067225013073908 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0000671915393067874 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006717606724604334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006707481513228185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006699711679544956 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000669763553613965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006693049773649334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00006673658019967451 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006673157667082356 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006670435890821037 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006662907686995389 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1130, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00006661013068119814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000665558084456964 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006652210675831769 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0000664715636574514 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 42, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G780F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.0000663691867830689 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006635523719727751 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006631687940270122 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006615189547359519 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00006614283663296938 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006613460622186538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00006609287581189678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 937, - "screenWidth": 1920, - "weight": 0.0000660818662155333 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00006592026426136471 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006591204598637159 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.101 Safari/537.36 Edg/94.0.992.57", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00006576007748951385 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006573460765104511 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00006572509224720633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006570009960056686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006555606612447534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2390, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006553086969870791 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00006552873647432707 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006552713537362209 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006549845105792448 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006544883251482139 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006540046730647575 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.32 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006536326989773275 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006534847404069614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006534201175194284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006533504995573094 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006517299780360488 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 3 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 846, - "screenWidth": 412, - "weight": 0.0000650452155835872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.00006483597309862852 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006482059105082068 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 2150, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00006482018189062625 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 640, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00006472447044410798 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 850, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000646559318478747 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006455204799265259 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00006450739566177905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 1920, - "weight": 0.00006446701696475547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00006444637033872052 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000064241536319287 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00006422378733026133 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006417171003226912 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006411057709164625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006399766840540252 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1090, - "viewportWidth": 2140, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00006395269006116344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006392036963909209 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006390663240000386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00006388054061414897 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000638218924604504 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0000638009897469093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006372118317967902 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006365553532218109 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00006363909383656896 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006355501797565487 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006355083760694481 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1940, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00006349276015165009 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006345996112166072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1257, - "screenWidth": 3003, - "weight": 0.00006335135203325531 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00006326736512755 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00006325986547670552 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006323881128716046 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00006318460233509459 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006311439957699873 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006309746137046613 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006309578275505328 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006307158304594745 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006306617721445255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006297566466924232 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 888, - "screenWidth": 1569, - "weight": 0.00006293029386318678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00006282394986326934 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00006279955366789261 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00006276423967473618 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 1070, - "viewportWidth": 820, - "deviceCategory": "desktop", - "screenHeight": 1180, - "screenWidth": 820, - "weight": 0.00006274779416422731 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006259919790333811 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00006256555972753805 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 630, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006255126097370148 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006244378697453117 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00006237222341509214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006236506060445986 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 1090, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006227086978010429 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006222794173238562 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00006214441460301527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006210583962950205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006210067613154327 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006207513488667986 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006205783102942242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00006199109642285886 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006195820143479996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1800, - "screenWidth": 3200, - "weight": 0.0000619425853447583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006190926256254089 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006186101566511583 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; EB2101) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.00006183763637909688 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006181933049213436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00006178569602496361 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006165414408655226 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00006162230828499821 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006158837918330365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006156932954509119 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006155586552777963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006144787778638246 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006136344002763259 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 4a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00006134935339436181 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006132307717982402 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000613040481688861 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006111143236046298 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00006093323893760428 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006091095633059325 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006084066775749465 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006083179812228598 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006082514210913837 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006079633570604252 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000607744532248726 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00006074431254601194 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006072936729325425 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000060672384748287556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 1010, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000060657259262228716 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00006064366889578491 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000060639643869729 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000605574464181939 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000060536224922454615 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 660, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006050270862012714 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00006046115284649468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000060416218611856217 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000060348025813720945 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00006028532809664805 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 470, - "viewportWidth": 950, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006025094899260882 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006019329454933634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00006015961936746023 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00006015940187125786 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006014436189181395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-A520F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.0000601166976256199 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00006006266623293634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 1110, - "viewportWidth": 2400, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00006006073413290301 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00006001565371069076 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00005976798793243198 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 960, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005971842699410229 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00005969265467827831 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000059682046044975675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000595474557845353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005934555154753107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000059343302399383526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005926187549439145 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2048, - "weight": 0.00005920927503840028 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005918479819838468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.15, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00005917842172170117 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00005912002494755392 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1190, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005909916767384431 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000059033555058921963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 800, - "viewportWidth": 780, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005903118971727466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000590216590235652 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 1450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000058958221352145015 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.0000589402151668643 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 630, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00005883905927572053 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1260, - "screenWidth": 2240, - "weight": 0.00005871716142478994 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 880, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005864415483324118 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005862579835295699 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00005861090423393213 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005845308127148435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00005833097473438591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; Redmi 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 760, - "screenWidth": 360, - "weight": 0.0000582899246023684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.0.1044 Yowser/2.5 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005824549067546691 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000058235494864210184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000058194815450361883 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000058180505702698875 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005814498285140711 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000058046779978393125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005799150691151591 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005799149733191437 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005795657173660246 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005781198420154187 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005762403675769243 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.000057570906846813895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.55, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00005751132991778137 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000057420472024195266 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 710, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.000057368522409470775 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 770, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000057318429806105314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000057192859699730706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000057106497825692106 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005709875272927319 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 420, - "viewportWidth": 900, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005706235805216239 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000056996917399010695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00005695992195998504 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000056908850639166905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005690299558617313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000056893636432872195 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005689092334079053 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005684777585555863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1067, - "screenWidth": 1707, - "weight": 0.000056842041061899414 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00005683764788056706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005680376227544719 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.000056763458914138595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000056551662805636576 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000056528467520477395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005650763786781557 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.00005645596435766499 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 18, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36 SE 2.X MetaSr 1.0", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005642781385466072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2460, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000564259896354003 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005636438858876683 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005632214577224981 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005621417530966682 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000056159366120090336 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1080, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005604591442782499 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000056031499632911066 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36", - "viewportHeight": 300, - "viewportWidth": 400, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.000056001846426283604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000055862897697729935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000055832731324802356 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005581099586241893 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005579321224914619 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005578727852984014 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005578388702150112 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000055719531538238615 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005554477406384482 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005550313852471204 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005547748916517529 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000055452103196040245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000055390885147968766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005539088507879447 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 912, - "screenWidth": 1368, - "weight": 0.000055356160524340744 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000055349359522774244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 OPR/81.0.4196.31", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000552508932177955 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00005512611790627826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.000054916231508413616 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.000054808574671523836 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.2 Safari/605.1.15", - "viewportHeight": 1090, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000054774511286006305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005476282728983993 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005475835801388977 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005473452035434778 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1090, - "viewportWidth": 830, - "deviceCategory": "desktop", - "screenHeight": 1194, - "screenWidth": 834, - "weight": 0.000054683736701716325 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00005457375686802143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005455230893797748 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005436075886031517 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00005434860365010914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005432381127670914 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00005431747928361649 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000054025551092470566 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000053998631473108314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 1, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005391339856873206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 937, - "screenWidth": 1612, - "weight": 0.00005384619889673307 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1070, - "deviceCategory": "desktop", - "screenHeight": 758, - "screenWidth": 1348, - "weight": 0.00005383672144846501 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005378181571650012 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 2330, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000053679855406002344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00005364698066838895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005363229144167947 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000053591190432520504 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00005356729935406366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.75, - "effectiveType": "3g", - "rtt": 600 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000534054245241629 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.65, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005340422731848315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 960, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000053340657406771105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; moto g(8) power) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 877, - "screenWidth": 412, - "weight": 0.00005321355657885386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005320681549423168 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005314925803534139 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00005311126754026954 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005308980705237771 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00005307571241152546 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000053049557759778664 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005300663817978066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00005295623345350476 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005294805773181579 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 630, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00005283176119348085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000052830667319759876 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000052767649467722385 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1140, - "viewportWidth": 2220, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000052733984746174535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000052693232656662685 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.00005265553157906825 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1400, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1728, - "screenWidth": 3072, - "weight": 0.00005265094895146137 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005263063037960843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005260767801600139 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005259702131525555 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000052576053256736646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 780, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000052561440429693665 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000052559859706744267 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 11; id-id; Redmi Note 10 Pro Build/RKQ1.200826.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/89.0.4389.116 Mobile Safari/537.36 XiaoMi/MiuiBrowser/12.13.0-gn", - "viewportHeight": 680, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.0000524460463505666 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0000524295909772492 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000052344120267722104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G991B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.000052318331923530703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005228460291978723 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 840, - "screenWidth": 1344, - "weight": 0.000052262697429394966 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000052247342999297974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000052136888268934403 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 740, - "screenWidth": 360, - "weight": 0.00005209093797863085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005208975230583008 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.00005206817020959119 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00005205850403292608 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005202784564254698 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000052001862858056834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000051992307963518456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1880, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000519437978635725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005184980139546366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000051846520024126284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005166402730364263 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 790, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00005164876634670388 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005159751421007451 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000051557411679526475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000515451382954581 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00005153743920487413 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005151447488048023 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000514722224244443 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000051389745416853214 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000051248058709197885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1990, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005123151927724595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005117315044931004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000051134013857165634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005110350441816944 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00005107415033115292 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 YaBrowser/21.11.0.1996 Yowser/2.5 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005107290458065678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00005106808737546865 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1950, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000051043616848208084 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 600, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00005100024603488569 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000050957044354969737 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000050930938391678485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000050909202736888695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005090269728642222 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.00005090227632015396 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005087527722009175 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005079343466988292 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005075636902189912 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000507532987333524 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005072949991935744 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000506850767786102 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.75, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000050641912007549184 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005064135119253168 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00005058465209137246 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1160, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005057775435217878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005051452912495623 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000050444894715539545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000504363997017094 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005043052381191889 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00005030275382765707 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1", - "viewportHeight": 440, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 568, - "screenWidth": 320, - "weight": 0.000050139899687630035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00005011362155261612 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005010014213602938 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 600 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005005391754470029 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00005004873667099207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00005004160572459957 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000050029233522722526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00005001262113079689 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000049983587157962176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00004995903109803998 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004983144557363146 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 200, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G998B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.0000496228966493871 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1", - "viewportHeight": 530, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 693, - "screenWidth": 320, - "weight": 0.000049604007693802784 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004950118408564475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004943573126229953 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000049422387177180225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000049391761528778705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004939041899026113 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.9 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004930097232710247 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000049294284295829106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000492326606379456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 15, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004920447107009271 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.000049190375982610044 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004918490973549749 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004908481612385092 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004905259580660678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.84", - "viewportHeight": 900, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000049032503319604745 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000049027520441462336 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004896608260270376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00004892519073547727 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000048848191009350105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000488265745860375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0000487849310381806 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; arm_64; Android 10; LM-G810) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 YaBrowser/21.11.0.251.00 SA/3 Mobile Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 857, - "screenWidth": 412, - "weight": 0.00004874223731358375 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000048664424674191904 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004865442337165561 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000048639443060557555 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.000048495365401996024 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004846436268572263 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000048423659334184364 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000048404579752354474 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004837405489050691 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000048329155151757826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000048317798003383586 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004831001133346296 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004828381747086439 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 720, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004826369676851072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004801288499086535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000047988981501951466 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004784101581940326 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00004774386352353718 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004769807845652395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.0000476875767776277 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.2, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004763284826429402 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000476291212057168 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000047597766637156974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000047579265123844976 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000475014809612868 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00004745370544328456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004741884028631081 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000047377320958819286 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004737260427005512 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004728745428740124 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004727857590339553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004719442242321522 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004719306287931264 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 886, - "screenWidth": 1574, - "weight": 0.00004718622622921421 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004717581425757479 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000047152767805445666 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004702833938741683 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00004694855490507107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004693397526733819 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004690500134099544 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000046885554208777614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000468809641817391 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00004682965892867163 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000467912647184131 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004677806244985832 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004676690076842691 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000046694780783964125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004666275472890656 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000046629369629651584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000046627116548899464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000046572637491135605 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000046445398140537445 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000046444863941735634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000046409646362168835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004640593227631627 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004629977830285294 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00004628966816220818 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1610, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00004624095501092391 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000046214294640540456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000046200763100573906 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.00004615905652449805 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000046153387954123664 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.74.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000461218597040372 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000046114145599788125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004609274803137486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000046086951519021844 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000046000616799457334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000045997797801480796 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1330, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004596718528301966 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00004594364513882529 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 650, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00004592907519393066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.35, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; ONEPLUS A5010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 823, - "screenWidth": 412, - "weight": 0.00004589806144041083 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00004578953938468222 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004578951745044288 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00004574675377172425 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1740, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00004572440770861641 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00004572020415021998 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004570292614923584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000045660202330600347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000045641077559143785 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000045631879477162514 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.000045553939159245885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004555368226522056 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00004553539336373485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000045500129256309616 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004548865447540747 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000045419590855014024 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004541177782612548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 992, - "screenWidth": 1587, - "weight": 0.000045408836324068256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004538920113396538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00004519859754435249 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004516828286302091 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000045120626908264465 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 920, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00004500137594493987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.00004495715492268386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000044945589508260726 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0000449380178796777 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.7, - "effectiveType": "3g", - "rtt": 650 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004488380287833149 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000044867935561173294 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004485864223233577 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000044838527668310684 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.0000448123302451809 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004478952797825861 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000044760111997870774 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00004475503212643445 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004475149829414567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000044531277667806754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004451133970820284 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004450586864764116 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000044491825175060854 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004438738425772056 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004436841905269917 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000442216074769082 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.0 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000044117927002485486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000044108169233473676 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1230, - "viewportWidth": 2280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00004401537333489028 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00004398243068034255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000043935219023669846 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004392949424242315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 1354, - "screenWidth": 2560, - "weight": 0.000043863703687540106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004367905614215864 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00004366152576606614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004365816608448768 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000043581194045453386 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000043550903042720207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000043542324653926346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; GM1901) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 832, - "screenWidth": 384, - "weight": 0.00004342106686132789 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00004339155433675554 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000043338930129268674 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000043191579519811 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004319042446566787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004318193424954353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00004317254484778867 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00004317203411349938 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000043112541624187486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004304737090341965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000042914651539145 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1169, - "screenWidth": 1800, - "weight": 0.000042869370109814675 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; MAR-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 771, - "screenWidth": 360, - "weight": 0.0000428232154741777 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 880, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000042663290111148376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "unknown" - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004261338637622722 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2500, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004259389209598278 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000042498575864917355 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004246404911853108 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004246063401160653 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004223207089295078 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004220247176647648 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 1280, - "weight": 0.00004216433551795088 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.000042110566009297837 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.00004204233125956191 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 870, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004204207542092925 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00004200360378516937 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.65, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00004199277971521872 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000041975278352025555 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00004194137491399131 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004193929737557169 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1140, - "viewportWidth": 1110, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.0000419385988694105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004189366313589981 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000041827116184767907 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00004178384448855734 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.000041780692633278114 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0000417047972074645 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00004167088344559251 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004167075852863817 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00004162669993899164 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 900, - "viewportWidth": 770, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00004160720491904056 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-A320FL) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 360, - "weight": 0.00004156005167573187 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004152458881071477 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004150293494778478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004149635804710553 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.45, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004146045972013604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000041371627215848616 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1560, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.000041351073558386566 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000041311122257321825 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000041251025757204226 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000412490745603004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000041216215026563795 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004120953205332456 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004116854648853826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004116540049108746 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15", - "viewportHeight": 1320, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00004114868871361582 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004101815973476658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00004100762668668679 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00004097810557945272 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000409616586022153 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00004093752896313183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004085011881603592 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00004084158362439427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000040807052894957936 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000040734869020515847 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000040732049874748234 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 1610, - "viewportWidth": 1070, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1080, - "weight": 0.00004063392876954546 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.000040597677689475444 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000040544808025410684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000040522851796034344 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.00004051583948832159 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004050305083357679 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004048098206318679 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1570, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00004043939908117884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004040799952619414 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000040402479328043406 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000040394098385329736 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-A750FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.91 Mobile Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 846, - "screenWidth": 412, - "weight": 0.00004038188515939275 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00004033220827772569 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000403291704564543 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00004029532953274567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004026994556630801 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004026651765540989 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 9, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36 SE 2.X MetaSr 1.0", - "viewportHeight": 810, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004019666612199787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000040186842780625416 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00004015715576879834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.000040148114120504505 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000040147095467667206 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15", - "viewportHeight": 930, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00004009177077883585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00004008161393555992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003994233958829597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003992390255138814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003991936564162919 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.00003987808493348725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003985320355772203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003984396308987319 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003983333335787027 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000039795955936065956 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00003977303605505969 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00003976402114692892 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 2500, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000039743359839534894 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003964536992102889 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4677.0 Safari/537.36 Edg/97.0.1060.2", - "viewportHeight": 560, - "viewportWidth": 960, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 1024, - "weight": 0.00003956191221416791 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003955034267071597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003941869210374985 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 2560, - "screenWidth": 1440, - "weight": 0.00003941307663910682 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.00003933843313243158 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003929085282891223 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003927038976431957 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003917774805569799 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G985F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 385, - "weight": 0.000039049815075530884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 950, - "viewportWidth": 1060, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003903656026052812 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003899256222705437 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00003898766468017685 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00003896959118086367 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000038909507428615256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000038811973399536686 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00003881193212764403 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1190, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003872617356097816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 2340, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000038712198863221136 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000038704590040533604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003868492202570678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2350, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003864152922056218 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000038555808938517963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00003848708538824936 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000038479816870299385 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003844000302814857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003843605480010368 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "NAVER Corp.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.232 Whale/2.10.124.26 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2100, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000038281313184165 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000038275946730563996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003812960488212701 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1440, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.000038085721836517986 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Windows", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000038081379844718725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003807966562255935 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003804670397817105 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003804433053878841 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00003803778425232099 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.00003796885323280506 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00003794465524515074 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00003792242215265128 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 930, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003791806671389613 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000037896780572715816 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000037846135033386426 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000037839033192430814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000377998938595503 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000037751105619567256 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003774571984789007 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 420, - "deviceCategory": "mobile", - "screenHeight": 753, - "screenWidth": 424, - "weight": 0.0000376615339393689 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000037660579925603296 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000037628936019358416 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 780, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.00003759759927782004 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003754826962075131 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003752614443902579 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003751449379932067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003751355124248427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003742198476077786 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003740983724164195 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000037396539813954203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003734394854253737 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.000037280490236411736 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 YaBrowser/21.11.1.212 (beta) Yowser/2.5 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003721957117120266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000037196401254174216 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00003717072493891997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000037146024580776135 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003711339883760909 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1100, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003710371562383446 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 11_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000037093077941404 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003707551845452017 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1170, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003707474787209424 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000037016248716844116 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.000036918579552176365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003691559665372751 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 940, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000036908377332239354 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00003686522849708987 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000036844902020220454 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003677634058351159 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000036753494132946913 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003672063090366207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00003671519945244584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 960, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003670148986539916 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003666042901445343 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00003662967560867968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003657378334996119 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000036531719656448914 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003649073632338538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000364397769770617 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G998B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00003636200149235303 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003632682012884534 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000036325117379982635 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003631477568199346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003631044999984992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "4g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00003623671212295968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003621263653524725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000036195507886515635 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003612054412481836 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.45, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003611264353510706 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003610893340169472 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003608882134035905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003598354525101607 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00003591706749794434 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003591597019171289 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 1190, - "deviceCategory": "tablet", - "screenHeight": 1194, - "screenWidth": 834, - "weight": 0.00003582755814345188 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003575093263609015 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003571207337172877 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00003567246810749196 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000035611216276955656 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003547133980424397 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000035336441993897843 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 610, - "viewportWidth": 1040, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003525006696147478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000035218235630837176 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000035217670357315975 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003514853811918222 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000035059656258630166 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00003489019809266693 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 650, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00003479256060487927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000034657139441374406 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.000034568852840351215 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.113 Safari/537.36 Vivaldi/2.1.1337.51", - "viewportHeight": 930, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000034531879281847316 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000034529363890733065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1320, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000345292944815979 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000034498918646233425 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003447622447785435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003443830747222508 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 1370, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.000034429554259344115 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00003441276213327275 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2290, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003433234960212034 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.95, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-A705FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.000034300856446571425 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000341915270223027 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1140, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00003415959753474857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000034108105151427244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000340905787887795 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.00003407537097833741 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000034033758164144134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003402849836404661 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1040, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000033947643671190735 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003387272638044916 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003376973116742152 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000033764230874270816 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00003376229414866354 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.0000337088348442672 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003369201308017279 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000033690619828398545 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003366592726974485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003364633158452187 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "downlinkMax": 100, - "effectiveType": "3g", - "rtt": 300, - "type": "cellular" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Redmi 6A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Mobile Safari/537.36", - "viewportHeight": 510, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 640, - "screenWidth": 320, - "weight": 0.00003359741044387006 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00003354194701496904 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000033536085408606164 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000033510160175083804 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003346216000948961 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00003341976567207582 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000033412419206385565 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 700, - "viewportWidth": 1150, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00003333961856612648 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 892, - "screenWidth": 412, - "weight": 0.00003331327301458276 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00003330259730793651 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00003329290947517708 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00003328992222958937 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 100, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; HD1907) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.0000332881505124083 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003323295086965616 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.15, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00003322287361094014 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0000331801955354444 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000331165296753152 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1280, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000033098809088566965 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.00003305737307580105 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1450, - "viewportWidth": 2320, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00003300188939706935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003291707048562603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000328761133886408 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)", - "viewportHeight": 940, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1117, - "screenWidth": 1728, - "weight": 0.000032875980062552814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 OPR/81.0.4196.31", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003284457181876948 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 520, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003278960209185402 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 890, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.000032762073699012776 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003270754365991318 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003265184670451253 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00003252858601782253 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1160, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00003246846131094894 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000032424596669417074 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000032369248996957155 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003232677233154242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 2220, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.00003227448837780323 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003226024160930842 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000032259525215045084 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 200, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; IN2021) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 845, - "screenWidth": 384, - "weight": 0.000032246687573434504 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 570, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003214010992330935 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003208543430996347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00003204737969243273 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000032003293979972085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000031924457702947206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000031913565485227855 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15", - "viewportHeight": 760, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000031882992630766257 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003185583951388449 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000031818985631138303 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1", - "viewportHeight": 1370, - "viewportWidth": 1370, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1366, - "weight": 0.00003181414065837576 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2430, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.000031776084535274575 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000031755610553580164 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00003169283315543308 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003154227831784431 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00003149505929325438 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.05, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00003148541716069998 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003148273754308034 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000031481278219529635 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1340, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00003136940660781699 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.00003136627640745353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.42 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000031366184154185584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003134491467841202 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.45, - "effectiveType": "3g", - "rtt": 600 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00003132498793198705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003126435951976008 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000031256849350829225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 750, - "screenWidth": 1334, - "weight": 0.00003124438166143955 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.55, - "effectiveType": "4g", - "rtt": 300 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003124141173872949 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 2230, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000031216746923063175 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000312033384587848 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 1010, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000311951291076778 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000031147011486965206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003112459451714369 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000031080287066416774 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003102917544125244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1010, - "screenWidth": 1920, - "weight": 0.000030965796374724425 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 720, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003094882679201304 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 OPR/79.0.4143.72", - "viewportHeight": 940, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003088420441319862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1040, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003085577802759423 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00003082259192506035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00003077631104767086 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1240, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00003076128566244862 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4385.0 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00003075437000209869 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 880, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000030724417657036904 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000030683372494867224 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000030619294491496225 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003061872108968818 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 690, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 655, - "screenWidth": 1164, - "weight": 0.00003053622313054347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003052488850445202 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003051388002219449 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1270, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000030458224117953886 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2320, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000030455997234425746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000030423471693901532 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000030326559354072315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00003012503020055542 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002992130727195646 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 690, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 655, - "screenWidth": 1164, - "weight": 0.000029889522132819478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00002982139308248035 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000029811175989248144 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000029775990813067333 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000029668336040159808 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.000029633638567755662 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.156 Mobile Safari/537.36 TTWebView/0751130028404", - "viewportHeight": 540, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 665, - "screenWidth": 320, - "weight": 0.000029623791891196938 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00002946649803940083 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000029427009706835763 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002934368969251408 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; JSN-L42) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 780, - "screenWidth": 360, - "weight": 0.000029329758055000895 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 500, - "viewportWidth": 800, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000029245069272349703 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000029219272545214932 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.100 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000029146706114966863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000029128071575572427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000029040582689099834 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000028995468369750454 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30", - "viewportHeight": 740, - "viewportWidth": 750, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000028925203074307704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00002892054808561037 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00002889731689288486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000028845145013652002 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000028673140530206536 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000028593674228850663 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002855095978038634 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000028550275191578756 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000028500462707693617 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000028497139729555124 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00002845179710102622 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 780, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00002844696632806896 - }, - { - "appName": "Netscape", - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00002843396741701505 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002841059240944639 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1600, - "weight": 0.000028370308679327048 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; M2010J19SG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Mobile Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00002836202895774116 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000028304707441510804 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000028272075086199448 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000028210662210393033 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 830, - "screenWidth": 393, - "weight": 0.00002820740927568891 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.000028170070291083548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "ethernet" - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0000281504222695439 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000028104240404264892 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000028072535198523335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000028036538747000747 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002795243342637411 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.000027948717327231232 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; moto g(100)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 960, - "screenWidth": 412, - "weight": 0.000027920507087589198 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000027897140693896065 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002769523800661048 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1030, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000027688151841567003 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002763645549295883 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00002754305372365087 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 940, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1620, - "screenWidth": 3840, - "weight": 0.000027500510340602864 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000027481806173919545 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000027410529598753185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000027360119594605902 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000027335514690169108 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1180, - "deviceCategory": "desktop", - "screenHeight": 1920, - "screenWidth": 1200, - "weight": 0.00002726640061583868 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000027246084240867516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002717966525344773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SM-F415F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 892, - "screenWidth": 412, - "weight": 0.000027166942445980893 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000027127036629109467 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000027041681243241757 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002700802683701426 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002699339459974509 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000026964985531674584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000026910581096282626 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002689536241456059 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000026842219376422367 - }, - { - "appName": "Netscape", - "platform": "iPad", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 650, - "viewportWidth": 1020, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.000026840002482835325 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002679893306991792 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 780, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00002679781975246433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000026748092464217776 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000026640733189474332 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.114 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000026606559349761085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000026481222792292244 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1550, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00002646701262866337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000026309451057283285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002625038030151313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000026239284314453878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 650, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000026145506723021966 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000026073387243130404 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 910, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000026036051297042724 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000026028513651909996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000026022491535482048 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002598928534761853 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.000025927262855714944 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.8, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000025903075173851992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002590197448975376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002587720854744423 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002586722100419305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1770, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000025847693078983743 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000025830882855900794 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1340, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002581306632290963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 740, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000025804274234768143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002577873332750968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000025770631238042413 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00002572129413790056 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000025676114214452155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.65, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000025673572908000693 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000025589881550448628 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00002558321088768113 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00002556926778962916 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000025502187486929296 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000025459179180967736 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 1200, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000025390071846324276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000025337416796503464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00002532672410918612 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000025293013574896032 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000025210550228631372 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00002517463033352097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000025116023722535395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.65, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00002509105368650774 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000025005730474056428 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 610, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002497220553250383 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.000024927488853852974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000024852743720255054 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000024824001411621533 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1290, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000024638615136823518 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000024580386746588397 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002457059759799002 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 810, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.000024546428557811043 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000024537237725692764 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1320, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000024521035001024853 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000024437061257249924 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000024436457574022175 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; KB2001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 854, - "screenWidth": 384, - "weight": 0.000024349284134455927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000024223224773740773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000024222597144849857 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000024215801552990043 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.000024213241381603877 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00002418739225499382 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002412024154459861 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 780, - "viewportWidth": 1380, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000024094541056413814 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4693.0 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1120, - "deviceCategory": "desktop", - "screenHeight": 1024, - "screenWidth": 1280, - "weight": 0.000024089209570594174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 720, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000024085424233614144 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.000024077006101934296 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000023940724178042465 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1250, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000023814328306937093 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.00002375715169045992 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002374733710911659 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000023728832047872723 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00002370852932271603 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00002366750967370177 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000023632661038702 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00002358889178273095 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.95, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.101 Safari/537.36 Edg/94.0.992.57", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000023550242839311644 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000023522886566244174 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000023512767239792143 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000023485029317671364 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000023474729013820803 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000023471875143678373 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 250, - "type": "cellular" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; Symphony Atom ii) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 280, - "viewportWidth": 730, - "deviceCategory": "mobile", - "screenHeight": 360, - "screenWidth": 800, - "weight": 0.0000234627616147103 - }, - { - "appName": "Netscape", - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 4.4.4; HUAWEI Y550-L01 Build/HuaweiY550-L01; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 OPR/20.0.2254.109835", - "viewportHeight": 490, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 570, - "screenWidth": 320, - "weight": 0.000023392448301771718 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000023378625793923983 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1740, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002330032250198507 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000023288459411103325 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002328341324316801 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000023227655087460128 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 720, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000231772796683882 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000023169222860697742 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000023158113984438283 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000023084608544798752 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 10_3_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7", - "viewportHeight": 1370, - "viewportWidth": 1370, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1366, - "weight": 0.000023031178091781787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002299560117575341 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00002299285051607078 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000022974373571320478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00002296451674101979 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000022959656907963415 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000022932579218825697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 450, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 977, - "screenWidth": 1920, - "weight": 0.000022903374461934107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000022893399805447296 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000022859177797014337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000022686039821356274 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.000022683095589301648 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000022677714731604586 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000022608389990877395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000022604923505223407 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00002260045893800808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000022590416160881403 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000022554501877153285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.65, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000022525953960481134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000022427727954815033 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 990, - "viewportWidth": 1890, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000022421247105333294 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000022361231302051614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002227865999656588 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 860, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002224963246477428 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1250, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002224362009771301 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00002215755995305208 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 730, - "viewportWidth": 1000, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00002213701279474773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "downlinkMax": null, - "effectiveType": "3g", - "rtt": 350, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000022059514201558645 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4696.0 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002204349348671558 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 1, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000022043340793502114 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00002196729807416959 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000021893318576240433 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000021876989029857614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.000021875868816296606 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000021854393573156993 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.000021839887347828762 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000021812411159464677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1120, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000021797500506382224 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002177764884795086 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 840, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000021769381848517833 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000021752735185960878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000021738617430455922 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1280, - "weight": 0.000021687211720631394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.6, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1410, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.000021677346609245963 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.101 Safari/537.36 Edg/92.0.902.49", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000021676892628133773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000021657942094029388 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000021621654800188377 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000021607083447446563 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000021592852358357085 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002159091762782556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000021581549817052193 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 100, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-A705FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 915, - "screenWidth": 412, - "weight": 0.00002152180171352905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 560, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 662, - "screenWidth": 1536, - "weight": 0.000021514354760724697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00002150833185696547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1070, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000021415824658018058 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000021414993000797368 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000021380133181307957 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00002133931401727479 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1706, - "weight": 0.000021267964112055823 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A715F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36", - "viewportHeight": 540, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 712, - "screenWidth": 320, - "weight": 0.000021153123926767573 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000021114586730739218 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.15, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000021108749363505898 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000211033062562677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002095246319679412 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00002094864814723244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.75, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000020942519348636674 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000020934282119352063 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.000020928716829168347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1380, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.00002090478451490775 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000020870349164341183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000020822116337732597 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 870, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 982, - "screenWidth": 1512, - "weight": 0.000020752707906167774 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00002074715428766563 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 2560, - "weight": 0.000020695733106949273 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 2190, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00002068950672578658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000020633580622180144 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000020632735038331167 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000020592002215696683 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00002056253275263133 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00002052319936285593 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00002051981739089485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000020478575524749727 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.000020347953499366347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000020286603601236344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00002026923912563835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000020246160108500773 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000020198269091082152 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000020193072438156535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000020183747312692397 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 750, - "screenWidth": 1334, - "weight": 0.000020146663789863495 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000020027471832700894 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.1, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00002000430908047492 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00001999190064546893 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000019923712083051377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000019838076945512064 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 770, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000019834703377476353 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000019816721880811243 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000019743070366995468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 840, - "screenWidth": 1344, - "weight": 0.000019708918931841768 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00001970784454913409 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1810, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000019645958615605734 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000019547367103517965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000019465559726692506 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000019412442482066026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000019404335400470658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001937035233927185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.000019357164200126096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000019347322383105633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000019345791312724207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000019308927871556534 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000019295565146209142 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00001929484190999665 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1620, - "weight": 0.000019292664882831928 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00001923512289831238 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001916763439019493 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000019167493295663244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1550, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000019164497381864778 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.00001915779420658704 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 480, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 615, - "screenWidth": 1093, - "weight": 0.000019151025505909373 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001914634521125161 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00001913636346367396 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00001909754638862214 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 750, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 926, - "screenWidth": 428, - "weight": 0.000019038645390339654 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000018853484400480567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000018829907868324808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 20, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36 SE 2.X MetaSr 1.0", - "viewportHeight": 920, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001879895408016107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018796658974572522 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018776995903226536 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018757802106235578 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000018736083438615543 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018727946548185127 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 850, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000186915273058789 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000186269110019533 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000186263156647104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000018608095906723473 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001860024670233059 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018599923640393525 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1017, - "screenWidth": 1920, - "weight": 0.00001857354896228772 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000018529010369972007 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 640, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.000018450285944970767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018445918672234053 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2070, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000018429867053102658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.5, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000018427947715317615 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00001840844565096155 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001840502533583844 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00001840239927353657 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1000, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018398174854998633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018369538080857435 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00001827956537108307 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.65, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00001820087130020918 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1360, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00001819731953888346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000018099264373137406 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 890, - "viewportWidth": 970, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018087163931688938 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000018074408179354 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.45, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1950, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000180725423639787 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001806538749581231 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001800562060536312 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017809438854517666 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000017713009176794427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017684080313598632 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1850, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017638399500098597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.15, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017623573334022006 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00001761592602568108 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1010, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1024, - "weight": 0.00001754576882846548 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000017423936301366475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017400839489117117 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017368233301080183 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017365418086936952 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000017289920667804743 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017287887589070427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017286705407281344 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 2020, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00001725046496351218 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1320, - "viewportWidth": 1610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000017217526155199452 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017212114958102266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000017191819381617923 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000017175270535324537 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1180, - "viewportWidth": 1540, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00001704154736983884 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001701875695951088 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000016825754873075478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 800, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000016818712551368455 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016765717008691748 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000016753852612790378 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016741064742420122 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 1370, - "viewportWidth": 1020, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.00001672132601504794 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016684322086053095 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15", - "viewportHeight": 740, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000016676557361260356 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 400 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000016674799680927393 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000016618384111408563 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.00001661259934401552 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.2, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00001659914363454661 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1100, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000016588585230944625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016546210285722314 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00001653163215134376 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 450, - "viewportWidth": 900, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000016526861071417765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000016515298516407255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016474352213579196 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 620, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000016424154248418333 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 970, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.000016369243689425337 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016366795443867863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000016329840344990882 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1200, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00001629677543665586 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000016210800696684637 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1012, - "screenWidth": 1798, - "weight": 0.000016197578012566244 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016195567010234365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016175252941844275 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000016168150846358132 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 50, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 7.1.2; Redmi 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 720, - "screenWidth": 360, - "weight": 0.000016165965483416944 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016146424436756226 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001612708622483364 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000016103935203689373 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016037332489127823 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000016027316354804533 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.00001599653266058925 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00001599054526268595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000015958079043318242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36 Edg/96.0.1054.13", - "viewportHeight": 1000, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001589633528566325 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 1330, - "viewportWidth": 2510, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000015831963025782157 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000015816462740686022 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 550, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 667, - "screenWidth": 375, - "weight": 0.00001578423785488825 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.38", - "viewportHeight": 820, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000015762166118948888 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000015756429668302625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.7, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000015754070783318516 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000015706718833675684 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1610, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00001567123772423331 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00001566982107921149 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 150, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; LM-Q925S) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 780, - "screenWidth": 360, - "weight": 0.000015602319042284664 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "3g", - "rtt": 800 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000015587044507531207 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.75, - "downlinkMax": 42, - "effectiveType": "3g", - "rtt": 500, - "type": "cellular" - }, - "platform": "Linux armv7l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 6.0; Hisense U962) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 440, - "viewportWidth": 320, - "deviceCategory": "mobile", - "screenHeight": 570, - "screenWidth": 320, - "weight": 0.000015548084174815102 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1330, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.00001554546977747852 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000015528146257556028 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000015490251534830358 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00001544398405963689 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.9, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 660, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.00001542466490551111 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000015390956883487133 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001538388926211477 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000015359766672791455 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.000015313587310967868 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 979, - "screenWidth": 1739, - "weight": 0.00001527936172027876 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000015178384001521052 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000015059491804198754 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000014995653825095247 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000014963946338064122 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014962674439522752 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014956223064508807 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014918899351790275 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000014872894298501219 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014798933882199331 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.000014750992579387954 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014712707164657142 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014698130822017402 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.00001463809687504114 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014623622828932313 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000145959326105668 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.9, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000014595624052023695 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000014576200968276165 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000014560768559200261 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000014528564708473826 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1990, - "deviceCategory": "desktop", - "screenHeight": 1382, - "screenWidth": 2457, - "weight": 0.000014504254732666486 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014486713883790866 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.000014476398011871333 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014461177372206582 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014396135344116928 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014334160713681147 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000014315914431373417 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1750, - "deviceCategory": "desktop", - "screenHeight": 995, - "screenWidth": 1769, - "weight": 0.000014300461063918509 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.35, - "effectiveType": "3g", - "rtt": 550 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000014292720710077102 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; M2007J3SC Build/QKQ1.200419.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.120 MQQBrowser/6.2 TBS/045714 Mobile Safari/537.36 CSDNApp/4.17.2(Android) AnalysysAgent/Hybrid", - "viewportHeight": 780, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 873, - "screenWidth": 393, - "weight": 0.000014288939755850465 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1320, - "viewportWidth": 1760, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000014232143783568909 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000014192000859783128 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36", - "viewportHeight": 1370, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1200, - "weight": 0.00001412789689307214 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0000141106349579785 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 2560, - "screenWidth": 1440, - "weight": 0.000014093035048557319 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000014065634289763782 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.91", - "viewportHeight": 640, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1280, - "weight": 0.00001405168959125151 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000013989851503637541 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.00001396037114010254 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15", - "viewportHeight": 1160, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.000013939402574455591 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000013838182401176062 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)", - "viewportHeight": 940, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000013749293809847784 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/95.0.4638.50 Mobile/15E148 Safari/604.1", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.000013742203985614202 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001371211773687934 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000013660958250748099 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000013628984712695608 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000013603467595282195 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000013566517634230632 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1210, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000013566017415039581 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000013542089361323991 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 570, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000013539825780860464 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001353066813468231 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 150, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; vivo 1811) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Mobile Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 760, - "screenWidth": 360, - "weight": 0.00001352717965620811 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.63", - "viewportHeight": 750, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000013494885984419547 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1150, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.000013468982170389307 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000013456880951493585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1170, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00001335497896775242 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000013270428997740838 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.15, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1320, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000013258006123115763 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000013200415041884013 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 1290, - "viewportWidth": 2510, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000013165084399497403 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000013104790715144276 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.25, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000013101033783343885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000013086054090011326 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00001301701631009092 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000012958079610928266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012876205717462667 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 3840, - "weight": 0.00001281954003841605 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000012814801559853026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 1150, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000012801620337684283 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000012775896151541973 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000012763525491857713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012758764015146645 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012721228046521996 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1490, - "deviceCategory": "desktop", - "screenHeight": 1003, - "screenWidth": 1504, - "weight": 0.000012714235364304 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012684283696972282 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 1350, - "viewportWidth": 2340, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000012670865240234475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000012667541474144889 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012604567840354451 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.17 Safari/537.36,gzip(gfe)", - "viewportHeight": 720, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.000012604323557520096 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000012583830119338594 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00001257354941992125 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN", - "viewportHeight": 770, - "viewportWidth": 1010, - "deviceCategory": "mobile", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.000012549677912273102 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.27 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012441238253829278 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1", - "viewportHeight": 930, - "viewportWidth": 430, - "deviceCategory": "mobile", - "screenHeight": 926, - "screenWidth": 428, - "weight": 0.000012427701228510401 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000012382008749154766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.4, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001237585128902371 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.35, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1090, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.000012343248306623584 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000012322411555863616 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000012313455239422374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; SM-G950F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 740, - "screenWidth": 360, - "weight": 0.00001229974537865185 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012183730356936808 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012140265839281366 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000012130386074424238 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00001204660817853912 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000012043893040612397 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000120436024813305 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000011849525455055907 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1530, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000011829886642193847 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001173082508485441 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.00001172408009371885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000011703651410947335 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000011662347672436145 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000011640233699215538 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000011570342306565245 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000011569072623415308 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1260, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000011529727950181658 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000011521802837154907 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 580, - "viewportWidth": 1220, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000011517415930049329 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000011493916014161516 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.000011465498540650536 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1630, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.00001141426263122347 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1600, - "weight": 0.000011389975107618705 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.35, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1390, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000011365937828979951 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.1, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000011348380565329772 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1110, - "deviceCategory": "desktop", - "screenHeight": 752, - "screenWidth": 1128, - "weight": 0.00001133515685492153 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000011311877443089546 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00001128073260554776 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.35 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000011118723215292789 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N975U1) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 869, - "screenWidth": 412, - "weight": 0.000011080939891682088 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.8, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 1330, - "deviceCategory": "desktop", - "screenHeight": 841, - "screenWidth": 1344, - "weight": 0.000011073976046573697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000010992058630607021 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.91", - "viewportHeight": 930, - "viewportWidth": 900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000010949552608089533 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000010932940798482607 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1600, - "weight": 0.000010925864683130322 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 870, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000010910737680525753 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.55, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000010843871002534782 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.0000108272596462462 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Flipboard/4.2.123", - "viewportHeight": 650, - "viewportWidth": 380, - "deviceCategory": "mobile", - "screenHeight": 812, - "screenWidth": 375, - "weight": 0.000010762025189884175 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000010716502575827189 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.2, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000010560472489623822 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1740, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000010552359240948724 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000010498316490541636 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000010491860695619136 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.65, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 250, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Redmi Note 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.00001046308821519081 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000010440764805686726 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000010317836353030749 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1360, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000010314007674507451 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1040, - "viewportWidth": 2050, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000010302349985254278 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000010287185763138595 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.65, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1380, - "viewportWidth": 2330, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000010275713850122442 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000010190087818366878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1440, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1728, - "screenWidth": 3072, - "weight": 0.000010156474115102903 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000010133614544150368 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000010090678240260677 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000010062489586632118 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000010049970218198374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000010008117994049867 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000009953126887532295 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000009894026018586147 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.000009882975638149905 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1600, - "deviceCategory": "desktop", - "screenHeight": 908, - "screenWidth": 1615, - "weight": 0.000009880548151686832 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000009738149759832997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.000009633534452303127 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1536, - "weight": 0.000009613427848254264 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000009599841954736291 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000009554149391897 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.00000953488817504153 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00000952413432784319 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 1, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; vivo 1929 Build/QP1A.190711.020; in-id) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 Puffin/9.9.1.51004AP", - "viewportHeight": 640, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 760, - "screenWidth": 360, - "weight": 0.000009432138864079195 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.85, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000009426070285569622 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.3, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000009394533125227272 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 780, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000009358253754933145 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.72", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000009320791140864142 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.2, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000009237048611880478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000009212952076736906 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.85, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000009156052611321436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 710, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000009102441741984631 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00000909366754026374 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.5, - "effectiveType": "3g", - "rtt": 450 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000009075798198250206 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1560, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000008995046863832049 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000008970871093487334 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 2070, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000008943556339537197 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36", - "viewportHeight": 540, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 720, - "screenWidth": 360, - "weight": 0.000008845034984857697 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.25, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000008723787786433827 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.8, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000008708983645976844 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000008636228286867772 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1510, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 1920, - "weight": 0.00000863075080254649 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.95, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000008513175785452614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000008501309119314342 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000008419693370137071 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", - "viewportHeight": 1250, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000008286841816124106 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000008277547013623404 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1120, - "viewportWidth": 2180, - "deviceCategory": "desktop", - "screenHeight": 1235, - "screenWidth": 2195, - "weight": 0.000008258149499931248 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000008192306919764567 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00000808995138323427 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000008061776475814792 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 10; ONEPLUS A5000) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 732, - "screenWidth": 412, - "weight": 0.00000805706254638364 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 770, - "viewportWidth": 1190, - "deviceCategory": "desktop", - "screenHeight": 1194, - "screenWidth": 834, - "weight": 0.000008026534952561604 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007946540436456937 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 930, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000007943070184703039 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1230, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.000007922366082825759 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007867045570557882 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00000783625084933798 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1110, - "viewportWidth": 1700, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000007731481067354942 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.55, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000007724202934204618 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000007706569537694211 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1470, - "deviceCategory": "desktop", - "screenHeight": 1600, - "screenWidth": 3840, - "weight": 0.000007671411600098768 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000075201948670742345 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.3, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 640, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000007512448923220863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.55, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007397342198107514 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007394229051885348 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1870, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00000730448254558536 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007303580307503317 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.9, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 960, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007238691826940795 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007228883971797097 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 990, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000007182679105639757 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1920, - "weight": 0.0000071170799252340936 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.9, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1", - "viewportHeight": 1370, - "viewportWidth": 1370, - "deviceCategory": "mobile", - "screenHeight": 1366, - "screenWidth": 1366, - "weight": 0.000007060814629756377 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.25, - "effectiveType": "3g", - "rtt": 300 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000070509994188981 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000007037054299160265 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.2, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1290, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000007019092356097556 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 0.0000070101804622185835 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1220, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000007008343237166061 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1070, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0000069840684235106026 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 0, - "type": "wifi" - }, - "platform": "Linux aarch64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 11; KB2003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 360, - "deviceCategory": "mobile", - "screenHeight": 800, - "screenWidth": 360, - "weight": 0.0000069073749908848405 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2470, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000006883195655944461 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000068150951794050585 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000066290509057848725 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000006536318723285235 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000006529331439426457 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.95, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.000006475787165619713 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 900, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000006473977870759134 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000006459724012632315 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 650, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000064233433899295066 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000006357035580847282 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000063566799631973476 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00000632015114206995 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1", - "viewportHeight": 660, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 844, - "screenWidth": 390, - "weight": 0.000006303453809756551 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000062977864777792526 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.4, - "effectiveType": "3g", - "rtt": 900 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000006231569008574532 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1030, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000006222737257039079 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1650, - "deviceCategory": "desktop", - "screenHeight": 1109, - "screenWidth": 1664, - "weight": 0.000006210703420103104 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 OPR/79.0.4143.72", - "viewportHeight": 980, - "viewportWidth": 1990, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000006180600620536629 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.237.272 Safari/537.36", - "viewportHeight": 800, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.00000618037144426633 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000006112056073392723 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 710, - "viewportWidth": 1410, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000006093056097853901 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000006091157022189858 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": null, - "effectiveType": "4g", - "rtt": 50, - "type": "wifi" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; Android 9; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 390, - "deviceCategory": "mobile", - "screenHeight": 851, - "screenWidth": 393, - "weight": 0.000006058964132884448 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.5, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 770, - "deviceCategory": "tablet", - "screenHeight": 1024, - "screenWidth": 768, - "weight": 0.000006017634847231282 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.1, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000006006810862353662 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000005992126862546161 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.00000597816437319961 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2560, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000005975170475264535 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1140, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.000005935487201794255 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1280, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000005932780029181655 - }, - { - "appName": "Netscape", - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) capybara-webkit Version/10.0 Safari/602.1", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 600, - "screenWidth": 800, - "weight": 0.000005921614383992468 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005743369427586568 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.75, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 950, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005724734550061478 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 680, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000005678235115394997 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.00000559525579531076 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000005590329925237851 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 590, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.000005511892941600299 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 2030, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2048, - "weight": 0.000005489456148858689 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.25, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005486835649231968 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000005475687042717849 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005431585217212268 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1450, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.00000540886801797326 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1470, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.000005392927915089072 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1310, - "viewportWidth": 2480, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000053615148294309625 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00000527105717975317 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1010, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005166465334477864 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000051631162562481614 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 1100, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000005142284915446444 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005102605210128285 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1730, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000005093719715622781 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1580, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0000050541571337607746 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005053608269188047 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.4, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1340, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000005050273948815885 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.113 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1480, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000005004821057336875 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1", - "viewportHeight": 740, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 0.000004972598638390921 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000004970533033031298 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000049267894973181205 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.5, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000004914446351231758 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00000490823969952569 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000004867728475682783 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 991, - "screenWidth": 1920, - "weight": 0.000004849483154969111 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000004807010381686717 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1230, - "viewportWidth": 2310, - "deviceCategory": "desktop", - "screenHeight": 2160, - "screenWidth": 3840, - "weight": 0.000004790453505384238 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4464.2 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1707, - "weight": 0.000004760017925627436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 2, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (iPad; CPU OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/94.0.4606.76 Mobile/15E148 Safari/604.1", - "viewportHeight": 1020, - "viewportWidth": 750, - "deviceCategory": "tablet", - "screenHeight": 888, - "screenWidth": 1918, - "weight": 0.000004726313427069793 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000004687371622615678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000046679531790343765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36 Edg/96.0.1054.5", - "viewportHeight": 1130, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.000004609272912789436 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.75, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 610, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 0.000004591139854936923 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1820, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000004462112124150514 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000004450301655307565 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00000444014454242129 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000004382571357850855 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1300, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000004369890330740017 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 1210, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000043543673118716 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000004318255425995629 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000042653997880252724 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.00000413263165052938 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1290, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000004090074775438074 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 840, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.00000408631528326375 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000004065408988371965 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 610, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.00000406483575892346 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "downlinkMax": 100, - "effectiveType": "4g", - "rtt": 0, - "type": "cellular" - }, - "platform": "Linux armv8l", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Linux; U; Android 11; zh-CN; PCLM10 Build/RKQ1.200928.002) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Quark/4.6.9.167 Mobile Safari/537.36", - "viewportHeight": 810, - "viewportWidth": 420, - "deviceCategory": "mobile", - "screenHeight": 942, - "screenWidth": 424, - "weight": 0.000003943181629726733 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 720, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 896, - "screenWidth": 414, - "weight": 0.0000038831084893625165 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000038723355728316365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000038057207997669807 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000003687340255396394 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 980, - "viewportWidth": 1690, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000036166095880876593 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000036066733340851067 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.75, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0000036044798857232147 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000035905298815302016 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 890, - "viewportWidth": 1800, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000035508812997986655 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000003550770521623412 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 750, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000035175198391558768 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.25 Safari/537.36 Core/1.70.3877.400 QQBrowser/10.8.4506.400", - "viewportHeight": 1150, - "viewportWidth": 1880, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000003481320499828258 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000034250444310992267 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 OPR/80.0.4170.61", - "viewportHeight": 940, - "viewportWidth": 1860, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000033759817864151437 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000033570961111514503 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.000003329899786589741 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.05, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000033139134175633235 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.05, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 710, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000003306956619151365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.25, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 930, - "viewportWidth": 910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000033011169315886266 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 700, - "viewportWidth": 740, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000032290232109617365 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.85, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000031530561007074863 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 0.75, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 580, - "viewportWidth": 1260, - "deviceCategory": "desktop", - "screenHeight": 720, - "screenWidth": 1280, - "weight": 0.0000031438969032544203 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.8, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1250, - "viewportWidth": 2220, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 3440, - "weight": 0.0000030934710268921098 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15", - "viewportHeight": 920, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000003092303694057484 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 YaBrowser/21.9.2.169 Yowser/2.5 Safari/537.36", - "viewportHeight": 730, - "viewportWidth": 1500, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000030459838516101527 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 850, - "viewportWidth": 1720, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000030119583122258517 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1160, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000003002712839369592 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.2, - "effectiveType": "4g", - "rtt": 250 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000029802122012163678 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1200, - "viewportWidth": 2550, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000002968450028397056 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1080, - "deviceCategory": "desktop", - "screenHeight": 1890, - "screenWidth": 3360, - "weight": 0.0000029295310476576107 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.0000028416085738984124 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000002780619856940015 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000002749314947670999 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 830, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000027375387376588975 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000027236252314238847 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 4.7, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000026755415247234008 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.15, - "effectiveType": "3g", - "rtt": 800 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000002633362227683523 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000026321309867302726 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1330, - "viewportWidth": 2610, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 5120, - "weight": 0.0000026085005648309927 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.3, - "effectiveType": "3g", - "rtt": 500 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.0000025749779442097422 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1660, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000025334008291061715 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000024722011479215027 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000024647233134403212 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 1020, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000002401161421862324 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 660, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000002394982695380788 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000023846272633962597 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000002349460008967665 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1590, - "deviceCategory": "desktop", - "screenHeight": 1152, - "screenWidth": 2752, - "weight": 0.00000233511379741441 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1680, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000022795177232190507 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000022538873120755243 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.95, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 860, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 975, - "screenWidth": 1920, - "weight": 0.0000022535513178413475 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 740, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 0.0000022214961468653878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000002203253645162437 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.7, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 1020, - "viewportWidth": 1780, - "deviceCategory": "desktop", - "screenHeight": 1692, - "screenWidth": 3008, - "weight": 0.0000021611096217325103 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 0, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36", - "viewportHeight": 1080, - "viewportWidth": 1920, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000002142479252486765 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000021053760857287094 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000020980907406465485 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.6, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 750, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000002089931409886238 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.35, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1620, - "deviceCategory": "desktop", - "screenHeight": 897, - "screenWidth": 1595, - "weight": 0.00000207866578754396 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1290, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000020427816906372974 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000020011885131437535 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000019947182963755118 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 670, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 0.000001990036698913311 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 880, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000019210402199502056 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.0000018998305002231855 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 690, - "viewportWidth": 1430, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000001898031174687398 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000001864355864952491 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15", - "viewportHeight": 910, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000001814568090853416 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000018019454470650816 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15", - "viewportHeight": 720, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000017894168146212317 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 980, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000017792218693150766 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 720, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 0.000001570008519614694 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000015657903207354494 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1050, - "screenWidth": 1680, - "weight": 0.0000015277208551833813 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 900, - "viewportWidth": 1950, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000001505469002582546 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.0000014637711684642618 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 950, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000001440097606585368 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44", - "viewportHeight": 1330, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.0000013828096275514752 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1240, - "viewportWidth": 2540, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000001378055852842041 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.5, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 1640, - "deviceCategory": "desktop", - "screenHeight": 1200, - "screenWidth": 1920, - "weight": 0.000001371762178444726 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 920, - "viewportWidth": 1370, - "deviceCategory": "desktop", - "screenHeight": 1366, - "screenWidth": 1024, - "weight": 0.0000013601246318449933 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.45, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 980, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000013301931918305395 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 770, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 0.000001299358313959878 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.45, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 630, - "viewportWidth": 1340, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1360, - "weight": 0.000001253011343472216 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1710, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.000001214295055474261 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.65, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 1060, - "viewportWidth": 1930, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 0.0000011525619115455767 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 800, - "viewportWidth": 1300, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 0.000001102792177328875 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 8.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40", - "viewportHeight": 970, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 0.0000010696324475414673 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 7.85, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 9.993435645430404e-7 - }, - { - "appName": "Netscape", - "platform": "iPhone", - "pluginsLength": 0, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1", - "viewportHeight": 620, - "viewportWidth": 410, - "deviceCategory": "mobile", - "screenHeight": 736, - "screenWidth": 414, - "weight": 9.627333201834287e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 920, - "viewportWidth": 1840, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 8.705727742576765e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 1050, - "viewportWidth": 1670, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 8.305093314084625e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.35, - "effectiveType": "4g", - "rtt": 200 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 640, - "viewportWidth": 1350, - "deviceCategory": "desktop", - "screenHeight": 768, - "screenWidth": 1366, - "weight": 7.674604016454197e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.05, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47", - "viewportHeight": 1230, - "viewportWidth": 2210, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 7.487486038983329e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1420, - "deviceCategory": "desktop", - "screenHeight": 960, - "screenWidth": 1440, - "weight": 6.733969790137755e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 9.55, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1310, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 5.57672928920508e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 820, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 5.405654896000034e-7 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15", - "viewportHeight": 1140, - "viewportWidth": 1570, - "deviceCategory": "desktop", - "screenHeight": 1280, - "screenWidth": 2048, - "weight": 4.756022938499307e-7 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15", - "viewportHeight": 950, - "viewportWidth": 1400, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 4.6547721436133093e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 1.85, - "effectiveType": "3g", - "rtt": 350 - }, - "platform": "Linux x86_64", - "pluginsLength": 4, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36", - "viewportHeight": 990, - "viewportWidth": 1910, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 4.642294862445415e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 0 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38", - "viewportHeight": 690, - "viewportWidth": 1280, - "deviceCategory": "desktop", - "screenHeight": 800, - "screenWidth": 1280, - "weight": 4.447768293125724e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.25, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.18 Safari/537.36", - "viewportHeight": 790, - "viewportWidth": 1440, - "deviceCategory": "desktop", - "screenHeight": 900, - "screenWidth": 1440, - "weight": 4.2027912204344114e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 3, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 600, - "viewportWidth": 1050, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 4.1559982300107455e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 6.5, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 930, - "viewportWidth": 1790, - "deviceCategory": "desktop", - "screenHeight": 1120, - "screenWidth": 1792, - "weight": 3.290096324695323e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "MacIntel", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36", - "viewportHeight": 840, - "viewportWidth": 1460, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 2.232119765310348e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 3.15, - "effectiveType": "4g", - "rtt": 150 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36", - "viewportHeight": 760, - "viewportWidth": 1520, - "deviceCategory": "desktop", - "screenHeight": 864, - "screenWidth": 1536, - "weight": 2.1950045559141932e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 10, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 970, - "viewportWidth": 940, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 1.7071517183293066e-7 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 5.7, - "effectiveType": "4g", - "rtt": 100 - }, - "platform": "Win32", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 940, - "viewportWidth": 1900, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 5.570819610754235e-8 - }, - { - "appName": "Netscape", - "connection": { - "downlink": 2.1, - "effectiveType": "4g", - "rtt": 50 - }, - "platform": "Linux x86_64", - "pluginsLength": 5, - "vendor": "Google Inc.", - "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36", - "viewportHeight": 910, - "viewportWidth": 1830, - "deviceCategory": "desktop", - "screenHeight": 1080, - "screenWidth": 1920, - "weight": 4.262482601578899e-8 - }, - { - "appName": "Netscape", - "platform": "MacIntel", - "pluginsLength": 1, - "vendor": "Apple Computer, Inc.", - "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15", - "viewportHeight": 1380, - "viewportWidth": 1270, - "deviceCategory": "desktop", - "screenHeight": 1440, - "screenWidth": 2560, - "weight": 3.177133828237566e-8 - } -] \ No newline at end of file diff --git a/data (1).json b/user_agent.json similarity index 100% rename from data (1).json rename to user_agent.json