Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="pl" id="facebook" class="no_js">
- <head>
- <meta charset="utf-8" />
- <meta name="referrer" content="origin-when-crossorigin" id="meta_referrer" />
- <script>
- window._cstart = +new Date();
- </script>
- <script>
- function envFlush(a) {
- function b(b) {
- for (var c in a) b[c] = a[c]
- }
- window.requireLazy ? window.requireLazy(["Env"], b) : (window.Env = window.Env || {}, b(window.Env))
- }
- envFlush({
- "ajaxpipe_token": "AXgK7abOLXItfTim",
- "timeslice_heartbeat_config": {
- "pollIntervalMs": 33,
- "idleGapThresholdMs": 60,
- "ignoredTimesliceNames": {
- "requestAnimationFrame": true,
- "Event listenHandler mousemove": true,
- "Event listenHandler mouseover": true,
- "Event listenHandler mouseout": true,
- "Event listenHandler scroll": true
- },
- "isHeartbeatEnabled": true,
- "isArtilleryOn": true
- },
- "shouldLogCounters": true,
- "timeslice_categories": {
- "react_render": true,
- "reflow": true
- },
- "sample_continuation_stacktraces": true,
- "stack_trace_limit": 30,
- "deferred_stack_trace_rate": 1000,
- "timesliceBufferSize": 5000,
- "show_invariant_decoder": false,
- "isCQuick": false
- });
- </script>
- <style></style>
- <script>
- __DEV__ = 0;
- CavalryLogger = window.CavalryLogger || function(a) {
- this.lid = a, this.transition = !1, this.metric_collected = !1, this.is_detailed_profiler = !1, this.instrumentation_started = !1, this.pagelet_metrics = {}, this.events = {}, this.ongoing_watch = {}, this.values = {
- t_cstart: window._cstart
- }, this.piggy_values = {}, this.bootloader_metrics = {}, this.resource_to_pagelet_mapping = {}, this.initializeInstrumentation && this.initializeInstrumentation()
- }, CavalryLogger.prototype.setIsDetailedProfiler = function(a) {
- this.is_detailed_profiler = a;
- return this
- }, CavalryLogger.prototype.setTTIEvent = function(a) {
- this.tti_event = a;
- return this
- }, CavalryLogger.prototype.setValue = function(a, b, c, d) {
- d = d ? this.piggy_values : this.values;
- (typeof d[a] === "undefined" || c) && (d[a] = b);
- return this
- }, CavalryLogger.prototype.getLastTtiValue = function() {
- return this.lastTtiValue
- }, CavalryLogger.prototype.setTimeStamp = CavalryLogger.prototype.setTimeStamp || function(a, b, c, d) {
- this.mark(a);
- var e = this.values.t_cstart || this.values.t_start;
- e = d ? e + d : CavalryLogger.now();
- this.setValue(a, e, b, c);
- this.tti_event && a == this.tti_event && (this.lastTtiValue = e, this.setTimeStamp("t_tti", b));
- return this
- }, CavalryLogger.prototype.mark = typeof console === "object" && console.timeStamp ? function(a) {
- console.timeStamp(a)
- } : function() {}, CavalryLogger.prototype.addPiggyback = function(a, b) {
- this.piggy_values[a] = b;
- return this
- }, CavalryLogger.instances = {}, CavalryLogger.id = 0, CavalryLogger.disableArtilleryOnUntilOffLogging = !1, CavalryLogger.getInstance = function(a) {
- typeof a === "undefined" && (a = CavalryLogger.id);
- CavalryLogger.instances[a] || (CavalryLogger.instances[a] = new CavalryLogger(a));
- return CavalryLogger.instances[a]
- }, CavalryLogger.setPageID = function(a) {
- if (CavalryLogger.id === 0) {
- var b = CavalryLogger.getInstance();
- CavalryLogger.instances[a] = b;
- CavalryLogger.instances[a].lid = a;
- delete CavalryLogger.instances[0]
- }
- CavalryLogger.id = a
- }, CavalryLogger.now = function() {
- return window.performance && performance.timing && performance.timing.navigationStart && performance.now ? performance.now() + performance.timing.navigationStart : new Date().getTime()
- }, CavalryLogger.prototype.measureResources = function() {}, CavalryLogger.prototype.profileEarlyResources = function() {}, CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {}, CavalryLogger.start_js = function() {}, CavalryLogger.done_js = function() {};
- CavalryLogger.getInstance().setTTIEvent("t_domcontent");
- CavalryLogger.prototype.measureResources = function(a, b) {
- if (!this.log_resources) return;
- var c = "bootload/" + a.name;
- if (this.bootloader_metrics[c] !== void 0 || this.ongoing_watch[c] !== void 0) return;
- var d = CavalryLogger.now();
- this.ongoing_watch[c] = d;
- "start_" + c in this.bootloader_metrics || (this.bootloader_metrics["start_" + c] = d);
- b && !("tag_" + c in this.bootloader_metrics) && (this.bootloader_metrics["tag_" + c] = b);
- if (a.type === "js") {
- c = "js_exec/" + a.name;
- this.ongoing_watch[c] = d
- }
- }, CavalryLogger.prototype.stopWatch = function(a) {
- if (this.ongoing_watch[a]) {
- var b = CavalryLogger.now(),
- c = b - this.ongoing_watch[a];
- this.bootloader_metrics[a] = c;
- var d = this.piggy_values;
- a.indexOf("bootload") === 0 && (d.t_resource_download || (d.t_resource_download = 0), d.resources_downloaded || (d.resources_downloaded = 0), d.t_resource_download += c, d.resources_downloaded += 1, d["tag_" + a] == "_EF_" && (d.t_pagelet_cssload_early_resources = b));
- delete this.ongoing_watch[a]
- }
- return this
- }, CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {
- var a = {};
- Object.values(window.CavalryLogger.instances).forEach(function(b) {
- b.bootloader_metrics && Object.assign(a, b.bootloader_metrics)
- });
- return a
- }, CavalryLogger.start_js = function(a) {
- for (var b = 0; b < a.length; ++b) CavalryLogger.getInstance().stopWatch("js_exec/" + a[b])
- }, CavalryLogger.done_js = function(a) {
- for (var b = 0; b < a.length; ++b) CavalryLogger.getInstance().stopWatch("bootload/" + a[b])
- }, CavalryLogger.prototype.profileEarlyResources = function(a) {
- for (var b = 0; b < a.length; b++) this.measureResources({
- name: a[b][0],
- type: a[b][1] ? "js" : ""
- }, "_EF_")
- };
- CavalryLogger.getInstance().log_resources = true;
- CavalryLogger.getInstance().setIsDetailedProfiler(true);
- window.CavalryLogger && CavalryLogger.getInstance().setTimeStamp("t_start");
- </script>
- <noscript>
- <meta http-equiv="refresh" content="0; URL=/?_fb_noscript=1" />
- </noscript>
- <title id="pageTitle">Messenger</title>
- <meta property="og:site_name" content="Facebook" />
- <meta property="og:url" content="https://www.messenger.com/" />
- <meta property="og:title" content="Messenger" />
- <meta property="og:locale" content="pl_PL" />
- <link rel="alternate" hreflang="en" href="https://www.messenger.com/" />
- <link rel="alternate" hreflang="en-GB" href="https://en-gb.messenger.com/" />
- <link rel="alternate" hreflang="ca" href="https://ca-es.messenger.com/" />
- <link rel="alternate" hreflang="cs" href="https://cs-cz.messenger.com/" />
- <link rel="alternate" hreflang="cy" href="https://cy-gb.messenger.com/" />
- <link rel="alternate" hreflang="da" href="https://da-dk.messenger.com/" />
- <link rel="alternate" hreflang="de" href="https://de-de.messenger.com/" />
- <link rel="alternate" hreflang="eu" href="https://eu-es.messenger.com/" />
- <link rel="alternate" hreflang="es" href="https://es-es.messenger.com/" />
- <link rel="alternate" hreflang="es-LA" href="https://es-la.messenger.com/" />
- <link rel="alternate" hreflang="fi" href="https://fi-fi.messenger.com/" />
- <link rel="alternate" hreflang="fr" href="https://fr-fr.messenger.com/" />
- <link rel="alternate" hreflang="fr-CA" href="https://fr-ca.messenger.com/" />
- <link rel="alternate" hreflang="hu" href="https://hu-hu.messenger.com/" />
- <link rel="alternate" hreflang="it" href="https://it-it.messenger.com/" />
- <link rel="alternate" hreflang="ja" href="https://ja-jp.messenger.com/" />
- <link rel="alternate" hreflang="ko" href="https://ko-kr.messenger.com/" />
- <link rel="alternate" hreflang="nb" href="https://nb-no.messenger.com/" />
- <link rel="alternate" hreflang="nl" href="https://nl-nl.messenger.com/" />
- <link rel="alternate" hreflang="pl" href="https://pl-pl.messenger.com/" />
- <link rel="alternate" hreflang="pt" href="https://pt-br.messenger.com/" />
- <link rel="alternate" hreflang="pt-PT" href="https://pt-pt.messenger.com/" />
- <link rel="alternate" hreflang="ro" href="https://ro-ro.messenger.com/" />
- <link rel="alternate" hreflang="ru" href="https://ru-ru.messenger.com/" />
- <link rel="alternate" hreflang="sk" href="https://sk-sk.messenger.com/" />
- <link rel="alternate" hreflang="sl" href="https://sl-si.messenger.com/" />
- <link rel="alternate" hreflang="sv" href="https://sv-se.messenger.com/" />
- <link rel="alternate" hreflang="th" href="https://th-th.messenger.com/" />
- <link rel="alternate" hreflang="tr" href="https://tr-tr.messenger.com/" />
- <link rel="alternate" hreflang="zh" href="https://zh-tw.messenger.com/" />
- <link rel="alternate" hreflang="zh-CN" href="https://zh-cn.messenger.com/" />
- <link rel="alternate" hreflang="zh-HK" href="https://zh-hk.messenger.com/" />
- <link rel="alternate" hreflang="af" href="https://af-za.messenger.com/" />
- <link rel="alternate" hreflang="bn" href="https://bn-in.messenger.com/" />
- <link rel="alternate" hreflang="bg" href="https://bg-bg.messenger.com/" />
- <link rel="alternate" hreflang="hr" href="https://hr-hr.messenger.com/" />
- <link rel="alternate" hreflang="el" href="https://el-gr.messenger.com/" />
- <link rel="alternate" hreflang="hi" href="https://hi-in.messenger.com/" />
- <link rel="alternate" hreflang="id" href="https://id-id.messenger.com/" />
- <link rel="alternate" hreflang="lt" href="https://lt-lt.messenger.com/" />
- <link rel="alternate" hreflang="ms" href="https://ms-my.messenger.com/" />
- <link rel="alternate" hreflang="pa" href="https://pa-in.messenger.com/" />
- <link rel="alternate" hreflang="sr" href="https://sr-rs.messenger.com/" />
- <link rel="alternate" hreflang="tl" href="https://tl-ph.messenger.com/" />
- <link rel="alternate" hreflang="ta" href="https://ta-in.messenger.com/" />
- <link rel="alternate" hreflang="te" href="https://te-in.messenger.com/" />
- <link rel="alternate" hreflang="ml" href="https://ml-in.messenger.com/" />
- <link rel="alternate" hreflang="vi" href="https://vi-vn.messenger.com/" />
- <link rel="alternate" hreflang="ar" href="https://ar-ar.messenger.com/" />
- <link rel="alternate" hreflang="he" href="https://he-il.messenger.com/" />
- <meta name="description" content="Instantly reach the people in your life—for free. Messenger is just like texting, but you don't have to pay for every message (it works with your data plan)." />
- <meta property="og:site_name" content="Facebook" />
- <meta property="og:url" content="https://www.messenger.com/" />
- <meta property="og:type" content="website" />
- <meta property="og:title" content="Messenger" />
- <meta property="og:description" content="Say anything better" />
- <meta property="og:image" content="https://static.xx.fbcdn.net/rsrc.php/v3/yh/r/p6_sqYxQ9ch.png" />
- <meta property="og:locale" content="pl_PL" />
- <link rel="alternate" hreflang="en" href="https://www.messenger.com/" />
- <link rel="alternate" hreflang="en-GB" href="https://en-gb.messenger.com/" />
- <link rel="alternate" hreflang="ca" href="https://ca-es.messenger.com/" />
- <link rel="alternate" hreflang="cs" href="https://cs-cz.messenger.com/" />
- <link rel="alternate" hreflang="cy" href="https://cy-gb.messenger.com/" />
- <link rel="alternate" hreflang="da" href="https://da-dk.messenger.com/" />
- <link rel="alternate" hreflang="de" href="https://de-de.messenger.com/" />
- <link rel="alternate" hreflang="eu" href="https://eu-es.messenger.com/" />
- <link rel="alternate" hreflang="es" href="https://es-es.messenger.com/" />
- <link rel="alternate" hreflang="es-LA" href="https://es-la.messenger.com/" />
- <link rel="alternate" hreflang="fi" href="https://fi-fi.messenger.com/" />
- <link rel="alternate" hreflang="fr" href="https://fr-fr.messenger.com/" />
- <link rel="alternate" hreflang="fr-CA" href="https://fr-ca.messenger.com/" />
- <link rel="alternate" hreflang="hu" href="https://hu-hu.messenger.com/" />
- <link rel="alternate" hreflang="it" href="https://it-it.messenger.com/" />
- <link rel="alternate" hreflang="ja" href="https://ja-jp.messenger.com/" />
- <link rel="alternate" hreflang="ko" href="https://ko-kr.messenger.com/" />
- <link rel="alternate" hreflang="nb" href="https://nb-no.messenger.com/" />
- <link rel="alternate" hreflang="nl" href="https://nl-nl.messenger.com/" />
- <link rel="alternate" hreflang="pl" href="https://pl-pl.messenger.com/" />
- <link rel="alternate" hreflang="pt" href="https://pt-br.messenger.com/" />
- <link rel="alternate" hreflang="pt-PT" href="https://pt-pt.messenger.com/" />
- <link rel="alternate" hreflang="ro" href="https://ro-ro.messenger.com/" />
- <link rel="alternate" hreflang="ru" href="https://ru-ru.messenger.com/" />
- <link rel="alternate" hreflang="sk" href="https://sk-sk.messenger.com/" />
- <link rel="alternate" hreflang="sl" href="https://sl-si.messenger.com/" />
- <link rel="alternate" hreflang="sv" href="https://sv-se.messenger.com/" />
- <link rel="alternate" hreflang="th" href="https://th-th.messenger.com/" />
- <link rel="alternate" hreflang="tr" href="https://tr-tr.messenger.com/" />
- <link rel="alternate" hreflang="zh" href="https://zh-tw.messenger.com/" />
- <link rel="alternate" hreflang="zh-CN" href="https://zh-cn.messenger.com/" />
- <link rel="alternate" hreflang="zh-HK" href="https://zh-hk.messenger.com/" />
- <link rel="alternate" hreflang="af" href="https://af-za.messenger.com/" />
- <link rel="alternate" hreflang="bn" href="https://bn-in.messenger.com/" />
- <link rel="alternate" hreflang="bg" href="https://bg-bg.messenger.com/" />
- <link rel="alternate" hreflang="hr" href="https://hr-hr.messenger.com/" />
- <link rel="alternate" hreflang="el" href="https://el-gr.messenger.com/" />
- <link rel="alternate" hreflang="hi" href="https://hi-in.messenger.com/" />
- <link rel="alternate" hreflang="id" href="https://id-id.messenger.com/" />
- <link rel="alternate" hreflang="lt" href="https://lt-lt.messenger.com/" />
- <link rel="alternate" hreflang="ms" href="https://ms-my.messenger.com/" />
- <link rel="alternate" hreflang="pa" href="https://pa-in.messenger.com/" />
- <link rel="alternate" hreflang="sr" href="https://sr-rs.messenger.com/" />
- <link rel="alternate" hreflang="tl" href="https://tl-ph.messenger.com/" />
- <link rel="alternate" hreflang="ta" href="https://ta-in.messenger.com/" />
- <link rel="alternate" hreflang="te" href="https://te-in.messenger.com/" />
- <link rel="alternate" hreflang="ml" href="https://ml-in.messenger.com/" />
- <link rel="alternate" hreflang="vi" href="https://vi-vn.messenger.com/" />
- <link rel="alternate" hreflang="ar" href="https://ar-ar.messenger.com/" />
- <link rel="alternate" hreflang="he" href="https://he-il.messenger.com/" />
- <link rel="shortcut icon" href="https://static.xx.fbcdn.net/rsrc.php/yg/r/4_vfHVmZ5XD.ico" />
- <link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/yX/l/0,cross/lg1rPUkJ6D0.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="WSVws" crossorigin="anonymous" />
- <link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/y-/l/0,cross/MJwwkeYvrEb.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="uoW9T" crossorigin="anonymous" />
- <link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/yD/l/0,cross/ihjL5W49kdH.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="75NIR" crossorigin="anonymous" />
- <script src="https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/gKfP3JqQZAU.js?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="Wz555" crossorigin="anonymous"></script>
- <script>
- requireLazy(["gkx"], function(gkx) {
- gkx.add({
- "1073500": {
- "result": false,
- "hash": "AT4osCyP3xpkoX4Q"
- },
- "946894": {
- "result": false,
- "hash": "AT6PNmPxPAXhXAUx"
- },
- "676837": {
- "result": false,
- "hash": "AT7qtubvwNXwFL5B"
- },
- "996939": {
- "result": false,
- "hash": "AT7Bmt1otkl_x-SZ"
- },
- "996940": {
- "result": false,
- "hash": "AT5OjRvRN04SbK8A"
- },
- "676940": {
- "result": false,
- "hash": "AT7hRw9Ot9UHFTpu"
- },
- "676920": {
- "result": false,
- "hash": "AT58m1wRmjZQEm1-"
- },
- "676921": {
- "result": false,
- "hash": "AT69vwdBj1STi25W"
- },
- "1113247": {
- "result": false,
- "hash": "AT6SABAvKSYBgHyb"
- },
- "676922": {
- "result": false,
- "hash": "AT7YKL6xlYgQeIs6"
- }
- });
- });
- require("TimeSliceImpl").guard(function() {
- (require("ServerJSDefine")).handleDefines([
- ["cr:717822", ["TimeSliceImpl"], {
- "__rc": ["TimeSliceImpl", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:1003267", ["clearIntervalBlue"], {
- "__rc": ["clearIntervalBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:896462", ["setIntervalAcrossTransitionsBlue"], {
- "__rc": ["setIntervalAcrossTransitionsBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:696703", [], {
- "__rc": [null, "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:986633", ["setTimeoutAcrossTransitionsBlue"], {
- "__rc": ["setTimeoutAcrossTransitionsBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:708886", ["EventProfilerImpl"], {
- "__rc": ["EventProfilerImpl", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:806696", ["clearTimeoutBlue"], {
- "__rc": ["clearTimeoutBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:1100101", ["requestAnimationFrameAcrossTransitionsSimple"], {
- "__rc": ["requestAnimationFrameAcrossTransitionsSimple", "Aa3djYgM8Us2Yl-Hlg35JsbLl9ynuAnBLyWIXnFFwQ0rrWbktMjHDqwFD-h9GMl_Ib-N6e8"]
- }, -1],
- ["cr:807042", ["setTimeoutBlue"], {
- "__rc": ["setTimeoutBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:925100", ["RunBlue"], {
- "__rc": ["RunBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:896461", ["setIntervalBlue"], {
- "__rc": ["setIntervalBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:1000292", ["BanzaiNew"], {
- "__rc": ["BanzaiNew", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:729414", [], {
- "__rc": [null, "Aa2v4tdDaXSHzgv4Q91Q9jfDgpJONnDSIRl9s_4jWoC4qMZEruABTdwS4w5_NXB8QaMQb2ChdR9WYXfEzCMS"]
- }, -1],
- ["cr:695720", ["SnappyCompressUtil"], {
- "__rc": ["SnappyCompressUtil", "Aa0-4fYZJDOJ5eXvKtsB8ly5MshuQKcWPCrxUSoaog7QsbvGVQRbBPgPwTMQqPaR0BqKMrvM-sxn4niADiHgWYGyGbk"]
- }, -1],
- ["cr:692209", ["cancelIdleCallbackBlue"], {
- "__rc": ["cancelIdleCallbackBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["URLFragmentPreludeConfig", [], {
- "hashtagRedirect": false,
- "fragBlacklist": ["nonce", "access_token", "oauth_token", "xs", "checkpoint_data", "code"]
- }, 137],
- ["BootloaderConfig", [], {
- "jsRetries": null,
- "jsRetryAbortNum": 2,
- "jsRetryAbortTime": 5,
- "payloadEndpointURI": "https:\/\/www.messenger.com\/ajax\/bootloader-endpoint\/",
- "preloadBE": false,
- "assumeNotNonblocking": false,
- "shouldCoalesceModuleRequestsMadeInSameTick": true,
- "staggerJsDownloads": false,
- "preloader_num_preloads": 0,
- "preloader_preload_after_dd": false,
- "preloader_num_loads": 1,
- "preloader_enabled": false,
- "retryQueuedBootloads": false,
- "silentDups": false,
- "asyncPreloadBoost": true
- }, 329],
- ["CSSLoaderConfig", [], {
- "timeout": 5000,
- "modulePrefix": "BLCSS:",
- "loadEventSupported": true
- }, 619],
- ["CurrentEnvironment", [], {
- "facebookdotcom": false,
- "messengerdotcom": true
- }, 827],
- ["UriNeedRawQuerySVConfig", [], {
- "uris": ["dms.netmng.com", "doubleclick.net", "r.msn.com", "watchit.sky.com", "graphite.instagram.com", "www.kfc.co.th", "learn.pantheon.io", "www.landmarkshops.in", "www.ncl.com", "s0.wp.com", "www.tatacliq.com", "bs.serving-sys.com", "kohls.com", "lazada.co.th", "xg4ken.com", "technopark.ru", "officedepot.com.mx", "bestbuy.com.mx"]
- }, 3871],
- ["TrustedTypesConfig", [], {
- "useTrustedTypes": false,
- "reportOnly": true
- }, 4548],
- ["ImmediateImplementationExperiments", [], {
- "prefer_message_channel": true
- }, 3419],
- ["PromiseUsePolyfillSetImmediateGK", [], {
- "www_always_use_polyfill_setimmediate": false
- }, 2190],
- ["CurrentCommunityInitialData", [], {}, 490],
- ["CurrentUserInitialData", [], {
- "USER_ID": "0",
- "ACCOUNT_ID": "0",
- "NAME": "",
- "SHORT_NAME": null,
- "IS_MESSENGER_ONLY_USER": false,
- "IS_DEACTIVATED_ALLOWED_ON_MESSENGER": false,
- "APP_ID": "772021112871879"
- }, 270],
- ["DTSGInitialData", [], {}, 258],
- ["SprinkleConfig", [], {
- "param_name": "jazoest",
- "version": 2,
- "should_randomize": false
- }, 2111],
- ["DTSGInitData", [], {
- "token": "",
- "async_get_token": ""
- }, 3515],
- ["ISB", [], {}, 330],
- ["LSD", [], {
- "token": "AVocj3Nd"
- }, 323],
- ["SiteData", [], {
- "server_revision": 1001334484,
- "client_revision": 1001334484,
- "tier": "",
- "push_phase": "C3",
- "pkg_cohort": "PHASED:messengerdotcom_pkg",
- "pr": 1,
- "haste_site": "www",
- "be_mode": 1,
- "be_key": "__be",
- "ir_on": true,
- "is_rtl": false,
- "is_comet": false,
- "hsi": "0-0",
- "spin": 0,
- "__spin_r": 1001334484,
- "__spin_b": "trunk",
- "__spin_t": 1571886658,
- "vip": "2a03:2880:f007:1:face:b00c:0:1"
- }, 317],
- ["ServerNonce", [], {
- "ServerNonce": "e1q0FY_m9BIAfOPkNzij4m"
- }, 141],
- ["InitialCookieConsent", [], {
- "deferCookies": false,
- "noCookies": false,
- "shouldShowCookieBanner": false
- }, 4328],
- ["DataStoreConfig", [], {
- "expandoKey": "__FB_STORE",
- "useExpando": true
- }, 2915],
- ["UserAgentData", [], {
- "browserArchitecture": "64",
- "browserFullVersion": "64.0.3417.61",
- "browserMinorVersion": 0,
- "browserName": "Opera",
- "browserVersion": 64,
- "deviceName": "Unknown",
- "engineName": "WebKit",
- "engineVersion": "537.36",
- "platformArchitecture": "64",
- "platformName": "Windows",
- "platformVersion": "10",
- "platformFullVersion": "10"
- }, 527],
- ["BigPipeExperiments", [], {
- "link_images_to_pagelets": false
- }, 907],
- ["CookieCoreConfig", [], {
- "a11y": {
- "s": "None"
- },
- "act": {
- "s": "Lax"
- },
- "c_user": {
- "s": "None"
- },
- "ddid": {
- "p": "\/deferreddeeplink\/",
- "t": 2419200,
- "s": "None"
- },
- "dpr": {
- "t": 604800,
- "s": "None"
- },
- "js_ver": {
- "t": 604800,
- "s": "None"
- },
- "locale": {
- "t": 604800,
- "s": "None"
- },
- "lh": {
- "t": 604800,
- "s": "None"
- },
- "m_pixel_ratio": {
- "t": 604800,
- "s": "None"
- },
- "noscript": {
- "s": "None"
- },
- "pnl_data2": {
- "t": 2,
- "s": "None"
- },
- "presence": {
- "s": "None"
- },
- "sfau": {
- "s": "None"
- },
- "wd": {
- "t": 604800,
- "s": "None"
- },
- "x-referer": {
- "s": "None"
- },
- "x-src": {
- "t": 1,
- "s": "None"
- },
- "m_ls": {
- "s": "None"
- }
- }, 2104],
- ["CookieCoreLoggingConfig", [], {
- "maximumIgnorableStallMs": 16.67,
- "sampleRate": 9.7e-5,
- "sampleRateClassic": 1.0e-10,
- "sampleRateFastStale": 1.0e-8
- }, 3401],
- ["ArtilleryExperiments", [], {
- "artillery_static_resources_pagelet_attribution": false,
- "artillery_timeslice_compressed_data": false,
- "artillery_miny_client_payload": false,
- "artillery_prolong_page_tracing": false,
- "artillery_navigation_timing_level_2": false,
- "artillery_profiler_on": false,
- "artillery_merge_max_distance_sec": 1,
- "artillery_merge_max_duration_sec": 1,
- "user_timing": false
- }, 1237],
- ["TimeSliceInteractionSV", [], {
- "on_demand_reference_counting": true,
- "on_demand_profiling_counters": true,
- "default_rate": 1000,
- "lite_default_rate": 100,
- "interaction_to_lite_coinflip": {
- "ADS_INTERFACES_INTERACTION": 0,
- "ads_perf_scenario": 0,
- "ads_wait_time": 0,
- "Event": 1,
- "video_psr": 0,
- "video_stall": 0
- },
- "interaction_to_coinflip": {
- "ADS_INTERFACES_INTERACTION": 1,
- "ads_perf_scenario": 1,
- "ads_wait_time": 1,
- "video_psr": 1000000,
- "video_stall": 2500000,
- "Event": 100,
- "pixelcloud_view_performance": 25,
- "intern_notify_inbox_page_load": 10,
- "intern_notify_jewel_list_load": 10,
- "tasks_initial_page_load": 1,
- "watch_carousel_left_scroll": 1,
- "watch_carousel_right_scroll": 1,
- "watch_sections_load_more": 1,
- "watch_discover_scroll": 1,
- "fbpkg_ui": 1,
- "sevmanager_powersearch_initial_page_load": 10,
- "network_ui": 1,
- "daiquery_interactive_query": 1
- },
- "enable_heartbeat": true,
- "maxBlockMergeDuration": 0,
- "maxBlockMergeDistance": 0,
- "enable_banzai_stream": true,
- "user_timing_coinflip": 50,
- "banzai_stream_coinflip": 1,
- "compression_enabled": true,
- "ref_counting_fix": false,
- "ref_counting_cont_fix": false,
- "also_record_new_timeslice_format": false,
- "force_async_request_tracing_on": false
- }, 2609],
- ["EventConfig", [], {
- "sampling": {
- "bandwidth": 0,
- "play": 0,
- "playing": 0,
- "progress": 0,
- "pause": 0,
- "ended": 0,
- "seeked": 0,
- "seeking": 0,
- "waiting": 0,
- "loadedmetadata": 0,
- "canplay": 0,
- "selectionchange": 0,
- "change": 0,
- "timeupdate": 2000000,
- "adaptation": 0,
- "focus": 0,
- "blur": 0,
- "load": 0,
- "error": 0,
- "message": 0,
- "abort": 0,
- "storage": 0,
- "scroll": 200000,
- "mousemove": 20000,
- "mouseover": 10000,
- "mouseout": 10000,
- "mousewheel": 1,
- "MSPointerMove": 10000,
- "keydown": 0.1,
- "click": 0.02,
- "mouseup": 0.02,
- "__100ms": 0.001,
- "__default": 5000,
- "__min": 100,
- "__interactionDefault": 200,
- "__eventDefault": 100000
- },
- "page_sampling_boost": 1,
- "interaction_regexes": {
- "BlueBarAccountChevronMenu": " _5lxs(?: .*)?$",
- "BlueBarHomeButton": " _bluebarLinkHome__interaction-root(?: .*)?$",
- "BlueBarProfileLink": " _1k67(?: .*)?$",
- "ReactComposerSproutMedia": " _1pnt(?: .*)?$",
- "ReactComposerSproutAlbum": " _1pnu(?: .*)?$",
- "ReactComposerSproutNote": " _3-9x(?: .*)?$",
- "ReactComposerSproutLocation": " _1pnv(?: .*)?$",
- "ReactComposerSproutActivity": " _1pnz(?: .*)?$",
- "ReactComposerSproutPeople": " _1pn-(?: .*)?$",
- "ReactComposerSproutLiveVideo": " _5tv7(?: .*)?$",
- "ReactComposerSproutMarkdown": " _311p(?: .*)?$",
- "ReactComposerSproutFormattedText": " _mwg(?: .*)?$",
- "ReactComposerSproutSticker": " _2vri(?: .*)?$",
- "ReactComposerSproutSponsor": " _5t5q(?: .*)?$",
- "ReactComposerSproutEllipsis": " _1gr3(?: .*)?$",
- "ReactComposerSproutContactYourRepresentative": " _3cnv(?: .*)?$",
- "ReactComposerSproutFunFact": " _2_xs(?: .*)?$",
- "TextExposeSeeMoreLink": " see_more_link(?: .*)?$",
- "SnowliftBigCloseButton": "(?: _xlt(?: .*)? _418x(?: .*)?$| _418x(?: .*)? _xlt(?: .*)?$)",
- "SnowliftPrevPager": "(?: snowliftPager(?: .*)? prev(?: .*)?$| prev(?: .*)? snowliftPager(?: .*)?$)",
- "SnowliftNextPager": "(?: snowliftPager(?: .*)? next(?: .*)?$| next(?: .*)? snowliftPager(?: .*)?$)",
- "SnowliftFullScreenButton": "#fbPhotoSnowliftFullScreenSwitch( .+)*",
- "PrivacySelectorMenu": "(?: _57di(?: .*)? _2wli(?: .*)?$| _2wli(?: .*)? _57di(?: .*)?$)",
- "ReactComposerFeedXSprouts": " _nh6(?: .*)?$",
- "SproutsComposerStatusTab": " _sg1(?: .*)?$",
- "SproutsComposerLiveVideoTab": " _sg1(?: .*)?$",
- "SproutsComposerAlbumTab": " _sg1(?: .*)?$",
- "composerAudienceSelector": " _ej0(?: .*)?$",
- "FeedHScrollAttachmentsPrevPager": " _1qqy(?: .*)?$",
- "FeedHScrollAttachmentsNextPager": " _1qqz(?: .*)?$",
- "DockChatTabFlyout": " fbDockChatTabFlyout(?: .*)?$",
- "PrivacyLiteJewel": " _59fc(?: .*)?$",
- "ActorSelector": " _6vh(?: .*)?$",
- "LegacyMentionsInput": "(?: ReactLegacyMentionsInput(?: .*)? uiMentionsInput(?: .*)? _2xwx(?: .*)?$| uiMentionsInput(?: .*)? ReactLegacyMentionsInput(?: .*)? _2xwx(?: .*)?$| _2xwx(?: .*)? ReactLegacyMentionsInput(?: .*)? uiMentionsInput(?: .*)?$| ReactLegacyMentionsInput(?: .*)? _2xwx(?: .*)? uiMentionsInput(?: .*)?$| uiMentionsInput(?: .*)? _2xwx(?: .*)? ReactLegacyMentionsInput(?: .*)?$| _2xwx(?: .*)? uiMentionsInput(?: .*)? ReactLegacyMentionsInput(?: .*)?$)",
- "UFIActionLinksEmbedLink": " _2g1w(?: .*)?$",
- "UFIPhotoAttachLink": " UFIPhotoAttachLinkWrapper(?: .*)?$",
- "UFIMentionsInputProxy": " _1osa(?: .*)?$",
- "UFIMentionsInputDummy": " _1osc(?: .*)?$",
- "UFIOrderingModeSelector": " _3scp(?: .*)?$",
- "UFIPager": "(?: UFIPagerRow(?: .*)? UFIRow(?: .*)?$| UFIRow(?: .*)? UFIPagerRow(?: .*)?$)",
- "UFIReplyRow": "(?: UFIReplyRow(?: .*)? UFICommentReply(?: .*)?$| UFICommentReply(?: .*)? UFIReplyRow(?: .*)?$)",
- "UFIReplySocialSentence": " UFIReplySocialSentenceRow(?: .*)?$",
- "UFIShareLink": " _5f9b(?: .*)?$",
- "UFIStickerButton": " UFICommentStickerButton(?: .*)?$",
- "MentionsInput": " _5yk1(?: .*)?$",
- "FantaChatTabRoot": " _3_9e(?: .*)?$",
- "SnowliftViewableRoot": " _2-sx(?: .*)?$",
- "ReactBlueBarJewelButton": " _5fwr(?: .*)?$",
- "UFIReactionsDialogLayerImpl": " _1oxk(?: .*)?$",
- "UFIReactionsLikeLinkImpl": " _4x9_(?: .*)?$",
- "UFIReactionsLinkImplRoot": " _khz(?: .*)?$",
- "Reaction": " _iuw(?: .*)?$",
- "UFIReactionsMenuImpl": " _iu-(?: .*)?$",
- "UFIReactionsSpatialReactionIconContainer": " _1fq9(?: .*)?$",
- "VideoComponentPlayButton": " _bsl(?: .*)?$",
- "FeedOptionsPopover": " _b1e(?: .*)?$",
- "UFICommentLikeCount": " UFICommentLikeButton(?: .*)?$",
- "UFICommentLink": " _5yxe(?: .*)?$",
- "ChatTabComposerInputContainer": " _552h(?: .*)?$",
- "ChatTabHeader": " _15p4(?: .*)?$",
- "DraftEditor": " _5rp7(?: .*)?$",
- "ChatSideBarDropDown": " _5vm9(?: .*)?$",
- "SearchBox": " _539-(?: .*)?$",
- "ChatSideBarLink": " _55ln(?: .*)?$",
- "MessengerSearchTypeahead": " _3rh8(?: .*)?$",
- "NotificationListItem": " _33c(?: .*)?$",
- "MessageJewelListItem": " messagesContent(?: .*)?$",
- "Messages_Jewel_Button": " _3eo8(?: .*)?$",
- "Notifications_Jewel_Button": " _3eo9(?: .*)?$",
- "snowliftopen": " _342u(?: .*)?$",
- "NoteTextSeeMoreLink": " _3qd_(?: .*)?$",
- "fbFeedOptionsPopover": " _1he6(?: .*)?$",
- "Requests_Jewel_Button": " _3eoa(?: .*)?$",
- "UFICommentActionLinkAjaxify": " _15-3(?: .*)?$",
- "UFICommentActionLinkRedirect": " _15-6(?: .*)?$",
- "UFICommentActionLinkDispatched": " _15-7(?: .*)?$",
- "UFICommentCloseButton": " _36rj(?: .*)?$",
- "UFICommentActionsRemovePreview": " _460h(?: .*)?$",
- "UFICommentActionsReply": " _460i(?: .*)?$",
- "UFICommentActionsSaleItemMessage": " _460j(?: .*)?$",
- "UFICommentActionsAcceptAnswer": " _460k(?: .*)?$",
- "UFICommentActionsUnacceptAnswer": " _460l(?: .*)?$",
- "UFICommentReactionsLikeLink": " _3-me(?: .*)?$",
- "UFICommentMenu": " _1-be(?: .*)?$",
- "UFIMentionsInputFallback": " _289b(?: .*)?$",
- "UFIMentionsInputComponent": " _289c(?: .*)?$",
- "UFIMentionsInputProxyInput": " _432z(?: .*)?$",
- "UFIMentionsInputProxyDummy": " _432-(?: .*)?$",
- "UFIPrivateReplyLinkMessage": " _14hj(?: .*)?$",
- "UFIPrivateReplyLinkSeeReply": " _14hk(?: .*)?$",
- "ChatCloseButton": " _4vu4(?: .*)?$",
- "ChatTabComposerPhotoUploader": " _13f-(?: .*)?$",
- "ChatTabComposerGroupPollingButton": " _13f_(?: .*)?$",
- "ChatTabComposerGames": " _13ga(?: .*)?$",
- "ChatTabComposerPlan": " _13gb(?: .*)?$",
- "ChatTabComposerFileUploader": " _13gd(?: .*)?$",
- "ChatTabStickersButton": " _13ge(?: .*)?$",
- "ChatTabComposerGifButton": " _13gf(?: .*)?$",
- "ChatTabComposerEmojiPicker": " _13gg(?: .*)?$",
- "ChatTabComposerLikeButton": " _13gi(?: .*)?$",
- "ChatTabComposerP2PButton": " _13gj(?: .*)?$",
- "ChatTabComposerQuickCam": " _13gk(?: .*)?$",
- "ChatTabHeaderAudioRTCButton": " _461a(?: .*)?$",
- "ChatTabHeaderVideoRTCButton": " _461b(?: .*)?$",
- "ChatTabHeaderOptionsButton": " _461_(?: .*)?$",
- "ChatTabHeaderAddToThreadButton": " _4620(?: .*)?$",
- "ReactComposerMediaSprout": " _fk5(?: .*)?$",
- "UFIReactionsBlingSocialSentenceComments": " _-56(?: .*)?$",
- "UFIReactionsBlingSocialSentenceSeens": " _2x0l(?: .*)?$",
- "UFIReactionsBlingSocialSentenceShares": " _2x0m(?: .*)?$",
- "UFIReactionsBlingSocialSentenceViews": " _-5c(?: .*)?$",
- "UFIReactionsBlingSocialSentence": " _-5d(?: .*)?$",
- "UFIReactionsSocialSentence": " _1vaq(?: .*)?$",
- "VideoFullscreenButton": " _39ip(?: .*)?$",
- "Tahoe": " _400z(?: .*)?$",
- "TahoeFromVideoPlayer": " _1vek(?: .*)?$",
- "TahoeFromVideoLink": " _2-40(?: .*)?$",
- "TahoeFromPhoto": " _2ju5(?: .*)?$",
- "FBStoryTrayItem": " _1fvw(?: .*)?$",
- "Mobile_Feed_Jewel_Button": "#feed_jewel( .+)*",
- "Mobile_Requests_Jewel_Button": "#requests_jewel( .+)*",
- "Mobile_Messages_Jewel_Button": "#messages_jewel( .+)*",
- "Mobile_Notifications_Jewel_Button": "#notifications_jewel( .+)*",
- "Mobile_Search_Jewel_Button": "#search_jewel( .+)*",
- "Mobile_Bookmarks_Jewel_Button": "#bookmarks_jewel( .+)*",
- "Mobile_Feed_UFI_Comment_Button_Permalink": " _l-a(?: .*)?$",
- "Mobile_Feed_UFI_Comment_Button_Flyout": " _4qeq(?: .*)?$",
- "Mobile_Feed_UFI_Token_Bar_Flyout": " _4qer(?: .*)?$",
- "Mobile_Feed_UFI_Token_Bar_Permalink": " _4-09(?: .*)?$",
- "Mobile_UFI_Share_Button": " _15kr(?: .*)?$",
- "Mobile_Feed_Photo_Permalink": " _1mh-(?: .*)?$",
- "Mobile_Feed_Video_Permalink": " _65g_(?: .*)?$",
- "Mobile_Feed_Profile_Permalink": " _4kk6(?: .*)?$",
- "Mobile_Feed_Story_Permalink": " _26yo(?: .*)?$",
- "Mobile_Feed_Page_Permalink": " _4e81(?: .*)?$",
- "Mobile_Feed_Group_Permalink": " _20u1(?: .*)?$",
- "Mobile_Feed_Event_Permalink": " _20u0(?: .*)?$",
- "ProfileIntroCardAddFeaturedMedia": " _30qr(?: .*)?$",
- "ProfileSectionAbout": " _84wb(?: .*)?$",
- "ProfileSectionAllRelationships": " _84wc(?: .*)?$",
- "ProfileSectionAtWork": " _2fnv(?: .*)?$",
- "ProfileSectionContactBasic": " _84vf(?: .*)?$",
- "ProfileSectionEducation": " _84vh(?: .*)?$",
- "ProfileSectionOverview": " _84vj(?: .*)?$",
- "ProfileSectionPlaces": " _84vg(?: .*)?$",
- "ProfileSectionYearOverviews": " _84vi(?: .*)?$",
- "IntlPolyglotHomepage": " _Interaction__IntlPolyglotVoteActivityCardButton(?: .*)?$",
- "ProtonElementSelection": " _67ft(?: .*)?$"
- },
- "interaction_boost": {
- "SnowliftPrevPager": 0.2,
- "SnowliftNextPager": 0.2,
- "ChatSideBarLink": 2,
- "MessengerSearchTypeahead": 2,
- "Messages_Jewel_Button": 2.5,
- "Notifications_Jewel_Button": 1.5,
- "Tahoe": 30,
- "ProtonElementSelection": 4
- },
- "event_types": {
- "BlueBarAccountChevronMenu": ["click"],
- "BlueBarHomeButton": ["click"],
- "BlueBarProfileLink": ["click"],
- "ReactComposerSproutMedia": ["click"],
- "ReactComposerSproutAlbum": ["click"],
- "ReactComposerSproutNote": ["click"],
- "ReactComposerSproutLocation": ["click"],
- "ReactComposerSproutActivity": ["click"],
- "ReactComposerSproutPeople": ["click"],
- "ReactComposerSproutLiveVideo": ["click"],
- "ReactComposerSproutMarkdown": ["click"],
- "ReactComposerSproutFormattedText": ["click"],
- "ReactComposerSproutSticker": ["click"],
- "ReactComposerSproutSponsor": ["click"],
- "ReactComposerSproutEllipsis": ["click"],
- "ReactComposerSproutContactYourRepresentative": ["click"],
- "ReactComposerSproutFunFact": ["click"],
- "TextExposeSeeMoreLink": ["click"],
- "SnowliftBigCloseButton": ["click"],
- "SnowliftPrevPager": ["click"],
- "SnowliftNextPager": ["click"],
- "SnowliftFullScreenButton": ["click"],
- "PrivacySelectorMenu": ["click"],
- "ReactComposerFeedXSprouts": ["click"],
- "SproutsComposerStatusTab": ["click"],
- "SproutsComposerLiveVideoTab": ["click"],
- "SproutsComposerAlbumTab": ["click"],
- "composerAudienceSelector": ["click"],
- "FeedHScrollAttachmentsPrevPager": ["click"],
- "FeedHScrollAttachmentsNextPager": ["click"],
- "DockChatTabFlyout": ["click"],
- "PrivacyLiteJewel": ["click"],
- "ActorSelector": ["click"],
- "LegacyMentionsInput": ["click"],
- "UFIActionLinksEmbedLink": ["click"],
- "UFIPhotoAttachLink": ["click"],
- "UFIMentionsInputProxy": ["click"],
- "UFIMentionsInputDummy": ["click"],
- "UFIOrderingModeSelector": ["click"],
- "UFIPager": ["click"],
- "UFIReplyRow": ["click"],
- "UFIReplySocialSentence": ["click"],
- "UFIShareLink": ["click"],
- "UFIStickerButton": ["click"],
- "MentionsInput": ["click"],
- "FantaChatTabRoot": ["click"],
- "SnowliftViewableRoot": ["click"],
- "ReactBlueBarJewelButton": ["click"],
- "UFIReactionsDialogLayerImpl": ["click"],
- "UFIReactionsLikeLinkImpl": ["click"],
- "UFIReactionsLinkImplRoot": ["click"],
- "Reaction": ["click"],
- "UFIReactionsMenuImpl": ["click"],
- "UFIReactionsSpatialReactionIconContainer": ["click"],
- "VideoComponentPlayButton": ["click"],
- "FeedOptionsPopover": ["click"],
- "UFICommentLikeCount": ["click"],
- "UFICommentLink": ["click"],
- "ChatTabComposerInputContainer": ["click"],
- "ChatTabHeader": ["click"],
- "DraftEditor": ["click"],
- "ChatSideBarDropDown": ["click"],
- "SearchBox": ["click"],
- "ChatSideBarLink": ["mouseup"],
- "MessengerSearchTypeahead": ["click"],
- "NotificationListItem": ["click"],
- "MessageJewelListItem": ["click"],
- "Messages_Jewel_Button": ["click"],
- "Notifications_Jewel_Button": ["click"],
- "snowliftopen": ["click"],
- "NoteTextSeeMoreLink": ["click"],
- "fbFeedOptionsPopover": ["click"],
- "Requests_Jewel_Button": ["click"],
- "UFICommentActionLinkAjaxify": ["click"],
- "UFICommentActionLinkRedirect": ["click"],
- "UFICommentActionLinkDispatched": ["click"],
- "UFICommentCloseButton": ["click"],
- "UFICommentActionsRemovePreview": ["click"],
- "UFICommentActionsReply": ["click"],
- "UFICommentActionsSaleItemMessage": ["click"],
- "UFICommentActionsAcceptAnswer": ["click"],
- "UFICommentActionsUnacceptAnswer": ["click"],
- "UFICommentReactionsLikeLink": ["click"],
- "UFICommentMenu": ["click"],
- "UFIMentionsInputFallback": ["click"],
- "UFIMentionsInputComponent": ["click"],
- "UFIMentionsInputProxyInput": ["click"],
- "UFIMentionsInputProxyDummy": ["click"],
- "UFIPrivateReplyLinkMessage": ["click"],
- "UFIPrivateReplyLinkSeeReply": ["click"],
- "ChatCloseButton": ["click"],
- "ChatTabComposerPhotoUploader": ["click"],
- "ChatTabComposerGroupPollingButton": ["click"],
- "ChatTabComposerGames": ["click"],
- "ChatTabComposerPlan": ["click"],
- "ChatTabComposerFileUploader": ["click"],
- "ChatTabStickersButton": ["click"],
- "ChatTabComposerGifButton": ["click"],
- "ChatTabComposerEmojiPicker": ["click"],
- "ChatTabComposerLikeButton": ["click"],
- "ChatTabComposerP2PButton": ["click"],
- "ChatTabComposerQuickCam": ["click"],
- "ChatTabHeaderAudioRTCButton": ["click"],
- "ChatTabHeaderVideoRTCButton": ["click"],
- "ChatTabHeaderOptionsButton": ["click"],
- "ChatTabHeaderAddToThreadButton": ["click"],
- "ReactComposerMediaSprout": ["click"],
- "UFIReactionsBlingSocialSentenceComments": ["click"],
- "UFIReactionsBlingSocialSentenceSeens": ["click"],
- "UFIReactionsBlingSocialSentenceShares": ["click"],
- "UFIReactionsBlingSocialSentenceViews": ["click"],
- "UFIReactionsBlingSocialSentence": ["click"],
- "UFIReactionsSocialSentence": ["click"],
- "VideoFullscreenButton": ["click"],
- "Tahoe": ["click"],
- "TahoeFromVideoPlayer": ["click"],
- "TahoeFromVideoLink": ["click"],
- "TahoeFromPhoto": ["click"],
- "": ["click"],
- "FBStoryTrayItem": ["click"],
- "Mobile_Feed_Jewel_Button": ["click"],
- "Mobile_Requests_Jewel_Button": ["click"],
- "Mobile_Messages_Jewel_Button": ["click"],
- "Mobile_Notifications_Jewel_Button": ["click"],
- "Mobile_Search_Jewel_Button": ["click"],
- "Mobile_Bookmarks_Jewel_Button": ["click"],
- "Mobile_Feed_UFI_Comment_Button_Permalink": ["click"],
- "Mobile_Feed_UFI_Comment_Button_Flyout": ["click"],
- "Mobile_Feed_UFI_Token_Bar_Flyout": ["click"],
- "Mobile_Feed_UFI_Token_Bar_Permalink": ["click"],
- "Mobile_UFI_Share_Button": ["click"],
- "Mobile_Feed_Photo_Permalink": ["click"],
- "Mobile_Feed_Video_Permalink": ["click"],
- "Mobile_Feed_Profile_Permalink": ["click"],
- "Mobile_Feed_Story_Permalink": ["click"],
- "Mobile_Feed_Page_Permalink": ["click"],
- "Mobile_Feed_Group_Permalink": ["click"],
- "Mobile_Feed_Event_Permalink": ["click"],
- "ProfileIntroCardAddFeaturedMedia": ["click"],
- "ProfileSectionAbout": ["click"],
- "ProfileSectionAllRelationships": ["click"],
- "ProfileSectionAtWork": ["click"],
- "ProfileSectionContactBasic": ["click"],
- "ProfileSectionEducation": ["click"],
- "ProfileSectionOverview": ["click"],
- "ProfileSectionPlaces": ["click"],
- "ProfileSectionYearOverviews": ["click"],
- "IntlPolyglotHomepage": ["click"],
- "ProtonElementSelection": ["click"]
- },
- "manual_instrumentation": false,
- "profile_eager_execution": true,
- "disable_heuristic": false,
- "disable_event_profiler": false
- }, 1726],
- ["AdsInterfacesSessionConfig", [], {}, 2393],
- ["BanzaiConfig", [], {
- "EXPIRY": 86400000,
- "MAX_SIZE": 10000,
- "MAX_WAIT": 150000,
- "RESTORE_WAIT": 150000,
- "blacklist": ["time_spent"],
- "gks": {
- "boosted_component": true,
- "boosted_pagelikes": true,
- "jslogger": true,
- "mercury_send_error_logging": true,
- "platform_oauth_client_events": true,
- "xtrackable_clientview_batch": true,
- "visibility_tracking": true,
- "graphexplorer": true,
- "gqls_web_logging": true,
- "sticker_search_ranking": true
- }
- }, 7],
- ["ZeroRewriteRules", [], {
- "rewrite_rules": {},
- "whitelist": {
- "\/hr\/r": 1,
- "\/hr\/p": 1,
- "\/zero\/unsupported_browser\/": 1,
- "\/zero\/policy\/optin": 1,
- "\/zero\/optin\/write\/": 1,
- "\/zero\/optin\/legal\/": 1,
- "\/zero\/optin\/free\/": 1,
- "\/about\/privacy\/": 1,
- "\/about\/privacy\/update\/": 1,
- "\/about\/privacy\/update": 1,
- "\/zero\/toggle\/welcome\/": 1,
- "\/zero\/toggle\/nux\/": 1,
- "\/fup\/interstitial\/": 1,
- "\/work\/landing": 1,
- "\/work\/login\/": 1,
- "\/work\/email\/": 1,
- "\/ai.php": 1,
- "\/js_dialog_resources\/dialog_descriptions_android.json": 0,
- "\/connect\/jsdialog\/MPlatformAppInvitesJSDialog\/": 0,
- "\/connect\/jsdialog\/MPlatformOAuthShimJSDialog\/": 0,
- "\/connect\/jsdialog\/MPlatformLikeJSDialog\/": 0,
- "\/qp\/interstitial\/": 1,
- "\/qp\/action\/redirect\/": 1,
- "\/qp\/action\/close\/": 1,
- "\/zero\/support\/ineligible\/": 1,
- "\/zero_balance_redirect\/": 1,
- "\/zero_balance_redirect": 1,
- "\/l.php": 1,
- "\/lsr.php": 1,
- "\/ajax\/dtsg\/": 1,
- "\/checkpoint\/block\/": 1,
- "\/exitdsite": 1,
- "\/zero\/balance\/pixel\/": 1,
- "\/zero\/balance\/": 1,
- "\/zero\/balance\/carrier_landing\/": 1,
- "\/zero\/flex\/logging\/": 1,
- "\/tr": 1,
- "\/tr\/": 1,
- "\/sem_campaigns\/sem_pixel_test\/": 1,
- "\/bookmarks\/flyout\/body\/": 1,
- "\/zero\/subno\/": 1,
- "\/confirmemail.php": 1,
- "\/policies\/": 1,
- "\/mobile\/internetdotorg\/classifier\/": 1,
- "\/zero\/dogfooding": 1,
- "\/xti.php": 1,
- "\/zero\/fblite\/config\/": 1,
- "\/lite\/": 1,
- "\/hr\/zsh\/wc\/": 1,
- "\/4oh4.php": 1,
- "\/autologin.php": 1,
- "\/birthday_help.php": 1,
- "\/checkpoint\/": 1,
- "\/contact-importer\/": 1,
- "\/cr.php": 1,
- "\/legal\/terms\/": 1,
- "\/login.php": 1,
- "\/login\/": 1,
- "\/mobile\/account\/": 1,
- "\/n\/": 1,
- "\/remote_test_device\/": 1,
- "\/upsell\/buy\/": 1,
- "\/upsell\/buyconfirm\/": 1,
- "\/upsell\/buyresult\/": 1,
- "\/upsell\/promos\/": 1,
- "\/upsell\/continue\/": 1,
- "\/upsell\/h\/promos\/": 1,
- "\/upsell\/loan\/learnmore\/": 1,
- "\/upsell\/purchase\/": 1,
- "\/upsell\/promos\/upgrade\/": 1,
- "\/upsell\/buy_redirect\/": 1,
- "\/upsell\/loan\/buyconfirm\/": 1,
- "\/upsell\/loan\/buy\/": 1,
- "\/upsell\/sms\/": 1,
- "\/wap\/a\/channel\/reconnect.php": 1,
- "\/wap\/a\/nux\/wizard\/nav.php": 1,
- "\/wap\/appreg.php": 1,
- "\/wap\/birthday_help.php": 1,
- "\/wap\/c.php": 1,
- "\/wap\/confirmemail.php": 1,
- "\/wap\/cr.php": 1,
- "\/wap\/login.php": 1,
- "\/wap\/r.php": 1,
- "\/zero\/datapolicy": 1,
- "\/a\/timezone.php": 1,
- "\/a\/bz": 1,
- "\/bz\/reliability": 1,
- "\/r.php": 1,
- "\/mr\/": 1,
- "\/reg\/": 1,
- "\/registration\/log\/": 1,
- "\/terms\/": 1,
- "\/f123\/": 1,
- "\/expert\/": 1,
- "\/experts\/": 1,
- "\/terms\/index.php": 1,
- "\/terms.php": 1,
- "\/srr\/": 1,
- "\/msite\/redirect\/": 1,
- "\/fbs\/pixel\/": 1,
- "\/contactpoint\/preconfirmation\/": 1,
- "\/contactpoint\/cliff\/": 1,
- "\/contactpoint\/confirm\/submit\/": 1,
- "\/contactpoint\/confirmed\/": 1,
- "\/contactpoint\/login\/": 1,
- "\/preconfirmation\/contactpoint_change\/": 1,
- "\/help\/contact\/": 1,
- "\/survey\/": 1,
- "\/upsell\/loyaltytopup\/accept\/": 1,
- "\/settings\/": 1
- }
- }, 1478]
- ]);
- new(require("ServerJS"))().handle({
- "require": [
- ["markJSEnabled"],
- ["lowerDomain"],
- ["URLFragmentPrelude"],
- ["Primer"],
- ["BigPipe"],
- ["Bootloader"],
- ["TimeSlice"],
- ["ArtilleryOnUntilOffLogging", "disable", [],
- []
- ],
- ["BanzaiODS"],
- ["VisualCompletionGating"],
- ["BanzaiScuba"]
- ]
- });
- }, "ServerJS define", {
- "root": true
- })();
- </script>
- </head>
- <body class="_605a webkit win x1 Locale_pl_PL" dir="ltr">
- <script>
- requireLazy(["bootstrapWebSession"], function(j) {
- j(1571886658)
- })
- </script>
- <div>
- <header class="_4n9r" style="top: 30px;" id="u_0_1">
- <div class="_1-l6" id="u_0_2"></div>
- <div class="_1-l5">
- <div class="_1-kf _1-kg" id="u_0_3">
- <div>
- <a class="_3yl5 navlink" href="/">
- <div><span class="_6a8a"><img class="_1-kh img" src="https://scontent-vie1-1.xx.fbcdn.net/v/t39.8562-6/37789948_1959933824027454_666414594595487744_n.png?_nc_cat=1&_nc_oc=AQllBZLbHWwWAAQHWArm6Stnj10kA2DyIUlV77Qy9p1aqx2eYikmVIUKFUVAU-LIhoUW9yrmTQLe51R3aGMom8wO&_nc_ht=scontent-vie1-1.xx&oh=021bb41c3321f9c561046ed44e9db3e9&oe=5E1C704D" alt="Messenger" /></span></div>
- </a>
- </div>
- </div>
- <ul class="_2fux">
- <li class="_4qfn" id="u_0_4"><a href="/features" class="_4vo5">Funkcje</a></li>
- <li class="_4qfn" id="u_0_5"><a href="https://l.messenger.com/l.php?u=https%3A%2F%2Fmessenger.fb.com%2F%3Fref%3Dplatform&h=AT0Tp3m0n07C-hvfVJG9YJhCmTBzla7IfpyHYT7WYGNPgG4eABODAMByYhPAwj2GSFlqcwHkEoWHpE6ei6ggWZWx4nzmsg1aqAXpIzmo8SJ8ICVObMnWk3eUUBbj8ELKCxuRE9XtM1BGx0JicduVzfP98WhzZmv5Rqc1GA" class="_4vo5" target="_blank" rel="noopener nofollow" data-lynx-mode="asynclazy">dla deweloperów</a></li>
- </ul>
- </div>
- </header>
- <div class="_6az_ _6b69 _2tqi _8mgu">
- <div>
- <div class="_4wyl _4wyq _2k-y _2k-q _4wyu">
- <div class="_4wyn _4wyo">
- <div class="_6b6c">
- <div class="_2kx3 _2ky6 _2kx4">
- <div class="_2kzy">
- <div class="_6aun">
- <div>
- <div class="_6b6w">
- <div>
- <h1 class="_6b6b">Zawsze razem.</h1></div>
- </div>
- <div class="_6auo">Prosty i uniwersalny sposób na planowanie i przesyłanie wiadomości tekstowych oraz organizowanie rozmów wideo.</div>
- <div>
- <div class="_6aup">
- <div>
- <div class="_2qcy" id="u_0_6"></div>
- <div class="_2qcl hidden_elem" id="u_0_7">
- <div class="_6auq">
- <div>
- <form action="login.php" method="post">
- <input type="hidden" name="jazoest" value="2696" autocomplete="off" />
- <input type="hidden" name="lsd" value="AVocj3Nd" autocomplete="off" />
- <div id="loginform">
- <input type="hidden" autocomplete="off" id="initial_request_id" name="initial_request_id" value="A15TPtfSs26yM6mDDCO2k1a" />
- <input type="hidden" autocomplete="off" name="timezone" value="" id="u_0_8" />
- <input type="hidden" autocomplete="off" name="lgndim" value="" id="u_0_9" />
- <input type="hidden" name="lgnrnd" value="201058_utn4" />
- <input type="hidden" id="lgnjs" name="lgnjs" value="n" />
- <input type="text" class="inputtext _55r1 _2qcn" id="email" name="email" placeholder="Adres e-mail lub numer telefonu" value="" tabindex="0" aria-label="Adres e-mail lub numer telefonu" />
- <input type="password" class="inputtext _55r1 _2qcn" name="pass" id="pass" tabindex="0" placeholder="Hasło" aria-label="Hasło" />
- <button value="1" class="_42ft _4jy0 _3_t3 _2qcm _4jy4 _517h _51sy" id="loginbutton" name="login" tabindex="0" type="submit">Zaloguj się</button>
- <div class="_2qcr">
- <div class="uiInputLabel clearfix">
- <label class="uiInputLabelInput">
- <input type="checkbox" value="1" name="persistent" tabindex="0" class="_2qcs" id="u_0_0" /><span class="_2qcu"></span></label>
- <label for="u_0_0" class="uiInputLabelLabel">Nie wylogowuj mnie</label>
- </div>
- </div>
- <input type="hidden" autocomplete="off" id="default_persistent" name="default_persistent" value="0" /><a class="_6g2n" href="https://facebook.com/recover/initiate/?ref=www_reauth_page" id="u_0_a">Nie pamiętasz hasła?</a></div>
- </form>
- </div>
- </div>
- <div class="_4zlw" id="u_0_b"><a href="https://l.messenger.com/l.php?u=http%3A%2F%2Fitunes.apple.com%2Fapp%2Fid454638411&h=AT0CSqpshI2BTn7hgMWJCKBRbw7vnL9r2r_M-wN5CDFnzyWWP8SshI3pLTmHrPR2KpfB8TsGXVLXhrvw8NTEkS33BGBdSywD9U24l1TftRZwCUZDKzlkGFflp3iM8XorFHeS9pq6XnHpwrSuuqkRND2Hnorhean4BDdybA" target="_blank" rel="noopener nofollow" data-lynx-mode="asynclazy"><i class="img sp_arPOUo9tkNX sx_003b51"></i></a><a href="https://l.messenger.com/l.php?u=https%3A%2F%2Fmarket.android.com%2Fdetails%3Fid%3Dcom.facebook.orca&h=AT2faQzD8sSlCKOV62TOlEL7UQl6fyYcrvqbp-POmTcJzFd8gUldlWv4xJNxyum-G1w9CvS4j04_VRMo4RuOmUFtprQs8AHRbpfz9aCn5g9gQjv6RjYxdvYIKUzWdvUXO8HkIARsl0suRtzBkeKtamXvbJ4NOlbcY-LAsw" target="_blank" rel="noopener nofollow" data-lynx-mode="asynclazy"><i class="img sp_arPOUo9tkNX sx_f7f55a"></i></a></div>
- </div>
- </div>
- </div>
- <div class="hidden_elem" id="u_0_c"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="_2kx3 _2ky6 _2kx4">
- <div class="_2kzy"><img class="_6b6a _3ftg img" alt="" src="https://scontent-vie1-1.xx.fbcdn.net/v/t39.8562-6/44612985_257609764945259_253729135791177728_n.jpg?_nc_cat=1&_nc_oc=AQnW6rO01kNIV6aKdB72gOjJqMdm0bWWwHxhBAZ_3apOg6OaBvyTG_cJtrG7reyuumAAoUap3qj7hgPhLOqL1lbv&_nc_ht=scontent-vie1-1.xx&oh=80aaa167b14805974fc9c73d70f060a2&oe=5E25DB3B" width="1364" /><img class="_6b6a _3fth img" alt="" src="https://scontent-vie1-1.xx.fbcdn.net/v/t39.8562-6/44510557_335518913923042_8165874702586216448_n.jpg?_nc_cat=1&_nc_oc=AQlFwCfRoQCNasGskT7e84U_jYL0QtSLd6axb3pkZcJng2Y94z0MiuilloJbs0q7p8bZCdEGLOj_JesmrKYlzh6h&_nc_ht=scontent-vie1-1.xx&oh=1931c21e70761a18ae584ca846cee089&oe=5E622C1F" width="1394" /></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="_4wyl _2k-- _2k-q _4wyu">
- <div class="_4wyn">
- <div class="_3-yy" style="background-color: #FAFAFA;"></div>
- <div>
- <div>
- <div class="_6b6w">
- <div>
- <h1 class="_6b6b">Tak wiele sposobów na utrzymywanie kontaktu ze wszystkimi znajomymi</h1></div>
- </div>
- </div>
- </div>
- <div class="_6b6c">
- <div class="_2kx3 _2kyy _6gvo _2kx4">
- <div class="_2kzy">
- <div class="_6gvm" id="u_0_d">
- <div class="_3-yy _6z0z" style="background-color: #FFF;background-image: url(https://scontent-vie1-1.xx.fbcdn.net/v/t39.8562-6/42466073_1965890656806201_8160997823056183296_n.png?_nc_cat=1&_nc_oc=AQnyKR30EUqCQ9V2zcd2_ZXbIoEe0vBkBT3xuDdE38SnGKh1HZ9gRarlsFapfIaGLLior7ULZdOzhtohegYhmyC9&_nc_ht=scontent-vie1-1.xx&oh=44853e47ba71aed0a9f2466d78ef3db7&oe=5E1CB82C);background-repeat: no-repeat;background-size: 90% auto;background-position: center 7%;"></div>
- <div class="_6gvn">
- <div class="_6gu2">
- <h2>Stworzenie grupy</h2>
- <h3>Wyszukaj swoich znajomych, nawet gdy nie masz ich numerów telefonu, i stwórzcie razem grupę.</h3></div>
- </div>
- </div>
- </div>
- </div>
- <div class="_2kx3 _2kyy _6gvo _2kx4">
- <div class="_2kzy">
- <div class="_6gvm" id="u_0_e">
- <div class="_3-yy _6z0z" style="background-color: #FFF;background-image: url(https://scontent-vie1-1.xx.fbcdn.net/v/t39.8562-6/42428744_249359745772029_7507114388252262400_n.png?_nc_cat=1&_nc_oc=AQmfQCnzPnAL4ndWs3BAcI7CacOXKz8MnRoGkpxJ44rNfN53BQRvs2BskRQxB0s3GvCyzLy_WM6qYru5tEHf1sBm&_nc_ht=scontent-vie1-1.xx&oh=bceebe484993e0fef3e85cc125bce8af&oe=5E1F51EE);background-repeat: no-repeat;background-size: 70% auto;background-position: center 10%;"></div>
- <div class="_6gvn">
- <div class="_6gu2">
- <h2>Wspólne spędzanie czasu i dobra zabawa</h2>
- <h3>Zobacz, kto jest online, zorganizuj grupową rozmowę wideo, a nawet graj z innymi w gry. To świetny sposób na wspólne spędzanie czasu.</h3></div>
- </div>
- </div>
- </div>
- </div>
- <div class="_2kx3 _2kyy _6gvo _2kx4">
- <div class="_2kzy">
- <div class="_6gvm" id="u_0_f">
- <div class="_3-yy _6z0z" style="background-color: #FFF;background-image: url(https://scontent-vie1-1.xx.fbcdn.net/v/t39.8562-6/42633195_234362760568400_5377837063670333440_n.png?_nc_cat=1&_nc_oc=AQlMMWxSRE0NuwIpXBIRqIjBMNSTGXARp_8qn-m7_FrcwO_9e7WdG_n2VFjWBcche5jm0MDkKOpDoE_4FSp6ue6Y&_nc_ht=scontent-vie1-1.xx&oh=f00bd2cdcff16181cbdd32f57bc630a3&oe=5E1D283B);background-repeat: no-repeat;background-size: 90% auto;background-position: center 10%;"></div>
- <div class="_6gvn">
- <div class="_6gu2">
- <h2>Planowanie i realizacja</h2>
- <h3>Korzystaj z funkcji, takich jak ankiety, przypomnienia, udostępnianie lokalizacji czy przekazywanie pieniędzy znajomym, i przejdź od rozmów do spotkań w prawdziwym świecie.</h3></div>
- </div>
- </div>
- </div>
- </div>
- <div class="_2kx3 _2kyy _6gvo _2kx4">
- <div class="_2kzy">
- <div class="_6gvm" id="u_0_g">
- <div class="_3-yy _6z0z" style="background-color: #FFF;background-image: url(https://scontent-vie1-1.xx.fbcdn.net/v/t39.8562-6/42502732_246464739398907_7035450498668822528_n.png?_nc_cat=1&_nc_oc=AQk0pZZHPxw93kdNxhiBVdHsEO93jY-CvTpXst_1DbUtFpw0q4ZD0VZ2MEJiflBxFs6shv6dxhuYQlS5Cyzpg7VA&_nc_ht=scontent-vie1-1.xx&oh=bc7e94dc19cdbf909460b18b1e71d251&oe=5E20A22F);background-repeat: no-repeat;background-size: 90% auto;background-position: center 5%;"></div>
- <div class="_6gvn">
- <div class="_6gu2">
- <h2>Skuteczniejsze wyrażanie myśli</h2>
- <h3>Daj znajomym powód do śmiechu, używając naklejek, GIF-ów i filtrów aparatu. Możesz również zmienić wygląd Messengera, wybierając kolor, który Ci najbardziej odpowiada.</h3></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script>
- requireLazy(["ix"], function(ix) {
- ix.add({
- "86853": {
- "sprited": true,
- "spriteCssClass": "sx_5804ab",
- "spriteMapCssClass": "sp_-9zrEkmPLuL"
- },
- "86857": {
- "sprited": true,
- "spriteCssClass": "sx_8762f5",
- "spriteMapCssClass": "sp_-9zrEkmPLuL"
- },
- "86854": {
- "sprited": true,
- "spriteCssClass": "sx_5d14fb",
- "spriteMapCssClass": "sp_-9zrEkmPLuL"
- },
- "97502": {
- "sprited": true,
- "spriteCssClass": "sx_482501",
- "spriteMapCssClass": "sp_-9zrEkmPLuL"
- }
- });
- });
- requireLazy(["gkx"], function(gkx) {
- gkx.add({
- "1091481": {
- "result": false,
- "hash": "AT7NqTuHMC7Mvo5P"
- },
- "938344": {
- "result": false,
- "hash": "AT7jsPu78YmMbh8T"
- },
- "1150097": {
- "result": false,
- "hash": "AT7hZGf-AX2MZ9ya"
- },
- "837029": {
- "result": true,
- "hash": "AT7F6I7RT9TVLJJn"
- },
- "998531": {
- "result": false,
- "hash": "AT6BX1dKb77mU-xI"
- },
- "1070056": {
- "result": true,
- "hash": "AT45qsJd-DYoOeIx"
- },
- "708253": {
- "result": false,
- "hash": "AT5jIxWNjJFz8FkB"
- },
- "676864": {
- "result": false,
- "hash": "AT5yPwWD46nHV1KZ"
- },
- "678576": {
- "result": false,
- "hash": "AT40onmus1atyrLw"
- },
- "845716": {
- "result": true,
- "hash": "AT6UdYlnGnGVej_t"
- },
- "678262": {
- "result": true,
- "hash": "AT4fgFo8JKBCb0P7"
- },
- "845715": {
- "result": true,
- "hash": "AT6_p-q_Eufg4gwC"
- },
- "797400": {
- "result": false,
- "hash": "AT6sioI7W0V75ywn"
- },
- "678343": {
- "result": false,
- "hash": "AT5_06LRPsPK4WYU"
- },
- "678346": {
- "result": false,
- "hash": "AT68wo-B7G2nwW4D"
- },
- "678347": {
- "result": true,
- "hash": "AT4TAooEdvLlA6g_"
- },
- "678348": {
- "result": false,
- "hash": "AT4ga5Ec0vbT015O"
- },
- "678349": {
- "result": false,
- "hash": "AT472ebs8zBtbFt4"
- },
- "678350": {
- "result": false,
- "hash": "AT45-JdTK21fqaAL"
- },
- "678351": {
- "result": false,
- "hash": "AT6de8i7qzLtg6NC"
- },
- "700608": {
- "result": false,
- "hash": "AT6Cv9SvzAFL67s2"
- },
- "724606": {
- "result": false,
- "hash": "AT6hFFmrz5pcnOUs"
- },
- "717703": {
- "result": true,
- "hash": "AT7emvy_gGF6st1F"
- },
- "833124": {
- "result": false,
- "hash": "AT4_dzAzpYmIGuo5"
- },
- "867939": {
- "result": false,
- "hash": "AT4kzPxkDkGcJnCd"
- },
- "867940": {
- "result": false,
- "hash": "AT7XBC4MBaD0J6eY"
- },
- "678651": {
- "result": true,
- "hash": "AT6xg004VZ6Mu-LU"
- },
- "719214": {
- "result": true,
- "hash": "AT49u1ndj8ZFPTfv"
- },
- "1029033": {
- "result": false,
- "hash": "AT4XunmSwxpqwGmZ"
- },
- "1099893": {
- "result": false,
- "hash": "AT7MhWIGFFZI5WiH"
- },
- "1082995": {
- "result": false,
- "hash": "AT5SFByAeHtxnP4H"
- },
- "778292": {
- "result": false,
- "hash": "AT4zdOtwFX1ZtfgT"
- },
- "676936": {
- "result": false,
- "hash": "AT4a76CYkXk8kGOv"
- },
- "832242": {
- "result": false,
- "hash": "AT5wn4roiG8gAmbl"
- },
- "865725": {
- "result": true,
- "hash": "AT7fYgEvbvnuMHaV"
- },
- "865724": {
- "result": false,
- "hash": "AT5DVArQ08qLMRLc"
- },
- "901339": {
- "result": true,
- "hash": "AT42P9yNoS7KkBJr"
- },
- "807517": {
- "result": true,
- "hash": "AT7Lv1ko6zK7QORj"
- },
- "945829": {
- "result": false,
- "hash": "AT7oa6639_yQrMze"
- },
- "1001007": {
- "result": false,
- "hash": "AT5PRljbwLW1Jz22"
- },
- "1066746": {
- "result": false,
- "hash": "AT6ZxakL38XfekvW"
- },
- "968609": {
- "result": false,
- "hash": "AT6tsEtvVexfwPew"
- },
- "987139": {
- "result": false,
- "hash": "AT6HFXQShttBwnmb"
- },
- "678677": {
- "result": false,
- "hash": "AT50Y7KhzWSWoqgB"
- },
- "916141": {
- "result": true,
- "hash": "AT6EFJj1pQ-ccO59"
- },
- "676840": {
- "result": true,
- "hash": "AT7U04ncJz6-i9Me"
- },
- "863760": {
- "result": false,
- "hash": "AT4LIG9w2tjF2yfJ"
- },
- "678626": {
- "result": false,
- "hash": "AT6DjfUpQBmd3Dw0"
- },
- "1081266": {
- "result": false,
- "hash": "AT4JJ4iHZjCeXC0y"
- },
- "1081267": {
- "result": false,
- "hash": "AT51X9pPOvlsD1G9"
- },
- "1080474": {
- "result": true,
- "hash": "AT6DMTjSwOj3zd_k"
- },
- "967781": {
- "result": false,
- "hash": "AT4amEz6867M1ZB_"
- },
- "1008528": {
- "result": true,
- "hash": "AT6p_cQ-6kHEzfCw"
- },
- "1006846": {
- "result": true,
- "hash": "AT7tj3UQNX1b4Uu2"
- },
- "676906": {
- "result": false,
- "hash": "AT41Wo5HGDviQFWa"
- },
- "1099574": {
- "result": true,
- "hash": "AT5WYHEIQo13HFLm"
- },
- "686397": {
- "result": true,
- "hash": "AT5nIR7cYRxYFr7G"
- },
- "676919": {
- "result": true,
- "hash": "AT6lRbp6ykmFNKJW"
- },
- "1105011": {
- "result": false,
- "hash": "AT6kUPJVTi1CRqin"
- },
- "678666": {
- "result": true,
- "hash": "AT5EQLxfzZ0m9Wp7"
- },
- "780647": {
- "result": true,
- "hash": "AT6oeIfF_MHnCv-5"
- },
- "1143875": {
- "result": false,
- "hash": "AT7_Iz3UMdXPP9jB"
- },
- "982744": {
- "result": false,
- "hash": "AT6fRG8HZzUOT_sC"
- },
- "965951": {
- "result": false,
- "hash": "AT5pPxOwAsSOaqyU"
- },
- "678578": {
- "result": false,
- "hash": "AT6kgafx1paNrU13"
- },
- "969964": {
- "result": true,
- "hash": "AT6vLWs08cVH3mqa"
- },
- "702170": {
- "result": true,
- "hash": "AT7aLnE3ihw383p3"
- },
- "871037": {
- "result": true,
- "hash": "AT57DmhxHHYKwlLb"
- },
- "1074761": {
- "result": false,
- "hash": "AT6NUBaNbt_5XYLC"
- },
- "678667": {
- "result": false,
- "hash": "AT4unOWeMsPpV2Wl"
- },
- "678668": {
- "result": true,
- "hash": "AT50hwlduUCVwme8"
- },
- "997564": {
- "result": false,
- "hash": "AT6vREd7Hof1uKgm"
- },
- "678573": {
- "result": false,
- "hash": "AT6WvNcW5zzRocsz"
- },
- "678352": {
- "result": false,
- "hash": "AT7-tM6Y91u98KqZ"
- },
- "678353": {
- "result": true,
- "hash": "AT74M8j3RHizCR8P"
- },
- "678354": {
- "result": false,
- "hash": "AT65D0vFdEWKpEo0"
- },
- "794738": {
- "result": false,
- "hash": "AT5sHiU-B9dE9qkg"
- },
- "678794": {
- "result": false,
- "hash": "AT65DlkhryFH_pFH"
- },
- "811027": {
- "result": false,
- "hash": "AT7nCWs1-3n4gPMa"
- },
- "678795": {
- "result": false,
- "hash": "AT4zRbXFr_6hB5lr"
- },
- "678796": {
- "result": false,
- "hash": "AT4sWM-SR1CLpitd"
- },
- "699260": {
- "result": false,
- "hash": "AT4MqyRH0WJnoX5D"
- },
- "810420": {
- "result": false,
- "hash": "AT64hXLKflzxNWYR"
- },
- "873024": {
- "result": false,
- "hash": "AT7ixJd17qbi7Fzn"
- },
- "812454": {
- "result": false,
- "hash": "AT43PfG_uWrrlH_t"
- },
- "822145": {
- "result": false,
- "hash": "AT65aqexotuRxqyX"
- },
- "814975": {
- "result": false,
- "hash": "AT4uupt6fo65zE8P"
- },
- "857971": {
- "result": false,
- "hash": "AT5P83f3QjvZIUvN"
- },
- "684302": {
- "result": false,
- "hash": "AT48zsLi7_XJrPQF"
- },
- "691876": {
- "result": false,
- "hash": "AT4uDtdTSQjqMPHG"
- },
- "698237": {
- "result": false,
- "hash": "AT560l5WOVyoqRbv"
- },
- "680437": {
- "result": false,
- "hash": "AT7a8WUfEMx6gxo8"
- },
- "709734": {
- "result": false,
- "hash": "AT5yu8zoA26AiX4s"
- },
- "814872": {
- "result": false,
- "hash": "AT6JfBwqZSXmZuRJ"
- },
- "843391": {
- "result": false,
- "hash": "AT5xL9UC1PZTwO0U"
- },
- "851924": {
- "result": false,
- "hash": "AT4ixucYWPWD8aJN"
- },
- "809871": {
- "result": false,
- "hash": "AT5AIGXn1x19gRCu"
- },
- "868211": {
- "result": false,
- "hash": "AT5yw3ZkhtMchv6D"
- },
- "874866": {
- "result": false,
- "hash": "AT73Cnq7B3kfjCvc"
- },
- "885546": {
- "result": false,
- "hash": "AT5ZNbYg-wrG3otr"
- },
- "1000804": {
- "result": false,
- "hash": "AT4V8K73OMwwj6dn"
- },
- "811372": {
- "result": false,
- "hash": "AT4f5t4c3E4h87rj"
- },
- "925108": {
- "result": false,
- "hash": "AT51XippTOk1uB4N"
- },
- "729629": {
- "result": false,
- "hash": "AT5P0uxEI18KpWzU"
- },
- "729630": {
- "result": false,
- "hash": "AT6oP6hLy_mJGWtV"
- },
- "729631": {
- "result": false,
- "hash": "AT6HenLbCLJsMeBH"
- },
- "1130462": {
- "result": true,
- "hash": "AT4sQcMbV08GtWp0"
- },
- "676834": {
- "result": false,
- "hash": "AT5SbqfXNaSY1SsG"
- },
- "972601": {
- "result": false,
- "hash": "AT47paSePbH6gFmc"
- }
- });
- });
- requireLazy(["qex"], function(qex) {
- qex.add({
- "771668": {
- "r": null
- },
- "771669": {
- "r": null
- },
- "722012": {
- "r": null
- },
- "779395": {
- "r": null
- },
- "779396": {
- "r": null
- },
- "779397": {
- "r": null
- },
- "781541": {
- "r": null
- },
- "998180": {
- "r": null
- },
- "1097094": {
- "r": null
- },
- "910093": {
- "r": null
- }
- });
- });
- requireLazy(["Bootloader"], function(Bootloader) {
- Bootloader.setResourceMap({
- "TKUco": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/r\/76K1arAb3GR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "xhpud": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iw3s4\/y3\/l\/pl_PL\/5xj6I74tYBM.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "koBAD": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iMvY4\/ym\/l\/pl_PL\/adlZKLZR8_q.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "vlkAP": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i24E4\/y9\/l\/pl_PL\/3oK19gGChdU.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "oq9rB": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOm84\/yU\/l\/pl_PL\/kQ8lBiPcivV.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "722nm": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_n74\/yQ\/l\/pl_PL\/U74bEbjae1r.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "lyvFq": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3id4k4\/yw\/l\/pl_PL\/qDvOWacTgYE.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "0keyJ": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/l\/0,cross\/lTkUm6R9ScT.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "aOeK\/": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iQ0g4\/yi\/l\/pl_PL\/AHL8BHuQPWN.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ba9tC": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iXMY4\/y3\/l\/pl_PL\/zBSeIa1ZkiY.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "xO8DL": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i--z4\/y_\/l\/pl_PL\/9aoEZC-oVy0.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ETxxF": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOGI4\/y7\/l\/pl_PL\/Tk8xMNQ-9ZG.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "yJUDU": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iTjA4\/y6\/l\/pl_PL\/7wxO21sa429.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "o\/FFK": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iJCk4\/yX\/l\/pl_PL\/iRNjic4wiaA.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "8ELCB": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/4c56_sYLseJ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "WO08q": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/r\/8139hIgwWs8.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "+ClWy": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/J0b8GyNR1i5.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "oE4Do": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/eAdKAwutbmm.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "kaTja": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/l\/0,cross\/8gIaTKNREaU.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "aD6JV": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iMk94\/yG\/l\/pl_PL\/JB5trRoNVb4.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "QoqnE": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/kme1-ZCFe3t.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "6YIWc": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/4vIAEHkvFl3.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ZU1ro": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/QKWIqWeZBgJ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "rp\/Zq": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i0nN4\/y9\/l\/pl_PL\/1tsE6MPDuwI.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "jS9lz": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/r\/OBzPUUjJ-XR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ZN6iu": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/r\/2oRn35iGBSq.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "+cE8b": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/9el75Aupr2w.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "hIek+": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/DZ_VBlsy-dC.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "gWMJg": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/r\/iGksp69foR_.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "2\/maQ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y6\/r\/O1evg4NvCzK.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "rlbiS": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yZ\/r\/MT8zVb7FCG1.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "+2mYs": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/fuDvuEAyCRW.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ZDYD+": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/yYL8NqYDHFD.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "hwL4Y": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i74Z4\/yh\/l\/pl_PL\/jdT54yNU7ah.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ca8uJ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOuX4\/yA\/l\/pl_PL\/BIkXBpVz4mp.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ipCbG": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/UXYmNAAjbqz.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "npROe": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yx\/l\/0,cross\/FquAV8VHOVe.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "cWd25": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/l\/0,cross\/30u9hj6mWeU.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "zL8BG": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y0\/r\/ifzq44ueY1C.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "31pO8": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iaMg4\/yQ\/l\/pl_PL\/QPVu8-Xfqi_.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "b9sAT": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/oXAkgPAYF7S.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "r92wv": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/yROnl5FB-x2.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "O7uhE": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i3tN4\/yo\/l\/pl_PL\/Lrhm-cq81M5.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "2aaRI": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/l\/0,cross\/wK9aOhaalXl.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "75NGe": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/MWwxC9ZIZck.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "igU\/l": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yZ\/r\/6XQGkwBRxwr.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "bEWzm": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iz0n4\/ym\/l\/pl_PL\/fnk35kxYdzE.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "bLgJ8": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/nB3LmLngvDM.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "sMbEH": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/l\/0,cross\/ItDcQwgATgx.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "fI02i": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i0ua4\/yI\/l\/pl_PL\/YJzIVCnmLq4.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "BdlIr": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/N7bkATKoovX.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "a3naK": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/k2m8g6nEloR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "gJh42": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i6FC4\/yW\/l\/pl_PL\/PVxUWSOI51r.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "5YPLU": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_c54\/yD\/l\/pl_PL\/ZLIE_KnKj0V.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "w2oio": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ilI94\/yu\/l\/pl_PL\/hDCGNMwkP0L.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ZgYCw": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ifmQ4\/yE\/l\/pl_PL\/L1ElqfR519x.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YCHKL": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/l\/0,cross\/FhLsqg3hquy.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "MMX5n": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/l\/0,cross\/yP4wMsw7lb_.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "+nC9a": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/kndeiKh3Njz.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "8gPfN": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/Jzxg5VAwS03.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "tEV8v": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/l\/0,cross\/3qMVL_iKKO7.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "0z21n": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i47V4\/yW\/l\/pl_PL\/6D2DF37_HRd.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "wKmTa": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i1sR4\/y5\/l\/pl_PL\/VDSe-FykLro.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "GDIN+": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/l\/0,cross\/E_VkF67TqKt.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "1kJuR": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iIyb4\/yH\/l\/pl_PL\/Ly7T3tMzeX0.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "vZX0T": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iZ2-4\/yG\/l\/pl_PL\/m8YlqXtqhfY.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "TDpQq": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i-5x4\/yw\/l\/pl_PL\/Ps7tjJh8yxr.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "eYOr0": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ihmV4\/yL\/l\/pl_PL\/N_iq1VLnP7t.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "vTTlQ": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/l\/0,cross\/zKqHf7W9gaz.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "TuSYM": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iZfW4\/y6\/l\/pl_PL\/S60XpkmnINl.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ej9wV": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3isCa4\/yD\/l\/pl_PL\/T4XOXfijuRV.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "KXpOQ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3idNc4\/yy\/l\/pl_PL\/bl1L6Kb0Sg2.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Szn3e": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/9t_ri-jNSo-.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "WdZwI": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/l\/0,cross\/YXq9NVVlM94.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "ZmN\/B": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ihKa4\/yo\/l\/pl_PL\/v2M-VIPsZg2.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "20dsE": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iCPl4\/yX\/l\/pl_PL\/hpWpXTj89rW.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "vgA9n": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/g-pL3mlkdMt.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YA0B4": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iLgM4\/yk\/l\/pl_PL\/27TIuKQXbGU.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Kuwsn": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/1cDlLHDYvvx.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "NZvo3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iAJN4\/ys\/l\/pl_PL\/o_54WetByVu.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "SdfU3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/QVAGyBToBZl.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "86Wp\/": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yo\/r\/dc1dT53BwXl.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "BfawD": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/yM7kAWZfsBt.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "UNC0f": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i-8F4\/yj\/l\/pl_PL\/WXIduYKYPiZ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "phcwg": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/l\/0,cross\/MxmtLaf3h5f.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "OUpG6": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iwTJ4\/yS\/l\/pl_PL\/iAmAgkGbC9t.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "n59fA": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/2k3KAMrI1W6.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "GYeYR": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i8984\/yM\/l\/pl_PL\/fYnoeuUx7RX.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "GBsqA": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yZ\/r\/u0jeYHRTMYt.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "nf2iN": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_oF4\/yh\/l\/pl_PL\/wDKGBOHXn6Q.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "c\/aMC": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/r\/wH8TMFQrpeU.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "XrPQz": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/s59ARANjmoI.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "kbZhs": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/l\/0,cross\/kLyVWJ_O7B6.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "w3i8m": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/O7n75lEBDEl.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "eh0rp": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/l\/0,cross\/mS-IyKyNB6E.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "uo4v2": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/l\/0,cross\/1ZdWskFIo8I.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "fwYaK": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ya\/l\/0,cross\/K4UwYT784JU.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "kYf2o": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ixox4\/yS\/l\/pl_PL\/xRCsMPXLbHQ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "7xqof": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/K16FvfDNYG5.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "uRqYN": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y_\/r\/qkgUb2WvLAh.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "umbcX": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/r\/tw0u-RZWqfx.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YcXej": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/r\/-2XdvL6u4V4.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "hUzOO": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/pCex2zlr3zz.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "aQRm3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/WoUfd_NFKOT.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "4cmVd": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/l\/0,cross\/eBZCYLRK21p.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "VJ1sp": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/sT5fNJMrzeo.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "n94\/P": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/l\/0,cross\/FdtUiBoPNGC.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "ckZxM": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i5M44\/yH\/l\/pl_PL\/f2s80aLRsxh.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "10HXB": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3inis4\/yR\/l\/pl_PL\/wXFS0AXog4I.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "lWCIM": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/r_ZSjMAv26q.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "JRzc6": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/RnS66UKx2_L.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ev\/hk": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/gufgi0uPE4z.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YI1vE": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/2QoX3buQ1gu.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "2iNg0": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/tdTcRlTsb-6.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "qOb07": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/CWVYtEXDi1p.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "AVAwJ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iYK64\/yu\/l\/pl_PL\/7dMf8pWlOF6.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "XlYiv": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/9FsmKj789hu.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "s8Kce": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/4rYaPhrpGrb.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "SYliK": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/09lbKtum2Tj.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "NRar3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/r\/K1skz6TInzR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "5Ggz2": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iGaG4\/yD\/l\/pl_PL\/C1DD5SzRO9-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "r2rfn": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/l\/0,cross\/57XA31JZTBQ.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "Uk6Pc": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/r\/aUz8zohiJkV.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "wKy6h": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/BSyFX_U687K.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "9WPKT": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i--z4\/yD\/l\/pl_PL\/DMVE4EyY46u.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "r02fv": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/9gXZr2SQYlN.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "+TpkD": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/f3gjglsi3eR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "7lKC3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y5\/r\/38MY__XniaU.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "BWKWU": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iSlR4\/y_\/l\/pl_PL\/zdFIS-vcSka.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "VWTAj": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/r\/ixWX-G5zoC1.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "5msRh": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/Dw1T42o_Tkv.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Nbthh": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/DYQGjudmP7B.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "xQiRJ": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/l\/0,cross\/CmHU8m0zOTV.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "kzu76": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/GT0ibo6mS2s.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "gVRvM": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/l\/0,cross\/rjWbm2d8rOG.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "zDe8y": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iBh-4\/y9\/l\/pl_PL\/vYdmQfHaJdJ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Y9vCh": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/l\/0,cross\/oLMXw-5f7gA.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "763UQ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yD\/r\/p2xUcH7rS7j.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ve0l3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iDCQ4\/yD\/l\/pl_PL\/R_4xU9605Lj.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "eyJYw": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/Mmr-w_2l6fj.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "hTxqw": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/l\/0,cross\/GEsalA_rHQ4.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "gQtl2": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iznD4\/yK\/l\/pl_PL\/4x_J8JL7ns9.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "5qRrT": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ifzP4\/yP\/l\/pl_PL\/uYpLH7bV3au.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "l9uwi": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/l\/0,cross\/93Jq_GmQ-KY.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "6jug6": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/l\/0,cross\/O9PbNHz_M1h.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "JOi11": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iQ244\/yp\/l\/pl_PL\/27nTYbtZi8h.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YZVdC": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3itZ04\/yn\/l\/pl_PL\/kxCmkFn-mE6.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "GqM9H": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ixOl4\/yV\/l\/pl_PL\/5jvKL7o4ysB.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Vrx54": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/l\/0,cross\/owdNOT-k_r_.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "W+ne4": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/sfxlki5_3W2.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "DOUYz": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yN\/r\/GG1XcDiFqIs.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "HVjD6": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iVLr4\/yo\/l\/pl_PL\/cNPaINl7ZNL.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "8s8zR": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/-jjtCIPWLLo.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "IQwaz": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/l\/0,cross\/8P6GbQkp6sY.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "uwEnL": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yE\/r\/X1Dpc88tDo9.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "GEbwt": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/r\/Y1yiAsQJtDc.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "+3NQN": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3imxD4\/yZ\/l\/pl_PL\/EPTxCd453Ns.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YjdJi": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iIF64\/yr\/l\/pl_PL\/82R0hyxpnXQ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "iCAn0": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3in044\/yy\/l\/pl_PL\/qZBmPTdeIjb.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "HyciM": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/r\/I0jBCU9y-zA.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "fyroW": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i1ll4\/yf\/l\/pl_PL\/4-YXKcFPad3.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Tv\/s9": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iPFW4\/yb\/l\/pl_PL\/Xh7Dkn5f0Bh.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "lwsXq": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iBKf4\/y_\/l\/pl_PL\/kLMkJlY4o-3.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "LoQTg": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/r\/nExKHJ84hOj.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "FebZx": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/l\/0,cross\/gPkU0EWUffQ.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "h8P94": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ijVa4\/yR\/l\/pl_PL\/TKbFdaU4ck9.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "vD2Nc": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/l\/0,cross\/yZCH_PUNFSW.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "ilhTg": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/r\/S6vGATlAcIs.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "tYpm8": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/l\/0,cross\/TiRoAnXe2k-.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "T3YJW": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yu\/r\/9t3D7q8Ya1x.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "92qta": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/r\/mPXVYfSH96T.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "wX9z8": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/r\/WDjOlzb7XwI.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Zu5mR": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/4nhbv-DCC9p.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "R3cnO": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/DGtvuBx_oiA.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "KDPcu": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/9jIWRng53J5.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "88Ewf": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/r\/-Pcqx97mG27.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ZsscD": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/flkOXLTz4yX.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "mSRBr": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/A59CHstkIs2.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "SC4NC": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/kzrIrsRVaK9.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "HPx9B": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/l\/0,cross\/CwLAyuYanEO.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "4AmWY": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/l\/0,cross\/Wj1K4Hdsa5t.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "Dfxu0": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iRe24\/yI\/l\/pl_PL\/atW9VWfhe7k.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "U9kM6": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/41Ek3SS7Tmr.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "tdVo1": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/q0MJU4z4tVM.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "eQgEe": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/pqovAb0TOPR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "\/43NA": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/A24SVs8qNUJ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "QSrAh": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/Y6ZUN0oX1Tb.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "aZRad": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iXQS4\/yi\/l\/pl_PL\/ingswYd2x2K.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "ZWJtv": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iSr64\/yG\/l\/pl_PL\/9GGhibPJVs0.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "INf0k": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/l\/0,cross\/M9jTMXaQVc_.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "o4AJc": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/l\/0,cross\/C71ThAcXvQv.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "Kbk1z": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y_\/r\/jIUDQ7hnRkT.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "vH6XT": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/dz_oKspq29Z.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "W5Nl6": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/l\/0,cross\/WYJdf63AtaG.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "awDHp": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iD6D4\/y4\/l\/pl_PL\/SModMqdIiL_.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "IAE9a": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/J0MwidbQAsl.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "9dri7": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/l\/0,cross\/kPip6Snur03.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "95Apb": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/icRuKffNs8J.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "PpuQC": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yo\/r\/GOnpNGTt8vu.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "S1mpU": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yP\/r\/ZcBIUZhUoso.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "b205d": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/l\/0,cross\/0Qg1bxr_yxI.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "IjSuJ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ic1t4\/yX\/l\/pl_PL\/Ji55Jna973C.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "9T7v6": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/l\/0,cross\/chd-lXZkCQ9.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "dkWAk": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ilOT4\/yh\/l\/pl_PL\/iEFyYmx1yMF.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "fb7sQ": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/l\/0,cross\/R2LUPduwUfc.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "RWXSL": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iFQS4\/yl\/l\/pl_PL\/gc--nD45L0o.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "agpv2": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/l\/0,cross\/NWNtNAO30Ku.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "NwHy0": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yP\/r\/TrhlXbMzKD-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "LmDP6": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y5\/l\/0,cross\/F5BGmHgOMBs.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "bT3tk": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3in824\/y9\/l\/pl_PL\/xmuzfGeT3tp.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "XjqO5": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/SSCWOQFGMTj.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "gzQf8": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3inYe4\/y_\/l\/pl_PL\/l3EfBxtm8-b.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "zB6ru": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/lUhrx0JDT3A.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "uvS5x": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/r\/eD-C9GPhgZg.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "omm2h": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yz\/r\/z0Krbgv1BvZ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "BPZQR": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/r\/vEcSwBq5GVM.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "8ddhL": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/r\/jBwAH2lg1nC.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "I2oXc": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ya\/r\/oFJZu80qnWU.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "TLnNt": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y5\/r\/Qidg9h1FP5k.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "voa6S": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/47ubhRqUss1.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "LZ7lm": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/kJbKkmRHfvP.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "XfTBC": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/l\/0,cross\/2f8JD39eFV9.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "mzIMI": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/r\/kdANbm6-d8p.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "m76oB": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ior24\/yP\/l\/pl_PL\/uoM0uUwOx-w.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "0Bd5h": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yI\/r\/Tn7h3Iw3UWU.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "eyrp3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/x-XES5bTiD1.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "cJqd5": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/bqWNlwTg58N.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "VFDQN": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/dtteWq_DJEc.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "BI1T3": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3it3H4\/yr\/l\/pl_PL\/X6TBeQ35gWI.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "o5a7Z": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/c1CVl4p8Bsq.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "79GW8": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/SkEZAq6f_Ui.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "cRv+H": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/r\/lPI0k_aFYY2.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "UrpPr": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/nZb05XmsipS.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "rueXi": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/-CoufE8nQqi.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "uKUQV": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/l\/0,cross\/6hmgaBGaxYh.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "nHy8v": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3idw94\/yj\/l\/pl_PL\/ABRrR9sb3yD.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "7BhgJ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/kKe8Y6XvqLW.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "1eIm\/": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/7HSGdwby25W.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "iAMJ5": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i1Uv4\/yw\/l\/pl_PL\/nA1QybPuNmT.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "1h5TF": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/l\/0,cross\/EwVx5t4XRy8.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "zSRzu": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/9DOO6z6LiZn.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "KjKAW": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/kf_qZNEll99.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "nHgsG": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/WOpq04-WlkB.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "35MOD": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/pWWEBMjdJsC.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "k37eC": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/A4VZsvkdB-W.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "mPDJW": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/l\/0,cross\/aXIgb6Gdu8V.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "E9Etn": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/l\/0,cross\/EAcZqP0-2aJ.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "2n8EC": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_lf4\/yT\/l\/pl_PL\/nMgzAWKRtAn.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ryxh4": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/1CNvTXDD2JE.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "\/pWlS": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/r\/6-8AUhpOXsn.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "3QBOK": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/r\/B8rKCQuBLLv.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Wr2AO": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/l\/0,cross\/6ud2lgDR45O.css?_nc_x=Ij3Wp8lg5Kz",
- "nonblocking": 1
- },
- "i0HWk": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/sp-1-IEajex.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "4ZZyA": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/r\/WQ1J3qxeCIR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "yMgn4": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/yC1EZsj4Kfi.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "+NCMy": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/l\/0,cross\/5tHkhRoOTID.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "Tu12K": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iESk4\/yM\/l\/pl_PL\/aZpbqXpcnZ5.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "VB4zT": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/CiyirLXBIh9.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "lBKtn": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/l\/0,cross\/E7TqOVd2xwn.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "rybEp": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/l\/0,cross\/LLWdw-DhMs0.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "HBK9M": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3is684\/yb\/l\/pl_PL\/9fwwdVAvwWG.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "MA7wt": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/lhPdogB16ty.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "stFk6": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iSWh4\/yu\/l\/pl_PL\/okSQORmWzF-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ox\/z9": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/QOmuZQ-j60B.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "aSbaN": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/l\/0,cross\/1IessZVVok1.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "M8Xp0": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/qiCgoNW2xg-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "snR7y": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i5ET4\/yu\/l\/pl_PL\/d5lO_4K_Mye.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "s6f7k": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/r\/jnHzRRxeOwW.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "j8vin": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/r\/i-iTevbxXa6.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "yPN8C": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/l\/0,cross\/mMDKLFA8R2k.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "GS4bG": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/yPsZ1s4maoH.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "8q2zx": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/l\/0,cross\/WDLHgi5MpVy.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "mDomT": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/l\/0,cross\/HrRDLgWA2yx.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "8LpAt": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y_\/l\/0,cross\/PEDj8rXqafH.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "NUcs7": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yz\/r\/1PA_tmdYc4y.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ayd2C": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/l\/0,cross\/4N3OlVeRYnZ.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "9zce+": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/bJGdhOJxLVG.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "asppk": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/LQ2QAevLEGg.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "jjYsT": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/r\/XhnyVlxawda.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "yBjuL": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/GUphYMRc9RE.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "oIfTu": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iK5V4\/yB\/l\/pl_PL\/daW99AHL3T-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Owyuq": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/l\/0,cross\/6Sr6GuKMbcY.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "dUh4U": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yx\/r\/06uIZqLzmOg.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YN+SH": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/l\/0,cross\/xqiOaqJ2ApI.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "EzYjf": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOWD4\/yQ\/l\/pl_PL\/E6-n4pafbkC.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "2vaaf": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iw-64\/yL\/l\/pl_PL\/mUSqw20HNnC.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "xyCCy": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/n3RCAtKIpG9.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "byhnh": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y6\/r\/n1CaKu6rbnp.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "hRnYG": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/mxb0sTF2HI-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "jWuQP": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/r\/TrWByqV7Oe6.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "VfuLk": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/68yZFSNPu4r.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "XV0Z0": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/am8N8khI8l-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "lFQP4": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3irGW4\/yC\/l\/pl_PL\/5yLwa8wjkqQ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Cqzu\/": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yu\/r\/QcPOxvKPtDI.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "NQcY4": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/jwVHkFKSh0o.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "LGkSr": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/MEEyGGt9zFJ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "CvndC": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/qo8RVmDtHfR.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "eeFVF": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/41Qzk-s2AaY.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "uKw0L": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yP\/r\/cZhOf8jpSVM.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "xmz7L": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/cN7t6Y_VgE5.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ucjlj": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/l\/0,cross\/qOe_Rlab9NU.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "a2j96": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iHxi4\/yd\/l\/pl_PL\/DOPZxlFKUHw.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "X4+I4": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yo\/l\/0,cross\/2ibtJuPii7W.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "v6Hip": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iEhH4\/yX\/l\/pl_PL\/K4tT_yRIcJk.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Yelqf": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/r\/ZrDO1OS3CNE.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "VDymv": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/l\/0,cross\/pqe8r0C6ZmF.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "8vKBO": {
- "type": "css",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/l\/0,cross\/2ZDilc3IkcQ.css?_nc_x=Ij3Wp8lg5Kz"
- },
- "\/j+rP": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iHHS4\/yZ\/l\/pl_PL\/DdisUkpj7TQ.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "lYMIq": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/r\/n-uTQrgMzyu.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "4yKID": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/Ya0o3Bx8HP0.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "tBSSw": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/r\/-k340bEd1yF.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "gMgrs": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iuH04\/yv\/l\/pl_PL\/17nA9zehxI4.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "h4XhA": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/82YaO_wUqum.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "YCfKg": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/QLjiziD3v78.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "iFvXF": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iWsc4\/yJ\/l\/pl_PL\/aXNGwfKsfz9.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ee5Vl": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yz\/r\/rSf2aZpG08C.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "nO\/r2": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i74M4\/yD\/l\/pl_PL\/lKoMYLNTGZH.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "VvVFw": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/8uSRVThd7c-.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "GUDQs": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/r\/Om7VpOK0ELI.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "gatBl": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/h7A9eDIi4Ub.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "hahCJ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/NuuTGiLPH1L.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "gXWwB": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/NIhY5sNBoDK.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "CxE2W": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yI\/r\/EMGdj8k2iPX.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "2MVBO": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yE\/r\/iLb5_BXR9iw.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "iPhOc": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/QzuXEhgN2OC.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "0yjNR": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/r\/_lRWK3DKQ5n.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ku88b": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/r\/P0o8W9AD-Ti.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "S+XbA": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/21IdPnX9iQf.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "AriMC": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/-SJ8D8994rH.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "AUocZ": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/-AqJUWs1JuP.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "iW\/cI": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/r\/XdqrLYNjPUG.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "uZlDP": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/r\/uHggtIhB-7M.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "\/oRvS": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y0\/r\/3J0Y-yDU3P0.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "+2ZrS": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/LTfcaIu7cow.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Ocm0R": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i-hm4\/y9\/l\/pl_PL\/Vsa-BMkG3YP.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "Avb16": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/irL1s9rl1xg.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "GA5s+": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iS544\/yS\/l\/pl_PL\/YtIqXQRZj2M.js?_nc_x=Ij3Wp8lg5Kz"
- },
- "FAsiS": {
- "type": "js",
- "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/uIT6QfA41mh.js?_nc_x=Ij3Wp8lg5Kz"
- }
- });
- Bootloader.enableBootload({
- "BanzaiODS": {
- "r": ["TKUco", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- }
- },
- "VisualCompletionGating": {
- "r": ["koBAD"]
- },
- "BanzaiScuba": {
- "r": ["TKUco", "koBAD", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- }
- },
- "ExceptionDialog": {
- "r": ["TKUco", "vlkAP", "koBAD", "oq9rB", "WSVws", "722nm", "lyvFq", "0keyJ", "aOeK\/", "Ba9tC", "xhpud", "xO8DL", "ETxxF", "yJUDU", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "QuickSandSolver": {
- "r": ["TKUco", "koBAD", "WSVws", "xhpud", "8ELCB", "vlkAP", "WO08q", "+ClWy"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "ConfirmationDialog": {
- "r": ["TKUco", "koBAD", "xhpud", "oE4Do", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "Dialog": {
- "r": ["TKUco", "oq9rB", "lyvFq", "koBAD", "WSVws", "vlkAP", "xhpud", "722nm", "kaTja", "ETxxF", "aD6JV", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "VisualCompletionGating"]
- },
- "be": 1
- },
- "GeneratedArtilleryUserTimingSink": {
- "r": ["QoqnE", "6YIWc"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["TKUco", "xhpud", "koBAD"]
- },
- "be": 1
- },
- "Banzai": {
- "r": ["TKUco", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "BanzaiStream": {
- "r": ["TKUco", "xhpud", "ZU1ro", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "ResourceTimingBootloaderHelper": {
- "r": ["rp\/Zq", "TKUco"],
- "rds": {
- "m": ["BanzaiODS", "VisualCompletionGating", "BanzaiScuba"],
- "r": ["koBAD", "xhpud"]
- },
- "be": 1
- },
- "TimeSliceHelper": {
- "r": ["jS9lz"],
- "be": 1
- },
- "SnappyCompressUtil": {
- "r": ["xhpud"],
- "be": 1
- },
- "PerfXSharedFields": {
- "r": ["TKUco"],
- "be": 1
- },
- "TimeSliceInteractionsLiteTypedLogger": {
- "r": ["TKUco", "ZN6iu", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "WebSpeedInteractionsTypedLogger": {
- "r": ["TKUco", "+cE8b", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "AsyncRequest": {
- "r": ["TKUco", "koBAD", "WSVws", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "XOfferController": {
- "r": ["koBAD", "hIek+"],
- "be": 1
- },
- "XSalesPromoWWWDetailsDialogAsyncController": {
- "r": ["koBAD", "gWMJg"],
- "be": 1
- },
- "URI": {
- "r": [],
- "be": 1
- },
- "Live": {
- "r": ["TKUco", "koBAD", "rp\/Zq", "oq9rB", "2\/maQ", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud"]
- },
- "be": 1
- },
- "PhotoTagApproval": {
- "r": ["TKUco", "rlbiS", "+2mYs", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud", "koBAD"]
- },
- "be": 1
- },
- "PhotoTagger": {
- "r": ["vlkAP", "TKUco", "koBAD", "WSVws", "ZDYD+", "oq9rB", "hwL4Y", "0keyJ", "ETxxF", "Ca8uJ", "722nm", "ipCbG", "npROe", "cWd25", "zL8BG", "31pO8", "rlbiS", "rp\/Zq", "b9sAT", "r92wv", "O7uhE", "2aaRI", "75NGe", "igU\/l", "bEWzm", "xhpud", "bLgJ8", "sMbEH", "fI02i", "BdlIr", "a3naK", "lyvFq", "gJh42", "5YPLU", "w2oio", "ZgYCw", "YCHKL", "MMX5n", "+nC9a", "8gPfN", "tEV8v", "0z21n", "wKmTa", "GDIN+", "1kJuR", "vZX0T", "TDpQq", "eYOr0", "vTTlQ", "TuSYM", "ej9wV", "KXpOQ", "Szn3e", "WdZwI", "ZmN\/B", "20dsE", "vgA9n", "YA0B4", "Kuwsn", "NZvo3", "SdfU3", "86Wp\/", "BfawD", "UNC0f", "phcwg", "OUpG6", "n59fA", "Ba9tC", "GYeYR", "GBsqA", "nf2iN", "c\/aMC", "XrPQz", "aOeK\/", "kbZhs", "w3i8m", "eh0rp", "uo4v2", "fwYaK", "kYf2o", "7xqof", "uRqYN", "umbcX", "YcXej", "hUzOO", "aQRm3", "4cmVd", "VJ1sp", "kaTja", "aD6JV", "n94\/P", "ckZxM", "10HXB", "lWCIM", "JRzc6", "ev\/hk", "YI1vE", "2iNg0", "qOb07", "AVAwJ", "XlYiv", "s8Kce", "SYliK", "NRar3", "5Ggz2", "r2rfn", "Uk6Pc", "wKy6h", "9WPKT", "r02fv", "yJUDU", "+TpkD", "7lKC3", "BWKWU", "VWTAj", "5msRh", "Nbthh", "xQiRJ", "kzu76", "gVRvM", "zDe8y", "Y9vCh", "763UQ", "Ve0l3", "eyJYw", "hTxqw", "gQtl2", "5qRrT", "l9uwi", "6jug6", "JOi11", "YZVdC", "GqM9H", "Vrx54", "W+ne4", "DOUYz", "HVjD6", "8s8zR", "IQwaz", "uwEnL", "GEbwt", "+3NQN", "YjdJi", "iCAn0", "HyciM", "fyroW", "Tv\/s9", "lwsXq", "LoQTg", "FebZx", "h8P94", "vD2Nc", "ilhTg", "tYpm8", "T3YJW", "92qta", "wX9z8", "Zu5mR", "R3cnO", "KDPcu", "88Ewf", "ZsscD", "mSRBr", "SC4NC", "HPx9B", "4AmWY", "Dfxu0", "U9kM6", "tdVo1", "eQgEe", "\/43NA", "QSrAh", "aZRad", "ZWJtv", "INf0k", "o4AJc", "Kbk1z", "vH6XT", "W5Nl6", "awDHp", "IAE9a", "9dri7", "95Apb", "PpuQC", "S1mpU", "b205d", "IjSuJ", "9T7v6", "dkWAk", "fb7sQ", "RWXSL", "agpv2", "NwHy0", "LmDP6", "bT3tk", "XjqO5", "gzQf8", "zB6ru", "uvS5x", "omm2h", "BPZQR", "8ddhL", "I2oXc", "TLnNt", "voa6S", "LZ7lm", "XfTBC", "mzIMI", "m76oB", "0Bd5h", "eyrp3", "cJqd5", "VFDQN", "BI1T3", "o5a7Z", "79GW8", "cRv+H", "UrpPr", "rueXi", "uKUQV", "nHy8v", "7BhgJ", "1eIm\/", "iAMJ5", "1h5TF", "zSRzu", "KjKAW", "nHgsG", "35MOD", "k37eC", "mPDJW", "E9Etn", "2n8EC", "Ryxh4", "\/pWlS", "3QBOK", "Wr2AO", "o\/FFK", "i0HWk"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "PresenceStatus", "VisualCompletionGating", "BladeRunnerClient", "SkywalkerUtils", "MqttLongPollingRunner"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "PhotoTags": {
- "r": ["TKUco", "rlbiS", "oq9rB", "yMgn4", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud", "koBAD"]
- },
- "be": 1
- },
- "TagTokenizer": {
- "r": ["TKUco", "oq9rB", "ETxxF", "+NCMy", "WSVws", "Tu12K", "VB4zT", "koBAD", "vlkAP", "lBKtn", "aD6JV", "rybEp", "0z21n", "HBK9M", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "PhotoSnowlift": {
- "r": ["TKUco", "koBAD", "WSVws", "rp\/Zq", "oq9rB", "lyvFq", "vlkAP", "xhpud", "722nm", "kaTja", "ETxxF", "aD6JV", "MA7wt", "2aaRI", "stFk6", "Ox\/z9", "tYpm8", "T3YJW", "O7uhE", "aSbaN", "M8Xp0", "snR7y", "s6f7k", "j8vin", "yPN8C", "GS4bG", "8q2zx", "mDomT", "8LpAt", "NUcs7", "Ayd2C", "9zce+", "asppk", "jjYsT", "yBjuL", "oIfTu", "Owyuq", "dUh4U", "o\/FFK", "YN+SH", "EzYjf", "2vaaf", "xyCCy", "byhnh", "hRnYG", "jWuQP", "VfuLk", "XV0Z0", "rlbiS", "lFQP4", "Cqzu\/", "w2oio", "NQcY4", "LGkSr", "CvndC", "r92wv", "eeFVF", "uKw0L", "0keyJ", "aOeK\/", "xmz7L", "Ucjlj", "a2j96", "X4+I4", "v6Hip", "31pO8", "Yelqf", "gJh42", "SdfU3", "KXpOQ", "vZX0T", "5YPLU", "bLgJ8", "86Wp\/", "YA0B4", "0z21n", "BfawD", "I2oXc", "VDymv", "8vKBO", "\/j+rP"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "VisualCompletionGating"]
- },
- "be": 1
- },
- "AsyncDialog": {
- "r": ["TKUco", "koBAD", "WSVws", "vlkAP", "oq9rB", "xhpud", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "Toggler": {
- "r": ["koBAD", "oq9rB", "TKUco", "vlkAP", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud"]
- },
- "be": 1
- },
- "FormSubmit": {
- "r": ["TKUco", "koBAD", "WSVws", "xhpud", "lYMIq"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "Tooltip": {
- "r": ["TKUco", "koBAD", "WSVws", "oq9rB", "ETxxF", "0keyJ", "xhpud", "722nm"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "Hovercard": {
- "r": ["TKUco", "oq9rB", "vlkAP", "WSVws", "hwL4Y", "koBAD", "0keyJ", "ETxxF", "Ca8uJ", "722nm", "ipCbG", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "Dock": {
- "r": ["koBAD", "TKUco", "oq9rB", "4yKID", "vlkAP", "WSVws", "xhpud", "YA0B4"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "DOM": {
- "r": ["TKUco", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud", "koBAD"]
- },
- "be": 1
- },
- "Input": {
- "r": ["koBAD"],
- "be": 1
- },
- "trackReferrer": {
- "r": [],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["TKUco", "koBAD", "xhpud"]
- },
- "be": 1
- },
- "Form": {
- "r": ["TKUco", "koBAD", "xhpud", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "ScrollableArea": {
- "r": ["koBAD", "TKUco", "oq9rB", "WSVws", "vlkAP", "722nm", "2aaRI"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud"]
- },
- "be": 1
- },
- "EncryptedImg": {
- "r": ["oq9rB", "koBAD", "TKUco", "lyvFq"],
- "be": 1
- },
- "MessengerMQTTPresenceReporting": {
- "r": ["TKUco", "koBAD", "oq9rB", "YZVdC", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "SkywalkerManager": {
- "r": ["xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BladeRunnerClient", "SkywalkerUtils", "BanzaiScuba", "MqttLongPollingRunner"],
- "r": ["TKUco", "4ZZyA"]
- },
- "be": 1
- },
- "MessengerMQTTPresence": {
- "r": ["TKUco", "koBAD", "YZVdC", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "ChannelManager": {
- "r": ["o\/FFK", "TKUco", "koBAD", "WSVws", "oq9rB", "vlkAP", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "ChannelTransport": {
- "r": ["o\/FFK", "TKUco", "oq9rB", "koBAD", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MercurySyncEventsProxy": {
- "r": ["oq9rB", "TKUco", "vlkAP"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["koBAD", "xhpud"]
- },
- "be": 1
- },
- "FBRTCCallUI": {
- "r": ["oq9rB", "Ba9tC", "TKUco", "koBAD", "xhpud", "WSVws", "vlkAP", "lyvFq", "5YPLU", "gMgrs", "h4XhA"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "ReactDOM": {
- "r": ["oq9rB", "TKUco", "o\/FFK", "koBAD", "xhpud", "vlkAP", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "KeyEventTypedLogger": {
- "r": ["TKUco", "YCfKg", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "CSSFade": {
- "r": ["TKUco", "WSVws", "vlkAP"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud", "koBAD"]
- },
- "be": 1
- },
- "MessengerGraphQLThreadlistFetcher.bs": {
- "r": ["TKUco", "vlkAP", "oq9rB", "WSVws", "lyvFq", "koBAD", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MercuryJewelBootloadModules": {
- "r": ["oq9rB", "w2oio", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["TKUco", "xhpud", "koBAD"]
- },
- "be": 1
- },
- "MessengerGraphQLThreadFetcher.bs": {
- "r": ["TKUco", "vlkAP", "oq9rB", "WSVws", "koBAD", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "ChatReliabilityInstrumentation": {
- "r": ["vlkAP", "TKUco", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "RTISubscriptionManager": {
- "r": ["oq9rB", "TKUco", "iFvXF", "koBAD", "4ZZyA", "xhpud", "GYeYR", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MqttSkywalkerManager": {
- "r": ["TKUco", "koBAD", "GYeYR", "4ZZyA", "xhpud", "Ee5Vl"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"]
- },
- "be": 1
- },
- "WorkMultiCompanyChatTooltip.react": {
- "r": ["TKUco", "oq9rB", "hwL4Y", "0keyJ", "aOeK\/", "WSVws", "nO\/r2", "koBAD", "xhpud", "vlkAP", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "QPLInspector": {
- "r": ["VvVFw"],
- "be": 1
- },
- "MessengerWebDeltasTypedLogger": {
- "r": ["TKUco", "vlkAP", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "ChannelConnection": {
- "r": ["koBAD", "722nm", "oq9rB", "o\/FFK", "TKUco", "WSVws", "vlkAP", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "ChannelConnectionEvents": {
- "r": ["722nm"],
- "be": 1
- },
- "MessengerSharedMediaActions": {
- "r": ["TKUco", "koBAD", "oq9rB", "722nm", "lyvFq", "xhpud", "o\/FFK", "vlkAP", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "QuickPerformanceLogger": {
- "r": ["TKUco", "vlkAP", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MessengerWebQuickLogModule": {
- "r": ["GUDQs"],
- "be": 1
- },
- "MessengerWebGraphQLTypedLogger": {
- "r": ["TKUco", "vlkAP", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MessengerWebGraphQLEvent": {
- "r": ["gatBl"],
- "be": 1
- },
- "MessengerThreadDFFFetcher.bs": {
- "r": ["TKUco", "vlkAP", "oq9rB", "WSVws", "koBAD", "hahCJ", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MessengerMessageDFFFetcher.bs": {
- "r": ["TKUco", "oq9rB", "vlkAP", "WSVws", "koBAD", "gXWwB", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MessengerSyncSeqIDSanityCheck": {
- "r": ["TKUco", "koBAD", "vlkAP", "oq9rB", "lyvFq", "CxE2W", "xhpud", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "MessengerMontageThreadQueryWebGraphQLQuery": {
- "r": ["vlkAP", "koBAD", "2MVBO"],
- "be": 1
- },
- "MessengerNewMontageMessageWebGraphQLQuery": {
- "r": ["vlkAP", "koBAD", "iPhOc"],
- "be": 1
- },
- "MessengerState.bs": {
- "r": ["oq9rB", "vlkAP", "TKUco", "WSVws", "koBAD", "xhpud", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MessengerMontagePollVoteMutationWebGraphQLMutation": {
- "r": ["TKUco", "vlkAP", "koBAD", "hwL4Y", "0yjNR"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"],
- "r": ["xhpud"]
- },
- "be": 1
- },
- "MessengerContentSearchFunnelLogger": {
- "r": ["TKUco", "722nm", "koBAD", "xhpud", "lyvFq", "WSVws"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MessengerContentSearchFunnelLoggerConstants": {
- "r": ["722nm"],
- "be": 1
- },
- "WorkChatAvailabilityStatusStore": {
- "r": ["TKUco", "koBAD", "oq9rB", "bLgJ8", "xhpud", "Ku88b", "S+XbA", "AriMC", "AUocZ", "722nm", "iW\/cI", "uZlDP", "\/oRvS", "+2ZrS", "WSVws", "Ocm0R", "Avb16", "vlkAP", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "BladeRunnerClient", "SkywalkerUtils", "MqttLongPollingRunner"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "RTWebUserActionLogger": {
- "r": ["TKUco", "koBAD", "Ba9tC", "vlkAP", "lyvFq", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "VFWebLogger": {
- "r": ["xhpud", "TKUco", "oq9rB", "bLgJ8", "WSVws", "GA5s+", "koBAD", "vlkAP", "5YPLU", "75NIR", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner", "BladeRunnerClient", "SkywalkerUtils"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "FBMqttChannel": {
- "r": ["TKUco", "koBAD", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
- "r": ["4ZZyA"]
- },
- "be": 1
- },
- "CollabMessengerLogger": {
- "r": ["FAsiS", "TKUco", "xhpud", "koBAD"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- },
- "MqttLongPollingRunner": {
- "r": ["koBAD", "4ZZyA", "TKUco"]
- },
- "BladeRunnerClient": {
- "r": ["TKUco", "koBAD", "4ZZyA", "xhpud"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"]
- }
- },
- "SkywalkerUtils": {
- "r": ["koBAD", "4ZZyA"]
- },
- "React": {
- "r": ["TKUco", "oq9rB", "koBAD", "xhpud", "vlkAP", "o\/FFK"],
- "rds": {
- "m": ["BanzaiODS", "BanzaiScuba"]
- },
- "be": 1
- }
- });
- });
- </script>
- <script>
- requireLazy(["InitialJSLoader"], function(InitialJSLoader) {
- InitialJSLoader.loadOnDOMContentReady(["TKUco", "koBAD", "tBSSw", "xhpud", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o\/FFK", "4ZZyA", "MMX5n"]);
- });
- </script>
- <script>
- require("TimeSliceImpl").guard(function() {
- require("ServerJSDefine").handleDefines([
- ["cr:1109759", ["CookieConsentBlacklist"], {
- "__rc": ["CookieConsentBlacklist", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:1083116", ["XAsyncRequest"], {
- "__rc": ["XAsyncRequest", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:1069930", [], {
- "__rc": [null, "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:1083117", [], {
- "__rc": [null, "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:888908", ["warningBlue"], {
- "__rc": ["warningBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:1105154", [], {
- "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:1108857", [], {
- "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:838016", ["React-prod"], {
- "__rc": ["React-prod", "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:840411", [], {
- "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:891836", ["ReactDOMProdOrProfiling-fb"], {
- "__rc": ["ReactDOMProdOrProfiling-fb", "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:686615", ["RelayFBDefaultEnvironment"], {
- "__rc": ["RelayFBDefaultEnvironment", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:682175", [], {
- "__rc": [null, "Aa2bH552csF4aXWfxFGrN-0_QYh-wQN3gNrFViXVmdWY1HW3Uy_0_bel1THGfBUoTPZUNQ"]
- }, -1],
- ["cr:694370", ["requestIdleCallbackBlue"], {
- "__rc": ["requestIdleCallbackBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:950105", ["Event"], {
- "__rc": ["Event", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:983844", [], {
- "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:682514", ["ReactDOM-prod"], {
- "__rc": ["ReactDOM-prod", "Aa0IXidMma4xDaPqNwrP7z2-vUgRIF_-MaE4bQpxP1O3452_AuGszKTo4X1mEt3tZcToYXtx9gojpKen771Z3PpcWfUpuw"]
- }, -1],
- ["cr:1110430", [], {
- "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:869617", [], {
- "__rc": [null, "Aa2oDioiCuAJQvFdOD7lfrXPkHFbC7c6wx7jwBtbehA1e2i2IsTQuMQDgXinOg5m5rWDyZ7ERYgVnMBSnf5V"]
- }, -1],
- ["cr:1121434", [], {
- "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
- }, -1],
- ["cr:895839", ["ReactFiberErrorDialogImpl"], {
- "__rc": ["ReactFiberErrorDialogImpl", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["cr:895840", [], {
- "__rc": [null, "Aa0g4yqmgSMFcv79qqOeH9f54xXE0ERrNsPQS9vJZlFrx78939ffTSeinqB1P2SO5rYOx9yrQZU9keA3X9HWuTQSMPU"]
- }, -1],
- ["AsyncRequestConfig", [], {
- "retryOnNetworkError": "1",
- "useFetchStreamAjaxPipeTransport": false
- }, 328],
- ["SessionNameConfig", [], {
- "seed": "1UTE"
- }, 757],
- ["FbtLogger", [], {
- "logger": null
- }, 288],
- ["FbtQTOverrides", [], {
- "overrides": {}
- }, 551],
- ["KSConfig", [], {
- "killed": {
- "__set": ["POCKET_MONSTERS_CREATE", "POCKET_MONSTERS_DELETE", "VIDEO_DIMENSIONS_FROM_PLAYER_IN_UPLOAD_DIALOG", "PREVENT_INFINITE_URL_REDIRECT", "POCKET_MONSTERS_UPDATE_NAME", "ADS_PLACEMENT_FIX_PUBLISHER_PLATFORMS_MUTATION", "MOBILITY_KILL_OLD_VISIBILITY_POSITION_SETTING", "WORKPLACE_DISPLAY_TEXT_EVIDENCE_REPORTING", "DYNAMIC_ADS_SET_CATALOG_AND_PRODUCT_SET_TOGETHER", "BUSINESS_GRAPH_SETTING_APP_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_WABA_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_ESG_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_PRODUCT_CATALOG_ASSIGNED_USERS_NEW_API", "BUSINESS_MANAGER_SHOW_UI_HIDDEN_TASK_FOR_ASSET", "BUSINESS_GRAPH_SETTING_BU_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_SESG_ASSIGNED_USERS_NEW_API", "ADS_MANAGER_ATA", "RECRUITING_REQUISITION_VALIDATE_COMPANY_GROUPING_ON_LINK", "COMET_SAFARI_MEGA_LAYOUT_FIX_FOR_VIDEO_ATTACHMENTS"]
- },
- "ko": {
- "__set": ["acrJTh9WGdp", "1oOE64fL4wO", "2dhqRnqXGLQ", "alHyDgpJdsZ", "7r6mSP7ofr2", "1ntjZ2zgf03", "3oh5Mw86USj", "8NAceEy9JZo", "5mNEXob0nTj", "4j36SVzvP3w", "8PlKuowafe8", "53gCxKq281G", "3yzzwBY7Npj", "4NbCsulUUI3", "4NSq3ZC4ScE", "1onzIv0jH6H", "6EkCidAZKFx", "5LSlJUj3BnT", "advqeReHsha"]
- }
- }, 2580],
- ["FbtResultGK", [], {
- "shouldReturnFbtResult": true,
- "inlineMode": "NO_INLINE"
- }, 876],
- ["IntlHoldoutGK", [], {
- "inIntlHoldout": false
- }, 2827],
- ["IntlNumberTypeConfig", [], {
- "impl": "if (n === 1) { return IntlVariations.NUMBER_ONE; } else if (n \u0025 10 >= 2 && n \u0025 10 \u003C= 4 && (n \u0025 100 \u003C 12 || n \u0025 100 > 14)) { return IntlVariations.NUMBER_FEW; } else { return IntlVariations.NUMBER_MANY; }"
- }, 3405],
- ["IntlViewerContext", [], {
- "GENDER": 3
- }, 772],
- ["NumberFormatConfig", [], {
- "decimalSeparator": ",",
- "numberDelimiter": "\u00a0",
- "minDigitsForThousandsSeparator": 5,
- "standardDecimalPatternInfo": {
- "primaryGroupSize": 3,
- "secondaryGroupSize": 3
- },
- "numberingSystemData": null
- }, 54],
- ["IntlPhonologicalRules", [], {
- "meta": {},
- "patterns": {}
- }, 1496],
- ["ZeroCategoryHeader", [], {}, 1127],
- ["LinkshimHandlerConfig", [], {
- "supports_meta_referrer": true,
- "default_meta_referrer_policy": "origin-when-crossorigin",
- "switched_meta_referrer_policy": "origin",
- "non_linkshim_lnfb_mode": null,
- "link_react_default_hash": "AT0_1cRTrk9-HF_u4N7D5XiAo-KIMKxcrta9EbmGNwj-uqCHhayrLJA--4t2JN6TKaeHbbqDzagO8UBFrv10X2jc57Qt9_evPTNjEcfLKMIzRRDVn996CrLnwRcEpKLgmUraxN6u1jbE5h_eM1erwRm5UTo3nx69FK0LCQ",
- "untrusted_link_default_hash": "AT1fZeI0qpe8qP3zQFZrq6mEHNiFTOWf1_FB1rKZxr47PVmWJ-IBQkRyOwnmXxDqKkfcIpWy0XufkrXQYC101QZz2p0cCrZZrNYGi-VzY73aAt8sOVBVWvUvSERi_v0blhLAFKqUdXs_V8biZeBZYhIDrK7AKXDak3px3g",
- "linkshim_host": "l.messenger.com",
- "use_rel_no_opener": true,
- "always_use_https": true,
- "onion_always_shim": true,
- "middle_click_requires_event": false,
- "www_safe_js_mode": "asynclazy",
- "m_safe_js_mode": "MLynx_asynclazy",
- "ghl_param_link_shim": false,
- "click_ids": null,
- "is_linkshim_supported": true,
- "current_domain": "messenger.com"
- }, 27],
- ["ClickIDDomainBlacklistSVConfig", [], {
- "domains": ["craigslist", "tfbnw.net", "flashtalking.com", "canadiantire.ca", "o2.co.uk", "archive.org", "reddit.com", "redd.it", "gmail.com", "cvk.gov.ua", "electoralsearch.in", "yahoo.com", "cve.mitre.org", "usenix.org"]
- }, 3829],
- ["FBDomainsSVConfig", [], {
- "domains": {
- "__map": [
- ["www.facebook.com", 1],
- ["tfbnw.net", 1],
- ["m.beta.facebook.com", 1],
- ["touch.beta.facebook.com", 1],
- ["www.dev.facebook.com", 1],
- ["fb.me", 1],
- ["s.fb.com", 1],
- ["m.fbjs.facebook.com", 1],
- ["facebook.com.es", 1],
- ["www.fbjs.facebook.com", 1],
- ["m.facebook.com", 1],
- ["facebook.fr", 1],
- ["fbsbx.com", 1],
- ["attachment.fbsbx.com", 1],
- ["lookaside.fbsbx.com", 1],
- ["web.facebook.com", 1],
- ["fb.com", 1],
- ["messenger.com", 1]
- ]
- }
- }, 3828],
- ["HotReloadConfig", [], {
- "isEnabled": false
- }, 2649],
- ["InitialServerTime", [], {
- "serverTime": 1571886658586
- }, 204],
- ["RelayAPIConfigDefaults", ["__inst_84473062_0_0", "__inst_84473062_0_1", "__inst_84473062_0_2"], {
- "accessToken": "",
- "actorID": "0",
- "customHeaders": {},
- "enableNetworkLogger": false,
- "fetchTimeout": 30000,
- "graphBatchURI": {
- "__m": "__inst_84473062_0_0"
- },
- "graphURI": {
- "__m": "__inst_84473062_0_1"
- },
- "retryDelays": [1000, 3000],
- "useXController": true,
- "xhrEncoding": null,
- "subscriptionTopicURI": {
- "__m": "__inst_84473062_0_2"
- },
- "withCredentials": false,
- "isProductionEndpoint": false
- }, 926],
- ["LoadingMarkerGated", [], {
- "component": null
- }, 2874],
- ["ChatConfigInitialData", [], {}, 12],
- ["PresencePrivacyInitialData", [], {}, 58],
- ["AvailableListInitialData", [], {}, 166],
- ["PresenceConfigInitialData", [], {
- "active_cutoff": 120,
- "presence_page_green_dot_sub": false,
- "presence_throw_for_malformed_id": false,
- "viewer_presence_capabilities": null
- }, 3841],
- ["RTCConfig", [], {}, 760],
- ["SimpleNUXMessageConfig", [], {
- "isEnabled": true
- }, 3936],
- ["SimpleNUXMessageTypesToShow", [], {
- "mapping": {}
- }, 1203],
- ["FBRTCExperimentsConfig", [], {}, 986],
- ["ChannelInitialData", [], {
- "channelConfig": {
- "IFRAME_LOAD_TIMEOUT": 30000,
- "P_TIMEOUT": 30000,
- "STREAMING_TIMEOUT": 70000,
- "PROBE_HEARTBEATS_INTERVAL_LOW": 1000,
- "PROBE_HEARTBEATS_INTERVAL_HIGH": 3000,
- "MTOUCH_SEND_CLIENT_ID": 1,
- "user_channel": "p_0",
- "seq": -1,
- "retry_interval": 0,
- "max_conn": 6,
- "viewerUid": "0",
- "domain": "messenger.com",
- "tryStreaming": false,
- "trySSEStreaming": false,
- "skipTimeTravel": false,
- "uid": "0",
- "sequenceId": null
- },
- "state": "reconnect!",
- "reason": 6
- }, 143],
- ["DesktopWebMessageTypesSitevarConfig", [], {
- "ChatProxySupportedMessageTypes": {
- "__map": [
- ["P2P\/CreditCardChanged", true],
- ["P2P\/CreditCardDeleted", true],
- ["P2P\/PaymentRequestStateChanged", true],
- ["P2P\/TransferStatusChanged", true],
- ["buddylist_overlay", true],
- ["buddylist_overlay_buffered", true],
- ["business_report_progress", true],
- ["chatproxy-presence", true],
- ["delta", true],
- ["deltaflow", true],
- ["deltaflowreject", true],
- ["dismiss_all_missed_call_dialog", true],
- ["friend_requests_seen", true],
- ["friending_state_change", true],
- ["jewel_friending_notifs", true],
- ["jewel_requests_add", true],
- ["jewel_requests_remove_old", true],
- ["live_poke", true],
- ["messaging", true],
- ["mobile_requests_count", true],
- ["nav_update_counts", true],
- ["notif_sound_pref_changed", true],
- ["notification_hidden", true],
- ["notifications_read", true],
- ["notifications_seen", true],
- ["onevc", true],
- ["page_typing", true],
- ["places_editor_user_stats", true],
- ["privacy_changed", true],
- ["qprimer", true],
- ["reactquery_update", true],
- ["rtc_live_json", true],
- ["rtc_multi_json", true],
- ["setting", true],
- ["sevmanager\/edit", true],
- ["sevmanager\/escalation_update", true],
- ["sevmanager\/new_comment", true],
- ["sevmanager\/new_escalation", true],
- ["sevmanager\/thread_created", true],
- ["sevmanager\/update", true],
- ["skywalker", true],
- ["ttyp", true],
- ["typ", true],
- ["videocall_block_setting", true],
- ["video_encode", true],
- ["webrtc", true]
- ]
- },
- "MQTTMigrationExcludeMessageTypes": {
- "__map": [
- ["buddylist_overlay", true],
- ["buddylist_overlay_buffered", true],
- ["chatproxy-presence", true],
- ["delta", true],
- ["deltaflow", true],
- ["deltaflowreject", true],
- ["messaging", true],
- ["onevc", true],
- ["qprimer", true],
- ["rtc_live_json", true],
- ["rtc_multi_json", true],
- ["skywalker", true],
- ["ttyp", true],
- ["typ", true],
- ["webrtc", true]
- ]
- }
- }, 4269],
- ["MqttPublishTimeoutConfig", [], {
- "mqttPublishTimeoutMs": 60000
- }, 4266],
- ["FantailConfig", ["FantailLogQueue"], {
- "FantailLogQueue": {
- "__m": "FantailLogQueue"
- }
- }, 1258],
- ["MqttWebConfig", [], {
- "fbid": "0",
- "appID": 219994525426954,
- "endpoint": "wss:\/\/edge-chat.messenger.com\/chat",
- "pollingEndpoint": "https:\/\/edge-chat.messenger.com\/mqtt\/pull",
- "subscribedTopics": [],
- "capabilities": 10,
- "clientCapabilities": 3,
- "chatVisibility": false
- }, 3790],
- ["PresenceInitialData", [], {
- "cookiePollInterval": 500,
- "cookieVersion": 3,
- "serverTime": "1571886658000",
- "shouldSuppress": false,
- "useWebStorage": false
- }, 57],
- ["SystemEventsInitialData", [], {
- "ORIGINAL_USER_ID": "0"
- }, 483],
- ["MarauderConfig", [], {
- "app_version": "1001334484",
- "gk_enabled": false
- }, 31],
- ["CLDRDateFormatConfig", [], {
- "supportedPHPFormatsKeys": {
- "D": "E",
- "D g:ia": "Ejm",
- "D M d": "MMMEd",
- "D M d, Y": "yMMMEd",
- "D M j": "MMMEd",
- "D M j, y": "yMMMEd",
- "D, M j": "MMMEd",
- "D, M j, Y": "yMMMEd",
- "F d": "MMMMd",
- "F d, Y": "date_long",
- "F j": "MMMMd",
- "F j, Y": "date_long",
- "F j, Y \u0040 g:i A": "dateTime_long_short",
- "F j, Y g:i a": "dateTime_long_short",
- "F j, Y \u0040 g:i:s A": "dateTime_long_medium",
- "F jS": "MMMMd",
- "F jS, g:ia": "dateTime_long_short",
- "F jS, Y": "date_long",
- "F Y": "yMMMM",
- "g A": "j",
- "G:i": "time_short",
- "g:i": "time_short",
- "g:i a": "time_short",
- "g:i A": "time_short",
- "g:i:s A": "time_medium",
- "g:ia": "time_short",
- "g:iA": "time_short",
- "g:ia F jS, Y": "dateTime_long_short",
- "g:iA l, F jS": "dateTime_full_short",
- "g:ia M jS": "dateTime_medium_short",
- "g:ia, F jS": "dateTime_long_short",
- "g:iA, l M jS": "dateTime_full_short",
- "h:i a": "time_short",
- "h:m:s m\/d\/Y": "dateTime_short_short",
- "j": "d",
- "j F Y": "date_long",
- "l F d, Y": "date_full",
- "l, F d, Y": "date_full",
- "l, F j": "date_full",
- "l, F j, Y": "date_full",
- "l, F jS": "date_full",
- "l, F jS, g:ia": "dateTime_full_short",
- "l, M j": "date_full",
- "l, M j, Y": "date_full",
- "l, M j, Y g:ia": "dateTime_full_short",
- "M d": "MMMd",
- "M d, Y": "date_medium",
- "M d, Y g:ia": "dateTime_medium_short",
- "M d, Y ga": "dateTime_medium_short",
- "M j": "MMMd",
- "M j, Y": "date_medium",
- "M j, Y g:i A": "dateTime_medium_short",
- "M j, Y g:ia": "dateTime_medium_short",
- "M jS, g:ia": "dateTime_medium_short",
- "M y": "yMMM",
- "M Y": "yMMM",
- "M. d": "MMMd",
- "M. d, Y": "date_medium",
- "m\/d": "Md",
- "m\/d\/Y g:ia": "dateTime_short_short",
- "m\/d\/y H:i:s": "dateTime_short_short",
- "n": "M",
- "n\/j": "Md",
- "n\/j, g:ia": "dateTime_short_short",
- "n\/j\/y": "date_short",
- "Y": "y"
- },
- "isLocaleInConfigerator": true,
- "CLDRConfigeratorFormats": {
- "dateFormats": {
- "full": "EEEE, d MMMM y",
- "long": "d MMMM y",
- "medium": "d MMM y",
- "short": "dd.MM.y"
- },
- "timeFormats": {
- "full": "HH:mm:ss zzzz",
- "long": "HH:mm:ss z",
- "medium": "HH:mm:ss",
- "short": "HH:mm"
- },
- "dateTimeFormats": {
- "full": "{1} {0}",
- "long": "{1} {0}",
- "medium": "{1}, {0}",
- "short": "{1}, {0}"
- },
- "availableFormats": {
- "Bh": "h B",
- "Bhm": "h:mm B",
- "Bhms": "h:mm:ss B",
- "E": "ccc",
- "EBhm": "E h:mm B",
- "EBhms": "E h:mm:ss B",
- "EHm": "E, HH:mm",
- "EHms": "E, HH:mm:ss",
- "Ed": "E, d",
- "Ehm": "E, h:mm a",
- "Ehms": "E, h:mm:ss a",
- "Gy": "y G",
- "GyMMM": "MMM y G",
- "GyMMMEd": "E, d MMM y G",
- "GyMMMM": "LLLL y G",
- "GyMMMMEd": "E, d MMMM y G",
- "GyMMMMd": "d MMMM y G",
- "GyMMMd": "d MMM y G",
- "H": "HH",
- "Hm": "HH:mm",
- "Hms": "HH:mm:ss",
- "Hmsv": "HH:mm:ss v",
- "Hmv": "HH:mm v",
- "M": "L",
- "MEd": "E, d.MM",
- "MMM": "LLL",
- "MMMEd": "E, d MMM",
- "MMMMEd": "E, d MMMM",
- "MMMMW-count-few": "MMM, 'tydz'. W",
- "MMMMW-count-many": "MMM, 'tydz'. W",
- "MMMMW-count-one": "MMM, 'tydz'. W",
- "MMMMW-count-other": "MMM, 'tydz'. W",
- "MMMMd": "d MMMM",
- "MMMd": "d MMM",
- "Md": "d.MM",
- "d": "d",
- "h": "h a",
- "hm": "h:mm a",
- "hms": "h:mm:ss a",
- "hmsv": "h:mm:ss a v",
- "hmv": "h:mm a v",
- "ms": "mm:ss",
- "y": "y",
- "yM": "MM.y",
- "yMEd": "E, d.MM.y",
- "yMMM": "LLL y",
- "yMMMEd": "E, d MMM y",
- "yMMMM": "LLLL y",
- "yMMMMEd": "E, d MMMM y",
- "yMMMMd": "d MMMM y",
- "yMMMd": "d MMM y",
- "yMd": "d.MM.y",
- "yQQQ": "QQQ y",
- "yQQQQ": "QQQQ y",
- "yw-count-few": "Y, 'tydz'. w",
- "yw-count-many": "Y, 'tydz'. w",
- "yw-count-one": "Y, 'tydz'. w",
- "yw-count-other": "Y, 'tydz'. w"
- }
- },
- "CLDRRegionalConfigeratorFormats": {
- "dateFormats": {
- "full": "EEEE, d MMMM y",
- "long": "d MMMM y",
- "medium": "d MMM y",
- "short": "dd.MM.y"
- },
- "timeFormats": {
- "full": "HH:mm:ss zzzz",
- "long": "HH:mm:ss z",
- "medium": "HH:mm:ss",
- "short": "HH:mm"
- },
- "dateTimeFormats": {
- "full": "{1} {0}",
- "long": "{1} {0}",
- "medium": "{1}, {0}",
- "short": "{1}, {0}"
- },
- "availableFormats": {
- "Bh": "h B",
- "Bhm": "h:mm B",
- "Bhms": "h:mm:ss B",
- "E": "ccc",
- "EBhm": "E h:mm B",
- "EBhms": "E h:mm:ss B",
- "EHm": "E, HH:mm",
- "EHms": "E, HH:mm:ss",
- "Ed": "E, d",
- "Ehm": "E, h:mm a",
- "Ehms": "E, h:mm:ss a",
- "Gy": "y G",
- "GyMMM": "MMM y G",
- "GyMMMEd": "E, d MMM y G",
- "GyMMMM": "LLLL y G",
- "GyMMMMEd": "E, d MMMM y G",
- "GyMMMMd": "d MMMM y G",
- "GyMMMd": "d MMM y G",
- "H": "HH",
- "Hm": "HH:mm",
- "Hms": "HH:mm:ss",
- "Hmsv": "HH:mm:ss v",
- "Hmv": "HH:mm v",
- "M": "L",
- "MEd": "E, d.MM",
- "MMM": "LLL",
- "MMMEd": "E, d MMM",
- "MMMMEd": "E, d MMMM",
- "MMMMW-count-few": "MMM, 'tydz'. W",
- "MMMMW-count-many": "MMM, 'tydz'. W",
- "MMMMW-count-one": "MMM, 'tydz'. W",
- "MMMMW-count-other": "MMM, 'tydz'. W",
- "MMMMd": "d MMMM",
- "MMMd": "d MMM",
- "Md": "d.MM",
- "d": "d",
- "h": "h a",
- "hm": "h:mm a",
- "hms": "h:mm:ss a",
- "hmsv": "h:mm:ss a v",
- "hmv": "h:mm a v",
- "ms": "mm:ss",
- "y": "y",
- "yM": "MM.y",
- "yMEd": "E, d.MM.y",
- "yMMM": "LLL y",
- "yMMMEd": "E, d MMM y",
- "yMMMM": "LLLL y",
- "yMMMMEd": "E, d MMMM y",
- "yMMMMd": "d MMMM y",
- "yMMMd": "d MMM y",
- "yMd": "d.MM.y",
- "yQQQ": "QQQ y",
- "yQQQQ": "QQQQ y",
- "yw-count-few": "Y, 'tydz'. w",
- "yw-count-many": "Y, 'tydz'. w",
- "yw-count-one": "Y, 'tydz'. w",
- "yw-count-other": "Y, 'tydz'. w"
- }
- },
- "CLDRToPHPSymbolConversion": {
- "yyyy": "Y",
- "yy": "y",
- "y": "Y",
- "MMMMM": "M",
- "MMMM": "F",
- "MMM": "M",
- "MM": "m",
- "M": "n",
- "dd": "d",
- "d": "j",
- "EEEEE": "D",
- "EEEE": "l",
- "EEE": "D",
- "EE": "D",
- "E": "D",
- "aaaaa": "A",
- "aaaa": "A",
- "aaa": "A",
- "aa": "A",
- "a": "A",
- "bbbbb": "A",
- "bbbb": "A",
- "bbb": "A",
- "bb": "A",
- "b": "A",
- "BBBBB": "A",
- "BBBB": "A",
- "BBB": "A",
- "BB": "A",
- "B": "A",
- "HH": "H",
- "H": "G",
- "hh": "h",
- "h": "g",
- "K": "g",
- "mm": "i",
- "ss": "s",
- "z": "",
- "zz": "",
- "zzz": "",
- "ccccc": "D",
- "cccc": "l",
- "ccc": "D",
- "cc": "D",
- "c": "D",
- "LLLLL": "M",
- "LLLL": "f",
- "LLL": "M",
- "LL": "m",
- "L": "n",
- "G": ""
- },
- "intlDateSpecialChars": {
- "cldrDelimiter": "'",
- "singleQuote": "'",
- "singleQuoteHolder": "*"
- }
- }, 3019],
- ["CLDRDateRenderingClientRollout", [], {
- "formatDateClientLoggerSamplingRate": 0.0001
- }, 3003],
- ["DateFormatConfig", [], {
- "numericDateOrder": ["d", "m", "y"],
- "numericDateSeparator": ".",
- "shortDayNames": ["pon.", "wt.", "\u015br.", "czw.", "pi\u0105t.", "sob.", "niedz."],
- "timeSeparator": ":",
- "weekStart": 0,
- "formats": {
- "D": "D",
- "D g:ia": "D H:i",
- "D M d": "j F",
- "D M d, Y": "j F Y",
- "D M j": "j F",
- "D M j, g:ia": "j F H:i",
- "D M j, y": "j F Y",
- "D M j, Y g:ia": "j F Y H:i",
- "D, M j, Y": "j F Y",
- "F d": "j F",
- "F d, Y": "j F Y",
- "F g": "j F",
- "F j": "j F",
- "F j, Y": "j F Y",
- "F j, Y \u0040 g:i A": "j F Y H:i",
- "F j, Y g:i a": "j F Y H:i",
- "F jS": "j F",
- "F jS, g:ia": "j F H:i",
- "F jS, Y": "j F Y",
- "F Y": "f Y",
- "g A": "H",
- "g:i": "H:i",
- "g:i A": "H:i",
- "g:i a": "H:i",
- "g:iA": "H:i",
- "g:ia": "H:i",
- "g:ia F jS, Y": "j F Y H:i",
- "g:iA l, F jS": "j F Y H:i",
- "g:ia M j": "j F H:i",
- "g:ia M jS": "j F H:i",
- "g:ia, F jS": "j F H:i",
- "g:iA, l M jS": "j F Y H:i",
- "g:sa": "H:i",
- "H:I - M d, Y": "j F Y H:i",
- "h:i a": "H:i",
- "h:m:s m\/d\/Y": "j.m.Y H:i:s",
- "j": "j",
- "l F d, Y": "j F Y",
- "l g:ia": "l H:i",
- "l, F d, Y": "j F Y",
- "l, F j": "j F",
- "l, F j, Y": "j F Y",
- "l, F jS": "j F",
- "l, F jS, g:ia": "j F Y H:i",
- "l, M j": "j F",
- "l, M j, Y": "j F Y",
- "l, M j, Y g:ia": "j F Y H:i",
- "M d": "j F",
- "M d, Y": "j F Y",
- "M d, Y g:ia": "j F Y H:i",
- "M d, Y ga": "j F Y H",
- "M j": "j F",
- "M j, Y": "j F Y",
- "M j, Y g:i A": "j F Y H:i",
- "M j, Y g:ia": "j F Y H:i",
- "M jS, g:ia": "j F H:i",
- "M Y": "f Y",
- "M y": "j F",
- "m-d-y": "j-m-Y",
- "M. d": "j F",
- "M. d, Y": "j F Y",
- "j F Y": "j F Y",
- "m.d.y": "j.m.Y",
- "m\/d": "j.m",
- "m\/d\/Y": "j.m.Y",
- "m\/d\/y": "j.m.Y",
- "m\/d\/Y g:ia": "j.m.Y H:i",
- "m\/d\/y H:i:s": "j.m.Y H:i:s",
- "m\/d\/Y h:m": "j.m.Y H:i:s",
- "n": "j.m",
- "n\/j": "j.m",
- "n\/j, g:ia": "j.m.Y H:i",
- "n\/j\/y": "j.m.Y",
- "Y": "Y",
- "Y-m-d": "j.m.Y",
- "Y\/m\/d": "j.m.Y",
- "y\/m\/d": "j.m.Y",
- "F": "f"
- },
- "ordinalSuffixes": {
- "1": ".",
- "2": ".",
- "3": ".",
- "4": ".",
- "5": ".",
- "6": ".",
- "7": ".",
- "8": ".",
- "9": ".",
- "10": ".",
- "11": ".",
- "12": ".",
- "13": ".",
- "14": ".",
- "15": ".",
- "16": ".",
- "17": ".",
- "18": ".",
- "19": ".",
- "20": ".",
- "21": ".",
- "22": ".",
- "23": ".",
- "24": ".",
- "25": ".",
- "26": ".",
- "27": ".",
- "28": ".",
- "29": ".",
- "30": ".",
- "31": "."
- }
- }, 165],
- ["IsInternSite", [], {
- "is_intern_site": false
- }, 4517],
- ["MercuryParticipantsConstants", [], {
- "UNKNOWN_GENDER": 0,
- "EMAIL_IMAGE": "\/images\/messaging\/threadlist\/envelope.png",
- "IMAGE_SIZE": 32,
- "BIG_IMAGE_SIZE": 50,
- "WWW_INCALL_THUMBNAIL_SIZE": 100
- }, 109],
- ["MessagingTagConstants", [], {
- "app_id_root": "app_id:",
- "other": "other",
- "orca_app_ids": ["200424423651082", "181425161904154", "105910932827969", "256002347743983", "202805033077166", "184182168294603", "237759909591655", "233071373467473", "436702683108779", "684826784869902", "1660836617531775", "512266575476403", "334514693415286", "1517584045172414", "483661108438983", "331935610344200", "432577463989730", "312713275593566", "469483437175030", "770691749674544", "1637541026485594", "1692696327636730", "1526787190969554", "482765361914587", "737650889702127", "1699968706904684", "772799089399364", "519747981478076", "522404077880990", "1588552291425610", "609637022450479", "521501484690599", "1038350889591384", "1174099472704185", "182278812667592", "628551730674460", "1104941186305379", "1210280799026164", "252153545225472", "359572041079329", "498654280261363", "1710548062370900", "1665147590233624", "312081616114431", "817076185322073", "1284244285076230", "2345478338862777", "335385767409509", "419589368657070", "470242087083497"],
- "chat_sources": ["source:chat:web", "source:chat:jabber", "source:chat:iphone", "source:chat:meebo", "source:chat:orca", "source:chat:light_speed", "source:chat:test", "source:chat:forward", "source:chat"],
- "mobile_sources": ["source:sms", "source:gigaboxx:mobile", "source:gigaboxx:wap", "source:titan:wap", "source:titan:m_basic", "source:titan:m_free_basic", "source:titan:m_japan", "source:titan:m_mini", "source:titan:m_touch", "source:titan:m_app", "source:titan:m_zero", "source:titan:api_mobile", "source:buffy:sms", "source:chat:orca", "source:chat:light_speed", "source:titan:orca", "source:mobile", "source:instagram_direct"],
- "email_source": "source:email"
- }, 2141],
- ["WebGraphQLConfig", [], {
- "timeout": 30000,
- "use_timeout_handler": true,
- "use_error_handler": true
- }, 2809],
- ["BladeRunnerWWWExternSubscriptionsWhitelist", [], {
- "externSubscriptionsWhitelist": ["gqls\/actor_gateway_enroll_subscribe", "gqls\/ad_draft_publish_subscribe", "gqls\/ad_preview_generate_subscribe", "gqls\/ads_ldb_replace_subscribe", "gqls\/ads_video_status_subscribe", "gqls\/aloha_add_contacts_subscribe", "gqls\/aloha_add_favorites_subscribe", "gqls\/aloha_add_owner_subscribe", "gqls\/aloha_allowed_proximity_device_add_subscribe", "gqls\/aloha_call_media_update_subscribe", "gqls\/aloha_delete_subscribe", "gqls\/aloha_media_update_subscribe", "gqls\/aloha_owner_decline_invite_subscribe", "gqls\/aloha_owner_status_change_subscribe", "gqls\/aloha_remove_contacts_subscribe", "gqls\/aloha_remove_favorites_subscribe", "gqls\/aloha_remove_owner_subscribe", "gqls\/aloha_shared_album_add_contributor_subscribe", "gqls\/aloha_superframe_user_config_update_subscribe", "gqls\/aloha_user_proximity_update_subscribe", "gqls\/ar_hub_user_pose_subscribe", "gqls\/arcade_toast_subscribe", "gqls\/assistant_geofences_changed_subscribe", "gqls\/authenticity_correspondence_refresh_subscribe", "gqls\/authenticity_pending_check_update_subscribe", "gqls\/authenticity_public_records_update_subscribe", "gqls\/awareness_hub_incident_update_subscribe", "gqls\/ble_aloha_user_proximity_update_subscribe", "gqls\/bulk_contacts_update_subscribe", "gqls\/business_request_delete_subscribe", "gqls\/businesses_fetch_subscribe", "gqls\/chex_merchant_bulk_action_report_update_subscribe", "gqls\/chex_merchant_report_update_subscribe", "gqls\/cloudysequoia_message_event_subscribe", "gqls\/comment_delete_subscribe", "gqls\/comment_edit_subscribe", "gqls\/compass_curated_unit_version_event_subscribe", "gqls\/consumer_payment_session_status_subscribe", "gqls\/creator_live_status_changed", "gqls\/custom_sticker_unlock_subscribe", "gqls\/direct_inbox_badge_subscribe", "gqls\/direct_message_inbox_badge_subscribe", "gqls\/direct_message_thread_status_subscribe", "gqls\/direct_thread_subscribe", "gqls\/employee_checkup_async_job_instance_subscribe", "gqls\/employee_checkup_crisis_user_status_update_subscribe", "gqls\/employee_checkup_dispatch_job_status_change_subscribe", "gqls\/employee_graphql_use_subscribe", "gqls\/employee_nt_use_subscribe", "gqls\/event_confirmed_going_subscribe", "gqls\/event_invite_subscribe", "gqls\/event_rsvp_subscribe", "gqls\/event_ticket_order_purchase_status_change", "gqls\/export_contacts_list_link_subscribe", "gqls\/facebook_pixel_fire_subscribe", "gqls\/facecast_comment_reaction_subscribe", "gqls\/facecast_comment_reply_create_subscribe", "gqls\/facecast_count_hashtags_comment_aggregation_subscribe", "gqls\/facecast_count_specific_comment_aggregation_subscribe", "gqls\/facecast_first_comment_aggregation_subscribe", "gqls\/fb_vr_notification_subscribe", "gqls\/food_drink_order_create_subscribe", "gqls\/frame_image_asset_processing_subscribe", "gqls\/friend_request_confirm_subscribe", "gqls\/friend_request_receive_subscribe", "gqls\/friendone_pulse_subscribe", "gqls\/friendone_typing_subscribe", "gqls\/game_leaderboard_subscribe", "gqls\/game_play_subscribe", "gqls\/games_service_profile_subscribe", "gqls\/games_tab_live_badge_subscribe", "gqls\/gametime_match_add_expert_story_subscribe", "gqls\/gametime_match_data_update_subscribe", "gqls\/gametime_match_home_reaction_surface_add_unit_subscribe", "gqls\/gametime_match_play_create_subscribe", "gqls\/gametime_match_play_remove_subscribe", "gqls\/gametime_match_play_update_subscribe", "gqls\/gemstone_connected_instagram_subscribe", "gqls\/gemstone_new_interest_subscribe", "gqls\/gemstone_new_message_subscribe", "gqls\/geofence_aloha_user_proximity_update_subscribe", "gqls\/gqls_dashboard_ping_subscribe", "gqls\/graph_editor_history_badge_subscribe", "gqls\/group_pin_story_subscribe", "gqls\/group_unseen_activity_subscribe", "gqls\/hateful_friction_status_update_validation_subscribe", "gqls\/instagram_live_video_comment_create_subscribe", "gqls\/instant_game_platform_debug_command_subscribe", "gqls\/intl_comment_posted_subscribe", "gqls\/job_thread_application_subscribe", "gqls\/kototoro_story_creation_subscribe", "gqls\/kototoro_user_follow_subscribe", "gqls\/live_chat_command_subscribe", "gqls\/live_donation_video_donate_event_subscribe", "gqls\/live_feed", "gqls\/live_gaming_ads_auto_squeezeback_toggle_subscribe", "gqls\/live_linear_video_channel_create_subscribe", "gqls\/live_location_tickle_subscribe", "gqls\/live_location_update_subscribe", "gqls\/live_sticker_used_subscribe", "gqls\/live_video_commentating_event_subscribe", "gqls\/live_video_commerce_interest_subscribe", "gqls\/live_video_commercial_break_subscribe", "gqls\/live_video_fbb_viewer_subscribe", "gqls\/live_video_highlighted_comments_subscribe", "gqls\/live_video_monetizable_subscribe", "gqls\/live_video_mutation_error_subscribe", "gqls\/live_video_product_tagging_event_subscribe", "gqls\/live_video_share_count_update_subscribe", "gqls\/live_video_takedown_subscribe", "gqls\/live_video_viewer_mode_subscribe", "gqls\/live_video_viewer_specific_component_subscribe", "gqls\/live_video_vod_ready_subscribe", "gqls\/live_video_wave_subscribe", "gqls\/live_with_request_to_join_broadcaster_subscribe", "gqls\/living_room_banner_notification_subscribe", "gqls\/living_room_comment_reply_create_subscribe", "gqls\/living_room_comment_update_subscribe", "gqls\/living_room_crowd_noise_subscribe", "gqls\/living_room_crowdsource_event_subscribe", "gqls\/living_room_custom_name_subscribe", "gqls\/living_room_is_rtc_call_ongoing_subscribe", "gqls\/living_room_permissions_subscribe", "gqls\/living_room_presence_subscribe", "gqls\/living_room_recap_subscribe", "gqls\/living_room_status_update_subscribe", "gqls\/living_room_youtube_video_state_subscribe", "gqls\/location_party_update_subscribe", "gqls\/lol_curation_category_content_subscribe", "gqls\/loyalty_card_punch_subscribe", "gqls\/lwi_async_creation_status_subscribe", "gqls\/marketplace_listing_renderable_update_subscribe", "gqls\/marketplace_notification_subscribe", "gqls\/marketplace_rating_update_subscribe", "gqls\/marketplace_thread_update_subscribe", "gqls\/message_thread_subscribe", "gqls\/messenger_business_persistent_menu_update_subscribe", "gqls\/messenger_call_updated_subscribe", "gqls\/messenger_living_room_auto_play_subscribe", "gqls\/messenger_living_room_reactions_subscribe", "gqls\/messenger_living_room_update_subscribe", "gqls\/mockup_migrate_subscribe", "gqls\/montage_message_follower_read_subscribe", "gqls\/multi_directed_post_change_subscribe", "gqls\/notification_state_change_subscribe", "gqls\/nt_commerce_post_update_subscribe", "gqls\/nt_example_1_subscribe", "gqls\/nt_fb_ig_link_confirmation_status_subscribe", "gqls\/nt_fb_ig_sync_login_subscribe", "gqls\/nt_games_service_profile_subscribe", "gqls\/nt_gaming_arena_subscribe", "gqls\/nt_gaming_video_comment_create_subscribe", "gqls\/nt_gaming_video_community_feed_comment_create_subscribe", "gqls\/nt_instant_game_leaderboard_card_subscribe", "gqls\/nt_instant_game_leaderboard_story_subscribe", "gqls\/nt_instant_game_tournament_subscribe", "gqls\/nt_instant_games_daily_challenge_section_subscribe", "gqls\/nt_instant_games_recently_played_section_subscribe", "gqls\/nt_ldp_transaction_tool_selector_redirect_url_subscribe", "gqls\/nt_marketplace_bsg_manage_your_listings_subscribe", "gqls\/nt_services_appointment_advanced_setting_start_time_increments_subscribe", "gqls\/nt_services_double_booking_setting_subscribe", "gqls\/nt_services_instagram_connection_subscribe", "gqls\/nt_services_instagram_provision_subscribe", "gqls\/nt_services_page_creation_appt_setup_subscribe", "gqls\/nt_video_stars_comments_create_subscribe", "gqls\/nt_viewer_sheet_message_subscribe", "gqls\/nt_viewer_sheet_privacy_subscribe", "gqls\/nt_watch_feed_living_room_subscribe", "gqls\/nt_workplace_account_created_subscribe", "gqls\/opp_step_sequence_update_subscribe", "gqls\/order_tracking_status_update_subscribe", "gqls\/page_away_toggle_subscribe", "gqls\/page_change_website_subscribe", "gqls\/page_comm_item_delete_subscribe", "gqls\/page_comm_item_edit_subscribe", "gqls\/page_comm_item_part_delete_subscribe", "gqls\/page_comm_item_part_edit_subscribe", "gqls\/page_comment_create_subscribe", "gqls\/page_crm_contact_update_subscribe", "gqls\/page_follow_subscribe", "gqls\/page_like_subscribe", "gqls\/page_save_subscribe", "gqls\/page_wec_group_info_update_subscribe", "gqls\/pages_message_tagging_subscribe", "gqls\/payment_account_email_verified_subscribe", "gqls\/pelican_annotation_create_subscribe", "gqls\/pelican_annotation_delete_subscribe", "gqls\/pelican_annotation_update_subscribe", "gqls\/pinned_comment_event_create_subscribe", "gqls\/pinned_streaming_comment_pin_subscribe", "gqls\/pinned_streaming_comment_unpin_subscribe", "gqls\/platform_page_like_subscribe", "gqls\/poll_answer_subscribe", "gqls\/post_to_instagram_crossposting_result_subscribe", "gqls\/presma_whats_app_verify_complete_subscribe", "gqls\/prism_user_online_subscribe", "gqls\/prism_video_watching_subscribe", "gqls\/profile_plus_transition_tracker_subscribe", "gqls\/qrp_points_add_subscribe", "gqls\/question_vote_subscribe", "gqls\/quick_promotion_trigger", "gqls\/reaction_gametime_football_live_header_update_subscribe", "gqls\/reaction_gametime_live_header_update_subscribe", "gqls\/reaction_gametime_match_component_update_subscribe", "gqls\/reaction_unit_update_subscribe", "gqls\/refresh_news_feed_subscribe", "gqls\/ride_request_current_location_update_subscribe", "gqls\/rtc_activity_update_subscribe", "gqls\/rtweb_call_blocked_setting_subscribe", "gqls\/rung_participants_added_subscribe", "gqls\/sc_attachment_update_subscribe", "gqls\/scheduled_start_time_update_subscribe", "gqls\/scheduled_video_content_status_change_subscribe", "gqls\/services_appointment_badge_subscribe", "gqls\/services_appointment_update_subscribe", "gqls\/services_instagram_login_update_subscribe", "gqls\/signals_real_time_event_log_subscribe", "gqls\/social_vr_party_invitation_subscribe", "gqls\/sourcing_event_update_subscribe", "gqls\/sourcing_worksheet_update_subscribe", "gqls\/spaces_vr_pending_join_requests_subscribe", "gqls\/spaces_vr_viewer_friend_request_subscribe", "gqls\/src_change_order_set_approver_subscribe", "gqls\/src_change_order_set_status_subscribe", "gqls\/src_change_order_upsert_subscribe", "gqls\/src_change_request_assignee_update_subscribe", "gqls\/src_change_request_status_update_subscribe", "gqls\/src_cr_discussion_create_subscribe", "gqls\/src_event_question_assignee_collaborator_update_subscribe", "gqls\/src_event_question_status_update_subscribe", "gqls\/src_psm_change_order_set_status_subscribe", "gqls\/srt_collect_agent_phone_subscribe", "gqls\/srt_collect_mail_received_subscribe", "gqls\/srt_consumer_hardware_customer_support_status_context_subscribe", "gqls\/srt_gsii_reviewer_case_assign_subscribe", "gqls\/srt_job_with_support_bot_sessions_attach_subscribe", "gqls\/srt_update_center_unread_count_subscribe", "gqls\/stonehenge_account_linking_signal_received_subscribe", "gqls\/store_customer_support_phone_call_disconnect_subscribe", "gqls\/story_card_status_subscribe", "gqls\/story_reply_subscribe", "gqls\/stream_chain_event_subscribe", "gqls\/superframe_photo_ranking_subscribe", "gqls\/support_bot_last_message_subscribe", "gqls\/support_bot_message_subscribe", "gqls\/support_bot_session_article_list_subscribe", "gqls\/support_bot_session_status_subscribe", "gqls\/support_case_email_subscription_update_subscribe", "gqls\/test_e2e_measurement_drop_receives_subscribe", "gqls\/test_e2e_measurement_vanilla_subscribe", "gqls\/tip_jar_tip_event_subscribe", "gqls\/together_bot_send_message_subscribe", "gqls\/together_vr_ping_subscribe", "gqls\/trivia_game_extra_life_get_subscribe", "gqls\/tv_session_end_subscribe", "gqls\/tv_session_start_subscribe", "gqls\/tv_session_update_subscribe", "gqls\/vce_auto_cropping_status_subscribe", "gqls\/vce_overlay_status_subscribe", "gqls\/verse_game_chat_feedback_channel_comment_subscribe", "gqls\/verse_reported_messages_change_subscribe", "gqls\/video_broadcast_schedule_set_start_time_subscribe", "gqls\/video_community_moderation_subscribe", "gqls\/video_home_badge_update_subscribe", "gqls\/video_live_video_suicide_prevention_flag_subscribe", "gqls\/video_monetization_creator_update_subscribe", "gqls\/video_recognized_user_subscribe", "gqls\/video_text_question_owner_create_subscribe", "gqls\/video_text_question_owner_delete_subscribe", "gqls\/video_text_question_response_subscribe", "gqls\/video_text_question_update_subscribe", "gqls\/video_tip_jar_payment_event_subscribe", "gqls\/vidwalla_event_subscribe", "gqls\/vidwalla_test_subscribe", "gqls\/viewer_poke_subscribe", "gqls\/vod_cvc_update_subscribe", "gqls\/vr_persona_custom_world_publish_subscribe", "gqls\/vr_persona_follow_subscribe", "gqls\/vr_wall_page_photos_publish_subscribe", "gqls\/waba_insights_report_subscribe", "gqls\/watch_cms_note_create_subscribe", "gqls\/watch_cms_note_update_subscribe", "gqls\/wifi_aloha_user_proximity_update_subscribe", "gqls\/woodhenge_supporter_event_subscribe", "gqls\/work_availability_status_change_subscribe", "gqls\/work_availability_status_fanout_subscribe", "gqls\/work_survey_people_set_create_subscribe"]
- }, 4573],
- ["LocaleInitialData", [], {
- "locale": "pl_PL",
- "language": "Polski"
- }, 273],
- ["GQLSHeartbeatConfig", [], {
- "heartbeat_interval": 5000
- }, 3674],
- ["GraphQLSubscriptionsConfig", [], {
- "shouldAlwaysLog": false,
- "shouldUseGraphQL2DocumentIDs": true
- }, 2469],
- ["BladeRunnerGeneratedWhitelist", [], {
- "prefixes": {},
- "skywalkerTopicPrefixes": []
- }, 4219],
- ["MercuryServerRequestsConfig", [], {
- "sendMessageTimeout": 45000
- }, 107],
- ["FalcoJSLoggerSamplingPolicies", [], {
- "rates": {
- "accountquality_aqviewpanetab_augl": 1,
- "accountquality_aqviewpanetabended_augl": 1,
- "accountquality_coreappexperience_augl": 1,
- "accountquality_coreappexperienceended_augl": 1,
- "accountquality_coreinteractionbutton_augl": 1,
- "accountquality_coreinteractioncheckbox_augl": 1,
- "accountquality_coreinteractioncollapse_augl": 1,
- "accountquality_coreinteractionexpand_augl": 1,
- "accountquality_coreinteractionmouseover_augl": 1,
- "accountquality_coreinteractionmouseoverended_augl": 1,
- "accountquality_coreinteractionpanetab_augl": 1,
- "accountquality_coreuserinteraction_augl": 1,
- "accountquality_coreuserinteractionended_augl": 1,
- "adsflytrap_afsendfeedback_augl": 1,
- "adsflytrap_coreappexperience_augl": 1,
- "adsflytrap_coreappexperienceended_augl": 1,
- "adsflytrap_coreinteractionbutton_augl": 1,
- "adsflytrap_coreinteractiondropdown_augl": 1,
- "adsflytrap_coreinteractiondropdownended_augl": 1,
- "adsflytrap_coreinteractiontextinput_augl": 1,
- "adsflytrap_coreinteractiontextinputended_augl": 1,
- "adsflytrap_coreuserinteraction_augl": 1,
- "adsflytrap_coreuserinteractionended_augl": 1,
- "adsflytrap_coreviewmodal_augl": 1,
- "adsflytrap_coreviewmodalended_augl": 1,
- "adsmanager_amaccountoverview_augl": 1,
- "adsmanager_amaccountoverviewended_augl": 1,
- "adsmanager_amadobjectcreateflow_augl": 1,
- "adsmanager_amadobjectcreateflowended_augl": 1,
- "adsmanager_amadobjectduplicateflow_augl": 1,
- "adsmanager_amadobjectduplicateflowended_augl": 1,
- "adsmanager_amadobjecteditflow_augl": 1,
- "adsmanager_amadobjecteditflowended_augl": 1,
- "adsmanager_amadobjectexportflow_augl": 1,
- "adsmanager_amadobjectexportflowended_augl": 1,
- "adsmanager_amadobjectimportflow_augl": 1,
- "adsmanager_amadobjectimportflowended_augl": 1,
- "adsmanager_amadobjectreviewandpublishflow_augl": 1,
- "adsmanager_amadobjectreviewandpublishflowended_augl": 1,
- "adsmanager_amadobjectsetbuyingtype_augl": 1,
- "adsmanager_amadobjectsetobjective_augl": 1,
- "adsmanager_amadscopyerror_augl": 1,
- "adsmanager_amapierror_augl": 1,
- "adsmanager_amconvergencecontextualmenuclick_augl": 1,
- "adsmanager_amconvergenceexternalcreationdialogclick_augl": 1,
- "adsmanager_amconvergencefocusmode_augl": 1,
- "adsmanager_amconvergencefocusmodeended_augl": 1,
- "adsmanager_amconvergencefocusmodetoggleclick_augl": 1,
- "adsmanager_amconvergenceoptinoptout_augl": 1,
- "adsmanager_amconvergencepublishflow_augl": 1,
- "adsmanager_amconvergencepublishflowended_augl": 1,
- "adsmanager_amconvergencepublishpreviewdialogselection_augl": 1,
- "adsmanager_amcrash_augl": 1,
- "adsmanager_amcreateflow_augl": 1,
- "adsmanager_amcreateflowended_augl": 1,
- "adsmanager_amcreateflowfocusframework_augl": 1,
- "adsmanager_amcreateflowfocusframeworkclicktoedit_augl": 1,
- "adsmanager_amcreateflowfocusframeworkended_augl": 1,
- "adsmanager_amcreateflowmutableoption_augl": 1,
- "adsmanager_amcreateflowpage_augl": 1,
- "adsmanager_amcreateflowpageended_augl": 1,
- "adsmanager_amcriticalexception_augl": 1,
- "adsmanager_amdraftfragmentloaderror_augl": 1,
- "adsmanager_amdraftloaderror_augl": 1,
- "adsmanager_ameditflow_augl": 1,
- "adsmanager_ameditflowended_augl": 1,
- "adsmanager_amemojiclicktoedit_augl": 1,
- "adsmanager_amemojiselectedemoji_augl": 1,
- "adsmanager_amexception_augl": 1,
- "adsmanager_amfatalerror_augl": 1,
- "adsmanager_amhomeview_augl": 1,
- "adsmanager_amhomeviewended_augl": 1,
- "adsmanager_amimporterror_augl": 1,
- "adsmanager_aminit_augl": 1,
- "adsmanager_amnamingtypeaheadselect_augl": 1,
- "adsmanager_ampublisherror_augl": 1,
- "adsmanager_amsmartbackgrounddialog_augl": 1,
- "adsmanager_amsmartbackgrounddialogclosed_augl": 1,
- "adsmanager_amsmartbackgrounderror_augl": 1,
- "adsmanager_amsmartbackgroundimagesave_augl": 1,
- "adsmanager_amtableadobject_augl": 1,
- "adsmanager_amtableadobjectended_augl": 1,
- "adsmanager_amvalidationerror_augl": 1,
- "adsmanager_coreappexperience_augl": 1,
- "adsmanager_coreappexperienceended_augl": 1,
- "adsmanager_coreuserinteraction_augl": 1,
- "adsmanager_coreuserinteractionended_augl": 1,
- "adswaittimespinners_awtspinners_augl": 1,
- "adswaittimespinners_coreappexperience_augl": 1,
- "adswaittimespinners_coreappexperienceended_augl": 1,
- "adswaittimespinners_coreuserinteraction_augl": 1,
- "adswaittimespinners_coreuserinteractionended_augl": 1,
- "auglexplorer_augleupdatefilter_augl": 1,
- "auglexplorer_coreappexperience_augl": 1,
- "auglexplorer_coreappexperienceended_augl": 1,
- "auglexplorer_coreuserinteraction_augl": 1,
- "auglexplorer_coreuserinteractionended_augl": 1,
- "billing_interface_debug": 1,
- "billing_interface_error": 1,
- "billing_interface_event": 1,
- "business_inbox_bulk_admin_assignment_action_click": 1,
- "business_inbox_bulk_admin_assignment_dialog_submit": 1,
- "business_inbox_bulk_delete_action_click": 1,
- "business_inbox_bulk_delete_dialog_submit": 1,
- "business_inbox_bulk_label_action_click": 1,
- "business_inbox_bulk_label_dialog_submit": 1,
- "business_inbox_bulk_mark_as_unread_action_click": 1,
- "business_inbox_bulk_move_to_folder_action_click": 1,
- "business_inbox_bulk_reply_action_click": 1,
- "business_inbox_bulk_reply_dialog_submit": 1,
- "business_inbox_multi_admin_assignment_update": 1,
- "business_inbox_nux_impression": 1,
- "business_inbox_thread_checkbox_click": 1,
- "business_inbox_thread_checkbox_impression": 1,
- "business_inbox_thread_checkbox_update_value": 1,
- "businessmanager_bmassetinfoextraaction_augl": 1,
- "businessmanager_bmassetpermissionaccordianmenuinteraction_augl": 1,
- "businessmanager_bmassetpermissiondelete_augl": 1,
- "businessmanager_bmassetpermissiondeletecancel_augl": 1,
- "businessmanager_bmassetpermissiondeleteconfirm_augl": 1,
- "businessmanager_bmassetpermissionedit_augl": 1,
- "businessmanager_bmassettabaddasset_augl": 1,
- "businessmanager_bmassettabaddpeople_augl": 1,
- "businessmanager_bmassettabassignpartner_augl": 1,
- "businessmanager_bmchangetabinteraction_augl": 1,
- "businessmanager_bmlistrowimpression_augl": 1,
- "businessmanager_bmlistviewinteraction_augl": 1,
- "businessmanager_bmlistviewtoggle_augl": 1,
- "businessmanager_bmnavigationlevel_augl": 1,
- "businessmanager_bmnavigationlevelended_augl": 1,
- "businessmanager_bmopenassetintoolaction_augl": 1,
- "businessmanager_bmpaneload_augl": 1,
- "businessmanager_bmpaneloadended_augl": 1,
- "businessmanager_bmpaneopen_augl": 1,
- "businessmanager_bmpaneopenended_augl": 1,
- "businessmanager_bmserverexception_augl": 1,
- "businessmanager_bmusertabaddasset_augl": 1,
- "businessmanager_bmvalidationerror_augl": 1,
- "businessmanager_bmvettingpageinitialload_augl": 1,
- "businessmanager_bmvettingpageinitialloadended_augl": 1,
- "businessmanager_coreappexperience_augl": 1,
- "businessmanager_coreappexperienceended_augl": 1,
- "businessmanager_coreinteractionaccordianmenu_augl": 1,
- "businessmanager_coreinteractionbutton_augl": 1,
- "businessmanager_coreinteractioncheckbox_augl": 1,
- "businessmanager_coreinteractiondropdown_augl": 1,
- "businessmanager_coreinteractiondropdownended_augl": 1,
- "businessmanager_coreinteractionradiobutton_augl": 1,
- "businessmanager_coreinteractiontextinput_augl": 1,
- "businessmanager_coreinteractiontextinputended_augl": 1,
- "businessmanager_coreinteractiontoggle_augl": 1,
- "businessmanager_coreuserinteraction_augl": 1,
- "businessmanager_coreuserinteractionended_augl": 1,
- "businessmanager_coreviewmodal_augl": 1,
- "businessmanager_coreviewmodalended_augl": 1,
- "candidate_portal_give_feedback": 1,
- "changed_cause": 1,
- "chatroom_attachment_chat_button_tapped": 1,
- "chatroom_join_request_cancelled": 1,
- "chatroom_join_request_submitted": 1,
- "cix_account_status_vpvd": 1,
- "cix_warning_screens": 1,
- "click_donate_monthly": 1,
- "click_donate_once": 1,
- "click_donation_history_item": 1,
- "click_like_button": 1,
- "click_open_edit_group_fundraiser_settings": 1,
- "click_other_amount_button": 1,
- "click_suggested_amount_button": 1,
- "click_unlike_button": 1,
- "comet_feed_story_menu_action": 10000,
- "comet_feed_vpvd_test": 1,
- "comet_ineligibility_opt_out_event": 1,
- "comet_media_options_click": 10000,
- "comet_media_remove_tag": 10000,
- "comet_media_tag": 10000,
- "comet_media_vpvd": 1,
- "comet_news_feed_eof": 1,
- "comet_news_feed_eof_unmounted": 1,
- "comet_news_feed_loaded": 1,
- "comet_opt_in_upsell_interaction": 1,
- "comet_opt_out_survey": 1,
- "comet_opt_out_survey_feedback": 1,
- "comet_story_attachments": 1,
- "comet_topnav_item_click": 1,
- "comet_topnav_item_impression": 1,
- "comment_inline_seen": 1,
- "comment_inline_xout": 1,
- "commerce_pdp_product_tag_click": 1,
- "commerce_see_more_from_shop_card_click": 1,
- "commerce_view_product_tag": 1,
- "commerce_view_product_tag_hscroll": 1,
- "commerce_view_product_tag_pill": 1,
- "commerce_view_product_tagged_post": 1,
- "commerce_view_see_more_from_shop": 1,
- "community_resources_click_link_mobile": 1,
- "community_resources_share_link_mobile": 1,
- "consent_flow_interactions": 1,
- "content_manager_content_detailed_view_impression": 1,
- "content_manager_content_item_click": 1,
- "content_manager_tab_item_click": 1,
- "content_manager_workspace_impression": 1,
- "create_fundraiser_click": 1,
- "create_living_room_action_link_impression": 1,
- "deferred_feedback_experience": 1,
- "delete_media_attempted": 1,
- "donate_click": 1,
- "donation_impact_dismiss_prompt": 1,
- "edit_group_fundraiser_settings_begin": 1,
- "end_fundraiser_begin": 1,
- "external_metric_consumption_validation_event": 1,
- "fbt_impressions_batch": 1,
- "friends_center_opened": 1,
- "frtp_survey_response": 1,
- "fundraiser_chat_support_click": 1,
- "fundraiser_hub_category_click": 1,
- "fundraiser_more_button_click": 1,
- "fundraiser_payout_setup_click": 1,
- "fundraiser_see_all_click": 1,
- "gaming_video_level_up_qp": 1,
- "griffin_tab_open": 1,
- "hub_activity_link_click": 1,
- "invite_click": 1,
- "kototoro_comment_create_attempted": 1,
- "kototoro_comment_created": 1,
- "kototoro_comment_delete_attempted": 1,
- "kototoro_comment_deleted": 1,
- "kototoro_comment_emoji_selected": 1,
- "kototoro_comment_exited": 1,
- "kototoro_comment_follow_upsell_action": 1,
- "kototoro_comment_follow_upsell_shown": 1,
- "kototoro_comment_launched": 1,
- "kototoro_comment_liked": 1,
- "kototoro_comment_mention_selected_user": 1,
- "kototoro_comment_mention_view_canceled": 1,
- "kototoro_comment_mention_view_shown": 1,
- "kototoro_comment_unliked": 1,
- "kttr_fb_stories_button_click": 1,
- "kttr_fb_stories_button_exposure": 1,
- "kttr_fb_stories_upsell": 1,
- "kttr_ig_feed_crosspost_composer": 1,
- "kttr_ig_feed_crosspost_sharesheet": 1,
- "kttr_ig_stories_crosspost_composer": 1,
- "kttr_ig_stories_crosspost_sharesheet": 1,
- "kttr_share_to_feed_error": 1,
- "kttr_share_to_story_error": 1,
- "lasso_composer_fb_stories_toggle": 1,
- "lasso_composer_fb_timeline_toggle": 1,
- "lasso_composer_fb_toggle": 1,
- "lasso_composer_ig_feed_toggle": 1,
- "lasso_composer_ig_stories_toggle": 1,
- "learning_click_component": 1,
- "lh_digest_logging": 1,
- "live_join_group_cta_click": 1,
- "live_trace_www_video_player": 1,
- "load_group_fundraiser_settings_row": 1,
- "log_messenger_frx_events_in_cix_screen": 1,
- "ls_business_welcome_page_composer_hided": 1,
- "ls_business_welcome_page_get_started_button_tapped": 1,
- "ls_business_welcome_page_start": 1,
- "ls_cta_click_client_handling_success": 1,
- "ls_cta_displayed_button_tapped": 1,
- "ls_did_tap_call_to_action": 1,
- "ls_messenger_integrity_block_facebook_confirmed": 1,
- "ls_messenger_integrity_block_facebook_failed": 1,
- "ls_messenger_integrity_block_facebook_succeeded": 1,
- "ls_messenger_integrity_block_facebook_tapped": 1,
- "ls_messenger_integrity_block_messages_confirmed": 1,
- "ls_messenger_integrity_block_messages_failed": 1,
- "ls_messenger_integrity_block_messages_succeeded": 1,
- "ls_messenger_integrity_block_messages_tapped": 1,
- "ls_messenger_integrity_block_view_enter": 1,
- "ls_messenger_integrity_learn_more_tapped": 1,
- "ls_messenger_integrity_unblock_facebook_confirmed": 1,
- "ls_messenger_integrity_unblock_facebook_failed": 1,
- "ls_messenger_integrity_unblock_facebook_succeeded": 1,
- "ls_messenger_integrity_unblock_facebook_tapped": 1,
- "ls_messenger_integrity_unblock_messages_confirmed": 1,
- "ls_messenger_integrity_unblock_messages_failed": 1,
- "ls_messenger_integrity_unblock_messages_succeeded": 1,
- "ls_messenger_integrity_unblock_messages_tapped": 1,
- "ls_persistent_menu_client_handling_success": 1,
- "ls_persistent_menu_icon_tapped": 1,
- "ls_persistent_menu_is_set_up": 1,
- "managedlift_coreappexperience_augl": 1,
- "managedlift_coreappexperienceended_augl": 1,
- "managedlift_coreinteractionbutton_augl": 1,
- "managedlift_coreinteractioncheckbox_augl": 1,
- "managedlift_coreinteractioncollapse_augl": 1,
- "managedlift_coreinteractionexpand_augl": 1,
- "managedlift_coreinteractionmouseover_augl": 1,
- "managedlift_coreinteractionmouseoverended_augl": 1,
- "managedlift_coreinteractionpanetab_augl": 1,
- "managedlift_coreinteractionradiobutton_augl": 1,
- "managedlift_coreinteractionsearchbar_augl": 1,
- "managedlift_coreinteractionsearchbarended_augl": 1,
- "managedlift_coreuserinteraction_augl": 1,
- "managedlift_coreuserinteractionended_augl": 1,
- "managedlift_coreviewmodal_augl": 1,
- "managedlift_coreviewmodalended_augl": 1,
- "managedlift_mlapierror_augl": 1,
- "managedlift_mlerror_augl": 1,
- "managedlift_mlfieldset_augl": 1,
- "managedlift_mltypeaheadselect_augl": 1,
- "managedlift_mlvalidationerror_augl": 1,
- "mentorship": 1,
- "mentorship_cohort": 1,
- "mentorship_user": 1,
- "misinfo_frontend": 1,
- "mk_client_event": 1,
- "news_digest_content_impression_event": 1,
- "news_digest_outbound_click_event": 1,
- "news_digest_primary_click_event": 1,
- "news_digest_secondary_click_event": 1,
- "news_digest_unit_impression_event": 1,
- "notif_list_bottom_collision": 10000,
- "open_cause_beneficiary_selector": 1,
- "open_seen_summary": 1,
- "pages_composer_composer_cancel_flow": 1,
- "pages_composer_composer_enter_flow": 1,
- "pages_composer_composer_focus_acquired": 1,
- "pages_composer_composer_focus_lost": 1,
- "pages_composer_composer_impression": 1,
- "pages_composer_composer_submit_flow": 1,
- "pages_composer_composer_submit_flow_failure": 1,
- "pages_composer_composer_submit_flow_success": 1,
- "pages_composer_consolidated_entry_click": 1,
- "pages_composer_draft_post_cancel_flow": 1,
- "pages_composer_draft_post_edit_enter_flow": 1,
- "pages_composer_draft_post_edit_submit_flow": 1,
- "pages_composer_draft_post_enter_flow": 1,
- "pages_composer_draft_post_submit_flow": 1,
- "pages_composer_draft_reminder_card_impression": 1,
- "pages_composer_draft_reminder_unit_impression": 1,
- "pages_composer_footer_setting_button_click": 1,
- "pages_composer_media_attachment_button_click": 1,
- "pages_composer_media_attachment_button_impression": 1,
- "pages_composer_offer_composer_cancel_flow": 1,
- "pages_composer_offer_composer_enter_flow": 1,
- "pages_composer_offer_composer_photo_uploader_submit_flow": 1,
- "pages_composer_offer_composer_photo_uploader_submit_flow_failure": 1,
- "pages_composer_offer_composer_photo_uploader_submit_flow_success": 1,
- "pages_composer_offer_composer_submit_flow": 1,
- "pages_composer_offer_composer_submit_flow_failure": 1,
- "pages_composer_offer_composer_submit_flow_success": 1,
- "pages_composer_offer_composer_update_value": 1,
- "pages_composer_preview_button_click": 1,
- "pages_composer_schedule_post_cancel_flow": 1,
- "pages_composer_schedule_post_enter_flow": 1,
- "pages_composer_schedule_post_submit_flow": 1,
- "pages_inbox_impression": 1,
- "pages_launchpoint_pages_you_manage_click": 1,
- "pages_launchpoint_view_message_click": 1,
- "pages_launchpoint_view_notification_click": 1,
- "pages_message_thread_impression": 1,
- "pages_page_action_click": 1,
- "pages_page_action_impression": 1,
- "pages_page_address_click": 1,
- "pages_page_card_impression": 1,
- "pages_page_card_see_all_click": 1,
- "pages_page_cover_click": 1,
- "pages_page_cover_impression": 1,
- "pages_page_email_click": 1,
- "pages_page_get_directions_click": 1,
- "pages_page_like_chaining_unit_impression": 1,
- "pages_page_map_click": 1,
- "pages_page_message_click": 1,
- "pages_page_notification_menu_impression": 1,
- "pages_page_photo_album_click": 1,
- "pages_page_photo_click": 1,
- "pages_page_settings_impression": 1,
- "pages_page_surface_impression": 1,
- "pages_page_video_click": 1,
- "pages_page_website_click": 1,
- "pages_permalink_impression": 1,
- "people_you_may_follow": 1,
- "perf": 1,
- "pii_action_flow": 1,
- "political_ads_infosheet": 1,
- "post_debugger_usage": 1,
- "privacy_checkup_event": 1,
- "qp_action": 1,
- "qp_impression": 1,
- "regular_pymk_add": 1,
- "regular_pymk_imp": 1,
- "regular_pymk_profile": 1,
- "regular_pymk_xout": 1,
- "report_fundraiser_click": 1,
- "save_click": 1,
- "save_item_impression": 1,
- "save_surface_impression": 1,
- "saved_dashboard_imp": 1,
- "saved_dashboard_list_landing_imp": 1,
- "saved_see_all_lists_view_imp": 1,
- "search_result_page_logging_inline_action": 1,
- "search_result_page_logging_item_clicked": 1,
- "search_result_page_logging_results_loaded": 1,
- "search_result_page_logging_viewport_view": 1,
- "search_results_logging_module_unit_data": 1,
- "search_results_logging_result_unit_data": 1,
- "search_typeahead_logging_session": 1,
- "sextortion_victim_support_option_clicked": 1,
- "share_click": 1,
- "share_dialog_unified_composer": 1,
- "smart_compose_candidates_generated": 1,
- "smart_compose_candidates_queried": 1,
- "smart_compose_matching_suggestion": 1,
- "smart_compose_suggestion_clicked": 1,
- "smart_compose_suggestion_displayed": 1,
- "tap_add_to_pages_story": 1,
- "tap_creator_item": 1,
- "tap_nonprofit_item": 1,
- "tap_select_page": 1,
- "toggle_group_fundraiser_creation_permissions": 1,
- "toggle_group_fundraiser_feature_setting": 1,
- "ufi_share_menu_copy_link": 1,
- "unidash_bladerunner_events": 1,
- "vehicle_entity_page_user_action_event": 1,
- "verse": 1,
- "video_action_source_event": 1,
- "video_search_relevancy_feedback": 1,
- "view_bookmark_hub_component": 1,
- "view_fundraiser_click": 1,
- "view_fundraiser_page_component": 1,
- "view_fundraiser_payment_settings_click": 1,
- "view_nonprofit_click": 1,
- "view_payout_overview_click": 1,
- "vod_pnc_messenger_cta_click": 1,
- "vod_pnc_people_sheet_impression": 1,
- "vod_pnc_people_sheet_thumbnail_impression": 1,
- "vod_pnc_see_all_reactions_click": 1,
- "volunteering_click_unit": 1,
- "volunteering_view_unit": 1,
- "voter_registration_attachment_tap_change_state": 1,
- "voter_registration_post_impression": 1,
- "voter_registration_post_tap_register": 1,
- "voter_registration_qp_tap_edit_location": 1,
- "voter_registration_state_selector_tap_state": 1,
- "weather_bookmark_forecast_scrolled": 1,
- "weather_bookmark_impression": 1,
- "weather_bookmark_scroll_forecast": 1,
- "weather_bookmark_settings_tapped": 1,
- "weather_bookmark_tap_city_tab": 1,
- "weather_bookmark_tap_future_day": 1,
- "weather_bookmark_tap_hourly_forecast": 1,
- "weather_bookmark_tap_nowcast": 1,
- "weather_daily_notifications_mutation_error": 1,
- "weather_daily_notifications_turned_off": 1,
- "weather_daily_notifications_turned_on": 1,
- "weather_live_alerts_mutation_error": 1,
- "weather_live_alerts_turned_off": 1,
- "weather_live_alerts_turned_on": 1,
- "weather_settings_add_city": 1,
- "weather_settings_daily_notification_use_current_location": 1,
- "weather_settings_delete_city": 1,
- "weather_settings_error_state_dismissed": 1,
- "weather_settings_error_state_fixed": 1,
- "weather_settings_impression": 1,
- "weather_settings_notification_location_tapped": 1,
- "weather_settings_tap_city_row": 1,
- "weather_settings_temperature_unit_changed": 1,
- "work_thanks_mobile_ui_confirm_button_clicked": 1,
- "work_thanks_mobile_ui_dialog_opened": 1,
- "attempt_to_send_reply": 1,
- "camera_roll_cancelled": 1,
- "camera_roll_finished": 1,
- "camera_roll_folder_in_dropdown_clicked": 1,
- "camera_roll_header_camera_clicked": 1,
- "camera_roll_header_cancel_button_clicked": 1,
- "camera_roll_header_folder_clicked": 1,
- "camera_roll_header_next_button_clicked": 1,
- "camera_roll_magnifying_glass_button_clicked": 1,
- "camera_roll_media_item_clicked": 1,
- "camera_roll_opened": 1,
- "close_story": 1,
- "composer_cancel": 1,
- "composer_entry": 1,
- "composer_focus_acquired": 1,
- "composer_focus_lost": 1,
- "composer_init": 1,
- "composer_post": 1,
- "composer_post_cancel": 1,
- "composer_post_failure": 1,
- "composer_post_mutation_start": 1,
- "composer_post_server_content_rendered": 1,
- "composer_post_success": 1,
- "composer_publish_flow": 1,
- "crisis_click_unit": 1,
- "crisis_tool_view_page": 1,
- "crisis_view_unit": 1,
- "feed_friend_request_confirm": 1,
- "feed_friend_request_delete": 1,
- "feed_friend_request_imp": 1,
- "feed_friend_request_profile": 1,
- "marketplace_surface_exit": 1,
- "open_media": 1,
- "open_story": 1,
- "pymk_add": 1,
- "pymk_imp": 1,
- "pymk_profile": 1,
- "pymk_xout": 1,
- "request_click": 1,
- "request_seen": 1,
- "saved_collection_ego_item_image_clicked": 1,
- "send_story_post_failed_notification": 1,
- "stories_interactive_feedback": 1,
- "story_card_impression": 1,
- "story_card_timespent": 1,
- "story_interactive_item_click": 1,
- "story_interactive_item_rendering": 1,
- "story_navigation": 1,
- "story_profile_impression": 1,
- "why_covered_ccs_link_followed": 1,
- "why_covered_ccs_snippet_viewed": 1,
- "why_covered_error_generating_cms": 1,
- "why_covered_how_snippet_viewed": 1
- }
- }, 4308],
- ["QuickLogConfig", [], {
- "qpl_events": {
- "393276": {
- "sampleRate": 50
- },
- "655575": {
- "sampleRate": 1
- },
- "655576": {
- "sampleRate": 5000
- },
- "655584": {
- "sampleRate": 1
- },
- "2097243": {
- "sampleRate": 250
- },
- "2097246": {
- "sampleRate": 1
- },
- "3473463": {
- "sampleRate": 1
- },
- "3473464": {
- "sampleRate": 1
- },
- "3473465": {
- "sampleRate": 1
- },
- "3735589": {
- "sampleRate": 100
- },
- "3735590": {
- "sampleRate": 1000
- },
- "3735591": {
- "sampleRate": 100
- },
- "3735592": {
- "sampleRate": 1000
- },
- "3735593": {
- "sampleRate": 1000
- },
- "3735594": {
- "sampleRate": 1000
- },
- "3735595": {
- "sampleRate": 100
- },
- "3735596": {
- "sampleRate": 1000
- },
- "3735597": {
- "sampleRate": 1000
- },
- "3735598": {
- "sampleRate": 100
- },
- "3735599": {
- "sampleRate": 1000
- },
- "3735600": {
- "sampleRate": 100
- },
- "3735601": {
- "sampleRate": 100
- },
- "3735602": {
- "sampleRate": 10000
- },
- "3735603": {
- "sampleRate": 10000
- },
- "3735604": {
- "sampleRate": 100
- },
- "3735605": {
- "sampleRate": 100
- },
- "3735606": {
- "sampleRate": 1
- },
- "3735608": {
- "sampleRate": 250
- },
- "3735609": {
- "sampleRate": 250
- },
- "3735610": {
- "sampleRate": 250
- },
- "3735611": {
- "sampleRate": 250
- },
- "3735612": {
- "sampleRate": 250
- },
- "3735613": {
- "sampleRate": 250
- },
- "3735614": {
- "sampleRate": 250
- },
- "3735615": {
- "sampleRate": 250
- },
- "3735616": {
- "sampleRate": 250
- },
- "3735617": {
- "sampleRate": 250
- },
- "7733271": {
- "sampleRate": 1
- },
- "7995396": {
- "sampleRate": 100
- },
- "7995398": {
- "sampleRate": 100
- },
- "7995399": {
- "sampleRate": 100
- },
- "7995400": {
- "sampleRate": 1
- },
- "7995401": {
- "sampleRate": 1
- },
- "7995402": {
- "sampleRate": 1
- },
- "7995403": {
- "sampleRate": 100
- },
- "7995404": {
- "sampleRate": 100
- },
- "7995408": {
- "sampleRate": 100
- },
- "7995409": {
- "sampleRate": 100
- },
- "7995411": {
- "sampleRate": 100
- },
- "11075606": {
- "sampleRate": 100
- },
- "11075649": {
- "sampleRate": 1
- },
- "11075653": {
- "sampleRate": 1
- },
- "11075654": {
- "sampleRate": 1
- },
- "11075666": {
- "sampleRate": 100
- },
- "11075668": {
- "sampleRate": 1
- },
- "11075669": {
- "sampleRate": 1
- },
- "11075674": {
- "sampleRate": 1
- },
- "12451850": {
- "sampleRate": 4
- },
- "12451853": {
- "sampleRate": 10000
- },
- "12451854": {
- "sampleRate": 1
- },
- "12451859": {
- "sampleRate": 1
- },
- "13238313": {
- "sampleRate": 100
- },
- "13238314": {
- "sampleRate": 100
- },
- "13238353": {
- "sampleRate": 100
- },
- "13238354": {
- "sampleRate": 100
- },
- "13238355": {
- "sampleRate": 100
- },
- "13238356": {
- "sampleRate": 100
- },
- "13238357": {
- "sampleRate": 100
- },
- "14549005": {
- "sampleRate": 10000
- },
- "17825794": {
- "sampleRate": 250
- },
- "19202053": {
- "sampleRate": 100
- },
- "19202054": {
- "sampleRate": 1
- },
- "19202055": {
- "sampleRate": 10
- },
- "19202056": {
- "sampleRate": 10
- },
- "19202066": {
- "sampleRate": 10
- },
- "19202071": {
- "sampleRate": 10
- },
- "19202072": {
- "sampleRate": 10
- },
- "19202075": {
- "sampleRate": 1
- },
- "19202077": {
- "sampleRate": 100
- },
- "19202078": {
- "sampleRate": 10
- },
- "19202079": {
- "sampleRate": 1
- },
- "19202080": {
- "sampleRate": 100
- },
- "19202081": {
- "sampleRate": 100
- },
- "22347782": {
- "sampleRate": 100
- },
- "23265284": {
- "sampleRate": 1
- },
- "23265285": {
- "sampleRate": 1
- },
- "23265286": {
- "sampleRate": 1
- },
- "23855105": {
- "sampleRate": 1
- },
- "23855106": {
- "sampleRate": 1
- },
- "23855107": {
- "sampleRate": 1
- },
- "23855108": {
- "sampleRate": 1
- },
- "23855109": {
- "sampleRate": 1
- },
- "25296897": {
- "sampleRate": 1
- },
- "25296900": {
- "sampleRate": 10000
- },
- "25296901": {
- "sampleRate": 1
- },
- "25296902": {
- "sampleRate": 1
- },
- "25296903": {
- "sampleRate": 10000
- },
- "25296904": {
- "sampleRate": 10000
- },
- "25296905": {
- "sampleRate": 10000
- },
- "25296906": {
- "sampleRate": 10000
- },
- "25952266": {
- "sampleRate": 1
- },
- "26869761": {
- "sampleRate": 1
- },
- "26869762": {
- "sampleRate": 1
- },
- "26869763": {
- "sampleRate": 1
- },
- "26869764": {
- "sampleRate": 1
- },
- "26869765": {
- "sampleRate": 1
- },
- "26869766": {
- "sampleRate": 1
- },
- "27459585": {
- "sampleRate": 10000
- },
- "27459588": {
- "sampleRate": 5000
- },
- "27459589": {
- "sampleRate": 1
- },
- "27459590": {
- "sampleRate": 10
- },
- "27459591": {
- "sampleRate": 1
- },
- "27787270": {
- "sampleRate": 1
- },
- "27983873": {
- "sampleRate": 1
- },
- "27983874": {
- "sampleRate": 1
- },
- "27983875": {
- "sampleRate": 1
- },
- "27983876": {
- "sampleRate": 1
- },
- "27983877": {
- "sampleRate": 1
- },
- "29818881": {
- "sampleRate": 1
- },
- "29818882": {
- "sampleRate": 1
- },
- "29818883": {
- "sampleRate": 1
- },
- "29818884": {
- "sampleRate": 1
- },
- "29884423": {
- "sampleRate": 10
- },
- "29884425": {
- "sampleRate": 10
- },
- "29884426": {
- "sampleRate": 10
- },
- "29949953": {
- "sampleRate": 1
- },
- "29949954": {
- "sampleRate": 1
- },
- "29949955": {
- "sampleRate": 1
- },
- "30408705": {
- "sampleRate": 1
- },
- "30408706": {
- "sampleRate": 1
- },
- "30408707": {
- "sampleRate": 1
- },
- "30408708": {
- "sampleRate": 1
- },
- "30408709": {
- "sampleRate": 1
- },
- "30408710": {
- "sampleRate": 1
- },
- "30408711": {
- "sampleRate": 1
- },
- "30408712": {
- "sampleRate": 1
- },
- "30605313": {
- "sampleRate": 1
- },
- "30605314": {
- "sampleRate": 1
- },
- "30605315": {
- "sampleRate": 1
- },
- "30605316": {
- "sampleRate": 1
- },
- "30605317": {
- "sampleRate": 1
- },
- "30605318": {
- "sampleRate": 1
- },
- "30605319": {
- "sampleRate": 1
- },
- "30605320": {
- "sampleRate": 1
- },
- "30605321": {
- "sampleRate": 1
- },
- "30605322": {
- "sampleRate": 1
- },
- "30605323": {
- "sampleRate": 1
- },
- "30605324": {
- "sampleRate": 1
- },
- "30605325": {
- "sampleRate": 1
- },
- "30605326": {
- "sampleRate": 1
- },
- "30605327": {
- "sampleRate": 1
- },
- "30605328": {
- "sampleRate": 1
- },
- "30605329": {
- "sampleRate": 1
- },
- "30605330": {
- "sampleRate": 1
- },
- "30605331": {
- "sampleRate": 1
- },
- "30605332": {
- "sampleRate": 1
- },
- "30605333": {
- "sampleRate": 1
- },
- "30605334": {
- "sampleRate": 1
- },
- "30605335": {
- "sampleRate": 1
- },
- "30605336": {
- "sampleRate": 1
- },
- "30605337": {
- "sampleRate": 1
- },
- "30605338": {
- "sampleRate": 1
- },
- "30605339": {
- "sampleRate": 1
- },
- "30605340": {
- "sampleRate": 1
- },
- "30605341": {
- "sampleRate": 1
- },
- "30605342": {
- "sampleRate": 1
- },
- "30605343": {
- "sampleRate": 1
- },
- "30605344": {
- "sampleRate": 1
- },
- "30605345": {
- "sampleRate": 1
- },
- "30605346": {
- "sampleRate": 1
- },
- "30605347": {
- "sampleRate": 1
- },
- "30605348": {
- "sampleRate": 1
- },
- "30605349": {
- "sampleRate": 1
- },
- "30605350": {
- "sampleRate": 1
- },
- "30605351": {
- "sampleRate": 1
- },
- "30605352": {
- "sampleRate": 1
- },
- "30605353": {
- "sampleRate": 1
- },
- "30605354": {
- "sampleRate": 1
- },
- "30605355": {
- "sampleRate": 1
- },
- "30605356": {
- "sampleRate": 1
- },
- "30605357": {
- "sampleRate": 1
- },
- "30605358": {
- "sampleRate": 1
- },
- "30605360": {
- "sampleRate": 1
- },
- "30605361": {
- "sampleRate": 1
- },
- "30605362": {
- "sampleRate": 1
- },
- "30605363": {
- "sampleRate": 1
- },
- "30605364": {
- "sampleRate": 1
- },
- "30605365": {
- "sampleRate": 1
- },
- "30605366": {
- "sampleRate": 1
- },
- "30605367": {
- "sampleRate": 1
- },
- "30605368": {
- "sampleRate": 1
- },
- "30605369": {
- "sampleRate": 1
- },
- "30605370": {
- "sampleRate": 1
- },
- "30605371": {
- "sampleRate": 1
- },
- "30605373": {
- "sampleRate": 1
- },
- "30605374": {
- "sampleRate": 1
- },
- "30605375": {
- "sampleRate": 1
- },
- "30605376": {
- "sampleRate": 1
- },
- "30605377": {
- "sampleRate": 1
- },
- "30605378": {
- "sampleRate": 1
- },
- "30605379": {
- "sampleRate": 1
- },
- "30605380": {
- "sampleRate": 1
- },
- "30605381": {
- "sampleRate": 1
- },
- "30605382": {
- "sampleRate": 1
- },
- "30605383": {
- "sampleRate": 1
- },
- "32374785": {
- "sampleRate": 10000
- },
- "32702465": {
- "sampleRate": 1
- },
- "33619969": {
- "sampleRate": 1
- },
- "33751042": {
- "sampleRate": 1
- },
- "33751043": {
- "sampleRate": 1
- },
- "33751044": {
- "sampleRate": 1
- },
- "33751045": {
- "sampleRate": 1
- },
- "33751046": {
- "sampleRate": 1
- },
- "33751047": {
- "sampleRate": 1
- },
- "33751048": {
- "sampleRate": 1
- },
- "33751049": {
- "sampleRate": 1
- },
- "35586050": {
- "sampleRate": 1000
- },
- "35586051": {
- "sampleRate": 10
- },
- "35586052": {
- "sampleRate": 1000
- },
- "35586053": {
- "sampleRate": 1000
- },
- "35651585": {
- "sampleRate": 1
- },
- "35651586": {
- "sampleRate": 1
- },
- "35651587": {
- "sampleRate": 1
- },
- "35651588": {
- "sampleRate": 1
- },
- "35651589": {
- "sampleRate": 1
- },
- "35651590": {
- "sampleRate": 1
- },
- "35651591": {
- "sampleRate": 1
- },
- "35651592": {
- "sampleRate": 1
- },
- "35651593": {
- "sampleRate": 1
- },
- "35651594": {
- "sampleRate": 1
- },
- "35651595": {
- "sampleRate": 1
- },
- "35651596": {
- "sampleRate": 1
- },
- "35651597": {
- "sampleRate": 1
- },
- "35651598": {
- "sampleRate": 1
- },
- "35651599": {
- "sampleRate": 1
- },
- "35651600": {
- "sampleRate": 1
- },
- "35651601": {
- "sampleRate": 1
- },
- "36110337": {
- "sampleRate": 1
- },
- "36110338": {
- "sampleRate": 1
- },
- "36110339": {
- "sampleRate": 1
- },
- "36241413": {
- "sampleRate": 1
- },
- "36241422": {
- "sampleRate": 1
- },
- "36241423": {
- "sampleRate": 1
- },
- "36241424": {
- "sampleRate": 1
- },
- "36306945": {
- "sampleRate": 1
- },
- "36306946": {
- "sampleRate": 1
- },
- "36306948": {
- "sampleRate": 1
- },
- "36503555": {
- "sampleRate": 10000
- },
- "36503556": {
- "sampleRate": 10000
- },
- "37093377": {
- "sampleRate": 10000
- },
- "37158913": {
- "sampleRate": 1
- },
- "37158914": {
- "sampleRate": 1
- },
- "37158915": {
- "sampleRate": 1
- },
- "37158916": {
- "sampleRate": 1
- },
- "37224449": {
- "sampleRate": 10000
- },
- "37224450": {
- "sampleRate": 10000
- },
- "37224451": {
- "sampleRate": 10000
- },
- "37224452": {
- "sampleRate": 10000
- },
- "37224453": {
- "sampleRate": 10000
- },
- "37224454": {
- "sampleRate": 10000
- },
- "37224455": {
- "sampleRate": 10000
- },
- "37224456": {
- "sampleRate": 10000
- },
- "37224457": {
- "sampleRate": 10000
- },
- "37289985": {
- "sampleRate": 1
- },
- "37289986": {
- "sampleRate": 1
- },
- "37289987": {
- "sampleRate": 1
- },
- "37289988": {
- "sampleRate": 1
- },
- "37289989": {
- "sampleRate": 1
- },
- "37289990": {
- "sampleRate": 1
- },
- "37289991": {
- "sampleRate": 1
- },
- "37289992": {
- "sampleRate": 1
- },
- "37814273": {
- "sampleRate": 1
- },
- "37814274": {
- "sampleRate": 1
- },
- "37814275": {
- "sampleRate": 1
- },
- "38338561": {
- "sampleRate": 1
- },
- "38338562": {
- "sampleRate": 1
- },
- "38338563": {
- "sampleRate": 1
- },
- "38338564": {
- "sampleRate": 1
- },
- "38928385": {
- "sampleRate": 1
- },
- "39190529": {
- "sampleRate": 10000
- },
- "39976961": {
- "sampleRate": 1
- },
- "39976962": {
- "sampleRate": 1
- },
- "39976963": {
- "sampleRate": 1
- },
- "39976964": {
- "sampleRate": 1
- },
- "39976965": {
- "sampleRate": 1
- },
- "40042497": {
- "sampleRate": 1
- },
- "40042498": {
- "sampleRate": 1
- },
- "40042499": {
- "sampleRate": 1
- },
- "40108033": {
- "sampleRate": 1
- },
- "40304641": {
- "sampleRate": 10000
- },
- "40501249": {
- "sampleRate": 1
- },
- "40501250": {
- "sampleRate": 1
- },
- "40501251": {
- "sampleRate": 1
- },
- "40828929": {
- "sampleRate": 1
- },
- "40828930": {
- "sampleRate": 1
- },
- "40828931": {
- "sampleRate": 1
- },
- "40828932": {
- "sampleRate": 1
- },
- "40828933": {
- "sampleRate": 1
- },
- "40828934": {
- "sampleRate": 1
- },
- "40828935": {
- "sampleRate": 1
- },
- "40828936": {
- "sampleRate": 1
- },
- "40894465": {
- "sampleRate": 1
- },
- "40894466": {
- "sampleRate": 1
- },
- "40894467": {
- "sampleRate": 1
- },
- "41484289": {
- "sampleRate": 100
- },
- "41484290": {
- "sampleRate": 100
- },
- "41484291": {
- "sampleRate": 100
- },
- "41484292": {
- "sampleRate": 100
- },
- "41484293": {
- "sampleRate": 100
- },
- "41484294": {
- "sampleRate": 100
- },
- "41484295": {
- "sampleRate": 100
- },
- "41811969": {
- "sampleRate": 1
- },
- "42532865": {
- "sampleRate": 100
- },
- "42532866": {
- "sampleRate": 100000
- },
- "42729473": {
- "sampleRate": 1
- },
- "42729474": {
- "sampleRate": 1
- },
- "42729475": {
- "sampleRate": 1
- },
- "42729476": {
- "sampleRate": 1
- },
- "43974657": {
- "sampleRate": 1
- },
- "44040193": {
- "sampleRate": 1
- },
- "44892161": {
- "sampleRate": 1
- },
- "44892162": {
- "sampleRate": 1
- },
- "44892163": {
- "sampleRate": 1
- },
- "44892164": {
- "sampleRate": 1
- },
- "44957697": {
- "sampleRate": 100
- },
- "44957698": {
- "sampleRate": 10000
- },
- "44957699": {
- "sampleRate": 10000
- },
- "44957700": {
- "sampleRate": 10000
- },
- "44957701": {
- "sampleRate": 10000
- },
- "44957702": {
- "sampleRate": 10000
- },
- "45678593": {
- "sampleRate": 1
- }
- },
- "killswitch": false
- }, 3504],
- ["MercuryThreadlistConstants", [], {
- "CONNECTION_REQUEST": 20,
- "RECENT_THREAD_OFFSET": 0,
- "JEWEL_THREAD_COUNT": 7,
- "JEWEL_MORE_COUNT": 10,
- "WEBMESSENGER_THREAD_COUNT": 20,
- "WEBMESSENGER_MORE_COUNT": 20,
- "WEBMESSENGER_SEARCH_SNIPPET_COUNT": 5,
- "WEBMESSENGER_SEARCH_SNIPPET_LIMIT": 5,
- "WEBMESSENGER_SEARCH_SNIPPET_MORE": 5,
- "WEBMESSENGER_MORE_MESSAGES_COUNT": 20,
- "RECENT_MESSAGES_LIMIT": 10,
- "MAX_UNREAD_COUNT": 99,
- "MAX_UNSEEN_COUNT": 99,
- "MESSAGE_NOTICE_INACTIVITY_THRESHOLD": 20000,
- "GROUPING_THRESHOLD": 300000,
- "MESSAGE_TIMESTAMP_THRESHOLD": 1209600000,
- "SEARCH_TAB": "searchtab",
- "MAX_CHARS_BEFORE_BREAK": 280,
- "MAX_PINNED_THREADS": 15
- }, 96],
- ["MercuryFoldersConfig", [], {
- "hide_message_filtered": false,
- "hide_message_requests": false
- }, 1632],
- ["MessagingConfig", [], {
- "SEND_CONNECTION_RETRIES": 2,
- "syncFetchRetries": 2,
- "syncFetchInitialTimeoutMs": 1500,
- "syncFetchTimeoutMultiplier": 1.2,
- "syncFetchRequestTimeoutMs": 10000
- }, 97],
- ["MercuryConfig", [], {}, 35],
- ["MessengerURIConstants", [], {
- "ARCHIVED_PATH": "\/archived",
- "COMPOSE_SUBPATH": "\/new",
- "FOLDERS_PATH": "\/folders",
- "GROUPS_PATH": "\/groups",
- "PAYMENT_PATH": "\/p",
- "PAYMENT_PAY_PATH": "\/pay",
- "PEOPLE_PATH": "\/people",
- "SEARCH_PATH": "\/search",
- "SUPPORT_PATH": "\/support",
- "FILTERED_REQUESTS_PATH": "\/filtered",
- "MESSAGE_REQUESTS_PATH": "\/requests",
- "THREAD_PREFIX": "\/t\/",
- "GROUP_PREFIX": "group-",
- "FACEBOOK_PREFIX": "\/messages"
- }, 1912],
- ["WWWBase", [], {
- "uri": "https:\/\/www.messenger.com\/"
- }, 318],
- ["WorkGalahadSettings", [], {
- "isGalahadEnabled": false,
- "chatBeeperDisabled": false
- }, 3623],
- ["MessengerConfig", [], {}, 661],
- ["MessengerFaviconUrls", [], {
- "default": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yg\/r\/4_vfHVmZ5XD.ico",
- "unread": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yI\/r\/MGV5f1lAaq9.ico"
- }, 2349],
- ["MessengerDotComSettingsInitialData", [], {
- "info_sidebar_collapsed": false,
- "sound_enabled": true,
- "associated_object_section_collapsed": false,
- "people_section_collapsed": false,
- "photos_section_collapsed": false,
- "files_section_collapsed": false,
- "thread_section_collapsed": false,
- "thread_stats_section_collapsed": false,
- "group_section_collapsed": false,
- "group_approval_section_collapsed": false,
- "links_section_collapsed": false,
- "description_section_collapsed": false,
- "saved_message_section_collapsed": false,
- "privacy_section_collapsed": false,
- "group_link_section_collapsed": false,
- "page_link_section_collapsed": false
- }, 719],
- ["SoundInitialData", [], {}, 482],
- ["IntlCompactDecimalNumberFormatConfig", [], {
- "short_patterns": {
- "3": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- }
- },
- "4": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- }
- },
- "5": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0tys.",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0tys."
- }
- },
- "6": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- }
- },
- "7": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- }
- },
- "8": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mln"
- }
- },
- "9": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- }
- },
- "10": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- }
- },
- "11": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0mld",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0mld"
- }
- },
- "12": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- }
- },
- "13": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- }
- },
- "14": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": "\u00a0bln",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": "\u00a0bln"
- }
- }
- },
- "long_patterns": {
- "3": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105ce",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105ce"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0119cy",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0119cy"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105c",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105c"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105ca",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105ca"
- }
- },
- "4": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105ce",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105ce"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0119cy",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0119cy"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105c",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105c"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105ca",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105ca"
- }
- },
- "5": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105ce",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105ce"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0119cy",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0119cy"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105c",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105c"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " tysi\u0105ca",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " tysi\u0105ca"
- }
- },
- "6": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliony",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliony"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " milion\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " milion\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " milion",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " milion"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliona",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliona"
- }
- },
- "7": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliony",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliony"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " milion\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " milion\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " milion",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " milion"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliona",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliona"
- }
- },
- "8": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliony",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliony"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " milion\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " milion\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " milion",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " milion"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliona",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliona"
- }
- },
- "9": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliardy",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliardy"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliard\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliard\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliard",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliard"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliarda",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliarda"
- }
- },
- "10": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliardy",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliardy"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliard\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliard\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliard",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliard"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliarda",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliarda"
- }
- },
- "11": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliardy",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliardy"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliard\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliard\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliard",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliard"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " miliarda",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " miliarda"
- }
- },
- "12": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " biliony",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " biliony"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " bilion\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " bilion\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " bilion",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " bilion"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 1,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " biliona",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " biliona"
- }
- },
- "13": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " biliony",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " biliony"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " bilion\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " bilion\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " bilion",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " bilion"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 2,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " biliona",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " biliona"
- }
- },
- "14": {
- "20": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " biliony",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " biliony"
- },
- "12": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " bilion\u00f3w",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " bilion\u00f3w"
- },
- "4": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " bilion",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " bilion"
- },
- "24": {
- "min_fraction_digits": null,
- "min_integer_digits": 3,
- "positive_prefix_pattern": "",
- "positive_suffix_pattern": " biliona",
- "negative_prefix_pattern": "-",
- "negative_suffix_pattern": " biliona"
- }
- }
- }
- }, 2981],
- ["MqttWebInstrumentationConfig", [], {
- "mqttCpTimeBuffer": 4000
- }, 4136],
- ["MercurySoundsConfig", [], {
- "camera_shutter_click_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yy\/r\/d4yuc1_LjMB.mp3",
- "hot_like_grow_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yf\/r\/XyTteqB51ob.mp3",
- "hot_like_pop_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yM\/r\/1Vcznk-uUR-.mp3",
- "hot_like_outgoing_small_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yP\/r\/NUhwZHJ8fUZ.mp3",
- "hot_like_outgoing_medium_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y8\/r\/a6onsWOBhsg.mp3",
- "hot_like_outgoing_large_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yL\/r\/qi5pP1651Bi.mp3",
- "hot_like_grow_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yU\/r\/9LbkezrNCLQ.ogg",
- "hot_like_pop_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y5\/r\/ouE5maL6ab4.ogg",
- "hot_like_outgoing_small_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y0\/r\/SbSSjevXDC6.ogg",
- "hot_like_outgoing_medium_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yf\/r\/TNPmLer_j2q.ogg",
- "hot_like_outgoing_large_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yf\/r\/8SNnbHD2mgk.ogg",
- "settings_preview_sound_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y-\/r\/LtN9YjGtFwE.mp3",
- "settings_preview_sound_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yG\/r\/T-VjgbwgLkm.ogg"
- }, 1596],
- ["MessengerVideoConfig", [], {
- "areMacPushNotificationsSupported": false,
- "areWindowsPushNotificationsSupported": false
- }, 4158],
- ["MessengerDotComMobileStoreBadge", [], {
- "android": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/t2qvXtwKni6.png",
- "ios": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/ArBV1pXplSj.png",
- "windows": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y6\/r\/3QBz_hZ_y1Q.png"
- }, 3586],
- ["BrowserPaymentHandlerConfig", [], {
- "enabled": false
- }, 3904],
- ["CoreWarningGK", [], {
- "forceWarning": false
- }, 725]
- ]);
- require("InitialJSLoader").handleServerJS({
- "instances": [
- ["__inst_84473062_0_0", ["URI"],
- ["\/api\/graphqlbatch\/"], 1
- ],
- ["__inst_84473062_0_1", ["URI"],
- ["\/api\/graphql\/"], 1
- ],
- ["__inst_84473062_0_2", ["URI"],
- ["\/dlite\/skywalker_topic\/"], 1
- ]
- ],
- "elements": [
- ["__elem_5fcd7155_0_0", "u_0_1", 1],
- ["__elem_a588f507_0_0", "u_0_2", 1],
- ["__elem_90642237_0_0", "u_0_3", 1],
- ["__elem_eff7ad94_0_0", "u_0_4", 1],
- ["__elem_eff7ad94_0_1", "u_0_5", 1],
- ["__elem_a588f507_0_1", "u_0_6", 1],
- ["__elem_cac695fa_0_0", "u_0_7", 1],
- ["__elem_f46f4946_0_0", "u_0_8", 1],
- ["__elem_f46f4946_0_1", "u_0_9", 1],
- ["__elem_45d73b5d_0_0", "loginbutton", 1],
- ["__elem_072b8e64_0_0", "u_0_a", 1],
- ["__elem_f87e28f1_0_0", "u_0_b", 1],
- ["__elem_a588f507_0_2", "u_0_c", 1],
- ["__elem_e5f0a241_0_0", "u_0_d", 1],
- ["__elem_e5f0a241_0_1", "u_0_e", 1],
- ["__elem_e5f0a241_0_2", "u_0_f", 1],
- ["__elem_e5f0a241_0_3", "u_0_g", 1]
- ],
- "require": [
- ["WebStorageMonster", "schedule", [],
- [true]
- ],
- ["fbq", "set", [],
- ["autoConfig", "false", "1948219058726291"]
- ],
- ["fbq", "init", [],
- ["1948219058726291"]
- ],
- ["MessengerMarketingTracking", "page", [],
- []
- ],
- ["MessengerMarketingTracking", "scroll", [],
- []
- ],
- ["WebPixelRatioDetector", "startDetecting", [],
- [false]
- ],
- ["ScriptPath", "set", [],
- ["XMessengerDotComRootController", "6c51677d", {
- "imp_id": "03ZOWRWAxG979czj8",
- "ef_page": null,
- "uri": "https:\/\/www.messenger.com\/"
- }]
- ],
- ["MessengerMarketingHeader", "create", ["__elem_5fcd7155_0_0", "__elem_a588f507_0_0"],
- [{
- "__m": "__elem_5fcd7155_0_0"
- }, {
- "__m": "__elem_a588f507_0_0"
- }, 30]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_90642237_0_0"],
- [{
- "__m": "__elem_90642237_0_0"
- }, "header_link_clicked"]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_eff7ad94_0_0"],
- [{
- "__m": "__elem_eff7ad94_0_0"
- }, "header_link_clicked"]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_eff7ad94_0_1"],
- [{
- "__m": "__elem_eff7ad94_0_1"
- }, "header_link_clicked"]
- ],
- ["MessengerLoginMount", "mount", ["__elem_a588f507_0_1", "__elem_a588f507_0_2", "__elem_cac695fa_0_0"],
- [{
- "__m": "__elem_a588f507_0_1"
- }, {
- "__m": "__elem_a588f507_0_2"
- }, {
- "__m": "__elem_cac695fa_0_0"
- }, {
- "identifier": "59b9f79408f990a173aee3bbdbd7d580",
- "next": null,
- "initialRequestID": "A15TPtfSs26yM6mDDCO2k1a",
- "links": {
- "ios": "http:\/\/itunes.apple.com\/app\/id454638411",
- "windows": "https:\/\/www.microsoft.com\/en-us\/p\/messenger\/9wzdncrf0083",
- "android": "https:\/\/market.android.com\/details?id=com.facebook.orca",
- "ios_badge": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/ArBV1pXplSj.png",
- "android_badge": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/t2qvXtwKni6.png"
- },
- "location": 2,
- "messengerLoginMode": null
- }]
- ],
- ["MessengerMarketingTracking", "links", ["__elem_f87e28f1_0_0"],
- [{
- "__m": "__elem_f87e28f1_0_0"
- }, "download_app_click"]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_0"],
- [{
- "__m": "__elem_e5f0a241_0_0"
- }]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_1"],
- [{
- "__m": "__elem_e5f0a241_0_1"
- }]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_2"],
- [{
- "__m": "__elem_e5f0a241_0_2"
- }]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_3"],
- [{
- "__m": "__elem_e5f0a241_0_3"
- }]
- ],
- ["TimezoneAutoset", "setInputValue", ["__elem_f46f4946_0_0"],
- [{
- "__m": "__elem_f46f4946_0_0"
- }, 1571886658]
- ],
- ["ScreenDimensionsAutoSet", "setInputValue", ["__elem_f46f4946_0_1"],
- [{
- "__m": "__elem_f46f4946_0_1"
- }]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_45d73b5d_0_0"],
- [{
- "__m": "__elem_45d73b5d_0_0"
- }, "sign_in_button_clicked"]
- ],
- ["MessengerMarketingTracking", "link", ["__elem_072b8e64_0_0"],
- [{
- "__m": "__elem_072b8e64_0_0"
- }, "forgot_password_link_clicked"]
- ],
- ["FocusListener"],
- ["FlipDirectionOnKeypress"],
- ["FBLynx", "setupDelegation", [],
- []
- ],
- ["MqttLongPollingRunner"],
- ["BladeRunnerClient"],
- ["SkywalkerUtils"],
- ["TimeSliceImpl"],
- ["ServerJSDefine"],
- ["InitialJSLoader"]
- ]
- });
- }, "ServerJS define", {
- "root": true
- })();
- </script>
- <script>
- var bigPipe = new(require("BigPipe"))({
- "forceFinish": true,
- "config": null
- });
- </script>
- <script>
- bigPipe.beforePageletArrive("first_response")
- </script>
- <script>
- require("TimeSlice").guard((function() {
- bigPipe.onPageletArrive({
- allResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n", "4ZZyA"],
- displayResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n"],
- id: "first_response",
- phase: 0,
- last_in_phase: true,
- tti_phase: 0
- });
- }), "onPageletArrive first_response", {
- "root": true,
- "pagelet": "first_response"
- })();
- </script>
- <script>
- bigPipe.setPageID("0-0");
- CavalryLogger.setPageID("0-0");
- </script>
- <script>
- bigPipe.beforePageletArrive("last_response")
- </script>
- <script>
- require("TimeSlice").guard((function() {
- bigPipe.onPageletArrive({
- resource_map: {
- FEt5G: {
- type: "js",
- src: "https://static.xx.fbcdn.net/rsrc.php/v3/yk/r/3O1Z-7ezSal.js?_nc_x=Ij3Wp8lg5Kz"
- }
- },
- gkxData: {
- "1148668": {
- result: false,
- hash: "AT5ch2hd0tEzkr0k"
- }
- },
- allResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n", "4ZZyA", "rp/Zq", "FEt5G"],
- displayResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n"],
- onafterload: ["CavalryLogger.getInstance(\"0-0\").collectBrowserTiming(window)", "window.CavalryLogger&&CavalryLogger.getInstance().setTimeStamp(\"t_paint\");", "if (window.ExitTime){CavalryLogger.getInstance(\"0-0\").setValue(\"t_exit\", window.ExitTime);};"],
- id: "last_response",
- phase: 1,
- jsmods: {
- require: [
- ["CavalryLoggerImpl", "startInstrumentation", [],
- []
- ],
- ["NavigationMetrics", "setPage", [],
- [{
- page: "XMessengerDotComRootController",
- page_type: "normal",
- page_uri: "https://www.messenger.com/",
- serverLID: "0-0"
- }]
- ],
- ["DimensionTracking"],
- ["HighContrastMode", "init", [],
- [{
- isHCM: false,
- spacerImage: "https://static.xx.fbcdn.net/rsrc.php/v3/y4/r/-PAXP-deijE.gif"
- }]
- ],
- ["ClickRefLogger"],
- ["DetectBrokenProxyCache", "run", [],
- [0, "c_user"]
- ],
- ["TimeSliceImpl", "setLogging", [],
- [false, 0.01]
- ],
- ["NavigationClickPointHandler"],
- ["Artillery", "disable", [],
- []
- ],
- ["ArtilleryOnUntilOffLogging", "disable", [],
- []
- ],
- ["ArtilleryRequestDataCollection", "disable", [],
- ["0-0"]
- ],
- ["ScriptPathLogger", "startLogging", [],
- []
- ],
- ["TimeSpentBitArrayLogger", "init", [],
- []
- ],
- ["ArtilleryRequestDataCollection", "init", [],
- []
- ]
- ],
- define: [
- ["WebStorageMonsterLoggingURI", [], {
- uri: "/ajax/webstorage/process_keys/?state=1"
- }, 3032],
- ["RTISubscriptionManagerConfig", [], {
- config: {
- max_subscriptions: 150,
- www_idle_unsubscribe_min_time_ms: 600000,
- www_idle_unsubscribe_times_ms: {
- feedback_like_subscribe: 600000,
- comment_like_subscribe: 600000,
- feedback_typing_subscribe: 600000,
- comment_create_subscribe: 1800000,
- video_tip_jar_payment_event_subscribe: 14400000
- },
- www_unevictable_topic_regexes: ["^(graphql|gqls)/web_notification_receive_subscribe", "^www/sr/hot_reload/"],
- autobot_tiers: {
- latest: "realtime.skywalker.autobot.latest",
- intern: "realtime.skywalker.autobot.intern",
- sb: "realtime.skywalker.autobot.sb"
- },
- max_subscription_flush_batch_size: 100
- },
- autobot: {},
- assimilator: {},
- unsubscribe_release: true,
- bladerunner_www_sandbox: null,
- bladerunner_php_sandbox: null
- }, 1081],
- ["RequestStreamE2EClientSamplingConfig", [], {
- sampleRate: 0,
- methodToSamplingMultiplier: {}
- }, 4501],
- ["cr:844180", ["TimeSpentImmediateActiveSecondsLoggerBlue"], {
- __rc: ["TimeSpentImmediateActiveSecondsLoggerBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
- }, -1],
- ["KillabyteProfilerConfig", [], {
- htmlProfilerModule: null,
- profilerModule: null,
- depTypes: {
- BL: "bl",
- NON_BL: "non-bl"
- }
- }, 1145],
- ["QuicklingConfig", [], {
- version: "1001334484;0;",
- sessionLength: 20,
- inactivePageRegex: "^/(fr/u\\.php|ads/|advertising|ac\\.php|ae\\.php|a\\.php|ajax/emu/(end|f|h)\\.php|badges/|comments\\.php|connect/uiserver\\.php|editalbum\\.php.+add=1|ext/|feeds/|help([/?]|$)|identity_switch\\.php|isconnectivityahumanright/|intern/|login\\.php|logout\\.php|sitetour/homepage_tour\\.php|sorry\\.php|syndication\\.php|webmessenger|/plugins/subscribe|lookback|brandpermissions|gameday|pxlcld|comet|worldcup/map|livemap|work/reseller|([^/]+/)?dialog)|legal|\\.pdf$",
- badRequestKeys: ["nonce", "access_token", "oauth_token", "xs", "checkpoint_data", "code"],
- logRefreshOverhead: false
- }, 60],
- ["TrackingConfig", [], {
- domain: "https://pixel.messenger.com"
- }, 325],
- ["TimeSpentConfig", [], {
- "0_delay": 0,
- "0_timeout": 8,
- delay: 200000,
- timeout: 64
- }, 142],
- ["ImmediateActiveSecondsConfig", [], {
- sampling_rate: 0
- }, 423]
- ]
- },
- last_in_phase: true,
- the_end: true
- });
- }), "onPageletArrive last_response", {
- "root": true,
- "pagelet": "last_response"
- })();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement