· 5 years ago · Oct 24, 2019, 03:16 AM
1<!DOCTYPE html>
2<html lang="pl" id="facebook" class="no_js">
3
4<head>
5 <meta charset="utf-8" />
6 <meta name="referrer" content="origin-when-crossorigin" id="meta_referrer" />
7 <script>
8 window._cstart = +new Date();
9 </script>
10 <script>
11 function envFlush(a) {
12 function b(b) {
13 for (var c in a) b[c] = a[c]
14 }
15 window.requireLazy ? window.requireLazy(["Env"], b) : (window.Env = window.Env || {}, b(window.Env))
16 }
17 envFlush({
18 "ajaxpipe_token": "AXgK7abOLXItfTim",
19 "timeslice_heartbeat_config": {
20 "pollIntervalMs": 33,
21 "idleGapThresholdMs": 60,
22 "ignoredTimesliceNames": {
23 "requestAnimationFrame": true,
24 "Event listenHandler mousemove": true,
25 "Event listenHandler mouseover": true,
26 "Event listenHandler mouseout": true,
27 "Event listenHandler scroll": true
28 },
29 "isHeartbeatEnabled": true,
30 "isArtilleryOn": true
31 },
32 "shouldLogCounters": true,
33 "timeslice_categories": {
34 "react_render": true,
35 "reflow": true
36 },
37 "sample_continuation_stacktraces": true,
38 "stack_trace_limit": 30,
39 "deferred_stack_trace_rate": 1000,
40 "timesliceBufferSize": 5000,
41 "show_invariant_decoder": false,
42 "isCQuick": false
43 });
44 </script>
45 <style></style>
46 <script>
47 __DEV__ = 0;
48 CavalryLogger = window.CavalryLogger || function(a) {
49 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 = {
50 t_cstart: window._cstart
51 }, this.piggy_values = {}, this.bootloader_metrics = {}, this.resource_to_pagelet_mapping = {}, this.initializeInstrumentation && this.initializeInstrumentation()
52 }, CavalryLogger.prototype.setIsDetailedProfiler = function(a) {
53 this.is_detailed_profiler = a;
54 return this
55 }, CavalryLogger.prototype.setTTIEvent = function(a) {
56 this.tti_event = a;
57 return this
58 }, CavalryLogger.prototype.setValue = function(a, b, c, d) {
59 d = d ? this.piggy_values : this.values;
60 (typeof d[a] === "undefined" || c) && (d[a] = b);
61 return this
62 }, CavalryLogger.prototype.getLastTtiValue = function() {
63 return this.lastTtiValue
64 }, CavalryLogger.prototype.setTimeStamp = CavalryLogger.prototype.setTimeStamp || function(a, b, c, d) {
65 this.mark(a);
66 var e = this.values.t_cstart || this.values.t_start;
67 e = d ? e + d : CavalryLogger.now();
68 this.setValue(a, e, b, c);
69 this.tti_event && a == this.tti_event && (this.lastTtiValue = e, this.setTimeStamp("t_tti", b));
70 return this
71 }, CavalryLogger.prototype.mark = typeof console === "object" && console.timeStamp ? function(a) {
72 console.timeStamp(a)
73 } : function() {}, CavalryLogger.prototype.addPiggyback = function(a, b) {
74 this.piggy_values[a] = b;
75 return this
76 }, CavalryLogger.instances = {}, CavalryLogger.id = 0, CavalryLogger.disableArtilleryOnUntilOffLogging = !1, CavalryLogger.getInstance = function(a) {
77 typeof a === "undefined" && (a = CavalryLogger.id);
78 CavalryLogger.instances[a] || (CavalryLogger.instances[a] = new CavalryLogger(a));
79 return CavalryLogger.instances[a]
80 }, CavalryLogger.setPageID = function(a) {
81 if (CavalryLogger.id === 0) {
82 var b = CavalryLogger.getInstance();
83 CavalryLogger.instances[a] = b;
84 CavalryLogger.instances[a].lid = a;
85 delete CavalryLogger.instances[0]
86 }
87 CavalryLogger.id = a
88 }, CavalryLogger.now = function() {
89 return window.performance && performance.timing && performance.timing.navigationStart && performance.now ? performance.now() + performance.timing.navigationStart : new Date().getTime()
90 }, CavalryLogger.prototype.measureResources = function() {}, CavalryLogger.prototype.profileEarlyResources = function() {}, CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {}, CavalryLogger.start_js = function() {}, CavalryLogger.done_js = function() {};
91 CavalryLogger.getInstance().setTTIEvent("t_domcontent");
92 CavalryLogger.prototype.measureResources = function(a, b) {
93 if (!this.log_resources) return;
94 var c = "bootload/" + a.name;
95 if (this.bootloader_metrics[c] !== void 0 || this.ongoing_watch[c] !== void 0) return;
96 var d = CavalryLogger.now();
97 this.ongoing_watch[c] = d;
98 "start_" + c in this.bootloader_metrics || (this.bootloader_metrics["start_" + c] = d);
99 b && !("tag_" + c in this.bootloader_metrics) && (this.bootloader_metrics["tag_" + c] = b);
100 if (a.type === "js") {
101 c = "js_exec/" + a.name;
102 this.ongoing_watch[c] = d
103 }
104 }, CavalryLogger.prototype.stopWatch = function(a) {
105 if (this.ongoing_watch[a]) {
106 var b = CavalryLogger.now(),
107 c = b - this.ongoing_watch[a];
108 this.bootloader_metrics[a] = c;
109 var d = this.piggy_values;
110 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));
111 delete this.ongoing_watch[a]
112 }
113 return this
114 }, CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {
115 var a = {};
116 Object.values(window.CavalryLogger.instances).forEach(function(b) {
117 b.bootloader_metrics && Object.assign(a, b.bootloader_metrics)
118 });
119 return a
120 }, CavalryLogger.start_js = function(a) {
121 for (var b = 0; b < a.length; ++b) CavalryLogger.getInstance().stopWatch("js_exec/" + a[b])
122 }, CavalryLogger.done_js = function(a) {
123 for (var b = 0; b < a.length; ++b) CavalryLogger.getInstance().stopWatch("bootload/" + a[b])
124 }, CavalryLogger.prototype.profileEarlyResources = function(a) {
125 for (var b = 0; b < a.length; b++) this.measureResources({
126 name: a[b][0],
127 type: a[b][1] ? "js" : ""
128 }, "_EF_")
129 };
130 CavalryLogger.getInstance().log_resources = true;
131 CavalryLogger.getInstance().setIsDetailedProfiler(true);
132 window.CavalryLogger && CavalryLogger.getInstance().setTimeStamp("t_start");
133 </script>
134 <noscript>
135 <meta http-equiv="refresh" content="0; URL=/?_fb_noscript=1" />
136 </noscript>
137 <title id="pageTitle">Messenger</title>
138 <meta property="og:site_name" content="Facebook" />
139 <meta property="og:url" content="https://www.messenger.com/" />
140 <meta property="og:title" content="Messenger" />
141 <meta property="og:locale" content="pl_PL" />
142 <link rel="alternate" hreflang="en" href="https://www.messenger.com/" />
143 <link rel="alternate" hreflang="en-GB" href="https://en-gb.messenger.com/" />
144 <link rel="alternate" hreflang="ca" href="https://ca-es.messenger.com/" />
145 <link rel="alternate" hreflang="cs" href="https://cs-cz.messenger.com/" />
146 <link rel="alternate" hreflang="cy" href="https://cy-gb.messenger.com/" />
147 <link rel="alternate" hreflang="da" href="https://da-dk.messenger.com/" />
148 <link rel="alternate" hreflang="de" href="https://de-de.messenger.com/" />
149 <link rel="alternate" hreflang="eu" href="https://eu-es.messenger.com/" />
150 <link rel="alternate" hreflang="es" href="https://es-es.messenger.com/" />
151 <link rel="alternate" hreflang="es-LA" href="https://es-la.messenger.com/" />
152 <link rel="alternate" hreflang="fi" href="https://fi-fi.messenger.com/" />
153 <link rel="alternate" hreflang="fr" href="https://fr-fr.messenger.com/" />
154 <link rel="alternate" hreflang="fr-CA" href="https://fr-ca.messenger.com/" />
155 <link rel="alternate" hreflang="hu" href="https://hu-hu.messenger.com/" />
156 <link rel="alternate" hreflang="it" href="https://it-it.messenger.com/" />
157 <link rel="alternate" hreflang="ja" href="https://ja-jp.messenger.com/" />
158 <link rel="alternate" hreflang="ko" href="https://ko-kr.messenger.com/" />
159 <link rel="alternate" hreflang="nb" href="https://nb-no.messenger.com/" />
160 <link rel="alternate" hreflang="nl" href="https://nl-nl.messenger.com/" />
161 <link rel="alternate" hreflang="pl" href="https://pl-pl.messenger.com/" />
162 <link rel="alternate" hreflang="pt" href="https://pt-br.messenger.com/" />
163 <link rel="alternate" hreflang="pt-PT" href="https://pt-pt.messenger.com/" />
164 <link rel="alternate" hreflang="ro" href="https://ro-ro.messenger.com/" />
165 <link rel="alternate" hreflang="ru" href="https://ru-ru.messenger.com/" />
166 <link rel="alternate" hreflang="sk" href="https://sk-sk.messenger.com/" />
167 <link rel="alternate" hreflang="sl" href="https://sl-si.messenger.com/" />
168 <link rel="alternate" hreflang="sv" href="https://sv-se.messenger.com/" />
169 <link rel="alternate" hreflang="th" href="https://th-th.messenger.com/" />
170 <link rel="alternate" hreflang="tr" href="https://tr-tr.messenger.com/" />
171 <link rel="alternate" hreflang="zh" href="https://zh-tw.messenger.com/" />
172 <link rel="alternate" hreflang="zh-CN" href="https://zh-cn.messenger.com/" />
173 <link rel="alternate" hreflang="zh-HK" href="https://zh-hk.messenger.com/" />
174 <link rel="alternate" hreflang="af" href="https://af-za.messenger.com/" />
175 <link rel="alternate" hreflang="bn" href="https://bn-in.messenger.com/" />
176 <link rel="alternate" hreflang="bg" href="https://bg-bg.messenger.com/" />
177 <link rel="alternate" hreflang="hr" href="https://hr-hr.messenger.com/" />
178 <link rel="alternate" hreflang="el" href="https://el-gr.messenger.com/" />
179 <link rel="alternate" hreflang="hi" href="https://hi-in.messenger.com/" />
180 <link rel="alternate" hreflang="id" href="https://id-id.messenger.com/" />
181 <link rel="alternate" hreflang="lt" href="https://lt-lt.messenger.com/" />
182 <link rel="alternate" hreflang="ms" href="https://ms-my.messenger.com/" />
183 <link rel="alternate" hreflang="pa" href="https://pa-in.messenger.com/" />
184 <link rel="alternate" hreflang="sr" href="https://sr-rs.messenger.com/" />
185 <link rel="alternate" hreflang="tl" href="https://tl-ph.messenger.com/" />
186 <link rel="alternate" hreflang="ta" href="https://ta-in.messenger.com/" />
187 <link rel="alternate" hreflang="te" href="https://te-in.messenger.com/" />
188 <link rel="alternate" hreflang="ml" href="https://ml-in.messenger.com/" />
189 <link rel="alternate" hreflang="vi" href="https://vi-vn.messenger.com/" />
190 <link rel="alternate" hreflang="ar" href="https://ar-ar.messenger.com/" />
191 <link rel="alternate" hreflang="he" href="https://he-il.messenger.com/" />
192 <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)." />
193 <meta property="og:site_name" content="Facebook" />
194 <meta property="og:url" content="https://www.messenger.com/" />
195 <meta property="og:type" content="website" />
196 <meta property="og:title" content="Messenger" />
197 <meta property="og:description" content="Say anything better" />
198 <meta property="og:image" content="https://static.xx.fbcdn.net/rsrc.php/v3/yh/r/p6_sqYxQ9ch.png" />
199 <meta property="og:locale" content="pl_PL" />
200 <link rel="alternate" hreflang="en" href="https://www.messenger.com/" />
201 <link rel="alternate" hreflang="en-GB" href="https://en-gb.messenger.com/" />
202 <link rel="alternate" hreflang="ca" href="https://ca-es.messenger.com/" />
203 <link rel="alternate" hreflang="cs" href="https://cs-cz.messenger.com/" />
204 <link rel="alternate" hreflang="cy" href="https://cy-gb.messenger.com/" />
205 <link rel="alternate" hreflang="da" href="https://da-dk.messenger.com/" />
206 <link rel="alternate" hreflang="de" href="https://de-de.messenger.com/" />
207 <link rel="alternate" hreflang="eu" href="https://eu-es.messenger.com/" />
208 <link rel="alternate" hreflang="es" href="https://es-es.messenger.com/" />
209 <link rel="alternate" hreflang="es-LA" href="https://es-la.messenger.com/" />
210 <link rel="alternate" hreflang="fi" href="https://fi-fi.messenger.com/" />
211 <link rel="alternate" hreflang="fr" href="https://fr-fr.messenger.com/" />
212 <link rel="alternate" hreflang="fr-CA" href="https://fr-ca.messenger.com/" />
213 <link rel="alternate" hreflang="hu" href="https://hu-hu.messenger.com/" />
214 <link rel="alternate" hreflang="it" href="https://it-it.messenger.com/" />
215 <link rel="alternate" hreflang="ja" href="https://ja-jp.messenger.com/" />
216 <link rel="alternate" hreflang="ko" href="https://ko-kr.messenger.com/" />
217 <link rel="alternate" hreflang="nb" href="https://nb-no.messenger.com/" />
218 <link rel="alternate" hreflang="nl" href="https://nl-nl.messenger.com/" />
219 <link rel="alternate" hreflang="pl" href="https://pl-pl.messenger.com/" />
220 <link rel="alternate" hreflang="pt" href="https://pt-br.messenger.com/" />
221 <link rel="alternate" hreflang="pt-PT" href="https://pt-pt.messenger.com/" />
222 <link rel="alternate" hreflang="ro" href="https://ro-ro.messenger.com/" />
223 <link rel="alternate" hreflang="ru" href="https://ru-ru.messenger.com/" />
224 <link rel="alternate" hreflang="sk" href="https://sk-sk.messenger.com/" />
225 <link rel="alternate" hreflang="sl" href="https://sl-si.messenger.com/" />
226 <link rel="alternate" hreflang="sv" href="https://sv-se.messenger.com/" />
227 <link rel="alternate" hreflang="th" href="https://th-th.messenger.com/" />
228 <link rel="alternate" hreflang="tr" href="https://tr-tr.messenger.com/" />
229 <link rel="alternate" hreflang="zh" href="https://zh-tw.messenger.com/" />
230 <link rel="alternate" hreflang="zh-CN" href="https://zh-cn.messenger.com/" />
231 <link rel="alternate" hreflang="zh-HK" href="https://zh-hk.messenger.com/" />
232 <link rel="alternate" hreflang="af" href="https://af-za.messenger.com/" />
233 <link rel="alternate" hreflang="bn" href="https://bn-in.messenger.com/" />
234 <link rel="alternate" hreflang="bg" href="https://bg-bg.messenger.com/" />
235 <link rel="alternate" hreflang="hr" href="https://hr-hr.messenger.com/" />
236 <link rel="alternate" hreflang="el" href="https://el-gr.messenger.com/" />
237 <link rel="alternate" hreflang="hi" href="https://hi-in.messenger.com/" />
238 <link rel="alternate" hreflang="id" href="https://id-id.messenger.com/" />
239 <link rel="alternate" hreflang="lt" href="https://lt-lt.messenger.com/" />
240 <link rel="alternate" hreflang="ms" href="https://ms-my.messenger.com/" />
241 <link rel="alternate" hreflang="pa" href="https://pa-in.messenger.com/" />
242 <link rel="alternate" hreflang="sr" href="https://sr-rs.messenger.com/" />
243 <link rel="alternate" hreflang="tl" href="https://tl-ph.messenger.com/" />
244 <link rel="alternate" hreflang="ta" href="https://ta-in.messenger.com/" />
245 <link rel="alternate" hreflang="te" href="https://te-in.messenger.com/" />
246 <link rel="alternate" hreflang="ml" href="https://ml-in.messenger.com/" />
247 <link rel="alternate" hreflang="vi" href="https://vi-vn.messenger.com/" />
248 <link rel="alternate" hreflang="ar" href="https://ar-ar.messenger.com/" />
249 <link rel="alternate" hreflang="he" href="https://he-il.messenger.com/" />
250 <link rel="shortcut icon" href="https://static.xx.fbcdn.net/rsrc.php/yg/r/4_vfHVmZ5XD.ico" />
251 <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" />
252 <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" />
253 <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" />
254 <script src="https://static.xx.fbcdn.net/rsrc.php/v3/y9/r/gKfP3JqQZAU.js?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="Wz555" crossorigin="anonymous"></script>
255 <script>
256 requireLazy(["gkx"], function(gkx) {
257 gkx.add({
258 "1073500": {
259 "result": false,
260 "hash": "AT4osCyP3xpkoX4Q"
261 },
262 "946894": {
263 "result": false,
264 "hash": "AT6PNmPxPAXhXAUx"
265 },
266 "676837": {
267 "result": false,
268 "hash": "AT7qtubvwNXwFL5B"
269 },
270 "996939": {
271 "result": false,
272 "hash": "AT7Bmt1otkl_x-SZ"
273 },
274 "996940": {
275 "result": false,
276 "hash": "AT5OjRvRN04SbK8A"
277 },
278 "676940": {
279 "result": false,
280 "hash": "AT7hRw9Ot9UHFTpu"
281 },
282 "676920": {
283 "result": false,
284 "hash": "AT58m1wRmjZQEm1-"
285 },
286 "676921": {
287 "result": false,
288 "hash": "AT69vwdBj1STi25W"
289 },
290 "1113247": {
291 "result": false,
292 "hash": "AT6SABAvKSYBgHyb"
293 },
294 "676922": {
295 "result": false,
296 "hash": "AT7YKL6xlYgQeIs6"
297 }
298 });
299 });
300 require("TimeSliceImpl").guard(function() {
301 (require("ServerJSDefine")).handleDefines([
302 ["cr:717822", ["TimeSliceImpl"], {
303 "__rc": ["TimeSliceImpl", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
304 }, -1],
305 ["cr:1003267", ["clearIntervalBlue"], {
306 "__rc": ["clearIntervalBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
307 }, -1],
308 ["cr:896462", ["setIntervalAcrossTransitionsBlue"], {
309 "__rc": ["setIntervalAcrossTransitionsBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
310 }, -1],
311 ["cr:696703", [], {
312 "__rc": [null, "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
313 }, -1],
314 ["cr:986633", ["setTimeoutAcrossTransitionsBlue"], {
315 "__rc": ["setTimeoutAcrossTransitionsBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
316 }, -1],
317 ["cr:708886", ["EventProfilerImpl"], {
318 "__rc": ["EventProfilerImpl", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
319 }, -1],
320 ["cr:806696", ["clearTimeoutBlue"], {
321 "__rc": ["clearTimeoutBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
322 }, -1],
323 ["cr:1100101", ["requestAnimationFrameAcrossTransitionsSimple"], {
324 "__rc": ["requestAnimationFrameAcrossTransitionsSimple", "Aa3djYgM8Us2Yl-Hlg35JsbLl9ynuAnBLyWIXnFFwQ0rrWbktMjHDqwFD-h9GMl_Ib-N6e8"]
325 }, -1],
326 ["cr:807042", ["setTimeoutBlue"], {
327 "__rc": ["setTimeoutBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
328 }, -1],
329 ["cr:925100", ["RunBlue"], {
330 "__rc": ["RunBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
331 }, -1],
332 ["cr:896461", ["setIntervalBlue"], {
333 "__rc": ["setIntervalBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
334 }, -1],
335 ["cr:1000292", ["BanzaiNew"], {
336 "__rc": ["BanzaiNew", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
337 }, -1],
338 ["cr:729414", [], {
339 "__rc": [null, "Aa2v4tdDaXSHzgv4Q91Q9jfDgpJONnDSIRl9s_4jWoC4qMZEruABTdwS4w5_NXB8QaMQb2ChdR9WYXfEzCMS"]
340 }, -1],
341 ["cr:695720", ["SnappyCompressUtil"], {
342 "__rc": ["SnappyCompressUtil", "Aa0-4fYZJDOJ5eXvKtsB8ly5MshuQKcWPCrxUSoaog7QsbvGVQRbBPgPwTMQqPaR0BqKMrvM-sxn4niADiHgWYGyGbk"]
343 }, -1],
344 ["cr:692209", ["cancelIdleCallbackBlue"], {
345 "__rc": ["cancelIdleCallbackBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
346 }, -1],
347 ["URLFragmentPreludeConfig", [], {
348 "hashtagRedirect": false,
349 "fragBlacklist": ["nonce", "access_token", "oauth_token", "xs", "checkpoint_data", "code"]
350 }, 137],
351 ["BootloaderConfig", [], {
352 "jsRetries": null,
353 "jsRetryAbortNum": 2,
354 "jsRetryAbortTime": 5,
355 "payloadEndpointURI": "https:\/\/www.messenger.com\/ajax\/bootloader-endpoint\/",
356 "preloadBE": false,
357 "assumeNotNonblocking": false,
358 "shouldCoalesceModuleRequestsMadeInSameTick": true,
359 "staggerJsDownloads": false,
360 "preloader_num_preloads": 0,
361 "preloader_preload_after_dd": false,
362 "preloader_num_loads": 1,
363 "preloader_enabled": false,
364 "retryQueuedBootloads": false,
365 "silentDups": false,
366 "asyncPreloadBoost": true
367 }, 329],
368 ["CSSLoaderConfig", [], {
369 "timeout": 5000,
370 "modulePrefix": "BLCSS:",
371 "loadEventSupported": true
372 }, 619],
373 ["CurrentEnvironment", [], {
374 "facebookdotcom": false,
375 "messengerdotcom": true
376 }, 827],
377 ["UriNeedRawQuerySVConfig", [], {
378 "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"]
379 }, 3871],
380 ["TrustedTypesConfig", [], {
381 "useTrustedTypes": false,
382 "reportOnly": true
383 }, 4548],
384 ["ImmediateImplementationExperiments", [], {
385 "prefer_message_channel": true
386 }, 3419],
387 ["PromiseUsePolyfillSetImmediateGK", [], {
388 "www_always_use_polyfill_setimmediate": false
389 }, 2190],
390 ["CurrentCommunityInitialData", [], {}, 490],
391 ["CurrentUserInitialData", [], {
392 "USER_ID": "0",
393 "ACCOUNT_ID": "0",
394 "NAME": "",
395 "SHORT_NAME": null,
396 "IS_MESSENGER_ONLY_USER": false,
397 "IS_DEACTIVATED_ALLOWED_ON_MESSENGER": false,
398 "APP_ID": "772021112871879"
399 }, 270],
400 ["DTSGInitialData", [], {}, 258],
401 ["SprinkleConfig", [], {
402 "param_name": "jazoest",
403 "version": 2,
404 "should_randomize": false
405 }, 2111],
406 ["DTSGInitData", [], {
407 "token": "",
408 "async_get_token": ""
409 }, 3515],
410 ["ISB", [], {}, 330],
411 ["LSD", [], {
412 "token": "AVocj3Nd"
413 }, 323],
414 ["SiteData", [], {
415 "server_revision": 1001334484,
416 "client_revision": 1001334484,
417 "tier": "",
418 "push_phase": "C3",
419 "pkg_cohort": "PHASED:messengerdotcom_pkg",
420 "pr": 1,
421 "haste_site": "www",
422 "be_mode": 1,
423 "be_key": "__be",
424 "ir_on": true,
425 "is_rtl": false,
426 "is_comet": false,
427 "hsi": "0-0",
428 "spin": 0,
429 "__spin_r": 1001334484,
430 "__spin_b": "trunk",
431 "__spin_t": 1571886658,
432 "vip": "2a03:2880:f007:1:face:b00c:0:1"
433 }, 317],
434 ["ServerNonce", [], {
435 "ServerNonce": "e1q0FY_m9BIAfOPkNzij4m"
436 }, 141],
437 ["InitialCookieConsent", [], {
438 "deferCookies": false,
439 "noCookies": false,
440 "shouldShowCookieBanner": false
441 }, 4328],
442 ["DataStoreConfig", [], {
443 "expandoKey": "__FB_STORE",
444 "useExpando": true
445 }, 2915],
446 ["UserAgentData", [], {
447 "browserArchitecture": "64",
448 "browserFullVersion": "64.0.3417.61",
449 "browserMinorVersion": 0,
450 "browserName": "Opera",
451 "browserVersion": 64,
452 "deviceName": "Unknown",
453 "engineName": "WebKit",
454 "engineVersion": "537.36",
455 "platformArchitecture": "64",
456 "platformName": "Windows",
457 "platformVersion": "10",
458 "platformFullVersion": "10"
459 }, 527],
460 ["BigPipeExperiments", [], {
461 "link_images_to_pagelets": false
462 }, 907],
463 ["CookieCoreConfig", [], {
464 "a11y": {
465 "s": "None"
466 },
467 "act": {
468 "s": "Lax"
469 },
470 "c_user": {
471 "s": "None"
472 },
473 "ddid": {
474 "p": "\/deferreddeeplink\/",
475 "t": 2419200,
476 "s": "None"
477 },
478 "dpr": {
479 "t": 604800,
480 "s": "None"
481 },
482 "js_ver": {
483 "t": 604800,
484 "s": "None"
485 },
486 "locale": {
487 "t": 604800,
488 "s": "None"
489 },
490 "lh": {
491 "t": 604800,
492 "s": "None"
493 },
494 "m_pixel_ratio": {
495 "t": 604800,
496 "s": "None"
497 },
498 "noscript": {
499 "s": "None"
500 },
501 "pnl_data2": {
502 "t": 2,
503 "s": "None"
504 },
505 "presence": {
506 "s": "None"
507 },
508 "sfau": {
509 "s": "None"
510 },
511 "wd": {
512 "t": 604800,
513 "s": "None"
514 },
515 "x-referer": {
516 "s": "None"
517 },
518 "x-src": {
519 "t": 1,
520 "s": "None"
521 },
522 "m_ls": {
523 "s": "None"
524 }
525 }, 2104],
526 ["CookieCoreLoggingConfig", [], {
527 "maximumIgnorableStallMs": 16.67,
528 "sampleRate": 9.7e-5,
529 "sampleRateClassic": 1.0e-10,
530 "sampleRateFastStale": 1.0e-8
531 }, 3401],
532 ["ArtilleryExperiments", [], {
533 "artillery_static_resources_pagelet_attribution": false,
534 "artillery_timeslice_compressed_data": false,
535 "artillery_miny_client_payload": false,
536 "artillery_prolong_page_tracing": false,
537 "artillery_navigation_timing_level_2": false,
538 "artillery_profiler_on": false,
539 "artillery_merge_max_distance_sec": 1,
540 "artillery_merge_max_duration_sec": 1,
541 "user_timing": false
542 }, 1237],
543 ["TimeSliceInteractionSV", [], {
544 "on_demand_reference_counting": true,
545 "on_demand_profiling_counters": true,
546 "default_rate": 1000,
547 "lite_default_rate": 100,
548 "interaction_to_lite_coinflip": {
549 "ADS_INTERFACES_INTERACTION": 0,
550 "ads_perf_scenario": 0,
551 "ads_wait_time": 0,
552 "Event": 1,
553 "video_psr": 0,
554 "video_stall": 0
555 },
556 "interaction_to_coinflip": {
557 "ADS_INTERFACES_INTERACTION": 1,
558 "ads_perf_scenario": 1,
559 "ads_wait_time": 1,
560 "video_psr": 1000000,
561 "video_stall": 2500000,
562 "Event": 100,
563 "pixelcloud_view_performance": 25,
564 "intern_notify_inbox_page_load": 10,
565 "intern_notify_jewel_list_load": 10,
566 "tasks_initial_page_load": 1,
567 "watch_carousel_left_scroll": 1,
568 "watch_carousel_right_scroll": 1,
569 "watch_sections_load_more": 1,
570 "watch_discover_scroll": 1,
571 "fbpkg_ui": 1,
572 "sevmanager_powersearch_initial_page_load": 10,
573 "network_ui": 1,
574 "daiquery_interactive_query": 1
575 },
576 "enable_heartbeat": true,
577 "maxBlockMergeDuration": 0,
578 "maxBlockMergeDistance": 0,
579 "enable_banzai_stream": true,
580 "user_timing_coinflip": 50,
581 "banzai_stream_coinflip": 1,
582 "compression_enabled": true,
583 "ref_counting_fix": false,
584 "ref_counting_cont_fix": false,
585 "also_record_new_timeslice_format": false,
586 "force_async_request_tracing_on": false
587 }, 2609],
588 ["EventConfig", [], {
589 "sampling": {
590 "bandwidth": 0,
591 "play": 0,
592 "playing": 0,
593 "progress": 0,
594 "pause": 0,
595 "ended": 0,
596 "seeked": 0,
597 "seeking": 0,
598 "waiting": 0,
599 "loadedmetadata": 0,
600 "canplay": 0,
601 "selectionchange": 0,
602 "change": 0,
603 "timeupdate": 2000000,
604 "adaptation": 0,
605 "focus": 0,
606 "blur": 0,
607 "load": 0,
608 "error": 0,
609 "message": 0,
610 "abort": 0,
611 "storage": 0,
612 "scroll": 200000,
613 "mousemove": 20000,
614 "mouseover": 10000,
615 "mouseout": 10000,
616 "mousewheel": 1,
617 "MSPointerMove": 10000,
618 "keydown": 0.1,
619 "click": 0.02,
620 "mouseup": 0.02,
621 "__100ms": 0.001,
622 "__default": 5000,
623 "__min": 100,
624 "__interactionDefault": 200,
625 "__eventDefault": 100000
626 },
627 "page_sampling_boost": 1,
628 "interaction_regexes": {
629 "BlueBarAccountChevronMenu": " _5lxs(?: .*)?$",
630 "BlueBarHomeButton": " _bluebarLinkHome__interaction-root(?: .*)?$",
631 "BlueBarProfileLink": " _1k67(?: .*)?$",
632 "ReactComposerSproutMedia": " _1pnt(?: .*)?$",
633 "ReactComposerSproutAlbum": " _1pnu(?: .*)?$",
634 "ReactComposerSproutNote": " _3-9x(?: .*)?$",
635 "ReactComposerSproutLocation": " _1pnv(?: .*)?$",
636 "ReactComposerSproutActivity": " _1pnz(?: .*)?$",
637 "ReactComposerSproutPeople": " _1pn-(?: .*)?$",
638 "ReactComposerSproutLiveVideo": " _5tv7(?: .*)?$",
639 "ReactComposerSproutMarkdown": " _311p(?: .*)?$",
640 "ReactComposerSproutFormattedText": " _mwg(?: .*)?$",
641 "ReactComposerSproutSticker": " _2vri(?: .*)?$",
642 "ReactComposerSproutSponsor": " _5t5q(?: .*)?$",
643 "ReactComposerSproutEllipsis": " _1gr3(?: .*)?$",
644 "ReactComposerSproutContactYourRepresentative": " _3cnv(?: .*)?$",
645 "ReactComposerSproutFunFact": " _2_xs(?: .*)?$",
646 "TextExposeSeeMoreLink": " see_more_link(?: .*)?$",
647 "SnowliftBigCloseButton": "(?: _xlt(?: .*)? _418x(?: .*)?$| _418x(?: .*)? _xlt(?: .*)?$)",
648 "SnowliftPrevPager": "(?: snowliftPager(?: .*)? prev(?: .*)?$| prev(?: .*)? snowliftPager(?: .*)?$)",
649 "SnowliftNextPager": "(?: snowliftPager(?: .*)? next(?: .*)?$| next(?: .*)? snowliftPager(?: .*)?$)",
650 "SnowliftFullScreenButton": "#fbPhotoSnowliftFullScreenSwitch( .+)*",
651 "PrivacySelectorMenu": "(?: _57di(?: .*)? _2wli(?: .*)?$| _2wli(?: .*)? _57di(?: .*)?$)",
652 "ReactComposerFeedXSprouts": " _nh6(?: .*)?$",
653 "SproutsComposerStatusTab": " _sg1(?: .*)?$",
654 "SproutsComposerLiveVideoTab": " _sg1(?: .*)?$",
655 "SproutsComposerAlbumTab": " _sg1(?: .*)?$",
656 "composerAudienceSelector": " _ej0(?: .*)?$",
657 "FeedHScrollAttachmentsPrevPager": " _1qqy(?: .*)?$",
658 "FeedHScrollAttachmentsNextPager": " _1qqz(?: .*)?$",
659 "DockChatTabFlyout": " fbDockChatTabFlyout(?: .*)?$",
660 "PrivacyLiteJewel": " _59fc(?: .*)?$",
661 "ActorSelector": " _6vh(?: .*)?$",
662 "LegacyMentionsInput": "(?: ReactLegacyMentionsInput(?: .*)? uiMentionsInput(?: .*)? _2xwx(?: .*)?$| uiMentionsInput(?: .*)? ReactLegacyMentionsInput(?: .*)? _2xwx(?: .*)?$| _2xwx(?: .*)? ReactLegacyMentionsInput(?: .*)? uiMentionsInput(?: .*)?$| ReactLegacyMentionsInput(?: .*)? _2xwx(?: .*)? uiMentionsInput(?: .*)?$| uiMentionsInput(?: .*)? _2xwx(?: .*)? ReactLegacyMentionsInput(?: .*)?$| _2xwx(?: .*)? uiMentionsInput(?: .*)? ReactLegacyMentionsInput(?: .*)?$)",
663 "UFIActionLinksEmbedLink": " _2g1w(?: .*)?$",
664 "UFIPhotoAttachLink": " UFIPhotoAttachLinkWrapper(?: .*)?$",
665 "UFIMentionsInputProxy": " _1osa(?: .*)?$",
666 "UFIMentionsInputDummy": " _1osc(?: .*)?$",
667 "UFIOrderingModeSelector": " _3scp(?: .*)?$",
668 "UFIPager": "(?: UFIPagerRow(?: .*)? UFIRow(?: .*)?$| UFIRow(?: .*)? UFIPagerRow(?: .*)?$)",
669 "UFIReplyRow": "(?: UFIReplyRow(?: .*)? UFICommentReply(?: .*)?$| UFICommentReply(?: .*)? UFIReplyRow(?: .*)?$)",
670 "UFIReplySocialSentence": " UFIReplySocialSentenceRow(?: .*)?$",
671 "UFIShareLink": " _5f9b(?: .*)?$",
672 "UFIStickerButton": " UFICommentStickerButton(?: .*)?$",
673 "MentionsInput": " _5yk1(?: .*)?$",
674 "FantaChatTabRoot": " _3_9e(?: .*)?$",
675 "SnowliftViewableRoot": " _2-sx(?: .*)?$",
676 "ReactBlueBarJewelButton": " _5fwr(?: .*)?$",
677 "UFIReactionsDialogLayerImpl": " _1oxk(?: .*)?$",
678 "UFIReactionsLikeLinkImpl": " _4x9_(?: .*)?$",
679 "UFIReactionsLinkImplRoot": " _khz(?: .*)?$",
680 "Reaction": " _iuw(?: .*)?$",
681 "UFIReactionsMenuImpl": " _iu-(?: .*)?$",
682 "UFIReactionsSpatialReactionIconContainer": " _1fq9(?: .*)?$",
683 "VideoComponentPlayButton": " _bsl(?: .*)?$",
684 "FeedOptionsPopover": " _b1e(?: .*)?$",
685 "UFICommentLikeCount": " UFICommentLikeButton(?: .*)?$",
686 "UFICommentLink": " _5yxe(?: .*)?$",
687 "ChatTabComposerInputContainer": " _552h(?: .*)?$",
688 "ChatTabHeader": " _15p4(?: .*)?$",
689 "DraftEditor": " _5rp7(?: .*)?$",
690 "ChatSideBarDropDown": " _5vm9(?: .*)?$",
691 "SearchBox": " _539-(?: .*)?$",
692 "ChatSideBarLink": " _55ln(?: .*)?$",
693 "MessengerSearchTypeahead": " _3rh8(?: .*)?$",
694 "NotificationListItem": " _33c(?: .*)?$",
695 "MessageJewelListItem": " messagesContent(?: .*)?$",
696 "Messages_Jewel_Button": " _3eo8(?: .*)?$",
697 "Notifications_Jewel_Button": " _3eo9(?: .*)?$",
698 "snowliftopen": " _342u(?: .*)?$",
699 "NoteTextSeeMoreLink": " _3qd_(?: .*)?$",
700 "fbFeedOptionsPopover": " _1he6(?: .*)?$",
701 "Requests_Jewel_Button": " _3eoa(?: .*)?$",
702 "UFICommentActionLinkAjaxify": " _15-3(?: .*)?$",
703 "UFICommentActionLinkRedirect": " _15-6(?: .*)?$",
704 "UFICommentActionLinkDispatched": " _15-7(?: .*)?$",
705 "UFICommentCloseButton": " _36rj(?: .*)?$",
706 "UFICommentActionsRemovePreview": " _460h(?: .*)?$",
707 "UFICommentActionsReply": " _460i(?: .*)?$",
708 "UFICommentActionsSaleItemMessage": " _460j(?: .*)?$",
709 "UFICommentActionsAcceptAnswer": " _460k(?: .*)?$",
710 "UFICommentActionsUnacceptAnswer": " _460l(?: .*)?$",
711 "UFICommentReactionsLikeLink": " _3-me(?: .*)?$",
712 "UFICommentMenu": " _1-be(?: .*)?$",
713 "UFIMentionsInputFallback": " _289b(?: .*)?$",
714 "UFIMentionsInputComponent": " _289c(?: .*)?$",
715 "UFIMentionsInputProxyInput": " _432z(?: .*)?$",
716 "UFIMentionsInputProxyDummy": " _432-(?: .*)?$",
717 "UFIPrivateReplyLinkMessage": " _14hj(?: .*)?$",
718 "UFIPrivateReplyLinkSeeReply": " _14hk(?: .*)?$",
719 "ChatCloseButton": " _4vu4(?: .*)?$",
720 "ChatTabComposerPhotoUploader": " _13f-(?: .*)?$",
721 "ChatTabComposerGroupPollingButton": " _13f_(?: .*)?$",
722 "ChatTabComposerGames": " _13ga(?: .*)?$",
723 "ChatTabComposerPlan": " _13gb(?: .*)?$",
724 "ChatTabComposerFileUploader": " _13gd(?: .*)?$",
725 "ChatTabStickersButton": " _13ge(?: .*)?$",
726 "ChatTabComposerGifButton": " _13gf(?: .*)?$",
727 "ChatTabComposerEmojiPicker": " _13gg(?: .*)?$",
728 "ChatTabComposerLikeButton": " _13gi(?: .*)?$",
729 "ChatTabComposerP2PButton": " _13gj(?: .*)?$",
730 "ChatTabComposerQuickCam": " _13gk(?: .*)?$",
731 "ChatTabHeaderAudioRTCButton": " _461a(?: .*)?$",
732 "ChatTabHeaderVideoRTCButton": " _461b(?: .*)?$",
733 "ChatTabHeaderOptionsButton": " _461_(?: .*)?$",
734 "ChatTabHeaderAddToThreadButton": " _4620(?: .*)?$",
735 "ReactComposerMediaSprout": " _fk5(?: .*)?$",
736 "UFIReactionsBlingSocialSentenceComments": " _-56(?: .*)?$",
737 "UFIReactionsBlingSocialSentenceSeens": " _2x0l(?: .*)?$",
738 "UFIReactionsBlingSocialSentenceShares": " _2x0m(?: .*)?$",
739 "UFIReactionsBlingSocialSentenceViews": " _-5c(?: .*)?$",
740 "UFIReactionsBlingSocialSentence": " _-5d(?: .*)?$",
741 "UFIReactionsSocialSentence": " _1vaq(?: .*)?$",
742 "VideoFullscreenButton": " _39ip(?: .*)?$",
743 "Tahoe": " _400z(?: .*)?$",
744 "TahoeFromVideoPlayer": " _1vek(?: .*)?$",
745 "TahoeFromVideoLink": " _2-40(?: .*)?$",
746 "TahoeFromPhoto": " _2ju5(?: .*)?$",
747 "FBStoryTrayItem": " _1fvw(?: .*)?$",
748 "Mobile_Feed_Jewel_Button": "#feed_jewel( .+)*",
749 "Mobile_Requests_Jewel_Button": "#requests_jewel( .+)*",
750 "Mobile_Messages_Jewel_Button": "#messages_jewel( .+)*",
751 "Mobile_Notifications_Jewel_Button": "#notifications_jewel( .+)*",
752 "Mobile_Search_Jewel_Button": "#search_jewel( .+)*",
753 "Mobile_Bookmarks_Jewel_Button": "#bookmarks_jewel( .+)*",
754 "Mobile_Feed_UFI_Comment_Button_Permalink": " _l-a(?: .*)?$",
755 "Mobile_Feed_UFI_Comment_Button_Flyout": " _4qeq(?: .*)?$",
756 "Mobile_Feed_UFI_Token_Bar_Flyout": " _4qer(?: .*)?$",
757 "Mobile_Feed_UFI_Token_Bar_Permalink": " _4-09(?: .*)?$",
758 "Mobile_UFI_Share_Button": " _15kr(?: .*)?$",
759 "Mobile_Feed_Photo_Permalink": " _1mh-(?: .*)?$",
760 "Mobile_Feed_Video_Permalink": " _65g_(?: .*)?$",
761 "Mobile_Feed_Profile_Permalink": " _4kk6(?: .*)?$",
762 "Mobile_Feed_Story_Permalink": " _26yo(?: .*)?$",
763 "Mobile_Feed_Page_Permalink": " _4e81(?: .*)?$",
764 "Mobile_Feed_Group_Permalink": " _20u1(?: .*)?$",
765 "Mobile_Feed_Event_Permalink": " _20u0(?: .*)?$",
766 "ProfileIntroCardAddFeaturedMedia": " _30qr(?: .*)?$",
767 "ProfileSectionAbout": " _84wb(?: .*)?$",
768 "ProfileSectionAllRelationships": " _84wc(?: .*)?$",
769 "ProfileSectionAtWork": " _2fnv(?: .*)?$",
770 "ProfileSectionContactBasic": " _84vf(?: .*)?$",
771 "ProfileSectionEducation": " _84vh(?: .*)?$",
772 "ProfileSectionOverview": " _84vj(?: .*)?$",
773 "ProfileSectionPlaces": " _84vg(?: .*)?$",
774 "ProfileSectionYearOverviews": " _84vi(?: .*)?$",
775 "IntlPolyglotHomepage": " _Interaction__IntlPolyglotVoteActivityCardButton(?: .*)?$",
776 "ProtonElementSelection": " _67ft(?: .*)?$"
777 },
778 "interaction_boost": {
779 "SnowliftPrevPager": 0.2,
780 "SnowliftNextPager": 0.2,
781 "ChatSideBarLink": 2,
782 "MessengerSearchTypeahead": 2,
783 "Messages_Jewel_Button": 2.5,
784 "Notifications_Jewel_Button": 1.5,
785 "Tahoe": 30,
786 "ProtonElementSelection": 4
787 },
788 "event_types": {
789 "BlueBarAccountChevronMenu": ["click"],
790 "BlueBarHomeButton": ["click"],
791 "BlueBarProfileLink": ["click"],
792 "ReactComposerSproutMedia": ["click"],
793 "ReactComposerSproutAlbum": ["click"],
794 "ReactComposerSproutNote": ["click"],
795 "ReactComposerSproutLocation": ["click"],
796 "ReactComposerSproutActivity": ["click"],
797 "ReactComposerSproutPeople": ["click"],
798 "ReactComposerSproutLiveVideo": ["click"],
799 "ReactComposerSproutMarkdown": ["click"],
800 "ReactComposerSproutFormattedText": ["click"],
801 "ReactComposerSproutSticker": ["click"],
802 "ReactComposerSproutSponsor": ["click"],
803 "ReactComposerSproutEllipsis": ["click"],
804 "ReactComposerSproutContactYourRepresentative": ["click"],
805 "ReactComposerSproutFunFact": ["click"],
806 "TextExposeSeeMoreLink": ["click"],
807 "SnowliftBigCloseButton": ["click"],
808 "SnowliftPrevPager": ["click"],
809 "SnowliftNextPager": ["click"],
810 "SnowliftFullScreenButton": ["click"],
811 "PrivacySelectorMenu": ["click"],
812 "ReactComposerFeedXSprouts": ["click"],
813 "SproutsComposerStatusTab": ["click"],
814 "SproutsComposerLiveVideoTab": ["click"],
815 "SproutsComposerAlbumTab": ["click"],
816 "composerAudienceSelector": ["click"],
817 "FeedHScrollAttachmentsPrevPager": ["click"],
818 "FeedHScrollAttachmentsNextPager": ["click"],
819 "DockChatTabFlyout": ["click"],
820 "PrivacyLiteJewel": ["click"],
821 "ActorSelector": ["click"],
822 "LegacyMentionsInput": ["click"],
823 "UFIActionLinksEmbedLink": ["click"],
824 "UFIPhotoAttachLink": ["click"],
825 "UFIMentionsInputProxy": ["click"],
826 "UFIMentionsInputDummy": ["click"],
827 "UFIOrderingModeSelector": ["click"],
828 "UFIPager": ["click"],
829 "UFIReplyRow": ["click"],
830 "UFIReplySocialSentence": ["click"],
831 "UFIShareLink": ["click"],
832 "UFIStickerButton": ["click"],
833 "MentionsInput": ["click"],
834 "FantaChatTabRoot": ["click"],
835 "SnowliftViewableRoot": ["click"],
836 "ReactBlueBarJewelButton": ["click"],
837 "UFIReactionsDialogLayerImpl": ["click"],
838 "UFIReactionsLikeLinkImpl": ["click"],
839 "UFIReactionsLinkImplRoot": ["click"],
840 "Reaction": ["click"],
841 "UFIReactionsMenuImpl": ["click"],
842 "UFIReactionsSpatialReactionIconContainer": ["click"],
843 "VideoComponentPlayButton": ["click"],
844 "FeedOptionsPopover": ["click"],
845 "UFICommentLikeCount": ["click"],
846 "UFICommentLink": ["click"],
847 "ChatTabComposerInputContainer": ["click"],
848 "ChatTabHeader": ["click"],
849 "DraftEditor": ["click"],
850 "ChatSideBarDropDown": ["click"],
851 "SearchBox": ["click"],
852 "ChatSideBarLink": ["mouseup"],
853 "MessengerSearchTypeahead": ["click"],
854 "NotificationListItem": ["click"],
855 "MessageJewelListItem": ["click"],
856 "Messages_Jewel_Button": ["click"],
857 "Notifications_Jewel_Button": ["click"],
858 "snowliftopen": ["click"],
859 "NoteTextSeeMoreLink": ["click"],
860 "fbFeedOptionsPopover": ["click"],
861 "Requests_Jewel_Button": ["click"],
862 "UFICommentActionLinkAjaxify": ["click"],
863 "UFICommentActionLinkRedirect": ["click"],
864 "UFICommentActionLinkDispatched": ["click"],
865 "UFICommentCloseButton": ["click"],
866 "UFICommentActionsRemovePreview": ["click"],
867 "UFICommentActionsReply": ["click"],
868 "UFICommentActionsSaleItemMessage": ["click"],
869 "UFICommentActionsAcceptAnswer": ["click"],
870 "UFICommentActionsUnacceptAnswer": ["click"],
871 "UFICommentReactionsLikeLink": ["click"],
872 "UFICommentMenu": ["click"],
873 "UFIMentionsInputFallback": ["click"],
874 "UFIMentionsInputComponent": ["click"],
875 "UFIMentionsInputProxyInput": ["click"],
876 "UFIMentionsInputProxyDummy": ["click"],
877 "UFIPrivateReplyLinkMessage": ["click"],
878 "UFIPrivateReplyLinkSeeReply": ["click"],
879 "ChatCloseButton": ["click"],
880 "ChatTabComposerPhotoUploader": ["click"],
881 "ChatTabComposerGroupPollingButton": ["click"],
882 "ChatTabComposerGames": ["click"],
883 "ChatTabComposerPlan": ["click"],
884 "ChatTabComposerFileUploader": ["click"],
885 "ChatTabStickersButton": ["click"],
886 "ChatTabComposerGifButton": ["click"],
887 "ChatTabComposerEmojiPicker": ["click"],
888 "ChatTabComposerLikeButton": ["click"],
889 "ChatTabComposerP2PButton": ["click"],
890 "ChatTabComposerQuickCam": ["click"],
891 "ChatTabHeaderAudioRTCButton": ["click"],
892 "ChatTabHeaderVideoRTCButton": ["click"],
893 "ChatTabHeaderOptionsButton": ["click"],
894 "ChatTabHeaderAddToThreadButton": ["click"],
895 "ReactComposerMediaSprout": ["click"],
896 "UFIReactionsBlingSocialSentenceComments": ["click"],
897 "UFIReactionsBlingSocialSentenceSeens": ["click"],
898 "UFIReactionsBlingSocialSentenceShares": ["click"],
899 "UFIReactionsBlingSocialSentenceViews": ["click"],
900 "UFIReactionsBlingSocialSentence": ["click"],
901 "UFIReactionsSocialSentence": ["click"],
902 "VideoFullscreenButton": ["click"],
903 "Tahoe": ["click"],
904 "TahoeFromVideoPlayer": ["click"],
905 "TahoeFromVideoLink": ["click"],
906 "TahoeFromPhoto": ["click"],
907 "": ["click"],
908 "FBStoryTrayItem": ["click"],
909 "Mobile_Feed_Jewel_Button": ["click"],
910 "Mobile_Requests_Jewel_Button": ["click"],
911 "Mobile_Messages_Jewel_Button": ["click"],
912 "Mobile_Notifications_Jewel_Button": ["click"],
913 "Mobile_Search_Jewel_Button": ["click"],
914 "Mobile_Bookmarks_Jewel_Button": ["click"],
915 "Mobile_Feed_UFI_Comment_Button_Permalink": ["click"],
916 "Mobile_Feed_UFI_Comment_Button_Flyout": ["click"],
917 "Mobile_Feed_UFI_Token_Bar_Flyout": ["click"],
918 "Mobile_Feed_UFI_Token_Bar_Permalink": ["click"],
919 "Mobile_UFI_Share_Button": ["click"],
920 "Mobile_Feed_Photo_Permalink": ["click"],
921 "Mobile_Feed_Video_Permalink": ["click"],
922 "Mobile_Feed_Profile_Permalink": ["click"],
923 "Mobile_Feed_Story_Permalink": ["click"],
924 "Mobile_Feed_Page_Permalink": ["click"],
925 "Mobile_Feed_Group_Permalink": ["click"],
926 "Mobile_Feed_Event_Permalink": ["click"],
927 "ProfileIntroCardAddFeaturedMedia": ["click"],
928 "ProfileSectionAbout": ["click"],
929 "ProfileSectionAllRelationships": ["click"],
930 "ProfileSectionAtWork": ["click"],
931 "ProfileSectionContactBasic": ["click"],
932 "ProfileSectionEducation": ["click"],
933 "ProfileSectionOverview": ["click"],
934 "ProfileSectionPlaces": ["click"],
935 "ProfileSectionYearOverviews": ["click"],
936 "IntlPolyglotHomepage": ["click"],
937 "ProtonElementSelection": ["click"]
938 },
939 "manual_instrumentation": false,
940 "profile_eager_execution": true,
941 "disable_heuristic": false,
942 "disable_event_profiler": false
943 }, 1726],
944 ["AdsInterfacesSessionConfig", [], {}, 2393],
945 ["BanzaiConfig", [], {
946 "EXPIRY": 86400000,
947 "MAX_SIZE": 10000,
948 "MAX_WAIT": 150000,
949 "RESTORE_WAIT": 150000,
950 "blacklist": ["time_spent"],
951 "gks": {
952 "boosted_component": true,
953 "boosted_pagelikes": true,
954 "jslogger": true,
955 "mercury_send_error_logging": true,
956 "platform_oauth_client_events": true,
957 "xtrackable_clientview_batch": true,
958 "visibility_tracking": true,
959 "graphexplorer": true,
960 "gqls_web_logging": true,
961 "sticker_search_ranking": true
962 }
963 }, 7],
964 ["ZeroRewriteRules", [], {
965 "rewrite_rules": {},
966 "whitelist": {
967 "\/hr\/r": 1,
968 "\/hr\/p": 1,
969 "\/zero\/unsupported_browser\/": 1,
970 "\/zero\/policy\/optin": 1,
971 "\/zero\/optin\/write\/": 1,
972 "\/zero\/optin\/legal\/": 1,
973 "\/zero\/optin\/free\/": 1,
974 "\/about\/privacy\/": 1,
975 "\/about\/privacy\/update\/": 1,
976 "\/about\/privacy\/update": 1,
977 "\/zero\/toggle\/welcome\/": 1,
978 "\/zero\/toggle\/nux\/": 1,
979 "\/fup\/interstitial\/": 1,
980 "\/work\/landing": 1,
981 "\/work\/login\/": 1,
982 "\/work\/email\/": 1,
983 "\/ai.php": 1,
984 "\/js_dialog_resources\/dialog_descriptions_android.json": 0,
985 "\/connect\/jsdialog\/MPlatformAppInvitesJSDialog\/": 0,
986 "\/connect\/jsdialog\/MPlatformOAuthShimJSDialog\/": 0,
987 "\/connect\/jsdialog\/MPlatformLikeJSDialog\/": 0,
988 "\/qp\/interstitial\/": 1,
989 "\/qp\/action\/redirect\/": 1,
990 "\/qp\/action\/close\/": 1,
991 "\/zero\/support\/ineligible\/": 1,
992 "\/zero_balance_redirect\/": 1,
993 "\/zero_balance_redirect": 1,
994 "\/l.php": 1,
995 "\/lsr.php": 1,
996 "\/ajax\/dtsg\/": 1,
997 "\/checkpoint\/block\/": 1,
998 "\/exitdsite": 1,
999 "\/zero\/balance\/pixel\/": 1,
1000 "\/zero\/balance\/": 1,
1001 "\/zero\/balance\/carrier_landing\/": 1,
1002 "\/zero\/flex\/logging\/": 1,
1003 "\/tr": 1,
1004 "\/tr\/": 1,
1005 "\/sem_campaigns\/sem_pixel_test\/": 1,
1006 "\/bookmarks\/flyout\/body\/": 1,
1007 "\/zero\/subno\/": 1,
1008 "\/confirmemail.php": 1,
1009 "\/policies\/": 1,
1010 "\/mobile\/internetdotorg\/classifier\/": 1,
1011 "\/zero\/dogfooding": 1,
1012 "\/xti.php": 1,
1013 "\/zero\/fblite\/config\/": 1,
1014 "\/lite\/": 1,
1015 "\/hr\/zsh\/wc\/": 1,
1016 "\/4oh4.php": 1,
1017 "\/autologin.php": 1,
1018 "\/birthday_help.php": 1,
1019 "\/checkpoint\/": 1,
1020 "\/contact-importer\/": 1,
1021 "\/cr.php": 1,
1022 "\/legal\/terms\/": 1,
1023 "\/login.php": 1,
1024 "\/login\/": 1,
1025 "\/mobile\/account\/": 1,
1026 "\/n\/": 1,
1027 "\/remote_test_device\/": 1,
1028 "\/upsell\/buy\/": 1,
1029 "\/upsell\/buyconfirm\/": 1,
1030 "\/upsell\/buyresult\/": 1,
1031 "\/upsell\/promos\/": 1,
1032 "\/upsell\/continue\/": 1,
1033 "\/upsell\/h\/promos\/": 1,
1034 "\/upsell\/loan\/learnmore\/": 1,
1035 "\/upsell\/purchase\/": 1,
1036 "\/upsell\/promos\/upgrade\/": 1,
1037 "\/upsell\/buy_redirect\/": 1,
1038 "\/upsell\/loan\/buyconfirm\/": 1,
1039 "\/upsell\/loan\/buy\/": 1,
1040 "\/upsell\/sms\/": 1,
1041 "\/wap\/a\/channel\/reconnect.php": 1,
1042 "\/wap\/a\/nux\/wizard\/nav.php": 1,
1043 "\/wap\/appreg.php": 1,
1044 "\/wap\/birthday_help.php": 1,
1045 "\/wap\/c.php": 1,
1046 "\/wap\/confirmemail.php": 1,
1047 "\/wap\/cr.php": 1,
1048 "\/wap\/login.php": 1,
1049 "\/wap\/r.php": 1,
1050 "\/zero\/datapolicy": 1,
1051 "\/a\/timezone.php": 1,
1052 "\/a\/bz": 1,
1053 "\/bz\/reliability": 1,
1054 "\/r.php": 1,
1055 "\/mr\/": 1,
1056 "\/reg\/": 1,
1057 "\/registration\/log\/": 1,
1058 "\/terms\/": 1,
1059 "\/f123\/": 1,
1060 "\/expert\/": 1,
1061 "\/experts\/": 1,
1062 "\/terms\/index.php": 1,
1063 "\/terms.php": 1,
1064 "\/srr\/": 1,
1065 "\/msite\/redirect\/": 1,
1066 "\/fbs\/pixel\/": 1,
1067 "\/contactpoint\/preconfirmation\/": 1,
1068 "\/contactpoint\/cliff\/": 1,
1069 "\/contactpoint\/confirm\/submit\/": 1,
1070 "\/contactpoint\/confirmed\/": 1,
1071 "\/contactpoint\/login\/": 1,
1072 "\/preconfirmation\/contactpoint_change\/": 1,
1073 "\/help\/contact\/": 1,
1074 "\/survey\/": 1,
1075 "\/upsell\/loyaltytopup\/accept\/": 1,
1076 "\/settings\/": 1
1077 }
1078 }, 1478]
1079 ]);
1080 new(require("ServerJS"))().handle({
1081 "require": [
1082 ["markJSEnabled"],
1083 ["lowerDomain"],
1084 ["URLFragmentPrelude"],
1085 ["Primer"],
1086 ["BigPipe"],
1087 ["Bootloader"],
1088 ["TimeSlice"],
1089 ["ArtilleryOnUntilOffLogging", "disable", [],
1090 []
1091 ],
1092 ["BanzaiODS"],
1093 ["VisualCompletionGating"],
1094 ["BanzaiScuba"]
1095 ]
1096 });
1097 }, "ServerJS define", {
1098 "root": true
1099 })();
1100 </script>
1101</head>
1102
1103<body class="_605a webkit win x1 Locale_pl_PL" dir="ltr">
1104 <script>
1105 requireLazy(["bootstrapWebSession"], function(j) {
1106 j(1571886658)
1107 })
1108 </script>
1109 <div>
1110 <header class="_4n9r" style="top: 30px;" id="u_0_1">
1111 <div class="_1-l6" id="u_0_2"></div>
1112 <div class="_1-l5">
1113 <div class="_1-kf _1-kg" id="u_0_3">
1114 <div>
1115 <a class="_3yl5 navlink" href="/">
1116 <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>
1117 </a>
1118 </div>
1119 </div>
1120 <ul class="_2fux">
1121 <li class="_4qfn" id="u_0_4"><a href="/features" class="_4vo5">Funkcje</a></li>
1122 <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>
1123 </ul>
1124 </div>
1125 </header>
1126 <div class="_6az_ _6b69 _2tqi _8mgu">
1127 <div>
1128 <div class="_4wyl _4wyq _2k-y _2k-q _4wyu">
1129 <div class="_4wyn _4wyo">
1130 <div class="_6b6c">
1131 <div class="_2kx3 _2ky6 _2kx4">
1132 <div class="_2kzy">
1133 <div class="_6aun">
1134 <div>
1135 <div class="_6b6w">
1136 <div>
1137 <h1 class="_6b6b">Zawsze razem.</h1></div>
1138 </div>
1139 <div class="_6auo">Prosty i uniwersalny sposób na planowanie i przesyłanie wiadomości tekstowych oraz organizowanie rozmów wideo.</div>
1140 <div>
1141 <div class="_6aup">
1142 <div>
1143 <div class="_2qcy" id="u_0_6"></div>
1144 <div class="_2qcl hidden_elem" id="u_0_7">
1145 <div class="_6auq">
1146 <div>
1147 <form action="login.php" method="post">
1148 <input type="hidden" name="jazoest" value="2696" autocomplete="off" />
1149 <input type="hidden" name="lsd" value="AVocj3Nd" autocomplete="off" />
1150 <div id="loginform">
1151 <input type="hidden" autocomplete="off" id="initial_request_id" name="initial_request_id" value="A15TPtfSs26yM6mDDCO2k1a" />
1152 <input type="hidden" autocomplete="off" name="timezone" value="" id="u_0_8" />
1153 <input type="hidden" autocomplete="off" name="lgndim" value="" id="u_0_9" />
1154 <input type="hidden" name="lgnrnd" value="201058_utn4" />
1155 <input type="hidden" id="lgnjs" name="lgnjs" value="n" />
1156 <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" />
1157 <input type="password" class="inputtext _55r1 _2qcn" name="pass" id="pass" tabindex="0" placeholder="Hasło" aria-label="Hasło" />
1158 <button value="1" class="_42ft _4jy0 _3_t3 _2qcm _4jy4 _517h _51sy" id="loginbutton" name="login" tabindex="0" type="submit">Zaloguj się</button>
1159 <div class="_2qcr">
1160 <div class="uiInputLabel clearfix">
1161 <label class="uiInputLabelInput">
1162 <input type="checkbox" value="1" name="persistent" tabindex="0" class="_2qcs" id="u_0_0" /><span class="_2qcu"></span></label>
1163 <label for="u_0_0" class="uiInputLabelLabel">Nie wylogowuj mnie</label>
1164 </div>
1165 </div>
1166 <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>
1167 </form>
1168 </div>
1169 </div>
1170 <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>
1171 </div>
1172 </div>
1173 </div>
1174 <div class="hidden_elem" id="u_0_c"></div>
1175 </div>
1176 </div>
1177 </div>
1178 </div>
1179 </div>
1180 <div class="_2kx3 _2ky6 _2kx4">
1181 <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>
1182 </div>
1183 </div>
1184 </div>
1185 </div>
1186 </div>
1187 </div>
1188 <div class="_4wyl _2k-- _2k-q _4wyu">
1189 <div class="_4wyn">
1190 <div class="_3-yy" style="background-color: #FAFAFA;"></div>
1191 <div>
1192 <div>
1193 <div class="_6b6w">
1194 <div>
1195 <h1 class="_6b6b">Tak wiele sposobów na utrzymywanie kontaktu ze wszystkimi znajomymi</h1></div>
1196 </div>
1197 </div>
1198 </div>
1199 <div class="_6b6c">
1200 <div class="_2kx3 _2kyy _6gvo _2kx4">
1201 <div class="_2kzy">
1202 <div class="_6gvm" id="u_0_d">
1203 <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>
1204 <div class="_6gvn">
1205 <div class="_6gu2">
1206 <h2>Stworzenie grupy</h2>
1207 <h3>Wyszukaj swoich znajomych, nawet gdy nie masz ich numerów telefonu, i stwórzcie razem grupę.</h3></div>
1208 </div>
1209 </div>
1210 </div>
1211 </div>
1212 <div class="_2kx3 _2kyy _6gvo _2kx4">
1213 <div class="_2kzy">
1214 <div class="_6gvm" id="u_0_e">
1215 <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>
1216 <div class="_6gvn">
1217 <div class="_6gu2">
1218 <h2>Wspólne spędzanie czasu i dobra zabawa</h2>
1219 <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>
1220 </div>
1221 </div>
1222 </div>
1223 </div>
1224 <div class="_2kx3 _2kyy _6gvo _2kx4">
1225 <div class="_2kzy">
1226 <div class="_6gvm" id="u_0_f">
1227 <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>
1228 <div class="_6gvn">
1229 <div class="_6gu2">
1230 <h2>Planowanie i realizacja</h2>
1231 <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>
1232 </div>
1233 </div>
1234 </div>
1235 </div>
1236 <div class="_2kx3 _2kyy _6gvo _2kx4">
1237 <div class="_2kzy">
1238 <div class="_6gvm" id="u_0_g">
1239 <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>
1240 <div class="_6gvn">
1241 <div class="_6gu2">
1242 <h2>Skuteczniejsze wyrażanie myśli</h2>
1243 <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>
1244 </div>
1245 </div>
1246 </div>
1247 </div>
1248 </div>
1249 </div>
1250 </div>
1251 </div>
1252 <script>
1253 requireLazy(["ix"], function(ix) {
1254 ix.add({
1255 "86853": {
1256 "sprited": true,
1257 "spriteCssClass": "sx_5804ab",
1258 "spriteMapCssClass": "sp_-9zrEkmPLuL"
1259 },
1260 "86857": {
1261 "sprited": true,
1262 "spriteCssClass": "sx_8762f5",
1263 "spriteMapCssClass": "sp_-9zrEkmPLuL"
1264 },
1265 "86854": {
1266 "sprited": true,
1267 "spriteCssClass": "sx_5d14fb",
1268 "spriteMapCssClass": "sp_-9zrEkmPLuL"
1269 },
1270 "97502": {
1271 "sprited": true,
1272 "spriteCssClass": "sx_482501",
1273 "spriteMapCssClass": "sp_-9zrEkmPLuL"
1274 }
1275 });
1276 });
1277 requireLazy(["gkx"], function(gkx) {
1278 gkx.add({
1279 "1091481": {
1280 "result": false,
1281 "hash": "AT7NqTuHMC7Mvo5P"
1282 },
1283 "938344": {
1284 "result": false,
1285 "hash": "AT7jsPu78YmMbh8T"
1286 },
1287 "1150097": {
1288 "result": false,
1289 "hash": "AT7hZGf-AX2MZ9ya"
1290 },
1291 "837029": {
1292 "result": true,
1293 "hash": "AT7F6I7RT9TVLJJn"
1294 },
1295 "998531": {
1296 "result": false,
1297 "hash": "AT6BX1dKb77mU-xI"
1298 },
1299 "1070056": {
1300 "result": true,
1301 "hash": "AT45qsJd-DYoOeIx"
1302 },
1303 "708253": {
1304 "result": false,
1305 "hash": "AT5jIxWNjJFz8FkB"
1306 },
1307 "676864": {
1308 "result": false,
1309 "hash": "AT5yPwWD46nHV1KZ"
1310 },
1311 "678576": {
1312 "result": false,
1313 "hash": "AT40onmus1atyrLw"
1314 },
1315 "845716": {
1316 "result": true,
1317 "hash": "AT6UdYlnGnGVej_t"
1318 },
1319 "678262": {
1320 "result": true,
1321 "hash": "AT4fgFo8JKBCb0P7"
1322 },
1323 "845715": {
1324 "result": true,
1325 "hash": "AT6_p-q_Eufg4gwC"
1326 },
1327 "797400": {
1328 "result": false,
1329 "hash": "AT6sioI7W0V75ywn"
1330 },
1331 "678343": {
1332 "result": false,
1333 "hash": "AT5_06LRPsPK4WYU"
1334 },
1335 "678346": {
1336 "result": false,
1337 "hash": "AT68wo-B7G2nwW4D"
1338 },
1339 "678347": {
1340 "result": true,
1341 "hash": "AT4TAooEdvLlA6g_"
1342 },
1343 "678348": {
1344 "result": false,
1345 "hash": "AT4ga5Ec0vbT015O"
1346 },
1347 "678349": {
1348 "result": false,
1349 "hash": "AT472ebs8zBtbFt4"
1350 },
1351 "678350": {
1352 "result": false,
1353 "hash": "AT45-JdTK21fqaAL"
1354 },
1355 "678351": {
1356 "result": false,
1357 "hash": "AT6de8i7qzLtg6NC"
1358 },
1359 "700608": {
1360 "result": false,
1361 "hash": "AT6Cv9SvzAFL67s2"
1362 },
1363 "724606": {
1364 "result": false,
1365 "hash": "AT6hFFmrz5pcnOUs"
1366 },
1367 "717703": {
1368 "result": true,
1369 "hash": "AT7emvy_gGF6st1F"
1370 },
1371 "833124": {
1372 "result": false,
1373 "hash": "AT4_dzAzpYmIGuo5"
1374 },
1375 "867939": {
1376 "result": false,
1377 "hash": "AT4kzPxkDkGcJnCd"
1378 },
1379 "867940": {
1380 "result": false,
1381 "hash": "AT7XBC4MBaD0J6eY"
1382 },
1383 "678651": {
1384 "result": true,
1385 "hash": "AT6xg004VZ6Mu-LU"
1386 },
1387 "719214": {
1388 "result": true,
1389 "hash": "AT49u1ndj8ZFPTfv"
1390 },
1391 "1029033": {
1392 "result": false,
1393 "hash": "AT4XunmSwxpqwGmZ"
1394 },
1395 "1099893": {
1396 "result": false,
1397 "hash": "AT7MhWIGFFZI5WiH"
1398 },
1399 "1082995": {
1400 "result": false,
1401 "hash": "AT5SFByAeHtxnP4H"
1402 },
1403 "778292": {
1404 "result": false,
1405 "hash": "AT4zdOtwFX1ZtfgT"
1406 },
1407 "676936": {
1408 "result": false,
1409 "hash": "AT4a76CYkXk8kGOv"
1410 },
1411 "832242": {
1412 "result": false,
1413 "hash": "AT5wn4roiG8gAmbl"
1414 },
1415 "865725": {
1416 "result": true,
1417 "hash": "AT7fYgEvbvnuMHaV"
1418 },
1419 "865724": {
1420 "result": false,
1421 "hash": "AT5DVArQ08qLMRLc"
1422 },
1423 "901339": {
1424 "result": true,
1425 "hash": "AT42P9yNoS7KkBJr"
1426 },
1427 "807517": {
1428 "result": true,
1429 "hash": "AT7Lv1ko6zK7QORj"
1430 },
1431 "945829": {
1432 "result": false,
1433 "hash": "AT7oa6639_yQrMze"
1434 },
1435 "1001007": {
1436 "result": false,
1437 "hash": "AT5PRljbwLW1Jz22"
1438 },
1439 "1066746": {
1440 "result": false,
1441 "hash": "AT6ZxakL38XfekvW"
1442 },
1443 "968609": {
1444 "result": false,
1445 "hash": "AT6tsEtvVexfwPew"
1446 },
1447 "987139": {
1448 "result": false,
1449 "hash": "AT6HFXQShttBwnmb"
1450 },
1451 "678677": {
1452 "result": false,
1453 "hash": "AT50Y7KhzWSWoqgB"
1454 },
1455 "916141": {
1456 "result": true,
1457 "hash": "AT6EFJj1pQ-ccO59"
1458 },
1459 "676840": {
1460 "result": true,
1461 "hash": "AT7U04ncJz6-i9Me"
1462 },
1463 "863760": {
1464 "result": false,
1465 "hash": "AT4LIG9w2tjF2yfJ"
1466 },
1467 "678626": {
1468 "result": false,
1469 "hash": "AT6DjfUpQBmd3Dw0"
1470 },
1471 "1081266": {
1472 "result": false,
1473 "hash": "AT4JJ4iHZjCeXC0y"
1474 },
1475 "1081267": {
1476 "result": false,
1477 "hash": "AT51X9pPOvlsD1G9"
1478 },
1479 "1080474": {
1480 "result": true,
1481 "hash": "AT6DMTjSwOj3zd_k"
1482 },
1483 "967781": {
1484 "result": false,
1485 "hash": "AT4amEz6867M1ZB_"
1486 },
1487 "1008528": {
1488 "result": true,
1489 "hash": "AT6p_cQ-6kHEzfCw"
1490 },
1491 "1006846": {
1492 "result": true,
1493 "hash": "AT7tj3UQNX1b4Uu2"
1494 },
1495 "676906": {
1496 "result": false,
1497 "hash": "AT41Wo5HGDviQFWa"
1498 },
1499 "1099574": {
1500 "result": true,
1501 "hash": "AT5WYHEIQo13HFLm"
1502 },
1503 "686397": {
1504 "result": true,
1505 "hash": "AT5nIR7cYRxYFr7G"
1506 },
1507 "676919": {
1508 "result": true,
1509 "hash": "AT6lRbp6ykmFNKJW"
1510 },
1511 "1105011": {
1512 "result": false,
1513 "hash": "AT6kUPJVTi1CRqin"
1514 },
1515 "678666": {
1516 "result": true,
1517 "hash": "AT5EQLxfzZ0m9Wp7"
1518 },
1519 "780647": {
1520 "result": true,
1521 "hash": "AT6oeIfF_MHnCv-5"
1522 },
1523 "1143875": {
1524 "result": false,
1525 "hash": "AT7_Iz3UMdXPP9jB"
1526 },
1527 "982744": {
1528 "result": false,
1529 "hash": "AT6fRG8HZzUOT_sC"
1530 },
1531 "965951": {
1532 "result": false,
1533 "hash": "AT5pPxOwAsSOaqyU"
1534 },
1535 "678578": {
1536 "result": false,
1537 "hash": "AT6kgafx1paNrU13"
1538 },
1539 "969964": {
1540 "result": true,
1541 "hash": "AT6vLWs08cVH3mqa"
1542 },
1543 "702170": {
1544 "result": true,
1545 "hash": "AT7aLnE3ihw383p3"
1546 },
1547 "871037": {
1548 "result": true,
1549 "hash": "AT57DmhxHHYKwlLb"
1550 },
1551 "1074761": {
1552 "result": false,
1553 "hash": "AT6NUBaNbt_5XYLC"
1554 },
1555 "678667": {
1556 "result": false,
1557 "hash": "AT4unOWeMsPpV2Wl"
1558 },
1559 "678668": {
1560 "result": true,
1561 "hash": "AT50hwlduUCVwme8"
1562 },
1563 "997564": {
1564 "result": false,
1565 "hash": "AT6vREd7Hof1uKgm"
1566 },
1567 "678573": {
1568 "result": false,
1569 "hash": "AT6WvNcW5zzRocsz"
1570 },
1571 "678352": {
1572 "result": false,
1573 "hash": "AT7-tM6Y91u98KqZ"
1574 },
1575 "678353": {
1576 "result": true,
1577 "hash": "AT74M8j3RHizCR8P"
1578 },
1579 "678354": {
1580 "result": false,
1581 "hash": "AT65D0vFdEWKpEo0"
1582 },
1583 "794738": {
1584 "result": false,
1585 "hash": "AT5sHiU-B9dE9qkg"
1586 },
1587 "678794": {
1588 "result": false,
1589 "hash": "AT65DlkhryFH_pFH"
1590 },
1591 "811027": {
1592 "result": false,
1593 "hash": "AT7nCWs1-3n4gPMa"
1594 },
1595 "678795": {
1596 "result": false,
1597 "hash": "AT4zRbXFr_6hB5lr"
1598 },
1599 "678796": {
1600 "result": false,
1601 "hash": "AT4sWM-SR1CLpitd"
1602 },
1603 "699260": {
1604 "result": false,
1605 "hash": "AT4MqyRH0WJnoX5D"
1606 },
1607 "810420": {
1608 "result": false,
1609 "hash": "AT64hXLKflzxNWYR"
1610 },
1611 "873024": {
1612 "result": false,
1613 "hash": "AT7ixJd17qbi7Fzn"
1614 },
1615 "812454": {
1616 "result": false,
1617 "hash": "AT43PfG_uWrrlH_t"
1618 },
1619 "822145": {
1620 "result": false,
1621 "hash": "AT65aqexotuRxqyX"
1622 },
1623 "814975": {
1624 "result": false,
1625 "hash": "AT4uupt6fo65zE8P"
1626 },
1627 "857971": {
1628 "result": false,
1629 "hash": "AT5P83f3QjvZIUvN"
1630 },
1631 "684302": {
1632 "result": false,
1633 "hash": "AT48zsLi7_XJrPQF"
1634 },
1635 "691876": {
1636 "result": false,
1637 "hash": "AT4uDtdTSQjqMPHG"
1638 },
1639 "698237": {
1640 "result": false,
1641 "hash": "AT560l5WOVyoqRbv"
1642 },
1643 "680437": {
1644 "result": false,
1645 "hash": "AT7a8WUfEMx6gxo8"
1646 },
1647 "709734": {
1648 "result": false,
1649 "hash": "AT5yu8zoA26AiX4s"
1650 },
1651 "814872": {
1652 "result": false,
1653 "hash": "AT6JfBwqZSXmZuRJ"
1654 },
1655 "843391": {
1656 "result": false,
1657 "hash": "AT5xL9UC1PZTwO0U"
1658 },
1659 "851924": {
1660 "result": false,
1661 "hash": "AT4ixucYWPWD8aJN"
1662 },
1663 "809871": {
1664 "result": false,
1665 "hash": "AT5AIGXn1x19gRCu"
1666 },
1667 "868211": {
1668 "result": false,
1669 "hash": "AT5yw3ZkhtMchv6D"
1670 },
1671 "874866": {
1672 "result": false,
1673 "hash": "AT73Cnq7B3kfjCvc"
1674 },
1675 "885546": {
1676 "result": false,
1677 "hash": "AT5ZNbYg-wrG3otr"
1678 },
1679 "1000804": {
1680 "result": false,
1681 "hash": "AT4V8K73OMwwj6dn"
1682 },
1683 "811372": {
1684 "result": false,
1685 "hash": "AT4f5t4c3E4h87rj"
1686 },
1687 "925108": {
1688 "result": false,
1689 "hash": "AT51XippTOk1uB4N"
1690 },
1691 "729629": {
1692 "result": false,
1693 "hash": "AT5P0uxEI18KpWzU"
1694 },
1695 "729630": {
1696 "result": false,
1697 "hash": "AT6oP6hLy_mJGWtV"
1698 },
1699 "729631": {
1700 "result": false,
1701 "hash": "AT6HenLbCLJsMeBH"
1702 },
1703 "1130462": {
1704 "result": true,
1705 "hash": "AT4sQcMbV08GtWp0"
1706 },
1707 "676834": {
1708 "result": false,
1709 "hash": "AT5SbqfXNaSY1SsG"
1710 },
1711 "972601": {
1712 "result": false,
1713 "hash": "AT47paSePbH6gFmc"
1714 }
1715 });
1716 });
1717 requireLazy(["qex"], function(qex) {
1718 qex.add({
1719 "771668": {
1720 "r": null
1721 },
1722 "771669": {
1723 "r": null
1724 },
1725 "722012": {
1726 "r": null
1727 },
1728 "779395": {
1729 "r": null
1730 },
1731 "779396": {
1732 "r": null
1733 },
1734 "779397": {
1735 "r": null
1736 },
1737 "781541": {
1738 "r": null
1739 },
1740 "998180": {
1741 "r": null
1742 },
1743 "1097094": {
1744 "r": null
1745 },
1746 "910093": {
1747 "r": null
1748 }
1749 });
1750 });
1751 requireLazy(["Bootloader"], function(Bootloader) {
1752 Bootloader.setResourceMap({
1753 "TKUco": {
1754 "type": "js",
1755 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/r\/76K1arAb3GR.js?_nc_x=Ij3Wp8lg5Kz"
1756 },
1757 "xhpud": {
1758 "type": "js",
1759 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iw3s4\/y3\/l\/pl_PL\/5xj6I74tYBM.js?_nc_x=Ij3Wp8lg5Kz"
1760 },
1761 "koBAD": {
1762 "type": "js",
1763 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iMvY4\/ym\/l\/pl_PL\/adlZKLZR8_q.js?_nc_x=Ij3Wp8lg5Kz"
1764 },
1765 "vlkAP": {
1766 "type": "js",
1767 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i24E4\/y9\/l\/pl_PL\/3oK19gGChdU.js?_nc_x=Ij3Wp8lg5Kz"
1768 },
1769 "oq9rB": {
1770 "type": "js",
1771 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOm84\/yU\/l\/pl_PL\/kQ8lBiPcivV.js?_nc_x=Ij3Wp8lg5Kz"
1772 },
1773 "722nm": {
1774 "type": "js",
1775 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_n74\/yQ\/l\/pl_PL\/U74bEbjae1r.js?_nc_x=Ij3Wp8lg5Kz"
1776 },
1777 "lyvFq": {
1778 "type": "js",
1779 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3id4k4\/yw\/l\/pl_PL\/qDvOWacTgYE.js?_nc_x=Ij3Wp8lg5Kz"
1780 },
1781 "0keyJ": {
1782 "type": "css",
1783 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/l\/0,cross\/lTkUm6R9ScT.css?_nc_x=Ij3Wp8lg5Kz"
1784 },
1785 "aOeK\/": {
1786 "type": "js",
1787 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iQ0g4\/yi\/l\/pl_PL\/AHL8BHuQPWN.js?_nc_x=Ij3Wp8lg5Kz"
1788 },
1789 "Ba9tC": {
1790 "type": "js",
1791 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iXMY4\/y3\/l\/pl_PL\/zBSeIa1ZkiY.js?_nc_x=Ij3Wp8lg5Kz"
1792 },
1793 "xO8DL": {
1794 "type": "js",
1795 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i--z4\/y_\/l\/pl_PL\/9aoEZC-oVy0.js?_nc_x=Ij3Wp8lg5Kz"
1796 },
1797 "ETxxF": {
1798 "type": "js",
1799 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOGI4\/y7\/l\/pl_PL\/Tk8xMNQ-9ZG.js?_nc_x=Ij3Wp8lg5Kz"
1800 },
1801 "yJUDU": {
1802 "type": "js",
1803 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iTjA4\/y6\/l\/pl_PL\/7wxO21sa429.js?_nc_x=Ij3Wp8lg5Kz"
1804 },
1805 "o\/FFK": {
1806 "type": "js",
1807 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iJCk4\/yX\/l\/pl_PL\/iRNjic4wiaA.js?_nc_x=Ij3Wp8lg5Kz"
1808 },
1809 "8ELCB": {
1810 "type": "js",
1811 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/4c56_sYLseJ.js?_nc_x=Ij3Wp8lg5Kz"
1812 },
1813 "WO08q": {
1814 "type": "js",
1815 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/r\/8139hIgwWs8.js?_nc_x=Ij3Wp8lg5Kz"
1816 },
1817 "+ClWy": {
1818 "type": "js",
1819 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/J0b8GyNR1i5.js?_nc_x=Ij3Wp8lg5Kz"
1820 },
1821 "oE4Do": {
1822 "type": "js",
1823 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/eAdKAwutbmm.js?_nc_x=Ij3Wp8lg5Kz"
1824 },
1825 "kaTja": {
1826 "type": "css",
1827 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/l\/0,cross\/8gIaTKNREaU.css?_nc_x=Ij3Wp8lg5Kz"
1828 },
1829 "aD6JV": {
1830 "type": "js",
1831 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iMk94\/yG\/l\/pl_PL\/JB5trRoNVb4.js?_nc_x=Ij3Wp8lg5Kz"
1832 },
1833 "QoqnE": {
1834 "type": "js",
1835 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/kme1-ZCFe3t.js?_nc_x=Ij3Wp8lg5Kz"
1836 },
1837 "6YIWc": {
1838 "type": "js",
1839 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/4vIAEHkvFl3.js?_nc_x=Ij3Wp8lg5Kz"
1840 },
1841 "ZU1ro": {
1842 "type": "js",
1843 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/QKWIqWeZBgJ.js?_nc_x=Ij3Wp8lg5Kz"
1844 },
1845 "rp\/Zq": {
1846 "type": "js",
1847 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i0nN4\/y9\/l\/pl_PL\/1tsE6MPDuwI.js?_nc_x=Ij3Wp8lg5Kz"
1848 },
1849 "jS9lz": {
1850 "type": "js",
1851 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/r\/OBzPUUjJ-XR.js?_nc_x=Ij3Wp8lg5Kz"
1852 },
1853 "ZN6iu": {
1854 "type": "js",
1855 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/r\/2oRn35iGBSq.js?_nc_x=Ij3Wp8lg5Kz"
1856 },
1857 "+cE8b": {
1858 "type": "js",
1859 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/9el75Aupr2w.js?_nc_x=Ij3Wp8lg5Kz"
1860 },
1861 "hIek+": {
1862 "type": "js",
1863 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/DZ_VBlsy-dC.js?_nc_x=Ij3Wp8lg5Kz"
1864 },
1865 "gWMJg": {
1866 "type": "js",
1867 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/r\/iGksp69foR_.js?_nc_x=Ij3Wp8lg5Kz"
1868 },
1869 "2\/maQ": {
1870 "type": "js",
1871 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y6\/r\/O1evg4NvCzK.js?_nc_x=Ij3Wp8lg5Kz"
1872 },
1873 "rlbiS": {
1874 "type": "js",
1875 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yZ\/r\/MT8zVb7FCG1.js?_nc_x=Ij3Wp8lg5Kz"
1876 },
1877 "+2mYs": {
1878 "type": "js",
1879 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/fuDvuEAyCRW.js?_nc_x=Ij3Wp8lg5Kz"
1880 },
1881 "ZDYD+": {
1882 "type": "js",
1883 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/yYL8NqYDHFD.js?_nc_x=Ij3Wp8lg5Kz"
1884 },
1885 "hwL4Y": {
1886 "type": "js",
1887 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i74Z4\/yh\/l\/pl_PL\/jdT54yNU7ah.js?_nc_x=Ij3Wp8lg5Kz"
1888 },
1889 "Ca8uJ": {
1890 "type": "js",
1891 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOuX4\/yA\/l\/pl_PL\/BIkXBpVz4mp.js?_nc_x=Ij3Wp8lg5Kz"
1892 },
1893 "ipCbG": {
1894 "type": "css",
1895 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/UXYmNAAjbqz.css?_nc_x=Ij3Wp8lg5Kz"
1896 },
1897 "npROe": {
1898 "type": "css",
1899 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yx\/l\/0,cross\/FquAV8VHOVe.css?_nc_x=Ij3Wp8lg5Kz"
1900 },
1901 "cWd25": {
1902 "type": "css",
1903 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/l\/0,cross\/30u9hj6mWeU.css?_nc_x=Ij3Wp8lg5Kz"
1904 },
1905 "zL8BG": {
1906 "type": "js",
1907 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y0\/r\/ifzq44ueY1C.js?_nc_x=Ij3Wp8lg5Kz"
1908 },
1909 "31pO8": {
1910 "type": "js",
1911 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iaMg4\/yQ\/l\/pl_PL\/QPVu8-Xfqi_.js?_nc_x=Ij3Wp8lg5Kz"
1912 },
1913 "b9sAT": {
1914 "type": "js",
1915 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/oXAkgPAYF7S.js?_nc_x=Ij3Wp8lg5Kz"
1916 },
1917 "r92wv": {
1918 "type": "js",
1919 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/yROnl5FB-x2.js?_nc_x=Ij3Wp8lg5Kz"
1920 },
1921 "O7uhE": {
1922 "type": "js",
1923 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i3tN4\/yo\/l\/pl_PL\/Lrhm-cq81M5.js?_nc_x=Ij3Wp8lg5Kz"
1924 },
1925 "2aaRI": {
1926 "type": "css",
1927 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/l\/0,cross\/wK9aOhaalXl.css?_nc_x=Ij3Wp8lg5Kz"
1928 },
1929 "75NGe": {
1930 "type": "js",
1931 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/MWwxC9ZIZck.js?_nc_x=Ij3Wp8lg5Kz"
1932 },
1933 "igU\/l": {
1934 "type": "js",
1935 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yZ\/r\/6XQGkwBRxwr.js?_nc_x=Ij3Wp8lg5Kz"
1936 },
1937 "bEWzm": {
1938 "type": "js",
1939 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iz0n4\/ym\/l\/pl_PL\/fnk35kxYdzE.js?_nc_x=Ij3Wp8lg5Kz"
1940 },
1941 "bLgJ8": {
1942 "type": "js",
1943 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/nB3LmLngvDM.js?_nc_x=Ij3Wp8lg5Kz"
1944 },
1945 "sMbEH": {
1946 "type": "css",
1947 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/l\/0,cross\/ItDcQwgATgx.css?_nc_x=Ij3Wp8lg5Kz"
1948 },
1949 "fI02i": {
1950 "type": "js",
1951 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i0ua4\/yI\/l\/pl_PL\/YJzIVCnmLq4.js?_nc_x=Ij3Wp8lg5Kz"
1952 },
1953 "BdlIr": {
1954 "type": "js",
1955 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/N7bkATKoovX.js?_nc_x=Ij3Wp8lg5Kz"
1956 },
1957 "a3naK": {
1958 "type": "js",
1959 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/k2m8g6nEloR.js?_nc_x=Ij3Wp8lg5Kz"
1960 },
1961 "gJh42": {
1962 "type": "js",
1963 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i6FC4\/yW\/l\/pl_PL\/PVxUWSOI51r.js?_nc_x=Ij3Wp8lg5Kz"
1964 },
1965 "5YPLU": {
1966 "type": "js",
1967 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_c54\/yD\/l\/pl_PL\/ZLIE_KnKj0V.js?_nc_x=Ij3Wp8lg5Kz"
1968 },
1969 "w2oio": {
1970 "type": "js",
1971 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ilI94\/yu\/l\/pl_PL\/hDCGNMwkP0L.js?_nc_x=Ij3Wp8lg5Kz"
1972 },
1973 "ZgYCw": {
1974 "type": "js",
1975 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ifmQ4\/yE\/l\/pl_PL\/L1ElqfR519x.js?_nc_x=Ij3Wp8lg5Kz"
1976 },
1977 "YCHKL": {
1978 "type": "css",
1979 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/l\/0,cross\/FhLsqg3hquy.css?_nc_x=Ij3Wp8lg5Kz"
1980 },
1981 "MMX5n": {
1982 "type": "css",
1983 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/l\/0,cross\/yP4wMsw7lb_.css?_nc_x=Ij3Wp8lg5Kz"
1984 },
1985 "+nC9a": {
1986 "type": "js",
1987 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/kndeiKh3Njz.js?_nc_x=Ij3Wp8lg5Kz"
1988 },
1989 "8gPfN": {
1990 "type": "js",
1991 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/Jzxg5VAwS03.js?_nc_x=Ij3Wp8lg5Kz"
1992 },
1993 "tEV8v": {
1994 "type": "css",
1995 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/l\/0,cross\/3qMVL_iKKO7.css?_nc_x=Ij3Wp8lg5Kz"
1996 },
1997 "0z21n": {
1998 "type": "js",
1999 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i47V4\/yW\/l\/pl_PL\/6D2DF37_HRd.js?_nc_x=Ij3Wp8lg5Kz"
2000 },
2001 "wKmTa": {
2002 "type": "js",
2003 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i1sR4\/y5\/l\/pl_PL\/VDSe-FykLro.js?_nc_x=Ij3Wp8lg5Kz"
2004 },
2005 "GDIN+": {
2006 "type": "css",
2007 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/l\/0,cross\/E_VkF67TqKt.css?_nc_x=Ij3Wp8lg5Kz"
2008 },
2009 "1kJuR": {
2010 "type": "js",
2011 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iIyb4\/yH\/l\/pl_PL\/Ly7T3tMzeX0.js?_nc_x=Ij3Wp8lg5Kz"
2012 },
2013 "vZX0T": {
2014 "type": "js",
2015 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iZ2-4\/yG\/l\/pl_PL\/m8YlqXtqhfY.js?_nc_x=Ij3Wp8lg5Kz"
2016 },
2017 "TDpQq": {
2018 "type": "js",
2019 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i-5x4\/yw\/l\/pl_PL\/Ps7tjJh8yxr.js?_nc_x=Ij3Wp8lg5Kz"
2020 },
2021 "eYOr0": {
2022 "type": "js",
2023 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ihmV4\/yL\/l\/pl_PL\/N_iq1VLnP7t.js?_nc_x=Ij3Wp8lg5Kz"
2024 },
2025 "vTTlQ": {
2026 "type": "css",
2027 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/l\/0,cross\/zKqHf7W9gaz.css?_nc_x=Ij3Wp8lg5Kz"
2028 },
2029 "TuSYM": {
2030 "type": "js",
2031 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iZfW4\/y6\/l\/pl_PL\/S60XpkmnINl.js?_nc_x=Ij3Wp8lg5Kz"
2032 },
2033 "ej9wV": {
2034 "type": "js",
2035 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3isCa4\/yD\/l\/pl_PL\/T4XOXfijuRV.js?_nc_x=Ij3Wp8lg5Kz"
2036 },
2037 "KXpOQ": {
2038 "type": "js",
2039 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3idNc4\/yy\/l\/pl_PL\/bl1L6Kb0Sg2.js?_nc_x=Ij3Wp8lg5Kz"
2040 },
2041 "Szn3e": {
2042 "type": "css",
2043 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/9t_ri-jNSo-.css?_nc_x=Ij3Wp8lg5Kz"
2044 },
2045 "WdZwI": {
2046 "type": "css",
2047 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/l\/0,cross\/YXq9NVVlM94.css?_nc_x=Ij3Wp8lg5Kz"
2048 },
2049 "ZmN\/B": {
2050 "type": "js",
2051 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ihKa4\/yo\/l\/pl_PL\/v2M-VIPsZg2.js?_nc_x=Ij3Wp8lg5Kz"
2052 },
2053 "20dsE": {
2054 "type": "js",
2055 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iCPl4\/yX\/l\/pl_PL\/hpWpXTj89rW.js?_nc_x=Ij3Wp8lg5Kz"
2056 },
2057 "vgA9n": {
2058 "type": "js",
2059 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/g-pL3mlkdMt.js?_nc_x=Ij3Wp8lg5Kz"
2060 },
2061 "YA0B4": {
2062 "type": "js",
2063 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iLgM4\/yk\/l\/pl_PL\/27TIuKQXbGU.js?_nc_x=Ij3Wp8lg5Kz"
2064 },
2065 "Kuwsn": {
2066 "type": "js",
2067 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/1cDlLHDYvvx.js?_nc_x=Ij3Wp8lg5Kz"
2068 },
2069 "NZvo3": {
2070 "type": "js",
2071 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iAJN4\/ys\/l\/pl_PL\/o_54WetByVu.js?_nc_x=Ij3Wp8lg5Kz"
2072 },
2073 "SdfU3": {
2074 "type": "js",
2075 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/QVAGyBToBZl.js?_nc_x=Ij3Wp8lg5Kz"
2076 },
2077 "86Wp\/": {
2078 "type": "js",
2079 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yo\/r\/dc1dT53BwXl.js?_nc_x=Ij3Wp8lg5Kz"
2080 },
2081 "BfawD": {
2082 "type": "js",
2083 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/yM7kAWZfsBt.js?_nc_x=Ij3Wp8lg5Kz"
2084 },
2085 "UNC0f": {
2086 "type": "js",
2087 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i-8F4\/yj\/l\/pl_PL\/WXIduYKYPiZ.js?_nc_x=Ij3Wp8lg5Kz"
2088 },
2089 "phcwg": {
2090 "type": "css",
2091 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/l\/0,cross\/MxmtLaf3h5f.css?_nc_x=Ij3Wp8lg5Kz"
2092 },
2093 "OUpG6": {
2094 "type": "js",
2095 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iwTJ4\/yS\/l\/pl_PL\/iAmAgkGbC9t.js?_nc_x=Ij3Wp8lg5Kz"
2096 },
2097 "n59fA": {
2098 "type": "js",
2099 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/2k3KAMrI1W6.js?_nc_x=Ij3Wp8lg5Kz"
2100 },
2101 "GYeYR": {
2102 "type": "js",
2103 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i8984\/yM\/l\/pl_PL\/fYnoeuUx7RX.js?_nc_x=Ij3Wp8lg5Kz"
2104 },
2105 "GBsqA": {
2106 "type": "js",
2107 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yZ\/r\/u0jeYHRTMYt.js?_nc_x=Ij3Wp8lg5Kz"
2108 },
2109 "nf2iN": {
2110 "type": "js",
2111 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_oF4\/yh\/l\/pl_PL\/wDKGBOHXn6Q.js?_nc_x=Ij3Wp8lg5Kz"
2112 },
2113 "c\/aMC": {
2114 "type": "js",
2115 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/r\/wH8TMFQrpeU.js?_nc_x=Ij3Wp8lg5Kz"
2116 },
2117 "XrPQz": {
2118 "type": "js",
2119 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/s59ARANjmoI.js?_nc_x=Ij3Wp8lg5Kz"
2120 },
2121 "kbZhs": {
2122 "type": "css",
2123 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/l\/0,cross\/kLyVWJ_O7B6.css?_nc_x=Ij3Wp8lg5Kz"
2124 },
2125 "w3i8m": {
2126 "type": "css",
2127 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/O7n75lEBDEl.css?_nc_x=Ij3Wp8lg5Kz"
2128 },
2129 "eh0rp": {
2130 "type": "css",
2131 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/l\/0,cross\/mS-IyKyNB6E.css?_nc_x=Ij3Wp8lg5Kz"
2132 },
2133 "uo4v2": {
2134 "type": "css",
2135 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/l\/0,cross\/1ZdWskFIo8I.css?_nc_x=Ij3Wp8lg5Kz"
2136 },
2137 "fwYaK": {
2138 "type": "css",
2139 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ya\/l\/0,cross\/K4UwYT784JU.css?_nc_x=Ij3Wp8lg5Kz"
2140 },
2141 "kYf2o": {
2142 "type": "js",
2143 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ixox4\/yS\/l\/pl_PL\/xRCsMPXLbHQ.js?_nc_x=Ij3Wp8lg5Kz"
2144 },
2145 "7xqof": {
2146 "type": "js",
2147 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/K16FvfDNYG5.js?_nc_x=Ij3Wp8lg5Kz"
2148 },
2149 "uRqYN": {
2150 "type": "js",
2151 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y_\/r\/qkgUb2WvLAh.js?_nc_x=Ij3Wp8lg5Kz"
2152 },
2153 "umbcX": {
2154 "type": "js",
2155 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/r\/tw0u-RZWqfx.js?_nc_x=Ij3Wp8lg5Kz"
2156 },
2157 "YcXej": {
2158 "type": "js",
2159 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/r\/-2XdvL6u4V4.js?_nc_x=Ij3Wp8lg5Kz"
2160 },
2161 "hUzOO": {
2162 "type": "js",
2163 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/pCex2zlr3zz.js?_nc_x=Ij3Wp8lg5Kz"
2164 },
2165 "aQRm3": {
2166 "type": "js",
2167 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/WoUfd_NFKOT.js?_nc_x=Ij3Wp8lg5Kz"
2168 },
2169 "4cmVd": {
2170 "type": "css",
2171 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/l\/0,cross\/eBZCYLRK21p.css?_nc_x=Ij3Wp8lg5Kz"
2172 },
2173 "VJ1sp": {
2174 "type": "js",
2175 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/sT5fNJMrzeo.js?_nc_x=Ij3Wp8lg5Kz"
2176 },
2177 "n94\/P": {
2178 "type": "css",
2179 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/l\/0,cross\/FdtUiBoPNGC.css?_nc_x=Ij3Wp8lg5Kz"
2180 },
2181 "ckZxM": {
2182 "type": "js",
2183 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i5M44\/yH\/l\/pl_PL\/f2s80aLRsxh.js?_nc_x=Ij3Wp8lg5Kz"
2184 },
2185 "10HXB": {
2186 "type": "js",
2187 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3inis4\/yR\/l\/pl_PL\/wXFS0AXog4I.js?_nc_x=Ij3Wp8lg5Kz"
2188 },
2189 "lWCIM": {
2190 "type": "js",
2191 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/r_ZSjMAv26q.js?_nc_x=Ij3Wp8lg5Kz"
2192 },
2193 "JRzc6": {
2194 "type": "js",
2195 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/RnS66UKx2_L.js?_nc_x=Ij3Wp8lg5Kz"
2196 },
2197 "ev\/hk": {
2198 "type": "js",
2199 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/gufgi0uPE4z.js?_nc_x=Ij3Wp8lg5Kz"
2200 },
2201 "YI1vE": {
2202 "type": "js",
2203 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/2QoX3buQ1gu.js?_nc_x=Ij3Wp8lg5Kz"
2204 },
2205 "2iNg0": {
2206 "type": "js",
2207 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/tdTcRlTsb-6.js?_nc_x=Ij3Wp8lg5Kz"
2208 },
2209 "qOb07": {
2210 "type": "js",
2211 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/CWVYtEXDi1p.js?_nc_x=Ij3Wp8lg5Kz"
2212 },
2213 "AVAwJ": {
2214 "type": "js",
2215 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iYK64\/yu\/l\/pl_PL\/7dMf8pWlOF6.js?_nc_x=Ij3Wp8lg5Kz"
2216 },
2217 "XlYiv": {
2218 "type": "css",
2219 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/9FsmKj789hu.css?_nc_x=Ij3Wp8lg5Kz"
2220 },
2221 "s8Kce": {
2222 "type": "js",
2223 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/4rYaPhrpGrb.js?_nc_x=Ij3Wp8lg5Kz"
2224 },
2225 "SYliK": {
2226 "type": "js",
2227 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/09lbKtum2Tj.js?_nc_x=Ij3Wp8lg5Kz"
2228 },
2229 "NRar3": {
2230 "type": "js",
2231 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/r\/K1skz6TInzR.js?_nc_x=Ij3Wp8lg5Kz"
2232 },
2233 "5Ggz2": {
2234 "type": "js",
2235 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iGaG4\/yD\/l\/pl_PL\/C1DD5SzRO9-.js?_nc_x=Ij3Wp8lg5Kz"
2236 },
2237 "r2rfn": {
2238 "type": "css",
2239 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/l\/0,cross\/57XA31JZTBQ.css?_nc_x=Ij3Wp8lg5Kz"
2240 },
2241 "Uk6Pc": {
2242 "type": "js",
2243 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/r\/aUz8zohiJkV.js?_nc_x=Ij3Wp8lg5Kz"
2244 },
2245 "wKy6h": {
2246 "type": "css",
2247 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/BSyFX_U687K.css?_nc_x=Ij3Wp8lg5Kz"
2248 },
2249 "9WPKT": {
2250 "type": "js",
2251 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i--z4\/yD\/l\/pl_PL\/DMVE4EyY46u.js?_nc_x=Ij3Wp8lg5Kz"
2252 },
2253 "r02fv": {
2254 "type": "css",
2255 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/9gXZr2SQYlN.css?_nc_x=Ij3Wp8lg5Kz"
2256 },
2257 "+TpkD": {
2258 "type": "js",
2259 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/f3gjglsi3eR.js?_nc_x=Ij3Wp8lg5Kz"
2260 },
2261 "7lKC3": {
2262 "type": "js",
2263 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y5\/r\/38MY__XniaU.js?_nc_x=Ij3Wp8lg5Kz"
2264 },
2265 "BWKWU": {
2266 "type": "js",
2267 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iSlR4\/y_\/l\/pl_PL\/zdFIS-vcSka.js?_nc_x=Ij3Wp8lg5Kz"
2268 },
2269 "VWTAj": {
2270 "type": "js",
2271 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/r\/ixWX-G5zoC1.js?_nc_x=Ij3Wp8lg5Kz"
2272 },
2273 "5msRh": {
2274 "type": "js",
2275 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/Dw1T42o_Tkv.js?_nc_x=Ij3Wp8lg5Kz"
2276 },
2277 "Nbthh": {
2278 "type": "js",
2279 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/DYQGjudmP7B.js?_nc_x=Ij3Wp8lg5Kz"
2280 },
2281 "xQiRJ": {
2282 "type": "css",
2283 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/l\/0,cross\/CmHU8m0zOTV.css?_nc_x=Ij3Wp8lg5Kz"
2284 },
2285 "kzu76": {
2286 "type": "js",
2287 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/GT0ibo6mS2s.js?_nc_x=Ij3Wp8lg5Kz"
2288 },
2289 "gVRvM": {
2290 "type": "css",
2291 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/l\/0,cross\/rjWbm2d8rOG.css?_nc_x=Ij3Wp8lg5Kz"
2292 },
2293 "zDe8y": {
2294 "type": "js",
2295 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iBh-4\/y9\/l\/pl_PL\/vYdmQfHaJdJ.js?_nc_x=Ij3Wp8lg5Kz"
2296 },
2297 "Y9vCh": {
2298 "type": "css",
2299 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/l\/0,cross\/oLMXw-5f7gA.css?_nc_x=Ij3Wp8lg5Kz"
2300 },
2301 "763UQ": {
2302 "type": "js",
2303 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yD\/r\/p2xUcH7rS7j.js?_nc_x=Ij3Wp8lg5Kz"
2304 },
2305 "Ve0l3": {
2306 "type": "js",
2307 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iDCQ4\/yD\/l\/pl_PL\/R_4xU9605Lj.js?_nc_x=Ij3Wp8lg5Kz"
2308 },
2309 "eyJYw": {
2310 "type": "css",
2311 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/Mmr-w_2l6fj.css?_nc_x=Ij3Wp8lg5Kz"
2312 },
2313 "hTxqw": {
2314 "type": "css",
2315 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/l\/0,cross\/GEsalA_rHQ4.css?_nc_x=Ij3Wp8lg5Kz"
2316 },
2317 "gQtl2": {
2318 "type": "js",
2319 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iznD4\/yK\/l\/pl_PL\/4x_J8JL7ns9.js?_nc_x=Ij3Wp8lg5Kz"
2320 },
2321 "5qRrT": {
2322 "type": "js",
2323 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ifzP4\/yP\/l\/pl_PL\/uYpLH7bV3au.js?_nc_x=Ij3Wp8lg5Kz"
2324 },
2325 "l9uwi": {
2326 "type": "css",
2327 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/l\/0,cross\/93Jq_GmQ-KY.css?_nc_x=Ij3Wp8lg5Kz"
2328 },
2329 "6jug6": {
2330 "type": "css",
2331 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/l\/0,cross\/O9PbNHz_M1h.css?_nc_x=Ij3Wp8lg5Kz"
2332 },
2333 "JOi11": {
2334 "type": "js",
2335 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iQ244\/yp\/l\/pl_PL\/27nTYbtZi8h.js?_nc_x=Ij3Wp8lg5Kz"
2336 },
2337 "YZVdC": {
2338 "type": "js",
2339 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3itZ04\/yn\/l\/pl_PL\/kxCmkFn-mE6.js?_nc_x=Ij3Wp8lg5Kz"
2340 },
2341 "GqM9H": {
2342 "type": "js",
2343 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ixOl4\/yV\/l\/pl_PL\/5jvKL7o4ysB.js?_nc_x=Ij3Wp8lg5Kz"
2344 },
2345 "Vrx54": {
2346 "type": "css",
2347 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/l\/0,cross\/owdNOT-k_r_.css?_nc_x=Ij3Wp8lg5Kz"
2348 },
2349 "W+ne4": {
2350 "type": "js",
2351 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/sfxlki5_3W2.js?_nc_x=Ij3Wp8lg5Kz"
2352 },
2353 "DOUYz": {
2354 "type": "js",
2355 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yN\/r\/GG1XcDiFqIs.js?_nc_x=Ij3Wp8lg5Kz"
2356 },
2357 "HVjD6": {
2358 "type": "js",
2359 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iVLr4\/yo\/l\/pl_PL\/cNPaINl7ZNL.js?_nc_x=Ij3Wp8lg5Kz"
2360 },
2361 "8s8zR": {
2362 "type": "js",
2363 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/-jjtCIPWLLo.js?_nc_x=Ij3Wp8lg5Kz"
2364 },
2365 "IQwaz": {
2366 "type": "css",
2367 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/l\/0,cross\/8P6GbQkp6sY.css?_nc_x=Ij3Wp8lg5Kz"
2368 },
2369 "uwEnL": {
2370 "type": "js",
2371 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yE\/r\/X1Dpc88tDo9.js?_nc_x=Ij3Wp8lg5Kz"
2372 },
2373 "GEbwt": {
2374 "type": "js",
2375 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/r\/Y1yiAsQJtDc.js?_nc_x=Ij3Wp8lg5Kz"
2376 },
2377 "+3NQN": {
2378 "type": "js",
2379 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3imxD4\/yZ\/l\/pl_PL\/EPTxCd453Ns.js?_nc_x=Ij3Wp8lg5Kz"
2380 },
2381 "YjdJi": {
2382 "type": "js",
2383 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iIF64\/yr\/l\/pl_PL\/82R0hyxpnXQ.js?_nc_x=Ij3Wp8lg5Kz"
2384 },
2385 "iCAn0": {
2386 "type": "js",
2387 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3in044\/yy\/l\/pl_PL\/qZBmPTdeIjb.js?_nc_x=Ij3Wp8lg5Kz"
2388 },
2389 "HyciM": {
2390 "type": "js",
2391 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/r\/I0jBCU9y-zA.js?_nc_x=Ij3Wp8lg5Kz"
2392 },
2393 "fyroW": {
2394 "type": "js",
2395 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i1ll4\/yf\/l\/pl_PL\/4-YXKcFPad3.js?_nc_x=Ij3Wp8lg5Kz"
2396 },
2397 "Tv\/s9": {
2398 "type": "js",
2399 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iPFW4\/yb\/l\/pl_PL\/Xh7Dkn5f0Bh.js?_nc_x=Ij3Wp8lg5Kz"
2400 },
2401 "lwsXq": {
2402 "type": "js",
2403 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iBKf4\/y_\/l\/pl_PL\/kLMkJlY4o-3.js?_nc_x=Ij3Wp8lg5Kz"
2404 },
2405 "LoQTg": {
2406 "type": "js",
2407 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/r\/nExKHJ84hOj.js?_nc_x=Ij3Wp8lg5Kz"
2408 },
2409 "FebZx": {
2410 "type": "css",
2411 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/l\/0,cross\/gPkU0EWUffQ.css?_nc_x=Ij3Wp8lg5Kz"
2412 },
2413 "h8P94": {
2414 "type": "js",
2415 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ijVa4\/yR\/l\/pl_PL\/TKbFdaU4ck9.js?_nc_x=Ij3Wp8lg5Kz"
2416 },
2417 "vD2Nc": {
2418 "type": "css",
2419 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/l\/0,cross\/yZCH_PUNFSW.css?_nc_x=Ij3Wp8lg5Kz"
2420 },
2421 "ilhTg": {
2422 "type": "js",
2423 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/r\/S6vGATlAcIs.js?_nc_x=Ij3Wp8lg5Kz"
2424 },
2425 "tYpm8": {
2426 "type": "css",
2427 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/l\/0,cross\/TiRoAnXe2k-.css?_nc_x=Ij3Wp8lg5Kz"
2428 },
2429 "T3YJW": {
2430 "type": "js",
2431 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yu\/r\/9t3D7q8Ya1x.js?_nc_x=Ij3Wp8lg5Kz"
2432 },
2433 "92qta": {
2434 "type": "js",
2435 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/r\/mPXVYfSH96T.js?_nc_x=Ij3Wp8lg5Kz"
2436 },
2437 "wX9z8": {
2438 "type": "js",
2439 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/r\/WDjOlzb7XwI.js?_nc_x=Ij3Wp8lg5Kz"
2440 },
2441 "Zu5mR": {
2442 "type": "js",
2443 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/4nhbv-DCC9p.js?_nc_x=Ij3Wp8lg5Kz"
2444 },
2445 "R3cnO": {
2446 "type": "js",
2447 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/DGtvuBx_oiA.js?_nc_x=Ij3Wp8lg5Kz"
2448 },
2449 "KDPcu": {
2450 "type": "js",
2451 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/9jIWRng53J5.js?_nc_x=Ij3Wp8lg5Kz"
2452 },
2453 "88Ewf": {
2454 "type": "js",
2455 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/r\/-Pcqx97mG27.js?_nc_x=Ij3Wp8lg5Kz"
2456 },
2457 "ZsscD": {
2458 "type": "css",
2459 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/flkOXLTz4yX.css?_nc_x=Ij3Wp8lg5Kz"
2460 },
2461 "mSRBr": {
2462 "type": "js",
2463 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/A59CHstkIs2.js?_nc_x=Ij3Wp8lg5Kz"
2464 },
2465 "SC4NC": {
2466 "type": "css",
2467 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/kzrIrsRVaK9.css?_nc_x=Ij3Wp8lg5Kz"
2468 },
2469 "HPx9B": {
2470 "type": "css",
2471 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/l\/0,cross\/CwLAyuYanEO.css?_nc_x=Ij3Wp8lg5Kz"
2472 },
2473 "4AmWY": {
2474 "type": "css",
2475 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/l\/0,cross\/Wj1K4Hdsa5t.css?_nc_x=Ij3Wp8lg5Kz"
2476 },
2477 "Dfxu0": {
2478 "type": "js",
2479 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iRe24\/yI\/l\/pl_PL\/atW9VWfhe7k.js?_nc_x=Ij3Wp8lg5Kz"
2480 },
2481 "U9kM6": {
2482 "type": "css",
2483 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/41Ek3SS7Tmr.css?_nc_x=Ij3Wp8lg5Kz"
2484 },
2485 "tdVo1": {
2486 "type": "js",
2487 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/q0MJU4z4tVM.js?_nc_x=Ij3Wp8lg5Kz"
2488 },
2489 "eQgEe": {
2490 "type": "js",
2491 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/pqovAb0TOPR.js?_nc_x=Ij3Wp8lg5Kz"
2492 },
2493 "\/43NA": {
2494 "type": "js",
2495 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/A24SVs8qNUJ.js?_nc_x=Ij3Wp8lg5Kz"
2496 },
2497 "QSrAh": {
2498 "type": "js",
2499 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/Y6ZUN0oX1Tb.js?_nc_x=Ij3Wp8lg5Kz"
2500 },
2501 "aZRad": {
2502 "type": "js",
2503 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iXQS4\/yi\/l\/pl_PL\/ingswYd2x2K.js?_nc_x=Ij3Wp8lg5Kz"
2504 },
2505 "ZWJtv": {
2506 "type": "js",
2507 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iSr64\/yG\/l\/pl_PL\/9GGhibPJVs0.js?_nc_x=Ij3Wp8lg5Kz"
2508 },
2509 "INf0k": {
2510 "type": "css",
2511 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/l\/0,cross\/M9jTMXaQVc_.css?_nc_x=Ij3Wp8lg5Kz"
2512 },
2513 "o4AJc": {
2514 "type": "css",
2515 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/l\/0,cross\/C71ThAcXvQv.css?_nc_x=Ij3Wp8lg5Kz"
2516 },
2517 "Kbk1z": {
2518 "type": "js",
2519 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y_\/r\/jIUDQ7hnRkT.js?_nc_x=Ij3Wp8lg5Kz"
2520 },
2521 "vH6XT": {
2522 "type": "js",
2523 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/dz_oKspq29Z.js?_nc_x=Ij3Wp8lg5Kz"
2524 },
2525 "W5Nl6": {
2526 "type": "css",
2527 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/l\/0,cross\/WYJdf63AtaG.css?_nc_x=Ij3Wp8lg5Kz"
2528 },
2529 "awDHp": {
2530 "type": "js",
2531 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iD6D4\/y4\/l\/pl_PL\/SModMqdIiL_.js?_nc_x=Ij3Wp8lg5Kz"
2532 },
2533 "IAE9a": {
2534 "type": "js",
2535 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/J0MwidbQAsl.js?_nc_x=Ij3Wp8lg5Kz"
2536 },
2537 "9dri7": {
2538 "type": "css",
2539 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/l\/0,cross\/kPip6Snur03.css?_nc_x=Ij3Wp8lg5Kz"
2540 },
2541 "95Apb": {
2542 "type": "js",
2543 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/icRuKffNs8J.js?_nc_x=Ij3Wp8lg5Kz"
2544 },
2545 "PpuQC": {
2546 "type": "js",
2547 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yo\/r\/GOnpNGTt8vu.js?_nc_x=Ij3Wp8lg5Kz"
2548 },
2549 "S1mpU": {
2550 "type": "js",
2551 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yP\/r\/ZcBIUZhUoso.js?_nc_x=Ij3Wp8lg5Kz"
2552 },
2553 "b205d": {
2554 "type": "css",
2555 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/l\/0,cross\/0Qg1bxr_yxI.css?_nc_x=Ij3Wp8lg5Kz"
2556 },
2557 "IjSuJ": {
2558 "type": "js",
2559 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ic1t4\/yX\/l\/pl_PL\/Ji55Jna973C.js?_nc_x=Ij3Wp8lg5Kz"
2560 },
2561 "9T7v6": {
2562 "type": "css",
2563 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/l\/0,cross\/chd-lXZkCQ9.css?_nc_x=Ij3Wp8lg5Kz"
2564 },
2565 "dkWAk": {
2566 "type": "js",
2567 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ilOT4\/yh\/l\/pl_PL\/iEFyYmx1yMF.js?_nc_x=Ij3Wp8lg5Kz"
2568 },
2569 "fb7sQ": {
2570 "type": "css",
2571 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/l\/0,cross\/R2LUPduwUfc.css?_nc_x=Ij3Wp8lg5Kz"
2572 },
2573 "RWXSL": {
2574 "type": "js",
2575 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iFQS4\/yl\/l\/pl_PL\/gc--nD45L0o.js?_nc_x=Ij3Wp8lg5Kz"
2576 },
2577 "agpv2": {
2578 "type": "css",
2579 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/l\/0,cross\/NWNtNAO30Ku.css?_nc_x=Ij3Wp8lg5Kz"
2580 },
2581 "NwHy0": {
2582 "type": "js",
2583 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yP\/r\/TrhlXbMzKD-.js?_nc_x=Ij3Wp8lg5Kz"
2584 },
2585 "LmDP6": {
2586 "type": "css",
2587 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y5\/l\/0,cross\/F5BGmHgOMBs.css?_nc_x=Ij3Wp8lg5Kz"
2588 },
2589 "bT3tk": {
2590 "type": "js",
2591 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3in824\/y9\/l\/pl_PL\/xmuzfGeT3tp.js?_nc_x=Ij3Wp8lg5Kz"
2592 },
2593 "XjqO5": {
2594 "type": "js",
2595 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/SSCWOQFGMTj.js?_nc_x=Ij3Wp8lg5Kz"
2596 },
2597 "gzQf8": {
2598 "type": "js",
2599 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3inYe4\/y_\/l\/pl_PL\/l3EfBxtm8-b.js?_nc_x=Ij3Wp8lg5Kz"
2600 },
2601 "zB6ru": {
2602 "type": "js",
2603 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/lUhrx0JDT3A.js?_nc_x=Ij3Wp8lg5Kz"
2604 },
2605 "uvS5x": {
2606 "type": "js",
2607 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/r\/eD-C9GPhgZg.js?_nc_x=Ij3Wp8lg5Kz"
2608 },
2609 "omm2h": {
2610 "type": "js",
2611 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yz\/r\/z0Krbgv1BvZ.js?_nc_x=Ij3Wp8lg5Kz"
2612 },
2613 "BPZQR": {
2614 "type": "js",
2615 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/r\/vEcSwBq5GVM.js?_nc_x=Ij3Wp8lg5Kz"
2616 },
2617 "8ddhL": {
2618 "type": "js",
2619 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/r\/jBwAH2lg1nC.js?_nc_x=Ij3Wp8lg5Kz"
2620 },
2621 "I2oXc": {
2622 "type": "js",
2623 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ya\/r\/oFJZu80qnWU.js?_nc_x=Ij3Wp8lg5Kz"
2624 },
2625 "TLnNt": {
2626 "type": "js",
2627 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y5\/r\/Qidg9h1FP5k.js?_nc_x=Ij3Wp8lg5Kz"
2628 },
2629 "voa6S": {
2630 "type": "js",
2631 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/47ubhRqUss1.js?_nc_x=Ij3Wp8lg5Kz"
2632 },
2633 "LZ7lm": {
2634 "type": "js",
2635 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/kJbKkmRHfvP.js?_nc_x=Ij3Wp8lg5Kz"
2636 },
2637 "XfTBC": {
2638 "type": "css",
2639 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/l\/0,cross\/2f8JD39eFV9.css?_nc_x=Ij3Wp8lg5Kz"
2640 },
2641 "mzIMI": {
2642 "type": "js",
2643 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yK\/r\/kdANbm6-d8p.js?_nc_x=Ij3Wp8lg5Kz"
2644 },
2645 "m76oB": {
2646 "type": "js",
2647 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ior24\/yP\/l\/pl_PL\/uoM0uUwOx-w.js?_nc_x=Ij3Wp8lg5Kz"
2648 },
2649 "0Bd5h": {
2650 "type": "js",
2651 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yI\/r\/Tn7h3Iw3UWU.js?_nc_x=Ij3Wp8lg5Kz"
2652 },
2653 "eyrp3": {
2654 "type": "js",
2655 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/x-XES5bTiD1.js?_nc_x=Ij3Wp8lg5Kz"
2656 },
2657 "cJqd5": {
2658 "type": "js",
2659 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/bqWNlwTg58N.js?_nc_x=Ij3Wp8lg5Kz"
2660 },
2661 "VFDQN": {
2662 "type": "js",
2663 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/dtteWq_DJEc.js?_nc_x=Ij3Wp8lg5Kz"
2664 },
2665 "BI1T3": {
2666 "type": "js",
2667 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3it3H4\/yr\/l\/pl_PL\/X6TBeQ35gWI.js?_nc_x=Ij3Wp8lg5Kz"
2668 },
2669 "o5a7Z": {
2670 "type": "css",
2671 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/l\/0,cross\/c1CVl4p8Bsq.css?_nc_x=Ij3Wp8lg5Kz"
2672 },
2673 "79GW8": {
2674 "type": "js",
2675 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/SkEZAq6f_Ui.js?_nc_x=Ij3Wp8lg5Kz"
2676 },
2677 "cRv+H": {
2678 "type": "js",
2679 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/r\/lPI0k_aFYY2.js?_nc_x=Ij3Wp8lg5Kz"
2680 },
2681 "UrpPr": {
2682 "type": "js",
2683 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/nZb05XmsipS.js?_nc_x=Ij3Wp8lg5Kz"
2684 },
2685 "rueXi": {
2686 "type": "js",
2687 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/-CoufE8nQqi.js?_nc_x=Ij3Wp8lg5Kz"
2688 },
2689 "uKUQV": {
2690 "type": "css",
2691 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/l\/0,cross\/6hmgaBGaxYh.css?_nc_x=Ij3Wp8lg5Kz"
2692 },
2693 "nHy8v": {
2694 "type": "js",
2695 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3idw94\/yj\/l\/pl_PL\/ABRrR9sb3yD.js?_nc_x=Ij3Wp8lg5Kz"
2696 },
2697 "7BhgJ": {
2698 "type": "js",
2699 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/kKe8Y6XvqLW.js?_nc_x=Ij3Wp8lg5Kz"
2700 },
2701 "1eIm\/": {
2702 "type": "css",
2703 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/7HSGdwby25W.css?_nc_x=Ij3Wp8lg5Kz"
2704 },
2705 "iAMJ5": {
2706 "type": "js",
2707 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i1Uv4\/yw\/l\/pl_PL\/nA1QybPuNmT.js?_nc_x=Ij3Wp8lg5Kz"
2708 },
2709 "1h5TF": {
2710 "type": "css",
2711 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/l\/0,cross\/EwVx5t4XRy8.css?_nc_x=Ij3Wp8lg5Kz"
2712 },
2713 "zSRzu": {
2714 "type": "js",
2715 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/9DOO6z6LiZn.js?_nc_x=Ij3Wp8lg5Kz"
2716 },
2717 "KjKAW": {
2718 "type": "js",
2719 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/kf_qZNEll99.js?_nc_x=Ij3Wp8lg5Kz"
2720 },
2721 "nHgsG": {
2722 "type": "js",
2723 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/WOpq04-WlkB.js?_nc_x=Ij3Wp8lg5Kz"
2724 },
2725 "35MOD": {
2726 "type": "css",
2727 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/l\/0,cross\/pWWEBMjdJsC.css?_nc_x=Ij3Wp8lg5Kz"
2728 },
2729 "k37eC": {
2730 "type": "css",
2731 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/A4VZsvkdB-W.css?_nc_x=Ij3Wp8lg5Kz"
2732 },
2733 "mPDJW": {
2734 "type": "css",
2735 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/l\/0,cross\/aXIgb6Gdu8V.css?_nc_x=Ij3Wp8lg5Kz"
2736 },
2737 "E9Etn": {
2738 "type": "css",
2739 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/l\/0,cross\/EAcZqP0-2aJ.css?_nc_x=Ij3Wp8lg5Kz"
2740 },
2741 "2n8EC": {
2742 "type": "js",
2743 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i_lf4\/yT\/l\/pl_PL\/nMgzAWKRtAn.js?_nc_x=Ij3Wp8lg5Kz"
2744 },
2745 "Ryxh4": {
2746 "type": "css",
2747 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/l\/0,cross\/1CNvTXDD2JE.css?_nc_x=Ij3Wp8lg5Kz"
2748 },
2749 "\/pWlS": {
2750 "type": "js",
2751 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/r\/6-8AUhpOXsn.js?_nc_x=Ij3Wp8lg5Kz"
2752 },
2753 "3QBOK": {
2754 "type": "js",
2755 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/r\/B8rKCQuBLLv.js?_nc_x=Ij3Wp8lg5Kz"
2756 },
2757 "Wr2AO": {
2758 "type": "css",
2759 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/l\/0,cross\/6ud2lgDR45O.css?_nc_x=Ij3Wp8lg5Kz",
2760 "nonblocking": 1
2761 },
2762 "i0HWk": {
2763 "type": "js",
2764 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/sp-1-IEajex.js?_nc_x=Ij3Wp8lg5Kz"
2765 },
2766 "4ZZyA": {
2767 "type": "js",
2768 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/r\/WQ1J3qxeCIR.js?_nc_x=Ij3Wp8lg5Kz"
2769 },
2770 "yMgn4": {
2771 "type": "js",
2772 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/yC1EZsj4Kfi.js?_nc_x=Ij3Wp8lg5Kz"
2773 },
2774 "+NCMy": {
2775 "type": "css",
2776 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/l\/0,cross\/5tHkhRoOTID.css?_nc_x=Ij3Wp8lg5Kz"
2777 },
2778 "Tu12K": {
2779 "type": "js",
2780 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iESk4\/yM\/l\/pl_PL\/aZpbqXpcnZ5.js?_nc_x=Ij3Wp8lg5Kz"
2781 },
2782 "VB4zT": {
2783 "type": "js",
2784 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/CiyirLXBIh9.js?_nc_x=Ij3Wp8lg5Kz"
2785 },
2786 "lBKtn": {
2787 "type": "css",
2788 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/l\/0,cross\/E7TqOVd2xwn.css?_nc_x=Ij3Wp8lg5Kz"
2789 },
2790 "rybEp": {
2791 "type": "css",
2792 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/l\/0,cross\/LLWdw-DhMs0.css?_nc_x=Ij3Wp8lg5Kz"
2793 },
2794 "HBK9M": {
2795 "type": "js",
2796 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3is684\/yb\/l\/pl_PL\/9fwwdVAvwWG.js?_nc_x=Ij3Wp8lg5Kz"
2797 },
2798 "MA7wt": {
2799 "type": "js",
2800 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/lhPdogB16ty.js?_nc_x=Ij3Wp8lg5Kz"
2801 },
2802 "stFk6": {
2803 "type": "js",
2804 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iSWh4\/yu\/l\/pl_PL\/okSQORmWzF-.js?_nc_x=Ij3Wp8lg5Kz"
2805 },
2806 "Ox\/z9": {
2807 "type": "js",
2808 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/QOmuZQ-j60B.js?_nc_x=Ij3Wp8lg5Kz"
2809 },
2810 "aSbaN": {
2811 "type": "css",
2812 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/l\/0,cross\/1IessZVVok1.css?_nc_x=Ij3Wp8lg5Kz"
2813 },
2814 "M8Xp0": {
2815 "type": "js",
2816 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/qiCgoNW2xg-.js?_nc_x=Ij3Wp8lg5Kz"
2817 },
2818 "snR7y": {
2819 "type": "js",
2820 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i5ET4\/yu\/l\/pl_PL\/d5lO_4K_Mye.js?_nc_x=Ij3Wp8lg5Kz"
2821 },
2822 "s6f7k": {
2823 "type": "js",
2824 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/r\/jnHzRRxeOwW.js?_nc_x=Ij3Wp8lg5Kz"
2825 },
2826 "j8vin": {
2827 "type": "js",
2828 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/r\/i-iTevbxXa6.js?_nc_x=Ij3Wp8lg5Kz"
2829 },
2830 "yPN8C": {
2831 "type": "css",
2832 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/l\/0,cross\/mMDKLFA8R2k.css?_nc_x=Ij3Wp8lg5Kz"
2833 },
2834 "GS4bG": {
2835 "type": "css",
2836 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/yPsZ1s4maoH.css?_nc_x=Ij3Wp8lg5Kz"
2837 },
2838 "8q2zx": {
2839 "type": "css",
2840 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/l\/0,cross\/WDLHgi5MpVy.css?_nc_x=Ij3Wp8lg5Kz"
2841 },
2842 "mDomT": {
2843 "type": "css",
2844 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y4\/l\/0,cross\/HrRDLgWA2yx.css?_nc_x=Ij3Wp8lg5Kz"
2845 },
2846 "8LpAt": {
2847 "type": "css",
2848 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y_\/l\/0,cross\/PEDj8rXqafH.css?_nc_x=Ij3Wp8lg5Kz"
2849 },
2850 "NUcs7": {
2851 "type": "js",
2852 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yz\/r\/1PA_tmdYc4y.js?_nc_x=Ij3Wp8lg5Kz"
2853 },
2854 "Ayd2C": {
2855 "type": "css",
2856 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/l\/0,cross\/4N3OlVeRYnZ.css?_nc_x=Ij3Wp8lg5Kz"
2857 },
2858 "9zce+": {
2859 "type": "js",
2860 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/bJGdhOJxLVG.js?_nc_x=Ij3Wp8lg5Kz"
2861 },
2862 "asppk": {
2863 "type": "js",
2864 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/LQ2QAevLEGg.js?_nc_x=Ij3Wp8lg5Kz"
2865 },
2866 "jjYsT": {
2867 "type": "js",
2868 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yi\/r\/XhnyVlxawda.js?_nc_x=Ij3Wp8lg5Kz"
2869 },
2870 "yBjuL": {
2871 "type": "js",
2872 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/GUphYMRc9RE.js?_nc_x=Ij3Wp8lg5Kz"
2873 },
2874 "oIfTu": {
2875 "type": "js",
2876 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iK5V4\/yB\/l\/pl_PL\/daW99AHL3T-.js?_nc_x=Ij3Wp8lg5Kz"
2877 },
2878 "Owyuq": {
2879 "type": "css",
2880 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/l\/0,cross\/6Sr6GuKMbcY.css?_nc_x=Ij3Wp8lg5Kz"
2881 },
2882 "dUh4U": {
2883 "type": "js",
2884 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yx\/r\/06uIZqLzmOg.js?_nc_x=Ij3Wp8lg5Kz"
2885 },
2886 "YN+SH": {
2887 "type": "css",
2888 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/l\/0,cross\/xqiOaqJ2ApI.css?_nc_x=Ij3Wp8lg5Kz"
2889 },
2890 "EzYjf": {
2891 "type": "js",
2892 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iOWD4\/yQ\/l\/pl_PL\/E6-n4pafbkC.js?_nc_x=Ij3Wp8lg5Kz"
2893 },
2894 "2vaaf": {
2895 "type": "js",
2896 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iw-64\/yL\/l\/pl_PL\/mUSqw20HNnC.js?_nc_x=Ij3Wp8lg5Kz"
2897 },
2898 "xyCCy": {
2899 "type": "js",
2900 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/n3RCAtKIpG9.js?_nc_x=Ij3Wp8lg5Kz"
2901 },
2902 "byhnh": {
2903 "type": "js",
2904 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y6\/r\/n1CaKu6rbnp.js?_nc_x=Ij3Wp8lg5Kz"
2905 },
2906 "hRnYG": {
2907 "type": "js",
2908 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/mxb0sTF2HI-.js?_nc_x=Ij3Wp8lg5Kz"
2909 },
2910 "jWuQP": {
2911 "type": "js",
2912 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/r\/TrWByqV7Oe6.js?_nc_x=Ij3Wp8lg5Kz"
2913 },
2914 "VfuLk": {
2915 "type": "js",
2916 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/68yZFSNPu4r.js?_nc_x=Ij3Wp8lg5Kz"
2917 },
2918 "XV0Z0": {
2919 "type": "js",
2920 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/am8N8khI8l-.js?_nc_x=Ij3Wp8lg5Kz"
2921 },
2922 "lFQP4": {
2923 "type": "js",
2924 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3irGW4\/yC\/l\/pl_PL\/5yLwa8wjkqQ.js?_nc_x=Ij3Wp8lg5Kz"
2925 },
2926 "Cqzu\/": {
2927 "type": "js",
2928 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yu\/r\/QcPOxvKPtDI.js?_nc_x=Ij3Wp8lg5Kz"
2929 },
2930 "NQcY4": {
2931 "type": "js",
2932 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/jwVHkFKSh0o.js?_nc_x=Ij3Wp8lg5Kz"
2933 },
2934 "LGkSr": {
2935 "type": "js",
2936 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/MEEyGGt9zFJ.js?_nc_x=Ij3Wp8lg5Kz"
2937 },
2938 "CvndC": {
2939 "type": "js",
2940 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/qo8RVmDtHfR.js?_nc_x=Ij3Wp8lg5Kz"
2941 },
2942 "eeFVF": {
2943 "type": "js",
2944 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/r\/41Qzk-s2AaY.js?_nc_x=Ij3Wp8lg5Kz"
2945 },
2946 "uKw0L": {
2947 "type": "js",
2948 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yP\/r\/cZhOf8jpSVM.js?_nc_x=Ij3Wp8lg5Kz"
2949 },
2950 "xmz7L": {
2951 "type": "css",
2952 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/cN7t6Y_VgE5.css?_nc_x=Ij3Wp8lg5Kz"
2953 },
2954 "Ucjlj": {
2955 "type": "css",
2956 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/l\/0,cross\/qOe_Rlab9NU.css?_nc_x=Ij3Wp8lg5Kz"
2957 },
2958 "a2j96": {
2959 "type": "js",
2960 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iHxi4\/yd\/l\/pl_PL\/DOPZxlFKUHw.js?_nc_x=Ij3Wp8lg5Kz"
2961 },
2962 "X4+I4": {
2963 "type": "css",
2964 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yo\/l\/0,cross\/2ibtJuPii7W.css?_nc_x=Ij3Wp8lg5Kz"
2965 },
2966 "v6Hip": {
2967 "type": "js",
2968 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iEhH4\/yX\/l\/pl_PL\/K4tT_yRIcJk.js?_nc_x=Ij3Wp8lg5Kz"
2969 },
2970 "Yelqf": {
2971 "type": "js",
2972 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/r\/ZrDO1OS3CNE.js?_nc_x=Ij3Wp8lg5Kz"
2973 },
2974 "VDymv": {
2975 "type": "css",
2976 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/l\/0,cross\/pqe8r0C6ZmF.css?_nc_x=Ij3Wp8lg5Kz"
2977 },
2978 "8vKBO": {
2979 "type": "css",
2980 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/l\/0,cross\/2ZDilc3IkcQ.css?_nc_x=Ij3Wp8lg5Kz"
2981 },
2982 "\/j+rP": {
2983 "type": "js",
2984 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iHHS4\/yZ\/l\/pl_PL\/DdisUkpj7TQ.js?_nc_x=Ij3Wp8lg5Kz"
2985 },
2986 "lYMIq": {
2987 "type": "js",
2988 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/r\/n-uTQrgMzyu.js?_nc_x=Ij3Wp8lg5Kz"
2989 },
2990 "4yKID": {
2991 "type": "js",
2992 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/Ya0o3Bx8HP0.js?_nc_x=Ij3Wp8lg5Kz"
2993 },
2994 "tBSSw": {
2995 "type": "js",
2996 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/r\/-k340bEd1yF.js?_nc_x=Ij3Wp8lg5Kz"
2997 },
2998 "gMgrs": {
2999 "type": "js",
3000 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iuH04\/yv\/l\/pl_PL\/17nA9zehxI4.js?_nc_x=Ij3Wp8lg5Kz"
3001 },
3002 "h4XhA": {
3003 "type": "js",
3004 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/82YaO_wUqum.js?_nc_x=Ij3Wp8lg5Kz"
3005 },
3006 "YCfKg": {
3007 "type": "js",
3008 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/QLjiziD3v78.js?_nc_x=Ij3Wp8lg5Kz"
3009 },
3010 "iFvXF": {
3011 "type": "js",
3012 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iWsc4\/yJ\/l\/pl_PL\/aXNGwfKsfz9.js?_nc_x=Ij3Wp8lg5Kz"
3013 },
3014 "Ee5Vl": {
3015 "type": "js",
3016 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yz\/r\/rSf2aZpG08C.js?_nc_x=Ij3Wp8lg5Kz"
3017 },
3018 "nO\/r2": {
3019 "type": "js",
3020 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i74M4\/yD\/l\/pl_PL\/lKoMYLNTGZH.js?_nc_x=Ij3Wp8lg5Kz"
3021 },
3022 "VvVFw": {
3023 "type": "js",
3024 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yc\/r\/8uSRVThd7c-.js?_nc_x=Ij3Wp8lg5Kz"
3025 },
3026 "GUDQs": {
3027 "type": "js",
3028 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y8\/r\/Om7VpOK0ELI.js?_nc_x=Ij3Wp8lg5Kz"
3029 },
3030 "gatBl": {
3031 "type": "js",
3032 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/h7A9eDIi4Ub.js?_nc_x=Ij3Wp8lg5Kz"
3033 },
3034 "hahCJ": {
3035 "type": "js",
3036 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/NuuTGiLPH1L.js?_nc_x=Ij3Wp8lg5Kz"
3037 },
3038 "gXWwB": {
3039 "type": "js",
3040 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/NIhY5sNBoDK.js?_nc_x=Ij3Wp8lg5Kz"
3041 },
3042 "CxE2W": {
3043 "type": "js",
3044 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yI\/r\/EMGdj8k2iPX.js?_nc_x=Ij3Wp8lg5Kz"
3045 },
3046 "2MVBO": {
3047 "type": "js",
3048 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yE\/r\/iLb5_BXR9iw.js?_nc_x=Ij3Wp8lg5Kz"
3049 },
3050 "iPhOc": {
3051 "type": "js",
3052 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/QzuXEhgN2OC.js?_nc_x=Ij3Wp8lg5Kz"
3053 },
3054 "0yjNR": {
3055 "type": "js",
3056 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/r\/_lRWK3DKQ5n.js?_nc_x=Ij3Wp8lg5Kz"
3057 },
3058 "Ku88b": {
3059 "type": "js",
3060 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/r\/P0o8W9AD-Ti.js?_nc_x=Ij3Wp8lg5Kz"
3061 },
3062 "S+XbA": {
3063 "type": "js",
3064 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/21IdPnX9iQf.js?_nc_x=Ij3Wp8lg5Kz"
3065 },
3066 "AriMC": {
3067 "type": "js",
3068 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/-SJ8D8994rH.js?_nc_x=Ij3Wp8lg5Kz"
3069 },
3070 "AUocZ": {
3071 "type": "js",
3072 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/-AqJUWs1JuP.js?_nc_x=Ij3Wp8lg5Kz"
3073 },
3074 "iW\/cI": {
3075 "type": "js",
3076 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/r\/XdqrLYNjPUG.js?_nc_x=Ij3Wp8lg5Kz"
3077 },
3078 "uZlDP": {
3079 "type": "js",
3080 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/r\/uHggtIhB-7M.js?_nc_x=Ij3Wp8lg5Kz"
3081 },
3082 "\/oRvS": {
3083 "type": "js",
3084 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y0\/r\/3J0Y-yDU3P0.js?_nc_x=Ij3Wp8lg5Kz"
3085 },
3086 "+2ZrS": {
3087 "type": "js",
3088 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/LTfcaIu7cow.js?_nc_x=Ij3Wp8lg5Kz"
3089 },
3090 "Ocm0R": {
3091 "type": "js",
3092 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i-hm4\/y9\/l\/pl_PL\/Vsa-BMkG3YP.js?_nc_x=Ij3Wp8lg5Kz"
3093 },
3094 "Avb16": {
3095 "type": "js",
3096 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/irL1s9rl1xg.js?_nc_x=Ij3Wp8lg5Kz"
3097 },
3098 "GA5s+": {
3099 "type": "js",
3100 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iS544\/yS\/l\/pl_PL\/YtIqXQRZj2M.js?_nc_x=Ij3Wp8lg5Kz"
3101 },
3102 "FAsiS": {
3103 "type": "js",
3104 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/uIT6QfA41mh.js?_nc_x=Ij3Wp8lg5Kz"
3105 }
3106 });
3107 Bootloader.enableBootload({
3108 "BanzaiODS": {
3109 "r": ["TKUco", "xhpud", "koBAD"],
3110 "rds": {
3111 "m": ["BanzaiODS", "BanzaiScuba"]
3112 }
3113 },
3114 "VisualCompletionGating": {
3115 "r": ["koBAD"]
3116 },
3117 "BanzaiScuba": {
3118 "r": ["TKUco", "koBAD", "xhpud"],
3119 "rds": {
3120 "m": ["BanzaiODS", "BanzaiScuba"]
3121 }
3122 },
3123 "ExceptionDialog": {
3124 "r": ["TKUco", "vlkAP", "koBAD", "oq9rB", "WSVws", "722nm", "lyvFq", "0keyJ", "aOeK\/", "Ba9tC", "xhpud", "xO8DL", "ETxxF", "yJUDU", "o\/FFK"],
3125 "rds": {
3126 "m": ["BanzaiODS", "BanzaiScuba"]
3127 },
3128 "be": 1
3129 },
3130 "QuickSandSolver": {
3131 "r": ["TKUco", "koBAD", "WSVws", "xhpud", "8ELCB", "vlkAP", "WO08q", "+ClWy"],
3132 "rds": {
3133 "m": ["BanzaiODS", "BanzaiScuba"]
3134 },
3135 "be": 1
3136 },
3137 "ConfirmationDialog": {
3138 "r": ["TKUco", "koBAD", "xhpud", "oE4Do", "WSVws"],
3139 "rds": {
3140 "m": ["BanzaiODS", "BanzaiScuba"]
3141 },
3142 "be": 1
3143 },
3144 "Dialog": {
3145 "r": ["TKUco", "oq9rB", "lyvFq", "koBAD", "WSVws", "vlkAP", "xhpud", "722nm", "kaTja", "ETxxF", "aD6JV", "o\/FFK"],
3146 "rds": {
3147 "m": ["BanzaiODS", "BanzaiScuba", "VisualCompletionGating"]
3148 },
3149 "be": 1
3150 },
3151 "GeneratedArtilleryUserTimingSink": {
3152 "r": ["QoqnE", "6YIWc"],
3153 "rds": {
3154 "m": ["BanzaiODS", "BanzaiScuba"],
3155 "r": ["TKUco", "xhpud", "koBAD"]
3156 },
3157 "be": 1
3158 },
3159 "Banzai": {
3160 "r": ["TKUco", "xhpud", "koBAD"],
3161 "rds": {
3162 "m": ["BanzaiODS", "BanzaiScuba"]
3163 },
3164 "be": 1
3165 },
3166 "BanzaiStream": {
3167 "r": ["TKUco", "xhpud", "ZU1ro", "koBAD"],
3168 "rds": {
3169 "m": ["BanzaiODS", "BanzaiScuba"]
3170 },
3171 "be": 1
3172 },
3173 "ResourceTimingBootloaderHelper": {
3174 "r": ["rp\/Zq", "TKUco"],
3175 "rds": {
3176 "m": ["BanzaiODS", "VisualCompletionGating", "BanzaiScuba"],
3177 "r": ["koBAD", "xhpud"]
3178 },
3179 "be": 1
3180 },
3181 "TimeSliceHelper": {
3182 "r": ["jS9lz"],
3183 "be": 1
3184 },
3185 "SnappyCompressUtil": {
3186 "r": ["xhpud"],
3187 "be": 1
3188 },
3189 "PerfXSharedFields": {
3190 "r": ["TKUco"],
3191 "be": 1
3192 },
3193 "TimeSliceInteractionsLiteTypedLogger": {
3194 "r": ["TKUco", "ZN6iu", "xhpud", "koBAD"],
3195 "rds": {
3196 "m": ["BanzaiODS", "BanzaiScuba"]
3197 },
3198 "be": 1
3199 },
3200 "WebSpeedInteractionsTypedLogger": {
3201 "r": ["TKUco", "+cE8b", "xhpud", "koBAD"],
3202 "rds": {
3203 "m": ["BanzaiODS", "BanzaiScuba"]
3204 },
3205 "be": 1
3206 },
3207 "AsyncRequest": {
3208 "r": ["TKUco", "koBAD", "WSVws", "xhpud"],
3209 "rds": {
3210 "m": ["BanzaiODS", "BanzaiScuba"]
3211 },
3212 "be": 1
3213 },
3214 "XOfferController": {
3215 "r": ["koBAD", "hIek+"],
3216 "be": 1
3217 },
3218 "XSalesPromoWWWDetailsDialogAsyncController": {
3219 "r": ["koBAD", "gWMJg"],
3220 "be": 1
3221 },
3222 "URI": {
3223 "r": [],
3224 "be": 1
3225 },
3226 "Live": {
3227 "r": ["TKUco", "koBAD", "rp\/Zq", "oq9rB", "2\/maQ", "WSVws"],
3228 "rds": {
3229 "m": ["BanzaiODS", "BanzaiScuba"],
3230 "r": ["xhpud"]
3231 },
3232 "be": 1
3233 },
3234 "PhotoTagApproval": {
3235 "r": ["TKUco", "rlbiS", "+2mYs", "WSVws"],
3236 "rds": {
3237 "m": ["BanzaiODS", "BanzaiScuba"],
3238 "r": ["xhpud", "koBAD"]
3239 },
3240 "be": 1
3241 },
3242 "PhotoTagger": {
3243 "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"],
3244 "rds": {
3245 "m": ["BanzaiODS", "BanzaiScuba", "PresenceStatus", "VisualCompletionGating", "BladeRunnerClient", "SkywalkerUtils", "MqttLongPollingRunner"],
3246 "r": ["4ZZyA"]
3247 },
3248 "be": 1
3249 },
3250 "PhotoTags": {
3251 "r": ["TKUco", "rlbiS", "oq9rB", "yMgn4", "WSVws"],
3252 "rds": {
3253 "m": ["BanzaiODS", "BanzaiScuba"],
3254 "r": ["xhpud", "koBAD"]
3255 },
3256 "be": 1
3257 },
3258 "TagTokenizer": {
3259 "r": ["TKUco", "oq9rB", "ETxxF", "+NCMy", "WSVws", "Tu12K", "VB4zT", "koBAD", "vlkAP", "lBKtn", "aD6JV", "rybEp", "0z21n", "HBK9M", "xhpud"],
3260 "rds": {
3261 "m": ["BanzaiODS", "BanzaiScuba"]
3262 },
3263 "be": 1
3264 },
3265 "PhotoSnowlift": {
3266 "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"],
3267 "rds": {
3268 "m": ["BanzaiODS", "BanzaiScuba", "VisualCompletionGating"]
3269 },
3270 "be": 1
3271 },
3272 "AsyncDialog": {
3273 "r": ["TKUco", "koBAD", "WSVws", "vlkAP", "oq9rB", "xhpud", "o\/FFK"],
3274 "rds": {
3275 "m": ["BanzaiODS", "BanzaiScuba"]
3276 },
3277 "be": 1
3278 },
3279 "Toggler": {
3280 "r": ["koBAD", "oq9rB", "TKUco", "vlkAP", "WSVws"],
3281 "rds": {
3282 "m": ["BanzaiODS", "BanzaiScuba"],
3283 "r": ["xhpud"]
3284 },
3285 "be": 1
3286 },
3287 "FormSubmit": {
3288 "r": ["TKUco", "koBAD", "WSVws", "xhpud", "lYMIq"],
3289 "rds": {
3290 "m": ["BanzaiODS", "BanzaiScuba"]
3291 },
3292 "be": 1
3293 },
3294 "Tooltip": {
3295 "r": ["TKUco", "koBAD", "WSVws", "oq9rB", "ETxxF", "0keyJ", "xhpud", "722nm"],
3296 "rds": {
3297 "m": ["BanzaiODS", "BanzaiScuba"]
3298 },
3299 "be": 1
3300 },
3301 "Hovercard": {
3302 "r": ["TKUco", "oq9rB", "vlkAP", "WSVws", "hwL4Y", "koBAD", "0keyJ", "ETxxF", "Ca8uJ", "722nm", "ipCbG", "xhpud"],
3303 "rds": {
3304 "m": ["BanzaiODS", "BanzaiScuba"]
3305 },
3306 "be": 1
3307 },
3308 "Dock": {
3309 "r": ["koBAD", "TKUco", "oq9rB", "4yKID", "vlkAP", "WSVws", "xhpud", "YA0B4"],
3310 "rds": {
3311 "m": ["BanzaiODS", "BanzaiScuba"]
3312 },
3313 "be": 1
3314 },
3315 "DOM": {
3316 "r": ["TKUco", "WSVws"],
3317 "rds": {
3318 "m": ["BanzaiODS", "BanzaiScuba"],
3319 "r": ["xhpud", "koBAD"]
3320 },
3321 "be": 1
3322 },
3323 "Input": {
3324 "r": ["koBAD"],
3325 "be": 1
3326 },
3327 "trackReferrer": {
3328 "r": [],
3329 "rds": {
3330 "m": ["BanzaiODS", "BanzaiScuba"],
3331 "r": ["TKUco", "koBAD", "xhpud"]
3332 },
3333 "be": 1
3334 },
3335 "Form": {
3336 "r": ["TKUco", "koBAD", "xhpud", "WSVws"],
3337 "rds": {
3338 "m": ["BanzaiODS", "BanzaiScuba"]
3339 },
3340 "be": 1
3341 },
3342 "ScrollableArea": {
3343 "r": ["koBAD", "TKUco", "oq9rB", "WSVws", "vlkAP", "722nm", "2aaRI"],
3344 "rds": {
3345 "m": ["BanzaiODS", "BanzaiScuba"],
3346 "r": ["xhpud"]
3347 },
3348 "be": 1
3349 },
3350 "EncryptedImg": {
3351 "r": ["oq9rB", "koBAD", "TKUco", "lyvFq"],
3352 "be": 1
3353 },
3354 "MessengerMQTTPresenceReporting": {
3355 "r": ["TKUco", "koBAD", "oq9rB", "YZVdC", "xhpud"],
3356 "rds": {
3357 "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
3358 "r": ["4ZZyA"]
3359 },
3360 "be": 1
3361 },
3362 "SkywalkerManager": {
3363 "r": ["xhpud", "koBAD"],
3364 "rds": {
3365 "m": ["BanzaiODS", "BladeRunnerClient", "SkywalkerUtils", "BanzaiScuba", "MqttLongPollingRunner"],
3366 "r": ["TKUco", "4ZZyA"]
3367 },
3368 "be": 1
3369 },
3370 "MessengerMQTTPresence": {
3371 "r": ["TKUco", "koBAD", "YZVdC", "xhpud"],
3372 "rds": {
3373 "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
3374 "r": ["4ZZyA"]
3375 },
3376 "be": 1
3377 },
3378 "ChannelManager": {
3379 "r": ["o\/FFK", "TKUco", "koBAD", "WSVws", "oq9rB", "vlkAP", "xhpud"],
3380 "rds": {
3381 "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"],
3382 "r": ["4ZZyA"]
3383 },
3384 "be": 1
3385 },
3386 "ChannelTransport": {
3387 "r": ["o\/FFK", "TKUco", "oq9rB", "koBAD", "xhpud"],
3388 "rds": {
3389 "m": ["BanzaiODS", "BanzaiScuba"]
3390 },
3391 "be": 1
3392 },
3393 "MercurySyncEventsProxy": {
3394 "r": ["oq9rB", "TKUco", "vlkAP"],
3395 "rds": {
3396 "m": ["BanzaiODS", "BanzaiScuba"],
3397 "r": ["koBAD", "xhpud"]
3398 },
3399 "be": 1
3400 },
3401 "FBRTCCallUI": {
3402 "r": ["oq9rB", "Ba9tC", "TKUco", "koBAD", "xhpud", "WSVws", "vlkAP", "lyvFq", "5YPLU", "gMgrs", "h4XhA"],
3403 "rds": {
3404 "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"],
3405 "r": ["4ZZyA"]
3406 },
3407 "be": 1
3408 },
3409 "ReactDOM": {
3410 "r": ["oq9rB", "TKUco", "o\/FFK", "koBAD", "xhpud", "vlkAP", "WSVws"],
3411 "rds": {
3412 "m": ["BanzaiODS", "BanzaiScuba"]
3413 },
3414 "be": 1
3415 },
3416 "KeyEventTypedLogger": {
3417 "r": ["TKUco", "YCfKg", "xhpud", "koBAD"],
3418 "rds": {
3419 "m": ["BanzaiODS", "BanzaiScuba"]
3420 },
3421 "be": 1
3422 },
3423 "CSSFade": {
3424 "r": ["TKUco", "WSVws", "vlkAP"],
3425 "rds": {
3426 "m": ["BanzaiODS", "BanzaiScuba"],
3427 "r": ["xhpud", "koBAD"]
3428 },
3429 "be": 1
3430 },
3431 "MessengerGraphQLThreadlistFetcher.bs": {
3432 "r": ["TKUco", "vlkAP", "oq9rB", "WSVws", "lyvFq", "koBAD", "xhpud"],
3433 "rds": {
3434 "m": ["BanzaiODS", "BanzaiScuba"]
3435 },
3436 "be": 1
3437 },
3438 "MercuryJewelBootloadModules": {
3439 "r": ["oq9rB", "w2oio", "WSVws"],
3440 "rds": {
3441 "m": ["BanzaiODS", "BanzaiScuba"],
3442 "r": ["TKUco", "xhpud", "koBAD"]
3443 },
3444 "be": 1
3445 },
3446 "MessengerGraphQLThreadFetcher.bs": {
3447 "r": ["TKUco", "vlkAP", "oq9rB", "WSVws", "koBAD", "xhpud"],
3448 "rds": {
3449 "m": ["BanzaiODS", "BanzaiScuba"]
3450 },
3451 "be": 1
3452 },
3453 "ChatReliabilityInstrumentation": {
3454 "r": ["vlkAP", "TKUco", "xhpud", "koBAD"],
3455 "rds": {
3456 "m": ["BanzaiODS", "BanzaiScuba"]
3457 },
3458 "be": 1
3459 },
3460 "RTISubscriptionManager": {
3461 "r": ["oq9rB", "TKUco", "iFvXF", "koBAD", "4ZZyA", "xhpud", "GYeYR", "WSVws"],
3462 "rds": {
3463 "m": ["BanzaiODS", "BanzaiScuba"]
3464 },
3465 "be": 1
3466 },
3467 "MqttSkywalkerManager": {
3468 "r": ["TKUco", "koBAD", "GYeYR", "4ZZyA", "xhpud", "Ee5Vl"],
3469 "rds": {
3470 "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"]
3471 },
3472 "be": 1
3473 },
3474 "WorkMultiCompanyChatTooltip.react": {
3475 "r": ["TKUco", "oq9rB", "hwL4Y", "0keyJ", "aOeK\/", "WSVws", "nO\/r2", "koBAD", "xhpud", "vlkAP", "o\/FFK"],
3476 "rds": {
3477 "m": ["BanzaiODS", "BanzaiScuba"]
3478 },
3479 "be": 1
3480 },
3481 "QPLInspector": {
3482 "r": ["VvVFw"],
3483 "be": 1
3484 },
3485 "MessengerWebDeltasTypedLogger": {
3486 "r": ["TKUco", "vlkAP", "xhpud", "koBAD"],
3487 "rds": {
3488 "m": ["BanzaiODS", "BanzaiScuba"]
3489 },
3490 "be": 1
3491 },
3492 "ChannelConnection": {
3493 "r": ["koBAD", "722nm", "oq9rB", "o\/FFK", "TKUco", "WSVws", "vlkAP", "xhpud"],
3494 "rds": {
3495 "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"],
3496 "r": ["4ZZyA"]
3497 },
3498 "be": 1
3499 },
3500 "ChannelConnectionEvents": {
3501 "r": ["722nm"],
3502 "be": 1
3503 },
3504 "MessengerSharedMediaActions": {
3505 "r": ["TKUco", "koBAD", "oq9rB", "722nm", "lyvFq", "xhpud", "o\/FFK", "vlkAP", "WSVws"],
3506 "rds": {
3507 "m": ["BanzaiODS", "BanzaiScuba"]
3508 },
3509 "be": 1
3510 },
3511 "QuickPerformanceLogger": {
3512 "r": ["TKUco", "vlkAP", "xhpud", "koBAD"],
3513 "rds": {
3514 "m": ["BanzaiODS", "BanzaiScuba"]
3515 },
3516 "be": 1
3517 },
3518 "MessengerWebQuickLogModule": {
3519 "r": ["GUDQs"],
3520 "be": 1
3521 },
3522 "MessengerWebGraphQLTypedLogger": {
3523 "r": ["TKUco", "vlkAP", "xhpud", "koBAD"],
3524 "rds": {
3525 "m": ["BanzaiODS", "BanzaiScuba"]
3526 },
3527 "be": 1
3528 },
3529 "MessengerWebGraphQLEvent": {
3530 "r": ["gatBl"],
3531 "be": 1
3532 },
3533 "MessengerThreadDFFFetcher.bs": {
3534 "r": ["TKUco", "vlkAP", "oq9rB", "WSVws", "koBAD", "hahCJ", "xhpud"],
3535 "rds": {
3536 "m": ["BanzaiODS", "BanzaiScuba"]
3537 },
3538 "be": 1
3539 },
3540 "MessengerMessageDFFFetcher.bs": {
3541 "r": ["TKUco", "oq9rB", "vlkAP", "WSVws", "koBAD", "gXWwB", "xhpud"],
3542 "rds": {
3543 "m": ["BanzaiODS", "BanzaiScuba"]
3544 },
3545 "be": 1
3546 },
3547 "MessengerSyncSeqIDSanityCheck": {
3548 "r": ["TKUco", "koBAD", "vlkAP", "oq9rB", "lyvFq", "CxE2W", "xhpud", "WSVws"],
3549 "rds": {
3550 "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
3551 "r": ["4ZZyA"]
3552 },
3553 "be": 1
3554 },
3555 "MessengerMontageThreadQueryWebGraphQLQuery": {
3556 "r": ["vlkAP", "koBAD", "2MVBO"],
3557 "be": 1
3558 },
3559 "MessengerNewMontageMessageWebGraphQLQuery": {
3560 "r": ["vlkAP", "koBAD", "iPhOc"],
3561 "be": 1
3562 },
3563 "MessengerState.bs": {
3564 "r": ["oq9rB", "vlkAP", "TKUco", "WSVws", "koBAD", "xhpud", "o\/FFK"],
3565 "rds": {
3566 "m": ["BanzaiODS", "BanzaiScuba"]
3567 },
3568 "be": 1
3569 },
3570 "MessengerMontagePollVoteMutationWebGraphQLMutation": {
3571 "r": ["TKUco", "vlkAP", "koBAD", "hwL4Y", "0yjNR"],
3572 "rds": {
3573 "m": ["BanzaiODS", "BanzaiScuba"],
3574 "r": ["xhpud"]
3575 },
3576 "be": 1
3577 },
3578 "MessengerContentSearchFunnelLogger": {
3579 "r": ["TKUco", "722nm", "koBAD", "xhpud", "lyvFq", "WSVws"],
3580 "rds": {
3581 "m": ["BanzaiODS", "BanzaiScuba"]
3582 },
3583 "be": 1
3584 },
3585 "MessengerContentSearchFunnelLoggerConstants": {
3586 "r": ["722nm"],
3587 "be": 1
3588 },
3589 "WorkChatAvailabilityStatusStore": {
3590 "r": ["TKUco", "koBAD", "oq9rB", "bLgJ8", "xhpud", "Ku88b", "S+XbA", "AriMC", "AUocZ", "722nm", "iW\/cI", "uZlDP", "\/oRvS", "+2ZrS", "WSVws", "Ocm0R", "Avb16", "vlkAP", "o\/FFK"],
3591 "rds": {
3592 "m": ["BanzaiODS", "BanzaiScuba", "BladeRunnerClient", "SkywalkerUtils", "MqttLongPollingRunner"],
3593 "r": ["4ZZyA"]
3594 },
3595 "be": 1
3596 },
3597 "RTWebUserActionLogger": {
3598 "r": ["TKUco", "koBAD", "Ba9tC", "vlkAP", "lyvFq", "xhpud"],
3599 "rds": {
3600 "m": ["BanzaiODS", "BanzaiScuba"]
3601 },
3602 "be": 1
3603 },
3604 "VFWebLogger": {
3605 "r": ["xhpud", "TKUco", "oq9rB", "bLgJ8", "WSVws", "GA5s+", "koBAD", "vlkAP", "5YPLU", "75NIR", "o\/FFK"],
3606 "rds": {
3607 "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner", "BladeRunnerClient", "SkywalkerUtils"],
3608 "r": ["4ZZyA"]
3609 },
3610 "be": 1
3611 },
3612 "FBMqttChannel": {
3613 "r": ["TKUco", "koBAD", "xhpud"],
3614 "rds": {
3615 "m": ["BanzaiODS", "MqttLongPollingRunner", "BanzaiScuba"],
3616 "r": ["4ZZyA"]
3617 },
3618 "be": 1
3619 },
3620 "CollabMessengerLogger": {
3621 "r": ["FAsiS", "TKUco", "xhpud", "koBAD"],
3622 "rds": {
3623 "m": ["BanzaiODS", "BanzaiScuba"]
3624 },
3625 "be": 1
3626 },
3627 "MqttLongPollingRunner": {
3628 "r": ["koBAD", "4ZZyA", "TKUco"]
3629 },
3630 "BladeRunnerClient": {
3631 "r": ["TKUco", "koBAD", "4ZZyA", "xhpud"],
3632 "rds": {
3633 "m": ["BanzaiODS", "BanzaiScuba", "MqttLongPollingRunner"]
3634 }
3635 },
3636 "SkywalkerUtils": {
3637 "r": ["koBAD", "4ZZyA"]
3638 },
3639 "React": {
3640 "r": ["TKUco", "oq9rB", "koBAD", "xhpud", "vlkAP", "o\/FFK"],
3641 "rds": {
3642 "m": ["BanzaiODS", "BanzaiScuba"]
3643 },
3644 "be": 1
3645 }
3646 });
3647 });
3648 </script>
3649 <script>
3650 requireLazy(["InitialJSLoader"], function(InitialJSLoader) {
3651 InitialJSLoader.loadOnDOMContentReady(["TKUco", "koBAD", "tBSSw", "xhpud", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o\/FFK", "4ZZyA", "MMX5n"]);
3652 });
3653 </script>
3654 <script>
3655 require("TimeSliceImpl").guard(function() {
3656 require("ServerJSDefine").handleDefines([
3657 ["cr:1109759", ["CookieConsentBlacklist"], {
3658 "__rc": ["CookieConsentBlacklist", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3659 }, -1],
3660 ["cr:1083116", ["XAsyncRequest"], {
3661 "__rc": ["XAsyncRequest", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3662 }, -1],
3663 ["cr:1069930", [], {
3664 "__rc": [null, "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3665 }, -1],
3666 ["cr:1083117", [], {
3667 "__rc": [null, "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3668 }, -1],
3669 ["cr:888908", ["warningBlue"], {
3670 "__rc": ["warningBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3671 }, -1],
3672 ["cr:1105154", [], {
3673 "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3674 }, -1],
3675 ["cr:1108857", [], {
3676 "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3677 }, -1],
3678 ["cr:838016", ["React-prod"], {
3679 "__rc": ["React-prod", "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3680 }, -1],
3681 ["cr:840411", [], {
3682 "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3683 }, -1],
3684 ["cr:891836", ["ReactDOMProdOrProfiling-fb"], {
3685 "__rc": ["ReactDOMProdOrProfiling-fb", "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3686 }, -1],
3687 ["cr:686615", ["RelayFBDefaultEnvironment"], {
3688 "__rc": ["RelayFBDefaultEnvironment", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3689 }, -1],
3690 ["cr:682175", [], {
3691 "__rc": [null, "Aa2bH552csF4aXWfxFGrN-0_QYh-wQN3gNrFViXVmdWY1HW3Uy_0_bel1THGfBUoTPZUNQ"]
3692 }, -1],
3693 ["cr:694370", ["requestIdleCallbackBlue"], {
3694 "__rc": ["requestIdleCallbackBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3695 }, -1],
3696 ["cr:950105", ["Event"], {
3697 "__rc": ["Event", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3698 }, -1],
3699 ["cr:983844", [], {
3700 "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3701 }, -1],
3702 ["cr:682514", ["ReactDOM-prod"], {
3703 "__rc": ["ReactDOM-prod", "Aa0IXidMma4xDaPqNwrP7z2-vUgRIF_-MaE4bQpxP1O3452_AuGszKTo4X1mEt3tZcToYXtx9gojpKen771Z3PpcWfUpuw"]
3704 }, -1],
3705 ["cr:1110430", [], {
3706 "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3707 }, -1],
3708 ["cr:869617", [], {
3709 "__rc": [null, "Aa2oDioiCuAJQvFdOD7lfrXPkHFbC7c6wx7jwBtbehA1e2i2IsTQuMQDgXinOg5m5rWDyZ7ERYgVnMBSnf5V"]
3710 }, -1],
3711 ["cr:1121434", [], {
3712 "__rc": [null, "Aa0L2xhFzjYAitUxamI5R8eNovBR2ZjiCo2AlNPDHdF8aifzaik_3QY1W1465gRYlN9i0ttkxkjzjA"]
3713 }, -1],
3714 ["cr:895839", ["ReactFiberErrorDialogImpl"], {
3715 "__rc": ["ReactFiberErrorDialogImpl", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
3716 }, -1],
3717 ["cr:895840", [], {
3718 "__rc": [null, "Aa0g4yqmgSMFcv79qqOeH9f54xXE0ERrNsPQS9vJZlFrx78939ffTSeinqB1P2SO5rYOx9yrQZU9keA3X9HWuTQSMPU"]
3719 }, -1],
3720 ["AsyncRequestConfig", [], {
3721 "retryOnNetworkError": "1",
3722 "useFetchStreamAjaxPipeTransport": false
3723 }, 328],
3724 ["SessionNameConfig", [], {
3725 "seed": "1UTE"
3726 }, 757],
3727 ["FbtLogger", [], {
3728 "logger": null
3729 }, 288],
3730 ["FbtQTOverrides", [], {
3731 "overrides": {}
3732 }, 551],
3733 ["KSConfig", [], {
3734 "killed": {
3735 "__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"]
3736 },
3737 "ko": {
3738 "__set": ["acrJTh9WGdp", "1oOE64fL4wO", "2dhqRnqXGLQ", "alHyDgpJdsZ", "7r6mSP7ofr2", "1ntjZ2zgf03", "3oh5Mw86USj", "8NAceEy9JZo", "5mNEXob0nTj", "4j36SVzvP3w", "8PlKuowafe8", "53gCxKq281G", "3yzzwBY7Npj", "4NbCsulUUI3", "4NSq3ZC4ScE", "1onzIv0jH6H", "6EkCidAZKFx", "5LSlJUj3BnT", "advqeReHsha"]
3739 }
3740 }, 2580],
3741 ["FbtResultGK", [], {
3742 "shouldReturnFbtResult": true,
3743 "inlineMode": "NO_INLINE"
3744 }, 876],
3745 ["IntlHoldoutGK", [], {
3746 "inIntlHoldout": false
3747 }, 2827],
3748 ["IntlNumberTypeConfig", [], {
3749 "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; }"
3750 }, 3405],
3751 ["IntlViewerContext", [], {
3752 "GENDER": 3
3753 }, 772],
3754 ["NumberFormatConfig", [], {
3755 "decimalSeparator": ",",
3756 "numberDelimiter": "\u00a0",
3757 "minDigitsForThousandsSeparator": 5,
3758 "standardDecimalPatternInfo": {
3759 "primaryGroupSize": 3,
3760 "secondaryGroupSize": 3
3761 },
3762 "numberingSystemData": null
3763 }, 54],
3764 ["IntlPhonologicalRules", [], {
3765 "meta": {},
3766 "patterns": {}
3767 }, 1496],
3768 ["ZeroCategoryHeader", [], {}, 1127],
3769 ["LinkshimHandlerConfig", [], {
3770 "supports_meta_referrer": true,
3771 "default_meta_referrer_policy": "origin-when-crossorigin",
3772 "switched_meta_referrer_policy": "origin",
3773 "non_linkshim_lnfb_mode": null,
3774 "link_react_default_hash": "AT0_1cRTrk9-HF_u4N7D5XiAo-KIMKxcrta9EbmGNwj-uqCHhayrLJA--4t2JN6TKaeHbbqDzagO8UBFrv10X2jc57Qt9_evPTNjEcfLKMIzRRDVn996CrLnwRcEpKLgmUraxN6u1jbE5h_eM1erwRm5UTo3nx69FK0LCQ",
3775 "untrusted_link_default_hash": "AT1fZeI0qpe8qP3zQFZrq6mEHNiFTOWf1_FB1rKZxr47PVmWJ-IBQkRyOwnmXxDqKkfcIpWy0XufkrXQYC101QZz2p0cCrZZrNYGi-VzY73aAt8sOVBVWvUvSERi_v0blhLAFKqUdXs_V8biZeBZYhIDrK7AKXDak3px3g",
3776 "linkshim_host": "l.messenger.com",
3777 "use_rel_no_opener": true,
3778 "always_use_https": true,
3779 "onion_always_shim": true,
3780 "middle_click_requires_event": false,
3781 "www_safe_js_mode": "asynclazy",
3782 "m_safe_js_mode": "MLynx_asynclazy",
3783 "ghl_param_link_shim": false,
3784 "click_ids": null,
3785 "is_linkshim_supported": true,
3786 "current_domain": "messenger.com"
3787 }, 27],
3788 ["ClickIDDomainBlacklistSVConfig", [], {
3789 "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"]
3790 }, 3829],
3791 ["FBDomainsSVConfig", [], {
3792 "domains": {
3793 "__map": [
3794 ["www.facebook.com", 1],
3795 ["tfbnw.net", 1],
3796 ["m.beta.facebook.com", 1],
3797 ["touch.beta.facebook.com", 1],
3798 ["www.dev.facebook.com", 1],
3799 ["fb.me", 1],
3800 ["s.fb.com", 1],
3801 ["m.fbjs.facebook.com", 1],
3802 ["facebook.com.es", 1],
3803 ["www.fbjs.facebook.com", 1],
3804 ["m.facebook.com", 1],
3805 ["facebook.fr", 1],
3806 ["fbsbx.com", 1],
3807 ["attachment.fbsbx.com", 1],
3808 ["lookaside.fbsbx.com", 1],
3809 ["web.facebook.com", 1],
3810 ["fb.com", 1],
3811 ["messenger.com", 1]
3812 ]
3813 }
3814 }, 3828],
3815 ["HotReloadConfig", [], {
3816 "isEnabled": false
3817 }, 2649],
3818 ["InitialServerTime", [], {
3819 "serverTime": 1571886658586
3820 }, 204],
3821 ["RelayAPIConfigDefaults", ["__inst_84473062_0_0", "__inst_84473062_0_1", "__inst_84473062_0_2"], {
3822 "accessToken": "",
3823 "actorID": "0",
3824 "customHeaders": {},
3825 "enableNetworkLogger": false,
3826 "fetchTimeout": 30000,
3827 "graphBatchURI": {
3828 "__m": "__inst_84473062_0_0"
3829 },
3830 "graphURI": {
3831 "__m": "__inst_84473062_0_1"
3832 },
3833 "retryDelays": [1000, 3000],
3834 "useXController": true,
3835 "xhrEncoding": null,
3836 "subscriptionTopicURI": {
3837 "__m": "__inst_84473062_0_2"
3838 },
3839 "withCredentials": false,
3840 "isProductionEndpoint": false
3841 }, 926],
3842 ["LoadingMarkerGated", [], {
3843 "component": null
3844 }, 2874],
3845 ["ChatConfigInitialData", [], {}, 12],
3846 ["PresencePrivacyInitialData", [], {}, 58],
3847 ["AvailableListInitialData", [], {}, 166],
3848 ["PresenceConfigInitialData", [], {
3849 "active_cutoff": 120,
3850 "presence_page_green_dot_sub": false,
3851 "presence_throw_for_malformed_id": false,
3852 "viewer_presence_capabilities": null
3853 }, 3841],
3854 ["RTCConfig", [], {}, 760],
3855 ["SimpleNUXMessageConfig", [], {
3856 "isEnabled": true
3857 }, 3936],
3858 ["SimpleNUXMessageTypesToShow", [], {
3859 "mapping": {}
3860 }, 1203],
3861 ["FBRTCExperimentsConfig", [], {}, 986],
3862 ["ChannelInitialData", [], {
3863 "channelConfig": {
3864 "IFRAME_LOAD_TIMEOUT": 30000,
3865 "P_TIMEOUT": 30000,
3866 "STREAMING_TIMEOUT": 70000,
3867 "PROBE_HEARTBEATS_INTERVAL_LOW": 1000,
3868 "PROBE_HEARTBEATS_INTERVAL_HIGH": 3000,
3869 "MTOUCH_SEND_CLIENT_ID": 1,
3870 "user_channel": "p_0",
3871 "seq": -1,
3872 "retry_interval": 0,
3873 "max_conn": 6,
3874 "viewerUid": "0",
3875 "domain": "messenger.com",
3876 "tryStreaming": false,
3877 "trySSEStreaming": false,
3878 "skipTimeTravel": false,
3879 "uid": "0",
3880 "sequenceId": null
3881 },
3882 "state": "reconnect!",
3883 "reason": 6
3884 }, 143],
3885 ["DesktopWebMessageTypesSitevarConfig", [], {
3886 "ChatProxySupportedMessageTypes": {
3887 "__map": [
3888 ["P2P\/CreditCardChanged", true],
3889 ["P2P\/CreditCardDeleted", true],
3890 ["P2P\/PaymentRequestStateChanged", true],
3891 ["P2P\/TransferStatusChanged", true],
3892 ["buddylist_overlay", true],
3893 ["buddylist_overlay_buffered", true],
3894 ["business_report_progress", true],
3895 ["chatproxy-presence", true],
3896 ["delta", true],
3897 ["deltaflow", true],
3898 ["deltaflowreject", true],
3899 ["dismiss_all_missed_call_dialog", true],
3900 ["friend_requests_seen", true],
3901 ["friending_state_change", true],
3902 ["jewel_friending_notifs", true],
3903 ["jewel_requests_add", true],
3904 ["jewel_requests_remove_old", true],
3905 ["live_poke", true],
3906 ["messaging", true],
3907 ["mobile_requests_count", true],
3908 ["nav_update_counts", true],
3909 ["notif_sound_pref_changed", true],
3910 ["notification_hidden", true],
3911 ["notifications_read", true],
3912 ["notifications_seen", true],
3913 ["onevc", true],
3914 ["page_typing", true],
3915 ["places_editor_user_stats", true],
3916 ["privacy_changed", true],
3917 ["qprimer", true],
3918 ["reactquery_update", true],
3919 ["rtc_live_json", true],
3920 ["rtc_multi_json", true],
3921 ["setting", true],
3922 ["sevmanager\/edit", true],
3923 ["sevmanager\/escalation_update", true],
3924 ["sevmanager\/new_comment", true],
3925 ["sevmanager\/new_escalation", true],
3926 ["sevmanager\/thread_created", true],
3927 ["sevmanager\/update", true],
3928 ["skywalker", true],
3929 ["ttyp", true],
3930 ["typ", true],
3931 ["videocall_block_setting", true],
3932 ["video_encode", true],
3933 ["webrtc", true]
3934 ]
3935 },
3936 "MQTTMigrationExcludeMessageTypes": {
3937 "__map": [
3938 ["buddylist_overlay", true],
3939 ["buddylist_overlay_buffered", true],
3940 ["chatproxy-presence", true],
3941 ["delta", true],
3942 ["deltaflow", true],
3943 ["deltaflowreject", true],
3944 ["messaging", true],
3945 ["onevc", true],
3946 ["qprimer", true],
3947 ["rtc_live_json", true],
3948 ["rtc_multi_json", true],
3949 ["skywalker", true],
3950 ["ttyp", true],
3951 ["typ", true],
3952 ["webrtc", true]
3953 ]
3954 }
3955 }, 4269],
3956 ["MqttPublishTimeoutConfig", [], {
3957 "mqttPublishTimeoutMs": 60000
3958 }, 4266],
3959 ["FantailConfig", ["FantailLogQueue"], {
3960 "FantailLogQueue": {
3961 "__m": "FantailLogQueue"
3962 }
3963 }, 1258],
3964 ["MqttWebConfig", [], {
3965 "fbid": "0",
3966 "appID": 219994525426954,
3967 "endpoint": "wss:\/\/edge-chat.messenger.com\/chat",
3968 "pollingEndpoint": "https:\/\/edge-chat.messenger.com\/mqtt\/pull",
3969 "subscribedTopics": [],
3970 "capabilities": 10,
3971 "clientCapabilities": 3,
3972 "chatVisibility": false
3973 }, 3790],
3974 ["PresenceInitialData", [], {
3975 "cookiePollInterval": 500,
3976 "cookieVersion": 3,
3977 "serverTime": "1571886658000",
3978 "shouldSuppress": false,
3979 "useWebStorage": false
3980 }, 57],
3981 ["SystemEventsInitialData", [], {
3982 "ORIGINAL_USER_ID": "0"
3983 }, 483],
3984 ["MarauderConfig", [], {
3985 "app_version": "1001334484",
3986 "gk_enabled": false
3987 }, 31],
3988 ["CLDRDateFormatConfig", [], {
3989 "supportedPHPFormatsKeys": {
3990 "D": "E",
3991 "D g:ia": "Ejm",
3992 "D M d": "MMMEd",
3993 "D M d, Y": "yMMMEd",
3994 "D M j": "MMMEd",
3995 "D M j, y": "yMMMEd",
3996 "D, M j": "MMMEd",
3997 "D, M j, Y": "yMMMEd",
3998 "F d": "MMMMd",
3999 "F d, Y": "date_long",
4000 "F j": "MMMMd",
4001 "F j, Y": "date_long",
4002 "F j, Y \u0040 g:i A": "dateTime_long_short",
4003 "F j, Y g:i a": "dateTime_long_short",
4004 "F j, Y \u0040 g:i:s A": "dateTime_long_medium",
4005 "F jS": "MMMMd",
4006 "F jS, g:ia": "dateTime_long_short",
4007 "F jS, Y": "date_long",
4008 "F Y": "yMMMM",
4009 "g A": "j",
4010 "G:i": "time_short",
4011 "g:i": "time_short",
4012 "g:i a": "time_short",
4013 "g:i A": "time_short",
4014 "g:i:s A": "time_medium",
4015 "g:ia": "time_short",
4016 "g:iA": "time_short",
4017 "g:ia F jS, Y": "dateTime_long_short",
4018 "g:iA l, F jS": "dateTime_full_short",
4019 "g:ia M jS": "dateTime_medium_short",
4020 "g:ia, F jS": "dateTime_long_short",
4021 "g:iA, l M jS": "dateTime_full_short",
4022 "h:i a": "time_short",
4023 "h:m:s m\/d\/Y": "dateTime_short_short",
4024 "j": "d",
4025 "j F Y": "date_long",
4026 "l F d, Y": "date_full",
4027 "l, F d, Y": "date_full",
4028 "l, F j": "date_full",
4029 "l, F j, Y": "date_full",
4030 "l, F jS": "date_full",
4031 "l, F jS, g:ia": "dateTime_full_short",
4032 "l, M j": "date_full",
4033 "l, M j, Y": "date_full",
4034 "l, M j, Y g:ia": "dateTime_full_short",
4035 "M d": "MMMd",
4036 "M d, Y": "date_medium",
4037 "M d, Y g:ia": "dateTime_medium_short",
4038 "M d, Y ga": "dateTime_medium_short",
4039 "M j": "MMMd",
4040 "M j, Y": "date_medium",
4041 "M j, Y g:i A": "dateTime_medium_short",
4042 "M j, Y g:ia": "dateTime_medium_short",
4043 "M jS, g:ia": "dateTime_medium_short",
4044 "M y": "yMMM",
4045 "M Y": "yMMM",
4046 "M. d": "MMMd",
4047 "M. d, Y": "date_medium",
4048 "m\/d": "Md",
4049 "m\/d\/Y g:ia": "dateTime_short_short",
4050 "m\/d\/y H:i:s": "dateTime_short_short",
4051 "n": "M",
4052 "n\/j": "Md",
4053 "n\/j, g:ia": "dateTime_short_short",
4054 "n\/j\/y": "date_short",
4055 "Y": "y"
4056 },
4057 "isLocaleInConfigerator": true,
4058 "CLDRConfigeratorFormats": {
4059 "dateFormats": {
4060 "full": "EEEE, d MMMM y",
4061 "long": "d MMMM y",
4062 "medium": "d MMM y",
4063 "short": "dd.MM.y"
4064 },
4065 "timeFormats": {
4066 "full": "HH:mm:ss zzzz",
4067 "long": "HH:mm:ss z",
4068 "medium": "HH:mm:ss",
4069 "short": "HH:mm"
4070 },
4071 "dateTimeFormats": {
4072 "full": "{1} {0}",
4073 "long": "{1} {0}",
4074 "medium": "{1}, {0}",
4075 "short": "{1}, {0}"
4076 },
4077 "availableFormats": {
4078 "Bh": "h B",
4079 "Bhm": "h:mm B",
4080 "Bhms": "h:mm:ss B",
4081 "E": "ccc",
4082 "EBhm": "E h:mm B",
4083 "EBhms": "E h:mm:ss B",
4084 "EHm": "E, HH:mm",
4085 "EHms": "E, HH:mm:ss",
4086 "Ed": "E, d",
4087 "Ehm": "E, h:mm a",
4088 "Ehms": "E, h:mm:ss a",
4089 "Gy": "y G",
4090 "GyMMM": "MMM y G",
4091 "GyMMMEd": "E, d MMM y G",
4092 "GyMMMM": "LLLL y G",
4093 "GyMMMMEd": "E, d MMMM y G",
4094 "GyMMMMd": "d MMMM y G",
4095 "GyMMMd": "d MMM y G",
4096 "H": "HH",
4097 "Hm": "HH:mm",
4098 "Hms": "HH:mm:ss",
4099 "Hmsv": "HH:mm:ss v",
4100 "Hmv": "HH:mm v",
4101 "M": "L",
4102 "MEd": "E, d.MM",
4103 "MMM": "LLL",
4104 "MMMEd": "E, d MMM",
4105 "MMMMEd": "E, d MMMM",
4106 "MMMMW-count-few": "MMM, 'tydz'. W",
4107 "MMMMW-count-many": "MMM, 'tydz'. W",
4108 "MMMMW-count-one": "MMM, 'tydz'. W",
4109 "MMMMW-count-other": "MMM, 'tydz'. W",
4110 "MMMMd": "d MMMM",
4111 "MMMd": "d MMM",
4112 "Md": "d.MM",
4113 "d": "d",
4114 "h": "h a",
4115 "hm": "h:mm a",
4116 "hms": "h:mm:ss a",
4117 "hmsv": "h:mm:ss a v",
4118 "hmv": "h:mm a v",
4119 "ms": "mm:ss",
4120 "y": "y",
4121 "yM": "MM.y",
4122 "yMEd": "E, d.MM.y",
4123 "yMMM": "LLL y",
4124 "yMMMEd": "E, d MMM y",
4125 "yMMMM": "LLLL y",
4126 "yMMMMEd": "E, d MMMM y",
4127 "yMMMMd": "d MMMM y",
4128 "yMMMd": "d MMM y",
4129 "yMd": "d.MM.y",
4130 "yQQQ": "QQQ y",
4131 "yQQQQ": "QQQQ y",
4132 "yw-count-few": "Y, 'tydz'. w",
4133 "yw-count-many": "Y, 'tydz'. w",
4134 "yw-count-one": "Y, 'tydz'. w",
4135 "yw-count-other": "Y, 'tydz'. w"
4136 }
4137 },
4138 "CLDRRegionalConfigeratorFormats": {
4139 "dateFormats": {
4140 "full": "EEEE, d MMMM y",
4141 "long": "d MMMM y",
4142 "medium": "d MMM y",
4143 "short": "dd.MM.y"
4144 },
4145 "timeFormats": {
4146 "full": "HH:mm:ss zzzz",
4147 "long": "HH:mm:ss z",
4148 "medium": "HH:mm:ss",
4149 "short": "HH:mm"
4150 },
4151 "dateTimeFormats": {
4152 "full": "{1} {0}",
4153 "long": "{1} {0}",
4154 "medium": "{1}, {0}",
4155 "short": "{1}, {0}"
4156 },
4157 "availableFormats": {
4158 "Bh": "h B",
4159 "Bhm": "h:mm B",
4160 "Bhms": "h:mm:ss B",
4161 "E": "ccc",
4162 "EBhm": "E h:mm B",
4163 "EBhms": "E h:mm:ss B",
4164 "EHm": "E, HH:mm",
4165 "EHms": "E, HH:mm:ss",
4166 "Ed": "E, d",
4167 "Ehm": "E, h:mm a",
4168 "Ehms": "E, h:mm:ss a",
4169 "Gy": "y G",
4170 "GyMMM": "MMM y G",
4171 "GyMMMEd": "E, d MMM y G",
4172 "GyMMMM": "LLLL y G",
4173 "GyMMMMEd": "E, d MMMM y G",
4174 "GyMMMMd": "d MMMM y G",
4175 "GyMMMd": "d MMM y G",
4176 "H": "HH",
4177 "Hm": "HH:mm",
4178 "Hms": "HH:mm:ss",
4179 "Hmsv": "HH:mm:ss v",
4180 "Hmv": "HH:mm v",
4181 "M": "L",
4182 "MEd": "E, d.MM",
4183 "MMM": "LLL",
4184 "MMMEd": "E, d MMM",
4185 "MMMMEd": "E, d MMMM",
4186 "MMMMW-count-few": "MMM, 'tydz'. W",
4187 "MMMMW-count-many": "MMM, 'tydz'. W",
4188 "MMMMW-count-one": "MMM, 'tydz'. W",
4189 "MMMMW-count-other": "MMM, 'tydz'. W",
4190 "MMMMd": "d MMMM",
4191 "MMMd": "d MMM",
4192 "Md": "d.MM",
4193 "d": "d",
4194 "h": "h a",
4195 "hm": "h:mm a",
4196 "hms": "h:mm:ss a",
4197 "hmsv": "h:mm:ss a v",
4198 "hmv": "h:mm a v",
4199 "ms": "mm:ss",
4200 "y": "y",
4201 "yM": "MM.y",
4202 "yMEd": "E, d.MM.y",
4203 "yMMM": "LLL y",
4204 "yMMMEd": "E, d MMM y",
4205 "yMMMM": "LLLL y",
4206 "yMMMMEd": "E, d MMMM y",
4207 "yMMMMd": "d MMMM y",
4208 "yMMMd": "d MMM y",
4209 "yMd": "d.MM.y",
4210 "yQQQ": "QQQ y",
4211 "yQQQQ": "QQQQ y",
4212 "yw-count-few": "Y, 'tydz'. w",
4213 "yw-count-many": "Y, 'tydz'. w",
4214 "yw-count-one": "Y, 'tydz'. w",
4215 "yw-count-other": "Y, 'tydz'. w"
4216 }
4217 },
4218 "CLDRToPHPSymbolConversion": {
4219 "yyyy": "Y",
4220 "yy": "y",
4221 "y": "Y",
4222 "MMMMM": "M",
4223 "MMMM": "F",
4224 "MMM": "M",
4225 "MM": "m",
4226 "M": "n",
4227 "dd": "d",
4228 "d": "j",
4229 "EEEEE": "D",
4230 "EEEE": "l",
4231 "EEE": "D",
4232 "EE": "D",
4233 "E": "D",
4234 "aaaaa": "A",
4235 "aaaa": "A",
4236 "aaa": "A",
4237 "aa": "A",
4238 "a": "A",
4239 "bbbbb": "A",
4240 "bbbb": "A",
4241 "bbb": "A",
4242 "bb": "A",
4243 "b": "A",
4244 "BBBBB": "A",
4245 "BBBB": "A",
4246 "BBB": "A",
4247 "BB": "A",
4248 "B": "A",
4249 "HH": "H",
4250 "H": "G",
4251 "hh": "h",
4252 "h": "g",
4253 "K": "g",
4254 "mm": "i",
4255 "ss": "s",
4256 "z": "",
4257 "zz": "",
4258 "zzz": "",
4259 "ccccc": "D",
4260 "cccc": "l",
4261 "ccc": "D",
4262 "cc": "D",
4263 "c": "D",
4264 "LLLLL": "M",
4265 "LLLL": "f",
4266 "LLL": "M",
4267 "LL": "m",
4268 "L": "n",
4269 "G": ""
4270 },
4271 "intlDateSpecialChars": {
4272 "cldrDelimiter": "'",
4273 "singleQuote": "'",
4274 "singleQuoteHolder": "*"
4275 }
4276 }, 3019],
4277 ["CLDRDateRenderingClientRollout", [], {
4278 "formatDateClientLoggerSamplingRate": 0.0001
4279 }, 3003],
4280 ["DateFormatConfig", [], {
4281 "numericDateOrder": ["d", "m", "y"],
4282 "numericDateSeparator": ".",
4283 "shortDayNames": ["pon.", "wt.", "\u015br.", "czw.", "pi\u0105t.", "sob.", "niedz."],
4284 "timeSeparator": ":",
4285 "weekStart": 0,
4286 "formats": {
4287 "D": "D",
4288 "D g:ia": "D H:i",
4289 "D M d": "j F",
4290 "D M d, Y": "j F Y",
4291 "D M j": "j F",
4292 "D M j, g:ia": "j F H:i",
4293 "D M j, y": "j F Y",
4294 "D M j, Y g:ia": "j F Y H:i",
4295 "D, M j, Y": "j F Y",
4296 "F d": "j F",
4297 "F d, Y": "j F Y",
4298 "F g": "j F",
4299 "F j": "j F",
4300 "F j, Y": "j F Y",
4301 "F j, Y \u0040 g:i A": "j F Y H:i",
4302 "F j, Y g:i a": "j F Y H:i",
4303 "F jS": "j F",
4304 "F jS, g:ia": "j F H:i",
4305 "F jS, Y": "j F Y",
4306 "F Y": "f Y",
4307 "g A": "H",
4308 "g:i": "H:i",
4309 "g:i A": "H:i",
4310 "g:i a": "H:i",
4311 "g:iA": "H:i",
4312 "g:ia": "H:i",
4313 "g:ia F jS, Y": "j F Y H:i",
4314 "g:iA l, F jS": "j F Y H:i",
4315 "g:ia M j": "j F H:i",
4316 "g:ia M jS": "j F H:i",
4317 "g:ia, F jS": "j F H:i",
4318 "g:iA, l M jS": "j F Y H:i",
4319 "g:sa": "H:i",
4320 "H:I - M d, Y": "j F Y H:i",
4321 "h:i a": "H:i",
4322 "h:m:s m\/d\/Y": "j.m.Y H:i:s",
4323 "j": "j",
4324 "l F d, Y": "j F Y",
4325 "l g:ia": "l H:i",
4326 "l, F d, Y": "j F Y",
4327 "l, F j": "j F",
4328 "l, F j, Y": "j F Y",
4329 "l, F jS": "j F",
4330 "l, F jS, g:ia": "j F Y H:i",
4331 "l, M j": "j F",
4332 "l, M j, Y": "j F Y",
4333 "l, M j, Y g:ia": "j F Y H:i",
4334 "M d": "j F",
4335 "M d, Y": "j F Y",
4336 "M d, Y g:ia": "j F Y H:i",
4337 "M d, Y ga": "j F Y H",
4338 "M j": "j F",
4339 "M j, Y": "j F Y",
4340 "M j, Y g:i A": "j F Y H:i",
4341 "M j, Y g:ia": "j F Y H:i",
4342 "M jS, g:ia": "j F H:i",
4343 "M Y": "f Y",
4344 "M y": "j F",
4345 "m-d-y": "j-m-Y",
4346 "M. d": "j F",
4347 "M. d, Y": "j F Y",
4348 "j F Y": "j F Y",
4349 "m.d.y": "j.m.Y",
4350 "m\/d": "j.m",
4351 "m\/d\/Y": "j.m.Y",
4352 "m\/d\/y": "j.m.Y",
4353 "m\/d\/Y g:ia": "j.m.Y H:i",
4354 "m\/d\/y H:i:s": "j.m.Y H:i:s",
4355 "m\/d\/Y h:m": "j.m.Y H:i:s",
4356 "n": "j.m",
4357 "n\/j": "j.m",
4358 "n\/j, g:ia": "j.m.Y H:i",
4359 "n\/j\/y": "j.m.Y",
4360 "Y": "Y",
4361 "Y-m-d": "j.m.Y",
4362 "Y\/m\/d": "j.m.Y",
4363 "y\/m\/d": "j.m.Y",
4364 "F": "f"
4365 },
4366 "ordinalSuffixes": {
4367 "1": ".",
4368 "2": ".",
4369 "3": ".",
4370 "4": ".",
4371 "5": ".",
4372 "6": ".",
4373 "7": ".",
4374 "8": ".",
4375 "9": ".",
4376 "10": ".",
4377 "11": ".",
4378 "12": ".",
4379 "13": ".",
4380 "14": ".",
4381 "15": ".",
4382 "16": ".",
4383 "17": ".",
4384 "18": ".",
4385 "19": ".",
4386 "20": ".",
4387 "21": ".",
4388 "22": ".",
4389 "23": ".",
4390 "24": ".",
4391 "25": ".",
4392 "26": ".",
4393 "27": ".",
4394 "28": ".",
4395 "29": ".",
4396 "30": ".",
4397 "31": "."
4398 }
4399 }, 165],
4400 ["IsInternSite", [], {
4401 "is_intern_site": false
4402 }, 4517],
4403 ["MercuryParticipantsConstants", [], {
4404 "UNKNOWN_GENDER": 0,
4405 "EMAIL_IMAGE": "\/images\/messaging\/threadlist\/envelope.png",
4406 "IMAGE_SIZE": 32,
4407 "BIG_IMAGE_SIZE": 50,
4408 "WWW_INCALL_THUMBNAIL_SIZE": 100
4409 }, 109],
4410 ["MessagingTagConstants", [], {
4411 "app_id_root": "app_id:",
4412 "other": "other",
4413 "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"],
4414 "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"],
4415 "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"],
4416 "email_source": "source:email"
4417 }, 2141],
4418 ["WebGraphQLConfig", [], {
4419 "timeout": 30000,
4420 "use_timeout_handler": true,
4421 "use_error_handler": true
4422 }, 2809],
4423 ["BladeRunnerWWWExternSubscriptionsWhitelist", [], {
4424 "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"]
4425 }, 4573],
4426 ["LocaleInitialData", [], {
4427 "locale": "pl_PL",
4428 "language": "Polski"
4429 }, 273],
4430 ["GQLSHeartbeatConfig", [], {
4431 "heartbeat_interval": 5000
4432 }, 3674],
4433 ["GraphQLSubscriptionsConfig", [], {
4434 "shouldAlwaysLog": false,
4435 "shouldUseGraphQL2DocumentIDs": true
4436 }, 2469],
4437 ["BladeRunnerGeneratedWhitelist", [], {
4438 "prefixes": {},
4439 "skywalkerTopicPrefixes": []
4440 }, 4219],
4441 ["MercuryServerRequestsConfig", [], {
4442 "sendMessageTimeout": 45000
4443 }, 107],
4444 ["FalcoJSLoggerSamplingPolicies", [], {
4445 "rates": {
4446 "accountquality_aqviewpanetab_augl": 1,
4447 "accountquality_aqviewpanetabended_augl": 1,
4448 "accountquality_coreappexperience_augl": 1,
4449 "accountquality_coreappexperienceended_augl": 1,
4450 "accountquality_coreinteractionbutton_augl": 1,
4451 "accountquality_coreinteractioncheckbox_augl": 1,
4452 "accountquality_coreinteractioncollapse_augl": 1,
4453 "accountquality_coreinteractionexpand_augl": 1,
4454 "accountquality_coreinteractionmouseover_augl": 1,
4455 "accountquality_coreinteractionmouseoverended_augl": 1,
4456 "accountquality_coreinteractionpanetab_augl": 1,
4457 "accountquality_coreuserinteraction_augl": 1,
4458 "accountquality_coreuserinteractionended_augl": 1,
4459 "adsflytrap_afsendfeedback_augl": 1,
4460 "adsflytrap_coreappexperience_augl": 1,
4461 "adsflytrap_coreappexperienceended_augl": 1,
4462 "adsflytrap_coreinteractionbutton_augl": 1,
4463 "adsflytrap_coreinteractiondropdown_augl": 1,
4464 "adsflytrap_coreinteractiondropdownended_augl": 1,
4465 "adsflytrap_coreinteractiontextinput_augl": 1,
4466 "adsflytrap_coreinteractiontextinputended_augl": 1,
4467 "adsflytrap_coreuserinteraction_augl": 1,
4468 "adsflytrap_coreuserinteractionended_augl": 1,
4469 "adsflytrap_coreviewmodal_augl": 1,
4470 "adsflytrap_coreviewmodalended_augl": 1,
4471 "adsmanager_amaccountoverview_augl": 1,
4472 "adsmanager_amaccountoverviewended_augl": 1,
4473 "adsmanager_amadobjectcreateflow_augl": 1,
4474 "adsmanager_amadobjectcreateflowended_augl": 1,
4475 "adsmanager_amadobjectduplicateflow_augl": 1,
4476 "adsmanager_amadobjectduplicateflowended_augl": 1,
4477 "adsmanager_amadobjecteditflow_augl": 1,
4478 "adsmanager_amadobjecteditflowended_augl": 1,
4479 "adsmanager_amadobjectexportflow_augl": 1,
4480 "adsmanager_amadobjectexportflowended_augl": 1,
4481 "adsmanager_amadobjectimportflow_augl": 1,
4482 "adsmanager_amadobjectimportflowended_augl": 1,
4483 "adsmanager_amadobjectreviewandpublishflow_augl": 1,
4484 "adsmanager_amadobjectreviewandpublishflowended_augl": 1,
4485 "adsmanager_amadobjectsetbuyingtype_augl": 1,
4486 "adsmanager_amadobjectsetobjective_augl": 1,
4487 "adsmanager_amadscopyerror_augl": 1,
4488 "adsmanager_amapierror_augl": 1,
4489 "adsmanager_amconvergencecontextualmenuclick_augl": 1,
4490 "adsmanager_amconvergenceexternalcreationdialogclick_augl": 1,
4491 "adsmanager_amconvergencefocusmode_augl": 1,
4492 "adsmanager_amconvergencefocusmodeended_augl": 1,
4493 "adsmanager_amconvergencefocusmodetoggleclick_augl": 1,
4494 "adsmanager_amconvergenceoptinoptout_augl": 1,
4495 "adsmanager_amconvergencepublishflow_augl": 1,
4496 "adsmanager_amconvergencepublishflowended_augl": 1,
4497 "adsmanager_amconvergencepublishpreviewdialogselection_augl": 1,
4498 "adsmanager_amcrash_augl": 1,
4499 "adsmanager_amcreateflow_augl": 1,
4500 "adsmanager_amcreateflowended_augl": 1,
4501 "adsmanager_amcreateflowfocusframework_augl": 1,
4502 "adsmanager_amcreateflowfocusframeworkclicktoedit_augl": 1,
4503 "adsmanager_amcreateflowfocusframeworkended_augl": 1,
4504 "adsmanager_amcreateflowmutableoption_augl": 1,
4505 "adsmanager_amcreateflowpage_augl": 1,
4506 "adsmanager_amcreateflowpageended_augl": 1,
4507 "adsmanager_amcriticalexception_augl": 1,
4508 "adsmanager_amdraftfragmentloaderror_augl": 1,
4509 "adsmanager_amdraftloaderror_augl": 1,
4510 "adsmanager_ameditflow_augl": 1,
4511 "adsmanager_ameditflowended_augl": 1,
4512 "adsmanager_amemojiclicktoedit_augl": 1,
4513 "adsmanager_amemojiselectedemoji_augl": 1,
4514 "adsmanager_amexception_augl": 1,
4515 "adsmanager_amfatalerror_augl": 1,
4516 "adsmanager_amhomeview_augl": 1,
4517 "adsmanager_amhomeviewended_augl": 1,
4518 "adsmanager_amimporterror_augl": 1,
4519 "adsmanager_aminit_augl": 1,
4520 "adsmanager_amnamingtypeaheadselect_augl": 1,
4521 "adsmanager_ampublisherror_augl": 1,
4522 "adsmanager_amsmartbackgrounddialog_augl": 1,
4523 "adsmanager_amsmartbackgrounddialogclosed_augl": 1,
4524 "adsmanager_amsmartbackgrounderror_augl": 1,
4525 "adsmanager_amsmartbackgroundimagesave_augl": 1,
4526 "adsmanager_amtableadobject_augl": 1,
4527 "adsmanager_amtableadobjectended_augl": 1,
4528 "adsmanager_amvalidationerror_augl": 1,
4529 "adsmanager_coreappexperience_augl": 1,
4530 "adsmanager_coreappexperienceended_augl": 1,
4531 "adsmanager_coreuserinteraction_augl": 1,
4532 "adsmanager_coreuserinteractionended_augl": 1,
4533 "adswaittimespinners_awtspinners_augl": 1,
4534 "adswaittimespinners_coreappexperience_augl": 1,
4535 "adswaittimespinners_coreappexperienceended_augl": 1,
4536 "adswaittimespinners_coreuserinteraction_augl": 1,
4537 "adswaittimespinners_coreuserinteractionended_augl": 1,
4538 "auglexplorer_augleupdatefilter_augl": 1,
4539 "auglexplorer_coreappexperience_augl": 1,
4540 "auglexplorer_coreappexperienceended_augl": 1,
4541 "auglexplorer_coreuserinteraction_augl": 1,
4542 "auglexplorer_coreuserinteractionended_augl": 1,
4543 "billing_interface_debug": 1,
4544 "billing_interface_error": 1,
4545 "billing_interface_event": 1,
4546 "business_inbox_bulk_admin_assignment_action_click": 1,
4547 "business_inbox_bulk_admin_assignment_dialog_submit": 1,
4548 "business_inbox_bulk_delete_action_click": 1,
4549 "business_inbox_bulk_delete_dialog_submit": 1,
4550 "business_inbox_bulk_label_action_click": 1,
4551 "business_inbox_bulk_label_dialog_submit": 1,
4552 "business_inbox_bulk_mark_as_unread_action_click": 1,
4553 "business_inbox_bulk_move_to_folder_action_click": 1,
4554 "business_inbox_bulk_reply_action_click": 1,
4555 "business_inbox_bulk_reply_dialog_submit": 1,
4556 "business_inbox_multi_admin_assignment_update": 1,
4557 "business_inbox_nux_impression": 1,
4558 "business_inbox_thread_checkbox_click": 1,
4559 "business_inbox_thread_checkbox_impression": 1,
4560 "business_inbox_thread_checkbox_update_value": 1,
4561 "businessmanager_bmassetinfoextraaction_augl": 1,
4562 "businessmanager_bmassetpermissionaccordianmenuinteraction_augl": 1,
4563 "businessmanager_bmassetpermissiondelete_augl": 1,
4564 "businessmanager_bmassetpermissiondeletecancel_augl": 1,
4565 "businessmanager_bmassetpermissiondeleteconfirm_augl": 1,
4566 "businessmanager_bmassetpermissionedit_augl": 1,
4567 "businessmanager_bmassettabaddasset_augl": 1,
4568 "businessmanager_bmassettabaddpeople_augl": 1,
4569 "businessmanager_bmassettabassignpartner_augl": 1,
4570 "businessmanager_bmchangetabinteraction_augl": 1,
4571 "businessmanager_bmlistrowimpression_augl": 1,
4572 "businessmanager_bmlistviewinteraction_augl": 1,
4573 "businessmanager_bmlistviewtoggle_augl": 1,
4574 "businessmanager_bmnavigationlevel_augl": 1,
4575 "businessmanager_bmnavigationlevelended_augl": 1,
4576 "businessmanager_bmopenassetintoolaction_augl": 1,
4577 "businessmanager_bmpaneload_augl": 1,
4578 "businessmanager_bmpaneloadended_augl": 1,
4579 "businessmanager_bmpaneopen_augl": 1,
4580 "businessmanager_bmpaneopenended_augl": 1,
4581 "businessmanager_bmserverexception_augl": 1,
4582 "businessmanager_bmusertabaddasset_augl": 1,
4583 "businessmanager_bmvalidationerror_augl": 1,
4584 "businessmanager_bmvettingpageinitialload_augl": 1,
4585 "businessmanager_bmvettingpageinitialloadended_augl": 1,
4586 "businessmanager_coreappexperience_augl": 1,
4587 "businessmanager_coreappexperienceended_augl": 1,
4588 "businessmanager_coreinteractionaccordianmenu_augl": 1,
4589 "businessmanager_coreinteractionbutton_augl": 1,
4590 "businessmanager_coreinteractioncheckbox_augl": 1,
4591 "businessmanager_coreinteractiondropdown_augl": 1,
4592 "businessmanager_coreinteractiondropdownended_augl": 1,
4593 "businessmanager_coreinteractionradiobutton_augl": 1,
4594 "businessmanager_coreinteractiontextinput_augl": 1,
4595 "businessmanager_coreinteractiontextinputended_augl": 1,
4596 "businessmanager_coreinteractiontoggle_augl": 1,
4597 "businessmanager_coreuserinteraction_augl": 1,
4598 "businessmanager_coreuserinteractionended_augl": 1,
4599 "businessmanager_coreviewmodal_augl": 1,
4600 "businessmanager_coreviewmodalended_augl": 1,
4601 "candidate_portal_give_feedback": 1,
4602 "changed_cause": 1,
4603 "chatroom_attachment_chat_button_tapped": 1,
4604 "chatroom_join_request_cancelled": 1,
4605 "chatroom_join_request_submitted": 1,
4606 "cix_account_status_vpvd": 1,
4607 "cix_warning_screens": 1,
4608 "click_donate_monthly": 1,
4609 "click_donate_once": 1,
4610 "click_donation_history_item": 1,
4611 "click_like_button": 1,
4612 "click_open_edit_group_fundraiser_settings": 1,
4613 "click_other_amount_button": 1,
4614 "click_suggested_amount_button": 1,
4615 "click_unlike_button": 1,
4616 "comet_feed_story_menu_action": 10000,
4617 "comet_feed_vpvd_test": 1,
4618 "comet_ineligibility_opt_out_event": 1,
4619 "comet_media_options_click": 10000,
4620 "comet_media_remove_tag": 10000,
4621 "comet_media_tag": 10000,
4622 "comet_media_vpvd": 1,
4623 "comet_news_feed_eof": 1,
4624 "comet_news_feed_eof_unmounted": 1,
4625 "comet_news_feed_loaded": 1,
4626 "comet_opt_in_upsell_interaction": 1,
4627 "comet_opt_out_survey": 1,
4628 "comet_opt_out_survey_feedback": 1,
4629 "comet_story_attachments": 1,
4630 "comet_topnav_item_click": 1,
4631 "comet_topnav_item_impression": 1,
4632 "comment_inline_seen": 1,
4633 "comment_inline_xout": 1,
4634 "commerce_pdp_product_tag_click": 1,
4635 "commerce_see_more_from_shop_card_click": 1,
4636 "commerce_view_product_tag": 1,
4637 "commerce_view_product_tag_hscroll": 1,
4638 "commerce_view_product_tag_pill": 1,
4639 "commerce_view_product_tagged_post": 1,
4640 "commerce_view_see_more_from_shop": 1,
4641 "community_resources_click_link_mobile": 1,
4642 "community_resources_share_link_mobile": 1,
4643 "consent_flow_interactions": 1,
4644 "content_manager_content_detailed_view_impression": 1,
4645 "content_manager_content_item_click": 1,
4646 "content_manager_tab_item_click": 1,
4647 "content_manager_workspace_impression": 1,
4648 "create_fundraiser_click": 1,
4649 "create_living_room_action_link_impression": 1,
4650 "deferred_feedback_experience": 1,
4651 "delete_media_attempted": 1,
4652 "donate_click": 1,
4653 "donation_impact_dismiss_prompt": 1,
4654 "edit_group_fundraiser_settings_begin": 1,
4655 "end_fundraiser_begin": 1,
4656 "external_metric_consumption_validation_event": 1,
4657 "fbt_impressions_batch": 1,
4658 "friends_center_opened": 1,
4659 "frtp_survey_response": 1,
4660 "fundraiser_chat_support_click": 1,
4661 "fundraiser_hub_category_click": 1,
4662 "fundraiser_more_button_click": 1,
4663 "fundraiser_payout_setup_click": 1,
4664 "fundraiser_see_all_click": 1,
4665 "gaming_video_level_up_qp": 1,
4666 "griffin_tab_open": 1,
4667 "hub_activity_link_click": 1,
4668 "invite_click": 1,
4669 "kototoro_comment_create_attempted": 1,
4670 "kototoro_comment_created": 1,
4671 "kototoro_comment_delete_attempted": 1,
4672 "kototoro_comment_deleted": 1,
4673 "kototoro_comment_emoji_selected": 1,
4674 "kototoro_comment_exited": 1,
4675 "kototoro_comment_follow_upsell_action": 1,
4676 "kototoro_comment_follow_upsell_shown": 1,
4677 "kototoro_comment_launched": 1,
4678 "kototoro_comment_liked": 1,
4679 "kototoro_comment_mention_selected_user": 1,
4680 "kototoro_comment_mention_view_canceled": 1,
4681 "kototoro_comment_mention_view_shown": 1,
4682 "kototoro_comment_unliked": 1,
4683 "kttr_fb_stories_button_click": 1,
4684 "kttr_fb_stories_button_exposure": 1,
4685 "kttr_fb_stories_upsell": 1,
4686 "kttr_ig_feed_crosspost_composer": 1,
4687 "kttr_ig_feed_crosspost_sharesheet": 1,
4688 "kttr_ig_stories_crosspost_composer": 1,
4689 "kttr_ig_stories_crosspost_sharesheet": 1,
4690 "kttr_share_to_feed_error": 1,
4691 "kttr_share_to_story_error": 1,
4692 "lasso_composer_fb_stories_toggle": 1,
4693 "lasso_composer_fb_timeline_toggle": 1,
4694 "lasso_composer_fb_toggle": 1,
4695 "lasso_composer_ig_feed_toggle": 1,
4696 "lasso_composer_ig_stories_toggle": 1,
4697 "learning_click_component": 1,
4698 "lh_digest_logging": 1,
4699 "live_join_group_cta_click": 1,
4700 "live_trace_www_video_player": 1,
4701 "load_group_fundraiser_settings_row": 1,
4702 "log_messenger_frx_events_in_cix_screen": 1,
4703 "ls_business_welcome_page_composer_hided": 1,
4704 "ls_business_welcome_page_get_started_button_tapped": 1,
4705 "ls_business_welcome_page_start": 1,
4706 "ls_cta_click_client_handling_success": 1,
4707 "ls_cta_displayed_button_tapped": 1,
4708 "ls_did_tap_call_to_action": 1,
4709 "ls_messenger_integrity_block_facebook_confirmed": 1,
4710 "ls_messenger_integrity_block_facebook_failed": 1,
4711 "ls_messenger_integrity_block_facebook_succeeded": 1,
4712 "ls_messenger_integrity_block_facebook_tapped": 1,
4713 "ls_messenger_integrity_block_messages_confirmed": 1,
4714 "ls_messenger_integrity_block_messages_failed": 1,
4715 "ls_messenger_integrity_block_messages_succeeded": 1,
4716 "ls_messenger_integrity_block_messages_tapped": 1,
4717 "ls_messenger_integrity_block_view_enter": 1,
4718 "ls_messenger_integrity_learn_more_tapped": 1,
4719 "ls_messenger_integrity_unblock_facebook_confirmed": 1,
4720 "ls_messenger_integrity_unblock_facebook_failed": 1,
4721 "ls_messenger_integrity_unblock_facebook_succeeded": 1,
4722 "ls_messenger_integrity_unblock_facebook_tapped": 1,
4723 "ls_messenger_integrity_unblock_messages_confirmed": 1,
4724 "ls_messenger_integrity_unblock_messages_failed": 1,
4725 "ls_messenger_integrity_unblock_messages_succeeded": 1,
4726 "ls_messenger_integrity_unblock_messages_tapped": 1,
4727 "ls_persistent_menu_client_handling_success": 1,
4728 "ls_persistent_menu_icon_tapped": 1,
4729 "ls_persistent_menu_is_set_up": 1,
4730 "managedlift_coreappexperience_augl": 1,
4731 "managedlift_coreappexperienceended_augl": 1,
4732 "managedlift_coreinteractionbutton_augl": 1,
4733 "managedlift_coreinteractioncheckbox_augl": 1,
4734 "managedlift_coreinteractioncollapse_augl": 1,
4735 "managedlift_coreinteractionexpand_augl": 1,
4736 "managedlift_coreinteractionmouseover_augl": 1,
4737 "managedlift_coreinteractionmouseoverended_augl": 1,
4738 "managedlift_coreinteractionpanetab_augl": 1,
4739 "managedlift_coreinteractionradiobutton_augl": 1,
4740 "managedlift_coreinteractionsearchbar_augl": 1,
4741 "managedlift_coreinteractionsearchbarended_augl": 1,
4742 "managedlift_coreuserinteraction_augl": 1,
4743 "managedlift_coreuserinteractionended_augl": 1,
4744 "managedlift_coreviewmodal_augl": 1,
4745 "managedlift_coreviewmodalended_augl": 1,
4746 "managedlift_mlapierror_augl": 1,
4747 "managedlift_mlerror_augl": 1,
4748 "managedlift_mlfieldset_augl": 1,
4749 "managedlift_mltypeaheadselect_augl": 1,
4750 "managedlift_mlvalidationerror_augl": 1,
4751 "mentorship": 1,
4752 "mentorship_cohort": 1,
4753 "mentorship_user": 1,
4754 "misinfo_frontend": 1,
4755 "mk_client_event": 1,
4756 "news_digest_content_impression_event": 1,
4757 "news_digest_outbound_click_event": 1,
4758 "news_digest_primary_click_event": 1,
4759 "news_digest_secondary_click_event": 1,
4760 "news_digest_unit_impression_event": 1,
4761 "notif_list_bottom_collision": 10000,
4762 "open_cause_beneficiary_selector": 1,
4763 "open_seen_summary": 1,
4764 "pages_composer_composer_cancel_flow": 1,
4765 "pages_composer_composer_enter_flow": 1,
4766 "pages_composer_composer_focus_acquired": 1,
4767 "pages_composer_composer_focus_lost": 1,
4768 "pages_composer_composer_impression": 1,
4769 "pages_composer_composer_submit_flow": 1,
4770 "pages_composer_composer_submit_flow_failure": 1,
4771 "pages_composer_composer_submit_flow_success": 1,
4772 "pages_composer_consolidated_entry_click": 1,
4773 "pages_composer_draft_post_cancel_flow": 1,
4774 "pages_composer_draft_post_edit_enter_flow": 1,
4775 "pages_composer_draft_post_edit_submit_flow": 1,
4776 "pages_composer_draft_post_enter_flow": 1,
4777 "pages_composer_draft_post_submit_flow": 1,
4778 "pages_composer_draft_reminder_card_impression": 1,
4779 "pages_composer_draft_reminder_unit_impression": 1,
4780 "pages_composer_footer_setting_button_click": 1,
4781 "pages_composer_media_attachment_button_click": 1,
4782 "pages_composer_media_attachment_button_impression": 1,
4783 "pages_composer_offer_composer_cancel_flow": 1,
4784 "pages_composer_offer_composer_enter_flow": 1,
4785 "pages_composer_offer_composer_photo_uploader_submit_flow": 1,
4786 "pages_composer_offer_composer_photo_uploader_submit_flow_failure": 1,
4787 "pages_composer_offer_composer_photo_uploader_submit_flow_success": 1,
4788 "pages_composer_offer_composer_submit_flow": 1,
4789 "pages_composer_offer_composer_submit_flow_failure": 1,
4790 "pages_composer_offer_composer_submit_flow_success": 1,
4791 "pages_composer_offer_composer_update_value": 1,
4792 "pages_composer_preview_button_click": 1,
4793 "pages_composer_schedule_post_cancel_flow": 1,
4794 "pages_composer_schedule_post_enter_flow": 1,
4795 "pages_composer_schedule_post_submit_flow": 1,
4796 "pages_inbox_impression": 1,
4797 "pages_launchpoint_pages_you_manage_click": 1,
4798 "pages_launchpoint_view_message_click": 1,
4799 "pages_launchpoint_view_notification_click": 1,
4800 "pages_message_thread_impression": 1,
4801 "pages_page_action_click": 1,
4802 "pages_page_action_impression": 1,
4803 "pages_page_address_click": 1,
4804 "pages_page_card_impression": 1,
4805 "pages_page_card_see_all_click": 1,
4806 "pages_page_cover_click": 1,
4807 "pages_page_cover_impression": 1,
4808 "pages_page_email_click": 1,
4809 "pages_page_get_directions_click": 1,
4810 "pages_page_like_chaining_unit_impression": 1,
4811 "pages_page_map_click": 1,
4812 "pages_page_message_click": 1,
4813 "pages_page_notification_menu_impression": 1,
4814 "pages_page_photo_album_click": 1,
4815 "pages_page_photo_click": 1,
4816 "pages_page_settings_impression": 1,
4817 "pages_page_surface_impression": 1,
4818 "pages_page_video_click": 1,
4819 "pages_page_website_click": 1,
4820 "pages_permalink_impression": 1,
4821 "people_you_may_follow": 1,
4822 "perf": 1,
4823 "pii_action_flow": 1,
4824 "political_ads_infosheet": 1,
4825 "post_debugger_usage": 1,
4826 "privacy_checkup_event": 1,
4827 "qp_action": 1,
4828 "qp_impression": 1,
4829 "regular_pymk_add": 1,
4830 "regular_pymk_imp": 1,
4831 "regular_pymk_profile": 1,
4832 "regular_pymk_xout": 1,
4833 "report_fundraiser_click": 1,
4834 "save_click": 1,
4835 "save_item_impression": 1,
4836 "save_surface_impression": 1,
4837 "saved_dashboard_imp": 1,
4838 "saved_dashboard_list_landing_imp": 1,
4839 "saved_see_all_lists_view_imp": 1,
4840 "search_result_page_logging_inline_action": 1,
4841 "search_result_page_logging_item_clicked": 1,
4842 "search_result_page_logging_results_loaded": 1,
4843 "search_result_page_logging_viewport_view": 1,
4844 "search_results_logging_module_unit_data": 1,
4845 "search_results_logging_result_unit_data": 1,
4846 "search_typeahead_logging_session": 1,
4847 "sextortion_victim_support_option_clicked": 1,
4848 "share_click": 1,
4849 "share_dialog_unified_composer": 1,
4850 "smart_compose_candidates_generated": 1,
4851 "smart_compose_candidates_queried": 1,
4852 "smart_compose_matching_suggestion": 1,
4853 "smart_compose_suggestion_clicked": 1,
4854 "smart_compose_suggestion_displayed": 1,
4855 "tap_add_to_pages_story": 1,
4856 "tap_creator_item": 1,
4857 "tap_nonprofit_item": 1,
4858 "tap_select_page": 1,
4859 "toggle_group_fundraiser_creation_permissions": 1,
4860 "toggle_group_fundraiser_feature_setting": 1,
4861 "ufi_share_menu_copy_link": 1,
4862 "unidash_bladerunner_events": 1,
4863 "vehicle_entity_page_user_action_event": 1,
4864 "verse": 1,
4865 "video_action_source_event": 1,
4866 "video_search_relevancy_feedback": 1,
4867 "view_bookmark_hub_component": 1,
4868 "view_fundraiser_click": 1,
4869 "view_fundraiser_page_component": 1,
4870 "view_fundraiser_payment_settings_click": 1,
4871 "view_nonprofit_click": 1,
4872 "view_payout_overview_click": 1,
4873 "vod_pnc_messenger_cta_click": 1,
4874 "vod_pnc_people_sheet_impression": 1,
4875 "vod_pnc_people_sheet_thumbnail_impression": 1,
4876 "vod_pnc_see_all_reactions_click": 1,
4877 "volunteering_click_unit": 1,
4878 "volunteering_view_unit": 1,
4879 "voter_registration_attachment_tap_change_state": 1,
4880 "voter_registration_post_impression": 1,
4881 "voter_registration_post_tap_register": 1,
4882 "voter_registration_qp_tap_edit_location": 1,
4883 "voter_registration_state_selector_tap_state": 1,
4884 "weather_bookmark_forecast_scrolled": 1,
4885 "weather_bookmark_impression": 1,
4886 "weather_bookmark_scroll_forecast": 1,
4887 "weather_bookmark_settings_tapped": 1,
4888 "weather_bookmark_tap_city_tab": 1,
4889 "weather_bookmark_tap_future_day": 1,
4890 "weather_bookmark_tap_hourly_forecast": 1,
4891 "weather_bookmark_tap_nowcast": 1,
4892 "weather_daily_notifications_mutation_error": 1,
4893 "weather_daily_notifications_turned_off": 1,
4894 "weather_daily_notifications_turned_on": 1,
4895 "weather_live_alerts_mutation_error": 1,
4896 "weather_live_alerts_turned_off": 1,
4897 "weather_live_alerts_turned_on": 1,
4898 "weather_settings_add_city": 1,
4899 "weather_settings_daily_notification_use_current_location": 1,
4900 "weather_settings_delete_city": 1,
4901 "weather_settings_error_state_dismissed": 1,
4902 "weather_settings_error_state_fixed": 1,
4903 "weather_settings_impression": 1,
4904 "weather_settings_notification_location_tapped": 1,
4905 "weather_settings_tap_city_row": 1,
4906 "weather_settings_temperature_unit_changed": 1,
4907 "work_thanks_mobile_ui_confirm_button_clicked": 1,
4908 "work_thanks_mobile_ui_dialog_opened": 1,
4909 "attempt_to_send_reply": 1,
4910 "camera_roll_cancelled": 1,
4911 "camera_roll_finished": 1,
4912 "camera_roll_folder_in_dropdown_clicked": 1,
4913 "camera_roll_header_camera_clicked": 1,
4914 "camera_roll_header_cancel_button_clicked": 1,
4915 "camera_roll_header_folder_clicked": 1,
4916 "camera_roll_header_next_button_clicked": 1,
4917 "camera_roll_magnifying_glass_button_clicked": 1,
4918 "camera_roll_media_item_clicked": 1,
4919 "camera_roll_opened": 1,
4920 "close_story": 1,
4921 "composer_cancel": 1,
4922 "composer_entry": 1,
4923 "composer_focus_acquired": 1,
4924 "composer_focus_lost": 1,
4925 "composer_init": 1,
4926 "composer_post": 1,
4927 "composer_post_cancel": 1,
4928 "composer_post_failure": 1,
4929 "composer_post_mutation_start": 1,
4930 "composer_post_server_content_rendered": 1,
4931 "composer_post_success": 1,
4932 "composer_publish_flow": 1,
4933 "crisis_click_unit": 1,
4934 "crisis_tool_view_page": 1,
4935 "crisis_view_unit": 1,
4936 "feed_friend_request_confirm": 1,
4937 "feed_friend_request_delete": 1,
4938 "feed_friend_request_imp": 1,
4939 "feed_friend_request_profile": 1,
4940 "marketplace_surface_exit": 1,
4941 "open_media": 1,
4942 "open_story": 1,
4943 "pymk_add": 1,
4944 "pymk_imp": 1,
4945 "pymk_profile": 1,
4946 "pymk_xout": 1,
4947 "request_click": 1,
4948 "request_seen": 1,
4949 "saved_collection_ego_item_image_clicked": 1,
4950 "send_story_post_failed_notification": 1,
4951 "stories_interactive_feedback": 1,
4952 "story_card_impression": 1,
4953 "story_card_timespent": 1,
4954 "story_interactive_item_click": 1,
4955 "story_interactive_item_rendering": 1,
4956 "story_navigation": 1,
4957 "story_profile_impression": 1,
4958 "why_covered_ccs_link_followed": 1,
4959 "why_covered_ccs_snippet_viewed": 1,
4960 "why_covered_error_generating_cms": 1,
4961 "why_covered_how_snippet_viewed": 1
4962 }
4963 }, 4308],
4964 ["QuickLogConfig", [], {
4965 "qpl_events": {
4966 "393276": {
4967 "sampleRate": 50
4968 },
4969 "655575": {
4970 "sampleRate": 1
4971 },
4972 "655576": {
4973 "sampleRate": 5000
4974 },
4975 "655584": {
4976 "sampleRate": 1
4977 },
4978 "2097243": {
4979 "sampleRate": 250
4980 },
4981 "2097246": {
4982 "sampleRate": 1
4983 },
4984 "3473463": {
4985 "sampleRate": 1
4986 },
4987 "3473464": {
4988 "sampleRate": 1
4989 },
4990 "3473465": {
4991 "sampleRate": 1
4992 },
4993 "3735589": {
4994 "sampleRate": 100
4995 },
4996 "3735590": {
4997 "sampleRate": 1000
4998 },
4999 "3735591": {
5000 "sampleRate": 100
5001 },
5002 "3735592": {
5003 "sampleRate": 1000
5004 },
5005 "3735593": {
5006 "sampleRate": 1000
5007 },
5008 "3735594": {
5009 "sampleRate": 1000
5010 },
5011 "3735595": {
5012 "sampleRate": 100
5013 },
5014 "3735596": {
5015 "sampleRate": 1000
5016 },
5017 "3735597": {
5018 "sampleRate": 1000
5019 },
5020 "3735598": {
5021 "sampleRate": 100
5022 },
5023 "3735599": {
5024 "sampleRate": 1000
5025 },
5026 "3735600": {
5027 "sampleRate": 100
5028 },
5029 "3735601": {
5030 "sampleRate": 100
5031 },
5032 "3735602": {
5033 "sampleRate": 10000
5034 },
5035 "3735603": {
5036 "sampleRate": 10000
5037 },
5038 "3735604": {
5039 "sampleRate": 100
5040 },
5041 "3735605": {
5042 "sampleRate": 100
5043 },
5044 "3735606": {
5045 "sampleRate": 1
5046 },
5047 "3735608": {
5048 "sampleRate": 250
5049 },
5050 "3735609": {
5051 "sampleRate": 250
5052 },
5053 "3735610": {
5054 "sampleRate": 250
5055 },
5056 "3735611": {
5057 "sampleRate": 250
5058 },
5059 "3735612": {
5060 "sampleRate": 250
5061 },
5062 "3735613": {
5063 "sampleRate": 250
5064 },
5065 "3735614": {
5066 "sampleRate": 250
5067 },
5068 "3735615": {
5069 "sampleRate": 250
5070 },
5071 "3735616": {
5072 "sampleRate": 250
5073 },
5074 "3735617": {
5075 "sampleRate": 250
5076 },
5077 "7733271": {
5078 "sampleRate": 1
5079 },
5080 "7995396": {
5081 "sampleRate": 100
5082 },
5083 "7995398": {
5084 "sampleRate": 100
5085 },
5086 "7995399": {
5087 "sampleRate": 100
5088 },
5089 "7995400": {
5090 "sampleRate": 1
5091 },
5092 "7995401": {
5093 "sampleRate": 1
5094 },
5095 "7995402": {
5096 "sampleRate": 1
5097 },
5098 "7995403": {
5099 "sampleRate": 100
5100 },
5101 "7995404": {
5102 "sampleRate": 100
5103 },
5104 "7995408": {
5105 "sampleRate": 100
5106 },
5107 "7995409": {
5108 "sampleRate": 100
5109 },
5110 "7995411": {
5111 "sampleRate": 100
5112 },
5113 "11075606": {
5114 "sampleRate": 100
5115 },
5116 "11075649": {
5117 "sampleRate": 1
5118 },
5119 "11075653": {
5120 "sampleRate": 1
5121 },
5122 "11075654": {
5123 "sampleRate": 1
5124 },
5125 "11075666": {
5126 "sampleRate": 100
5127 },
5128 "11075668": {
5129 "sampleRate": 1
5130 },
5131 "11075669": {
5132 "sampleRate": 1
5133 },
5134 "11075674": {
5135 "sampleRate": 1
5136 },
5137 "12451850": {
5138 "sampleRate": 4
5139 },
5140 "12451853": {
5141 "sampleRate": 10000
5142 },
5143 "12451854": {
5144 "sampleRate": 1
5145 },
5146 "12451859": {
5147 "sampleRate": 1
5148 },
5149 "13238313": {
5150 "sampleRate": 100
5151 },
5152 "13238314": {
5153 "sampleRate": 100
5154 },
5155 "13238353": {
5156 "sampleRate": 100
5157 },
5158 "13238354": {
5159 "sampleRate": 100
5160 },
5161 "13238355": {
5162 "sampleRate": 100
5163 },
5164 "13238356": {
5165 "sampleRate": 100
5166 },
5167 "13238357": {
5168 "sampleRate": 100
5169 },
5170 "14549005": {
5171 "sampleRate": 10000
5172 },
5173 "17825794": {
5174 "sampleRate": 250
5175 },
5176 "19202053": {
5177 "sampleRate": 100
5178 },
5179 "19202054": {
5180 "sampleRate": 1
5181 },
5182 "19202055": {
5183 "sampleRate": 10
5184 },
5185 "19202056": {
5186 "sampleRate": 10
5187 },
5188 "19202066": {
5189 "sampleRate": 10
5190 },
5191 "19202071": {
5192 "sampleRate": 10
5193 },
5194 "19202072": {
5195 "sampleRate": 10
5196 },
5197 "19202075": {
5198 "sampleRate": 1
5199 },
5200 "19202077": {
5201 "sampleRate": 100
5202 },
5203 "19202078": {
5204 "sampleRate": 10
5205 },
5206 "19202079": {
5207 "sampleRate": 1
5208 },
5209 "19202080": {
5210 "sampleRate": 100
5211 },
5212 "19202081": {
5213 "sampleRate": 100
5214 },
5215 "22347782": {
5216 "sampleRate": 100
5217 },
5218 "23265284": {
5219 "sampleRate": 1
5220 },
5221 "23265285": {
5222 "sampleRate": 1
5223 },
5224 "23265286": {
5225 "sampleRate": 1
5226 },
5227 "23855105": {
5228 "sampleRate": 1
5229 },
5230 "23855106": {
5231 "sampleRate": 1
5232 },
5233 "23855107": {
5234 "sampleRate": 1
5235 },
5236 "23855108": {
5237 "sampleRate": 1
5238 },
5239 "23855109": {
5240 "sampleRate": 1
5241 },
5242 "25296897": {
5243 "sampleRate": 1
5244 },
5245 "25296900": {
5246 "sampleRate": 10000
5247 },
5248 "25296901": {
5249 "sampleRate": 1
5250 },
5251 "25296902": {
5252 "sampleRate": 1
5253 },
5254 "25296903": {
5255 "sampleRate": 10000
5256 },
5257 "25296904": {
5258 "sampleRate": 10000
5259 },
5260 "25296905": {
5261 "sampleRate": 10000
5262 },
5263 "25296906": {
5264 "sampleRate": 10000
5265 },
5266 "25952266": {
5267 "sampleRate": 1
5268 },
5269 "26869761": {
5270 "sampleRate": 1
5271 },
5272 "26869762": {
5273 "sampleRate": 1
5274 },
5275 "26869763": {
5276 "sampleRate": 1
5277 },
5278 "26869764": {
5279 "sampleRate": 1
5280 },
5281 "26869765": {
5282 "sampleRate": 1
5283 },
5284 "26869766": {
5285 "sampleRate": 1
5286 },
5287 "27459585": {
5288 "sampleRate": 10000
5289 },
5290 "27459588": {
5291 "sampleRate": 5000
5292 },
5293 "27459589": {
5294 "sampleRate": 1
5295 },
5296 "27459590": {
5297 "sampleRate": 10
5298 },
5299 "27459591": {
5300 "sampleRate": 1
5301 },
5302 "27787270": {
5303 "sampleRate": 1
5304 },
5305 "27983873": {
5306 "sampleRate": 1
5307 },
5308 "27983874": {
5309 "sampleRate": 1
5310 },
5311 "27983875": {
5312 "sampleRate": 1
5313 },
5314 "27983876": {
5315 "sampleRate": 1
5316 },
5317 "27983877": {
5318 "sampleRate": 1
5319 },
5320 "29818881": {
5321 "sampleRate": 1
5322 },
5323 "29818882": {
5324 "sampleRate": 1
5325 },
5326 "29818883": {
5327 "sampleRate": 1
5328 },
5329 "29818884": {
5330 "sampleRate": 1
5331 },
5332 "29884423": {
5333 "sampleRate": 10
5334 },
5335 "29884425": {
5336 "sampleRate": 10
5337 },
5338 "29884426": {
5339 "sampleRate": 10
5340 },
5341 "29949953": {
5342 "sampleRate": 1
5343 },
5344 "29949954": {
5345 "sampleRate": 1
5346 },
5347 "29949955": {
5348 "sampleRate": 1
5349 },
5350 "30408705": {
5351 "sampleRate": 1
5352 },
5353 "30408706": {
5354 "sampleRate": 1
5355 },
5356 "30408707": {
5357 "sampleRate": 1
5358 },
5359 "30408708": {
5360 "sampleRate": 1
5361 },
5362 "30408709": {
5363 "sampleRate": 1
5364 },
5365 "30408710": {
5366 "sampleRate": 1
5367 },
5368 "30408711": {
5369 "sampleRate": 1
5370 },
5371 "30408712": {
5372 "sampleRate": 1
5373 },
5374 "30605313": {
5375 "sampleRate": 1
5376 },
5377 "30605314": {
5378 "sampleRate": 1
5379 },
5380 "30605315": {
5381 "sampleRate": 1
5382 },
5383 "30605316": {
5384 "sampleRate": 1
5385 },
5386 "30605317": {
5387 "sampleRate": 1
5388 },
5389 "30605318": {
5390 "sampleRate": 1
5391 },
5392 "30605319": {
5393 "sampleRate": 1
5394 },
5395 "30605320": {
5396 "sampleRate": 1
5397 },
5398 "30605321": {
5399 "sampleRate": 1
5400 },
5401 "30605322": {
5402 "sampleRate": 1
5403 },
5404 "30605323": {
5405 "sampleRate": 1
5406 },
5407 "30605324": {
5408 "sampleRate": 1
5409 },
5410 "30605325": {
5411 "sampleRate": 1
5412 },
5413 "30605326": {
5414 "sampleRate": 1
5415 },
5416 "30605327": {
5417 "sampleRate": 1
5418 },
5419 "30605328": {
5420 "sampleRate": 1
5421 },
5422 "30605329": {
5423 "sampleRate": 1
5424 },
5425 "30605330": {
5426 "sampleRate": 1
5427 },
5428 "30605331": {
5429 "sampleRate": 1
5430 },
5431 "30605332": {
5432 "sampleRate": 1
5433 },
5434 "30605333": {
5435 "sampleRate": 1
5436 },
5437 "30605334": {
5438 "sampleRate": 1
5439 },
5440 "30605335": {
5441 "sampleRate": 1
5442 },
5443 "30605336": {
5444 "sampleRate": 1
5445 },
5446 "30605337": {
5447 "sampleRate": 1
5448 },
5449 "30605338": {
5450 "sampleRate": 1
5451 },
5452 "30605339": {
5453 "sampleRate": 1
5454 },
5455 "30605340": {
5456 "sampleRate": 1
5457 },
5458 "30605341": {
5459 "sampleRate": 1
5460 },
5461 "30605342": {
5462 "sampleRate": 1
5463 },
5464 "30605343": {
5465 "sampleRate": 1
5466 },
5467 "30605344": {
5468 "sampleRate": 1
5469 },
5470 "30605345": {
5471 "sampleRate": 1
5472 },
5473 "30605346": {
5474 "sampleRate": 1
5475 },
5476 "30605347": {
5477 "sampleRate": 1
5478 },
5479 "30605348": {
5480 "sampleRate": 1
5481 },
5482 "30605349": {
5483 "sampleRate": 1
5484 },
5485 "30605350": {
5486 "sampleRate": 1
5487 },
5488 "30605351": {
5489 "sampleRate": 1
5490 },
5491 "30605352": {
5492 "sampleRate": 1
5493 },
5494 "30605353": {
5495 "sampleRate": 1
5496 },
5497 "30605354": {
5498 "sampleRate": 1
5499 },
5500 "30605355": {
5501 "sampleRate": 1
5502 },
5503 "30605356": {
5504 "sampleRate": 1
5505 },
5506 "30605357": {
5507 "sampleRate": 1
5508 },
5509 "30605358": {
5510 "sampleRate": 1
5511 },
5512 "30605360": {
5513 "sampleRate": 1
5514 },
5515 "30605361": {
5516 "sampleRate": 1
5517 },
5518 "30605362": {
5519 "sampleRate": 1
5520 },
5521 "30605363": {
5522 "sampleRate": 1
5523 },
5524 "30605364": {
5525 "sampleRate": 1
5526 },
5527 "30605365": {
5528 "sampleRate": 1
5529 },
5530 "30605366": {
5531 "sampleRate": 1
5532 },
5533 "30605367": {
5534 "sampleRate": 1
5535 },
5536 "30605368": {
5537 "sampleRate": 1
5538 },
5539 "30605369": {
5540 "sampleRate": 1
5541 },
5542 "30605370": {
5543 "sampleRate": 1
5544 },
5545 "30605371": {
5546 "sampleRate": 1
5547 },
5548 "30605373": {
5549 "sampleRate": 1
5550 },
5551 "30605374": {
5552 "sampleRate": 1
5553 },
5554 "30605375": {
5555 "sampleRate": 1
5556 },
5557 "30605376": {
5558 "sampleRate": 1
5559 },
5560 "30605377": {
5561 "sampleRate": 1
5562 },
5563 "30605378": {
5564 "sampleRate": 1
5565 },
5566 "30605379": {
5567 "sampleRate": 1
5568 },
5569 "30605380": {
5570 "sampleRate": 1
5571 },
5572 "30605381": {
5573 "sampleRate": 1
5574 },
5575 "30605382": {
5576 "sampleRate": 1
5577 },
5578 "30605383": {
5579 "sampleRate": 1
5580 },
5581 "32374785": {
5582 "sampleRate": 10000
5583 },
5584 "32702465": {
5585 "sampleRate": 1
5586 },
5587 "33619969": {
5588 "sampleRate": 1
5589 },
5590 "33751042": {
5591 "sampleRate": 1
5592 },
5593 "33751043": {
5594 "sampleRate": 1
5595 },
5596 "33751044": {
5597 "sampleRate": 1
5598 },
5599 "33751045": {
5600 "sampleRate": 1
5601 },
5602 "33751046": {
5603 "sampleRate": 1
5604 },
5605 "33751047": {
5606 "sampleRate": 1
5607 },
5608 "33751048": {
5609 "sampleRate": 1
5610 },
5611 "33751049": {
5612 "sampleRate": 1
5613 },
5614 "35586050": {
5615 "sampleRate": 1000
5616 },
5617 "35586051": {
5618 "sampleRate": 10
5619 },
5620 "35586052": {
5621 "sampleRate": 1000
5622 },
5623 "35586053": {
5624 "sampleRate": 1000
5625 },
5626 "35651585": {
5627 "sampleRate": 1
5628 },
5629 "35651586": {
5630 "sampleRate": 1
5631 },
5632 "35651587": {
5633 "sampleRate": 1
5634 },
5635 "35651588": {
5636 "sampleRate": 1
5637 },
5638 "35651589": {
5639 "sampleRate": 1
5640 },
5641 "35651590": {
5642 "sampleRate": 1
5643 },
5644 "35651591": {
5645 "sampleRate": 1
5646 },
5647 "35651592": {
5648 "sampleRate": 1
5649 },
5650 "35651593": {
5651 "sampleRate": 1
5652 },
5653 "35651594": {
5654 "sampleRate": 1
5655 },
5656 "35651595": {
5657 "sampleRate": 1
5658 },
5659 "35651596": {
5660 "sampleRate": 1
5661 },
5662 "35651597": {
5663 "sampleRate": 1
5664 },
5665 "35651598": {
5666 "sampleRate": 1
5667 },
5668 "35651599": {
5669 "sampleRate": 1
5670 },
5671 "35651600": {
5672 "sampleRate": 1
5673 },
5674 "35651601": {
5675 "sampleRate": 1
5676 },
5677 "36110337": {
5678 "sampleRate": 1
5679 },
5680 "36110338": {
5681 "sampleRate": 1
5682 },
5683 "36110339": {
5684 "sampleRate": 1
5685 },
5686 "36241413": {
5687 "sampleRate": 1
5688 },
5689 "36241422": {
5690 "sampleRate": 1
5691 },
5692 "36241423": {
5693 "sampleRate": 1
5694 },
5695 "36241424": {
5696 "sampleRate": 1
5697 },
5698 "36306945": {
5699 "sampleRate": 1
5700 },
5701 "36306946": {
5702 "sampleRate": 1
5703 },
5704 "36306948": {
5705 "sampleRate": 1
5706 },
5707 "36503555": {
5708 "sampleRate": 10000
5709 },
5710 "36503556": {
5711 "sampleRate": 10000
5712 },
5713 "37093377": {
5714 "sampleRate": 10000
5715 },
5716 "37158913": {
5717 "sampleRate": 1
5718 },
5719 "37158914": {
5720 "sampleRate": 1
5721 },
5722 "37158915": {
5723 "sampleRate": 1
5724 },
5725 "37158916": {
5726 "sampleRate": 1
5727 },
5728 "37224449": {
5729 "sampleRate": 10000
5730 },
5731 "37224450": {
5732 "sampleRate": 10000
5733 },
5734 "37224451": {
5735 "sampleRate": 10000
5736 },
5737 "37224452": {
5738 "sampleRate": 10000
5739 },
5740 "37224453": {
5741 "sampleRate": 10000
5742 },
5743 "37224454": {
5744 "sampleRate": 10000
5745 },
5746 "37224455": {
5747 "sampleRate": 10000
5748 },
5749 "37224456": {
5750 "sampleRate": 10000
5751 },
5752 "37224457": {
5753 "sampleRate": 10000
5754 },
5755 "37289985": {
5756 "sampleRate": 1
5757 },
5758 "37289986": {
5759 "sampleRate": 1
5760 },
5761 "37289987": {
5762 "sampleRate": 1
5763 },
5764 "37289988": {
5765 "sampleRate": 1
5766 },
5767 "37289989": {
5768 "sampleRate": 1
5769 },
5770 "37289990": {
5771 "sampleRate": 1
5772 },
5773 "37289991": {
5774 "sampleRate": 1
5775 },
5776 "37289992": {
5777 "sampleRate": 1
5778 },
5779 "37814273": {
5780 "sampleRate": 1
5781 },
5782 "37814274": {
5783 "sampleRate": 1
5784 },
5785 "37814275": {
5786 "sampleRate": 1
5787 },
5788 "38338561": {
5789 "sampleRate": 1
5790 },
5791 "38338562": {
5792 "sampleRate": 1
5793 },
5794 "38338563": {
5795 "sampleRate": 1
5796 },
5797 "38338564": {
5798 "sampleRate": 1
5799 },
5800 "38928385": {
5801 "sampleRate": 1
5802 },
5803 "39190529": {
5804 "sampleRate": 10000
5805 },
5806 "39976961": {
5807 "sampleRate": 1
5808 },
5809 "39976962": {
5810 "sampleRate": 1
5811 },
5812 "39976963": {
5813 "sampleRate": 1
5814 },
5815 "39976964": {
5816 "sampleRate": 1
5817 },
5818 "39976965": {
5819 "sampleRate": 1
5820 },
5821 "40042497": {
5822 "sampleRate": 1
5823 },
5824 "40042498": {
5825 "sampleRate": 1
5826 },
5827 "40042499": {
5828 "sampleRate": 1
5829 },
5830 "40108033": {
5831 "sampleRate": 1
5832 },
5833 "40304641": {
5834 "sampleRate": 10000
5835 },
5836 "40501249": {
5837 "sampleRate": 1
5838 },
5839 "40501250": {
5840 "sampleRate": 1
5841 },
5842 "40501251": {
5843 "sampleRate": 1
5844 },
5845 "40828929": {
5846 "sampleRate": 1
5847 },
5848 "40828930": {
5849 "sampleRate": 1
5850 },
5851 "40828931": {
5852 "sampleRate": 1
5853 },
5854 "40828932": {
5855 "sampleRate": 1
5856 },
5857 "40828933": {
5858 "sampleRate": 1
5859 },
5860 "40828934": {
5861 "sampleRate": 1
5862 },
5863 "40828935": {
5864 "sampleRate": 1
5865 },
5866 "40828936": {
5867 "sampleRate": 1
5868 },
5869 "40894465": {
5870 "sampleRate": 1
5871 },
5872 "40894466": {
5873 "sampleRate": 1
5874 },
5875 "40894467": {
5876 "sampleRate": 1
5877 },
5878 "41484289": {
5879 "sampleRate": 100
5880 },
5881 "41484290": {
5882 "sampleRate": 100
5883 },
5884 "41484291": {
5885 "sampleRate": 100
5886 },
5887 "41484292": {
5888 "sampleRate": 100
5889 },
5890 "41484293": {
5891 "sampleRate": 100
5892 },
5893 "41484294": {
5894 "sampleRate": 100
5895 },
5896 "41484295": {
5897 "sampleRate": 100
5898 },
5899 "41811969": {
5900 "sampleRate": 1
5901 },
5902 "42532865": {
5903 "sampleRate": 100
5904 },
5905 "42532866": {
5906 "sampleRate": 100000
5907 },
5908 "42729473": {
5909 "sampleRate": 1
5910 },
5911 "42729474": {
5912 "sampleRate": 1
5913 },
5914 "42729475": {
5915 "sampleRate": 1
5916 },
5917 "42729476": {
5918 "sampleRate": 1
5919 },
5920 "43974657": {
5921 "sampleRate": 1
5922 },
5923 "44040193": {
5924 "sampleRate": 1
5925 },
5926 "44892161": {
5927 "sampleRate": 1
5928 },
5929 "44892162": {
5930 "sampleRate": 1
5931 },
5932 "44892163": {
5933 "sampleRate": 1
5934 },
5935 "44892164": {
5936 "sampleRate": 1
5937 },
5938 "44957697": {
5939 "sampleRate": 100
5940 },
5941 "44957698": {
5942 "sampleRate": 10000
5943 },
5944 "44957699": {
5945 "sampleRate": 10000
5946 },
5947 "44957700": {
5948 "sampleRate": 10000
5949 },
5950 "44957701": {
5951 "sampleRate": 10000
5952 },
5953 "44957702": {
5954 "sampleRate": 10000
5955 },
5956 "45678593": {
5957 "sampleRate": 1
5958 }
5959 },
5960 "killswitch": false
5961 }, 3504],
5962 ["MercuryThreadlistConstants", [], {
5963 "CONNECTION_REQUEST": 20,
5964 "RECENT_THREAD_OFFSET": 0,
5965 "JEWEL_THREAD_COUNT": 7,
5966 "JEWEL_MORE_COUNT": 10,
5967 "WEBMESSENGER_THREAD_COUNT": 20,
5968 "WEBMESSENGER_MORE_COUNT": 20,
5969 "WEBMESSENGER_SEARCH_SNIPPET_COUNT": 5,
5970 "WEBMESSENGER_SEARCH_SNIPPET_LIMIT": 5,
5971 "WEBMESSENGER_SEARCH_SNIPPET_MORE": 5,
5972 "WEBMESSENGER_MORE_MESSAGES_COUNT": 20,
5973 "RECENT_MESSAGES_LIMIT": 10,
5974 "MAX_UNREAD_COUNT": 99,
5975 "MAX_UNSEEN_COUNT": 99,
5976 "MESSAGE_NOTICE_INACTIVITY_THRESHOLD": 20000,
5977 "GROUPING_THRESHOLD": 300000,
5978 "MESSAGE_TIMESTAMP_THRESHOLD": 1209600000,
5979 "SEARCH_TAB": "searchtab",
5980 "MAX_CHARS_BEFORE_BREAK": 280,
5981 "MAX_PINNED_THREADS": 15
5982 }, 96],
5983 ["MercuryFoldersConfig", [], {
5984 "hide_message_filtered": false,
5985 "hide_message_requests": false
5986 }, 1632],
5987 ["MessagingConfig", [], {
5988 "SEND_CONNECTION_RETRIES": 2,
5989 "syncFetchRetries": 2,
5990 "syncFetchInitialTimeoutMs": 1500,
5991 "syncFetchTimeoutMultiplier": 1.2,
5992 "syncFetchRequestTimeoutMs": 10000
5993 }, 97],
5994 ["MercuryConfig", [], {}, 35],
5995 ["MessengerURIConstants", [], {
5996 "ARCHIVED_PATH": "\/archived",
5997 "COMPOSE_SUBPATH": "\/new",
5998 "FOLDERS_PATH": "\/folders",
5999 "GROUPS_PATH": "\/groups",
6000 "PAYMENT_PATH": "\/p",
6001 "PAYMENT_PAY_PATH": "\/pay",
6002 "PEOPLE_PATH": "\/people",
6003 "SEARCH_PATH": "\/search",
6004 "SUPPORT_PATH": "\/support",
6005 "FILTERED_REQUESTS_PATH": "\/filtered",
6006 "MESSAGE_REQUESTS_PATH": "\/requests",
6007 "THREAD_PREFIX": "\/t\/",
6008 "GROUP_PREFIX": "group-",
6009 "FACEBOOK_PREFIX": "\/messages"
6010 }, 1912],
6011 ["WWWBase", [], {
6012 "uri": "https:\/\/www.messenger.com\/"
6013 }, 318],
6014 ["WorkGalahadSettings", [], {
6015 "isGalahadEnabled": false,
6016 "chatBeeperDisabled": false
6017 }, 3623],
6018 ["MessengerConfig", [], {}, 661],
6019 ["MessengerFaviconUrls", [], {
6020 "default": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yg\/r\/4_vfHVmZ5XD.ico",
6021 "unread": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yI\/r\/MGV5f1lAaq9.ico"
6022 }, 2349],
6023 ["MessengerDotComSettingsInitialData", [], {
6024 "info_sidebar_collapsed": false,
6025 "sound_enabled": true,
6026 "associated_object_section_collapsed": false,
6027 "people_section_collapsed": false,
6028 "photos_section_collapsed": false,
6029 "files_section_collapsed": false,
6030 "thread_section_collapsed": false,
6031 "thread_stats_section_collapsed": false,
6032 "group_section_collapsed": false,
6033 "group_approval_section_collapsed": false,
6034 "links_section_collapsed": false,
6035 "description_section_collapsed": false,
6036 "saved_message_section_collapsed": false,
6037 "privacy_section_collapsed": false,
6038 "group_link_section_collapsed": false,
6039 "page_link_section_collapsed": false
6040 }, 719],
6041 ["SoundInitialData", [], {}, 482],
6042 ["IntlCompactDecimalNumberFormatConfig", [], {
6043 "short_patterns": {
6044 "3": {
6045 "20": {
6046 "min_fraction_digits": null,
6047 "min_integer_digits": 1,
6048 "positive_prefix_pattern": "",
6049 "positive_suffix_pattern": "\u00a0tys.",
6050 "negative_prefix_pattern": "-",
6051 "negative_suffix_pattern": "\u00a0tys."
6052 },
6053 "12": {
6054 "min_fraction_digits": null,
6055 "min_integer_digits": 1,
6056 "positive_prefix_pattern": "",
6057 "positive_suffix_pattern": "\u00a0tys.",
6058 "negative_prefix_pattern": "-",
6059 "negative_suffix_pattern": "\u00a0tys."
6060 },
6061 "4": {
6062 "min_fraction_digits": null,
6063 "min_integer_digits": 1,
6064 "positive_prefix_pattern": "",
6065 "positive_suffix_pattern": "\u00a0tys.",
6066 "negative_prefix_pattern": "-",
6067 "negative_suffix_pattern": "\u00a0tys."
6068 },
6069 "24": {
6070 "min_fraction_digits": null,
6071 "min_integer_digits": 1,
6072 "positive_prefix_pattern": "",
6073 "positive_suffix_pattern": "\u00a0tys.",
6074 "negative_prefix_pattern": "-",
6075 "negative_suffix_pattern": "\u00a0tys."
6076 }
6077 },
6078 "4": {
6079 "20": {
6080 "min_fraction_digits": null,
6081 "min_integer_digits": 2,
6082 "positive_prefix_pattern": "",
6083 "positive_suffix_pattern": "\u00a0tys.",
6084 "negative_prefix_pattern": "-",
6085 "negative_suffix_pattern": "\u00a0tys."
6086 },
6087 "12": {
6088 "min_fraction_digits": null,
6089 "min_integer_digits": 2,
6090 "positive_prefix_pattern": "",
6091 "positive_suffix_pattern": "\u00a0tys.",
6092 "negative_prefix_pattern": "-",
6093 "negative_suffix_pattern": "\u00a0tys."
6094 },
6095 "4": {
6096 "min_fraction_digits": null,
6097 "min_integer_digits": 2,
6098 "positive_prefix_pattern": "",
6099 "positive_suffix_pattern": "\u00a0tys.",
6100 "negative_prefix_pattern": "-",
6101 "negative_suffix_pattern": "\u00a0tys."
6102 },
6103 "24": {
6104 "min_fraction_digits": null,
6105 "min_integer_digits": 2,
6106 "positive_prefix_pattern": "",
6107 "positive_suffix_pattern": "\u00a0tys.",
6108 "negative_prefix_pattern": "-",
6109 "negative_suffix_pattern": "\u00a0tys."
6110 }
6111 },
6112 "5": {
6113 "20": {
6114 "min_fraction_digits": null,
6115 "min_integer_digits": 3,
6116 "positive_prefix_pattern": "",
6117 "positive_suffix_pattern": "\u00a0tys.",
6118 "negative_prefix_pattern": "-",
6119 "negative_suffix_pattern": "\u00a0tys."
6120 },
6121 "12": {
6122 "min_fraction_digits": null,
6123 "min_integer_digits": 3,
6124 "positive_prefix_pattern": "",
6125 "positive_suffix_pattern": "\u00a0tys.",
6126 "negative_prefix_pattern": "-",
6127 "negative_suffix_pattern": "\u00a0tys."
6128 },
6129 "4": {
6130 "min_fraction_digits": null,
6131 "min_integer_digits": 3,
6132 "positive_prefix_pattern": "",
6133 "positive_suffix_pattern": "\u00a0tys.",
6134 "negative_prefix_pattern": "-",
6135 "negative_suffix_pattern": "\u00a0tys."
6136 },
6137 "24": {
6138 "min_fraction_digits": null,
6139 "min_integer_digits": 3,
6140 "positive_prefix_pattern": "",
6141 "positive_suffix_pattern": "\u00a0tys.",
6142 "negative_prefix_pattern": "-",
6143 "negative_suffix_pattern": "\u00a0tys."
6144 }
6145 },
6146 "6": {
6147 "20": {
6148 "min_fraction_digits": null,
6149 "min_integer_digits": 1,
6150 "positive_prefix_pattern": "",
6151 "positive_suffix_pattern": "\u00a0mln",
6152 "negative_prefix_pattern": "-",
6153 "negative_suffix_pattern": "\u00a0mln"
6154 },
6155 "12": {
6156 "min_fraction_digits": null,
6157 "min_integer_digits": 1,
6158 "positive_prefix_pattern": "",
6159 "positive_suffix_pattern": "\u00a0mln",
6160 "negative_prefix_pattern": "-",
6161 "negative_suffix_pattern": "\u00a0mln"
6162 },
6163 "4": {
6164 "min_fraction_digits": null,
6165 "min_integer_digits": 1,
6166 "positive_prefix_pattern": "",
6167 "positive_suffix_pattern": "\u00a0mln",
6168 "negative_prefix_pattern": "-",
6169 "negative_suffix_pattern": "\u00a0mln"
6170 },
6171 "24": {
6172 "min_fraction_digits": null,
6173 "min_integer_digits": 1,
6174 "positive_prefix_pattern": "",
6175 "positive_suffix_pattern": "\u00a0mln",
6176 "negative_prefix_pattern": "-",
6177 "negative_suffix_pattern": "\u00a0mln"
6178 }
6179 },
6180 "7": {
6181 "20": {
6182 "min_fraction_digits": null,
6183 "min_integer_digits": 2,
6184 "positive_prefix_pattern": "",
6185 "positive_suffix_pattern": "\u00a0mln",
6186 "negative_prefix_pattern": "-",
6187 "negative_suffix_pattern": "\u00a0mln"
6188 },
6189 "12": {
6190 "min_fraction_digits": null,
6191 "min_integer_digits": 2,
6192 "positive_prefix_pattern": "",
6193 "positive_suffix_pattern": "\u00a0mln",
6194 "negative_prefix_pattern": "-",
6195 "negative_suffix_pattern": "\u00a0mln"
6196 },
6197 "4": {
6198 "min_fraction_digits": null,
6199 "min_integer_digits": 2,
6200 "positive_prefix_pattern": "",
6201 "positive_suffix_pattern": "\u00a0mln",
6202 "negative_prefix_pattern": "-",
6203 "negative_suffix_pattern": "\u00a0mln"
6204 },
6205 "24": {
6206 "min_fraction_digits": null,
6207 "min_integer_digits": 2,
6208 "positive_prefix_pattern": "",
6209 "positive_suffix_pattern": "\u00a0mln",
6210 "negative_prefix_pattern": "-",
6211 "negative_suffix_pattern": "\u00a0mln"
6212 }
6213 },
6214 "8": {
6215 "20": {
6216 "min_fraction_digits": null,
6217 "min_integer_digits": 3,
6218 "positive_prefix_pattern": "",
6219 "positive_suffix_pattern": "\u00a0mln",
6220 "negative_prefix_pattern": "-",
6221 "negative_suffix_pattern": "\u00a0mln"
6222 },
6223 "12": {
6224 "min_fraction_digits": null,
6225 "min_integer_digits": 3,
6226 "positive_prefix_pattern": "",
6227 "positive_suffix_pattern": "\u00a0mln",
6228 "negative_prefix_pattern": "-",
6229 "negative_suffix_pattern": "\u00a0mln"
6230 },
6231 "4": {
6232 "min_fraction_digits": null,
6233 "min_integer_digits": 3,
6234 "positive_prefix_pattern": "",
6235 "positive_suffix_pattern": "\u00a0mln",
6236 "negative_prefix_pattern": "-",
6237 "negative_suffix_pattern": "\u00a0mln"
6238 },
6239 "24": {
6240 "min_fraction_digits": null,
6241 "min_integer_digits": 3,
6242 "positive_prefix_pattern": "",
6243 "positive_suffix_pattern": "\u00a0mln",
6244 "negative_prefix_pattern": "-",
6245 "negative_suffix_pattern": "\u00a0mln"
6246 }
6247 },
6248 "9": {
6249 "20": {
6250 "min_fraction_digits": null,
6251 "min_integer_digits": 1,
6252 "positive_prefix_pattern": "",
6253 "positive_suffix_pattern": "\u00a0mld",
6254 "negative_prefix_pattern": "-",
6255 "negative_suffix_pattern": "\u00a0mld"
6256 },
6257 "12": {
6258 "min_fraction_digits": null,
6259 "min_integer_digits": 1,
6260 "positive_prefix_pattern": "",
6261 "positive_suffix_pattern": "\u00a0mld",
6262 "negative_prefix_pattern": "-",
6263 "negative_suffix_pattern": "\u00a0mld"
6264 },
6265 "4": {
6266 "min_fraction_digits": null,
6267 "min_integer_digits": 1,
6268 "positive_prefix_pattern": "",
6269 "positive_suffix_pattern": "\u00a0mld",
6270 "negative_prefix_pattern": "-",
6271 "negative_suffix_pattern": "\u00a0mld"
6272 },
6273 "24": {
6274 "min_fraction_digits": null,
6275 "min_integer_digits": 1,
6276 "positive_prefix_pattern": "",
6277 "positive_suffix_pattern": "\u00a0mld",
6278 "negative_prefix_pattern": "-",
6279 "negative_suffix_pattern": "\u00a0mld"
6280 }
6281 },
6282 "10": {
6283 "20": {
6284 "min_fraction_digits": null,
6285 "min_integer_digits": 2,
6286 "positive_prefix_pattern": "",
6287 "positive_suffix_pattern": "\u00a0mld",
6288 "negative_prefix_pattern": "-",
6289 "negative_suffix_pattern": "\u00a0mld"
6290 },
6291 "12": {
6292 "min_fraction_digits": null,
6293 "min_integer_digits": 2,
6294 "positive_prefix_pattern": "",
6295 "positive_suffix_pattern": "\u00a0mld",
6296 "negative_prefix_pattern": "-",
6297 "negative_suffix_pattern": "\u00a0mld"
6298 },
6299 "4": {
6300 "min_fraction_digits": null,
6301 "min_integer_digits": 2,
6302 "positive_prefix_pattern": "",
6303 "positive_suffix_pattern": "\u00a0mld",
6304 "negative_prefix_pattern": "-",
6305 "negative_suffix_pattern": "\u00a0mld"
6306 },
6307 "24": {
6308 "min_fraction_digits": null,
6309 "min_integer_digits": 2,
6310 "positive_prefix_pattern": "",
6311 "positive_suffix_pattern": "\u00a0mld",
6312 "negative_prefix_pattern": "-",
6313 "negative_suffix_pattern": "\u00a0mld"
6314 }
6315 },
6316 "11": {
6317 "20": {
6318 "min_fraction_digits": null,
6319 "min_integer_digits": 3,
6320 "positive_prefix_pattern": "",
6321 "positive_suffix_pattern": "\u00a0mld",
6322 "negative_prefix_pattern": "-",
6323 "negative_suffix_pattern": "\u00a0mld"
6324 },
6325 "12": {
6326 "min_fraction_digits": null,
6327 "min_integer_digits": 3,
6328 "positive_prefix_pattern": "",
6329 "positive_suffix_pattern": "\u00a0mld",
6330 "negative_prefix_pattern": "-",
6331 "negative_suffix_pattern": "\u00a0mld"
6332 },
6333 "4": {
6334 "min_fraction_digits": null,
6335 "min_integer_digits": 3,
6336 "positive_prefix_pattern": "",
6337 "positive_suffix_pattern": "\u00a0mld",
6338 "negative_prefix_pattern": "-",
6339 "negative_suffix_pattern": "\u00a0mld"
6340 },
6341 "24": {
6342 "min_fraction_digits": null,
6343 "min_integer_digits": 3,
6344 "positive_prefix_pattern": "",
6345 "positive_suffix_pattern": "\u00a0mld",
6346 "negative_prefix_pattern": "-",
6347 "negative_suffix_pattern": "\u00a0mld"
6348 }
6349 },
6350 "12": {
6351 "20": {
6352 "min_fraction_digits": null,
6353 "min_integer_digits": 1,
6354 "positive_prefix_pattern": "",
6355 "positive_suffix_pattern": "\u00a0bln",
6356 "negative_prefix_pattern": "-",
6357 "negative_suffix_pattern": "\u00a0bln"
6358 },
6359 "12": {
6360 "min_fraction_digits": null,
6361 "min_integer_digits": 1,
6362 "positive_prefix_pattern": "",
6363 "positive_suffix_pattern": "\u00a0bln",
6364 "negative_prefix_pattern": "-",
6365 "negative_suffix_pattern": "\u00a0bln"
6366 },
6367 "4": {
6368 "min_fraction_digits": null,
6369 "min_integer_digits": 1,
6370 "positive_prefix_pattern": "",
6371 "positive_suffix_pattern": "\u00a0bln",
6372 "negative_prefix_pattern": "-",
6373 "negative_suffix_pattern": "\u00a0bln"
6374 },
6375 "24": {
6376 "min_fraction_digits": null,
6377 "min_integer_digits": 1,
6378 "positive_prefix_pattern": "",
6379 "positive_suffix_pattern": "\u00a0bln",
6380 "negative_prefix_pattern": "-",
6381 "negative_suffix_pattern": "\u00a0bln"
6382 }
6383 },
6384 "13": {
6385 "20": {
6386 "min_fraction_digits": null,
6387 "min_integer_digits": 2,
6388 "positive_prefix_pattern": "",
6389 "positive_suffix_pattern": "\u00a0bln",
6390 "negative_prefix_pattern": "-",
6391 "negative_suffix_pattern": "\u00a0bln"
6392 },
6393 "12": {
6394 "min_fraction_digits": null,
6395 "min_integer_digits": 2,
6396 "positive_prefix_pattern": "",
6397 "positive_suffix_pattern": "\u00a0bln",
6398 "negative_prefix_pattern": "-",
6399 "negative_suffix_pattern": "\u00a0bln"
6400 },
6401 "4": {
6402 "min_fraction_digits": null,
6403 "min_integer_digits": 2,
6404 "positive_prefix_pattern": "",
6405 "positive_suffix_pattern": "\u00a0bln",
6406 "negative_prefix_pattern": "-",
6407 "negative_suffix_pattern": "\u00a0bln"
6408 },
6409 "24": {
6410 "min_fraction_digits": null,
6411 "min_integer_digits": 2,
6412 "positive_prefix_pattern": "",
6413 "positive_suffix_pattern": "\u00a0bln",
6414 "negative_prefix_pattern": "-",
6415 "negative_suffix_pattern": "\u00a0bln"
6416 }
6417 },
6418 "14": {
6419 "20": {
6420 "min_fraction_digits": null,
6421 "min_integer_digits": 3,
6422 "positive_prefix_pattern": "",
6423 "positive_suffix_pattern": "\u00a0bln",
6424 "negative_prefix_pattern": "-",
6425 "negative_suffix_pattern": "\u00a0bln"
6426 },
6427 "12": {
6428 "min_fraction_digits": null,
6429 "min_integer_digits": 3,
6430 "positive_prefix_pattern": "",
6431 "positive_suffix_pattern": "\u00a0bln",
6432 "negative_prefix_pattern": "-",
6433 "negative_suffix_pattern": "\u00a0bln"
6434 },
6435 "4": {
6436 "min_fraction_digits": null,
6437 "min_integer_digits": 3,
6438 "positive_prefix_pattern": "",
6439 "positive_suffix_pattern": "\u00a0bln",
6440 "negative_prefix_pattern": "-",
6441 "negative_suffix_pattern": "\u00a0bln"
6442 },
6443 "24": {
6444 "min_fraction_digits": null,
6445 "min_integer_digits": 3,
6446 "positive_prefix_pattern": "",
6447 "positive_suffix_pattern": "\u00a0bln",
6448 "negative_prefix_pattern": "-",
6449 "negative_suffix_pattern": "\u00a0bln"
6450 }
6451 }
6452 },
6453 "long_patterns": {
6454 "3": {
6455 "20": {
6456 "min_fraction_digits": null,
6457 "min_integer_digits": 1,
6458 "positive_prefix_pattern": "",
6459 "positive_suffix_pattern": " tysi\u0105ce",
6460 "negative_prefix_pattern": "-",
6461 "negative_suffix_pattern": " tysi\u0105ce"
6462 },
6463 "12": {
6464 "min_fraction_digits": null,
6465 "min_integer_digits": 1,
6466 "positive_prefix_pattern": "",
6467 "positive_suffix_pattern": " tysi\u0119cy",
6468 "negative_prefix_pattern": "-",
6469 "negative_suffix_pattern": " tysi\u0119cy"
6470 },
6471 "4": {
6472 "min_fraction_digits": null,
6473 "min_integer_digits": 1,
6474 "positive_prefix_pattern": "",
6475 "positive_suffix_pattern": " tysi\u0105c",
6476 "negative_prefix_pattern": "-",
6477 "negative_suffix_pattern": " tysi\u0105c"
6478 },
6479 "24": {
6480 "min_fraction_digits": null,
6481 "min_integer_digits": 1,
6482 "positive_prefix_pattern": "",
6483 "positive_suffix_pattern": " tysi\u0105ca",
6484 "negative_prefix_pattern": "-",
6485 "negative_suffix_pattern": " tysi\u0105ca"
6486 }
6487 },
6488 "4": {
6489 "20": {
6490 "min_fraction_digits": null,
6491 "min_integer_digits": 2,
6492 "positive_prefix_pattern": "",
6493 "positive_suffix_pattern": " tysi\u0105ce",
6494 "negative_prefix_pattern": "-",
6495 "negative_suffix_pattern": " tysi\u0105ce"
6496 },
6497 "12": {
6498 "min_fraction_digits": null,
6499 "min_integer_digits": 2,
6500 "positive_prefix_pattern": "",
6501 "positive_suffix_pattern": " tysi\u0119cy",
6502 "negative_prefix_pattern": "-",
6503 "negative_suffix_pattern": " tysi\u0119cy"
6504 },
6505 "4": {
6506 "min_fraction_digits": null,
6507 "min_integer_digits": 2,
6508 "positive_prefix_pattern": "",
6509 "positive_suffix_pattern": " tysi\u0105c",
6510 "negative_prefix_pattern": "-",
6511 "negative_suffix_pattern": " tysi\u0105c"
6512 },
6513 "24": {
6514 "min_fraction_digits": null,
6515 "min_integer_digits": 2,
6516 "positive_prefix_pattern": "",
6517 "positive_suffix_pattern": " tysi\u0105ca",
6518 "negative_prefix_pattern": "-",
6519 "negative_suffix_pattern": " tysi\u0105ca"
6520 }
6521 },
6522 "5": {
6523 "20": {
6524 "min_fraction_digits": null,
6525 "min_integer_digits": 3,
6526 "positive_prefix_pattern": "",
6527 "positive_suffix_pattern": " tysi\u0105ce",
6528 "negative_prefix_pattern": "-",
6529 "negative_suffix_pattern": " tysi\u0105ce"
6530 },
6531 "12": {
6532 "min_fraction_digits": null,
6533 "min_integer_digits": 3,
6534 "positive_prefix_pattern": "",
6535 "positive_suffix_pattern": " tysi\u0119cy",
6536 "negative_prefix_pattern": "-",
6537 "negative_suffix_pattern": " tysi\u0119cy"
6538 },
6539 "4": {
6540 "min_fraction_digits": null,
6541 "min_integer_digits": 3,
6542 "positive_prefix_pattern": "",
6543 "positive_suffix_pattern": " tysi\u0105c",
6544 "negative_prefix_pattern": "-",
6545 "negative_suffix_pattern": " tysi\u0105c"
6546 },
6547 "24": {
6548 "min_fraction_digits": null,
6549 "min_integer_digits": 3,
6550 "positive_prefix_pattern": "",
6551 "positive_suffix_pattern": " tysi\u0105ca",
6552 "negative_prefix_pattern": "-",
6553 "negative_suffix_pattern": " tysi\u0105ca"
6554 }
6555 },
6556 "6": {
6557 "20": {
6558 "min_fraction_digits": null,
6559 "min_integer_digits": 1,
6560 "positive_prefix_pattern": "",
6561 "positive_suffix_pattern": " miliony",
6562 "negative_prefix_pattern": "-",
6563 "negative_suffix_pattern": " miliony"
6564 },
6565 "12": {
6566 "min_fraction_digits": null,
6567 "min_integer_digits": 1,
6568 "positive_prefix_pattern": "",
6569 "positive_suffix_pattern": " milion\u00f3w",
6570 "negative_prefix_pattern": "-",
6571 "negative_suffix_pattern": " milion\u00f3w"
6572 },
6573 "4": {
6574 "min_fraction_digits": null,
6575 "min_integer_digits": 1,
6576 "positive_prefix_pattern": "",
6577 "positive_suffix_pattern": " milion",
6578 "negative_prefix_pattern": "-",
6579 "negative_suffix_pattern": " milion"
6580 },
6581 "24": {
6582 "min_fraction_digits": null,
6583 "min_integer_digits": 1,
6584 "positive_prefix_pattern": "",
6585 "positive_suffix_pattern": " miliona",
6586 "negative_prefix_pattern": "-",
6587 "negative_suffix_pattern": " miliona"
6588 }
6589 },
6590 "7": {
6591 "20": {
6592 "min_fraction_digits": null,
6593 "min_integer_digits": 2,
6594 "positive_prefix_pattern": "",
6595 "positive_suffix_pattern": " miliony",
6596 "negative_prefix_pattern": "-",
6597 "negative_suffix_pattern": " miliony"
6598 },
6599 "12": {
6600 "min_fraction_digits": null,
6601 "min_integer_digits": 2,
6602 "positive_prefix_pattern": "",
6603 "positive_suffix_pattern": " milion\u00f3w",
6604 "negative_prefix_pattern": "-",
6605 "negative_suffix_pattern": " milion\u00f3w"
6606 },
6607 "4": {
6608 "min_fraction_digits": null,
6609 "min_integer_digits": 2,
6610 "positive_prefix_pattern": "",
6611 "positive_suffix_pattern": " milion",
6612 "negative_prefix_pattern": "-",
6613 "negative_suffix_pattern": " milion"
6614 },
6615 "24": {
6616 "min_fraction_digits": null,
6617 "min_integer_digits": 2,
6618 "positive_prefix_pattern": "",
6619 "positive_suffix_pattern": " miliona",
6620 "negative_prefix_pattern": "-",
6621 "negative_suffix_pattern": " miliona"
6622 }
6623 },
6624 "8": {
6625 "20": {
6626 "min_fraction_digits": null,
6627 "min_integer_digits": 3,
6628 "positive_prefix_pattern": "",
6629 "positive_suffix_pattern": " miliony",
6630 "negative_prefix_pattern": "-",
6631 "negative_suffix_pattern": " miliony"
6632 },
6633 "12": {
6634 "min_fraction_digits": null,
6635 "min_integer_digits": 3,
6636 "positive_prefix_pattern": "",
6637 "positive_suffix_pattern": " milion\u00f3w",
6638 "negative_prefix_pattern": "-",
6639 "negative_suffix_pattern": " milion\u00f3w"
6640 },
6641 "4": {
6642 "min_fraction_digits": null,
6643 "min_integer_digits": 3,
6644 "positive_prefix_pattern": "",
6645 "positive_suffix_pattern": " milion",
6646 "negative_prefix_pattern": "-",
6647 "negative_suffix_pattern": " milion"
6648 },
6649 "24": {
6650 "min_fraction_digits": null,
6651 "min_integer_digits": 3,
6652 "positive_prefix_pattern": "",
6653 "positive_suffix_pattern": " miliona",
6654 "negative_prefix_pattern": "-",
6655 "negative_suffix_pattern": " miliona"
6656 }
6657 },
6658 "9": {
6659 "20": {
6660 "min_fraction_digits": null,
6661 "min_integer_digits": 1,
6662 "positive_prefix_pattern": "",
6663 "positive_suffix_pattern": " miliardy",
6664 "negative_prefix_pattern": "-",
6665 "negative_suffix_pattern": " miliardy"
6666 },
6667 "12": {
6668 "min_fraction_digits": null,
6669 "min_integer_digits": 1,
6670 "positive_prefix_pattern": "",
6671 "positive_suffix_pattern": " miliard\u00f3w",
6672 "negative_prefix_pattern": "-",
6673 "negative_suffix_pattern": " miliard\u00f3w"
6674 },
6675 "4": {
6676 "min_fraction_digits": null,
6677 "min_integer_digits": 1,
6678 "positive_prefix_pattern": "",
6679 "positive_suffix_pattern": " miliard",
6680 "negative_prefix_pattern": "-",
6681 "negative_suffix_pattern": " miliard"
6682 },
6683 "24": {
6684 "min_fraction_digits": null,
6685 "min_integer_digits": 1,
6686 "positive_prefix_pattern": "",
6687 "positive_suffix_pattern": " miliarda",
6688 "negative_prefix_pattern": "-",
6689 "negative_suffix_pattern": " miliarda"
6690 }
6691 },
6692 "10": {
6693 "20": {
6694 "min_fraction_digits": null,
6695 "min_integer_digits": 2,
6696 "positive_prefix_pattern": "",
6697 "positive_suffix_pattern": " miliardy",
6698 "negative_prefix_pattern": "-",
6699 "negative_suffix_pattern": " miliardy"
6700 },
6701 "12": {
6702 "min_fraction_digits": null,
6703 "min_integer_digits": 2,
6704 "positive_prefix_pattern": "",
6705 "positive_suffix_pattern": " miliard\u00f3w",
6706 "negative_prefix_pattern": "-",
6707 "negative_suffix_pattern": " miliard\u00f3w"
6708 },
6709 "4": {
6710 "min_fraction_digits": null,
6711 "min_integer_digits": 2,
6712 "positive_prefix_pattern": "",
6713 "positive_suffix_pattern": " miliard",
6714 "negative_prefix_pattern": "-",
6715 "negative_suffix_pattern": " miliard"
6716 },
6717 "24": {
6718 "min_fraction_digits": null,
6719 "min_integer_digits": 2,
6720 "positive_prefix_pattern": "",
6721 "positive_suffix_pattern": " miliarda",
6722 "negative_prefix_pattern": "-",
6723 "negative_suffix_pattern": " miliarda"
6724 }
6725 },
6726 "11": {
6727 "20": {
6728 "min_fraction_digits": null,
6729 "min_integer_digits": 3,
6730 "positive_prefix_pattern": "",
6731 "positive_suffix_pattern": " miliardy",
6732 "negative_prefix_pattern": "-",
6733 "negative_suffix_pattern": " miliardy"
6734 },
6735 "12": {
6736 "min_fraction_digits": null,
6737 "min_integer_digits": 3,
6738 "positive_prefix_pattern": "",
6739 "positive_suffix_pattern": " miliard\u00f3w",
6740 "negative_prefix_pattern": "-",
6741 "negative_suffix_pattern": " miliard\u00f3w"
6742 },
6743 "4": {
6744 "min_fraction_digits": null,
6745 "min_integer_digits": 3,
6746 "positive_prefix_pattern": "",
6747 "positive_suffix_pattern": " miliard",
6748 "negative_prefix_pattern": "-",
6749 "negative_suffix_pattern": " miliard"
6750 },
6751 "24": {
6752 "min_fraction_digits": null,
6753 "min_integer_digits": 3,
6754 "positive_prefix_pattern": "",
6755 "positive_suffix_pattern": " miliarda",
6756 "negative_prefix_pattern": "-",
6757 "negative_suffix_pattern": " miliarda"
6758 }
6759 },
6760 "12": {
6761 "20": {
6762 "min_fraction_digits": null,
6763 "min_integer_digits": 1,
6764 "positive_prefix_pattern": "",
6765 "positive_suffix_pattern": " biliony",
6766 "negative_prefix_pattern": "-",
6767 "negative_suffix_pattern": " biliony"
6768 },
6769 "12": {
6770 "min_fraction_digits": null,
6771 "min_integer_digits": 1,
6772 "positive_prefix_pattern": "",
6773 "positive_suffix_pattern": " bilion\u00f3w",
6774 "negative_prefix_pattern": "-",
6775 "negative_suffix_pattern": " bilion\u00f3w"
6776 },
6777 "4": {
6778 "min_fraction_digits": null,
6779 "min_integer_digits": 1,
6780 "positive_prefix_pattern": "",
6781 "positive_suffix_pattern": " bilion",
6782 "negative_prefix_pattern": "-",
6783 "negative_suffix_pattern": " bilion"
6784 },
6785 "24": {
6786 "min_fraction_digits": null,
6787 "min_integer_digits": 1,
6788 "positive_prefix_pattern": "",
6789 "positive_suffix_pattern": " biliona",
6790 "negative_prefix_pattern": "-",
6791 "negative_suffix_pattern": " biliona"
6792 }
6793 },
6794 "13": {
6795 "20": {
6796 "min_fraction_digits": null,
6797 "min_integer_digits": 2,
6798 "positive_prefix_pattern": "",
6799 "positive_suffix_pattern": " biliony",
6800 "negative_prefix_pattern": "-",
6801 "negative_suffix_pattern": " biliony"
6802 },
6803 "12": {
6804 "min_fraction_digits": null,
6805 "min_integer_digits": 2,
6806 "positive_prefix_pattern": "",
6807 "positive_suffix_pattern": " bilion\u00f3w",
6808 "negative_prefix_pattern": "-",
6809 "negative_suffix_pattern": " bilion\u00f3w"
6810 },
6811 "4": {
6812 "min_fraction_digits": null,
6813 "min_integer_digits": 2,
6814 "positive_prefix_pattern": "",
6815 "positive_suffix_pattern": " bilion",
6816 "negative_prefix_pattern": "-",
6817 "negative_suffix_pattern": " bilion"
6818 },
6819 "24": {
6820 "min_fraction_digits": null,
6821 "min_integer_digits": 2,
6822 "positive_prefix_pattern": "",
6823 "positive_suffix_pattern": " biliona",
6824 "negative_prefix_pattern": "-",
6825 "negative_suffix_pattern": " biliona"
6826 }
6827 },
6828 "14": {
6829 "20": {
6830 "min_fraction_digits": null,
6831 "min_integer_digits": 3,
6832 "positive_prefix_pattern": "",
6833 "positive_suffix_pattern": " biliony",
6834 "negative_prefix_pattern": "-",
6835 "negative_suffix_pattern": " biliony"
6836 },
6837 "12": {
6838 "min_fraction_digits": null,
6839 "min_integer_digits": 3,
6840 "positive_prefix_pattern": "",
6841 "positive_suffix_pattern": " bilion\u00f3w",
6842 "negative_prefix_pattern": "-",
6843 "negative_suffix_pattern": " bilion\u00f3w"
6844 },
6845 "4": {
6846 "min_fraction_digits": null,
6847 "min_integer_digits": 3,
6848 "positive_prefix_pattern": "",
6849 "positive_suffix_pattern": " bilion",
6850 "negative_prefix_pattern": "-",
6851 "negative_suffix_pattern": " bilion"
6852 },
6853 "24": {
6854 "min_fraction_digits": null,
6855 "min_integer_digits": 3,
6856 "positive_prefix_pattern": "",
6857 "positive_suffix_pattern": " biliona",
6858 "negative_prefix_pattern": "-",
6859 "negative_suffix_pattern": " biliona"
6860 }
6861 }
6862 }
6863 }, 2981],
6864 ["MqttWebInstrumentationConfig", [], {
6865 "mqttCpTimeBuffer": 4000
6866 }, 4136],
6867 ["MercurySoundsConfig", [], {
6868 "camera_shutter_click_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yy\/r\/d4yuc1_LjMB.mp3",
6869 "hot_like_grow_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yf\/r\/XyTteqB51ob.mp3",
6870 "hot_like_pop_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yM\/r\/1Vcznk-uUR-.mp3",
6871 "hot_like_outgoing_small_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yP\/r\/NUhwZHJ8fUZ.mp3",
6872 "hot_like_outgoing_medium_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y8\/r\/a6onsWOBhsg.mp3",
6873 "hot_like_outgoing_large_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yL\/r\/qi5pP1651Bi.mp3",
6874 "hot_like_grow_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yU\/r\/9LbkezrNCLQ.ogg",
6875 "hot_like_pop_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y5\/r\/ouE5maL6ab4.ogg",
6876 "hot_like_outgoing_small_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y0\/r\/SbSSjevXDC6.ogg",
6877 "hot_like_outgoing_medium_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yf\/r\/TNPmLer_j2q.ogg",
6878 "hot_like_outgoing_large_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yf\/r\/8SNnbHD2mgk.ogg",
6879 "settings_preview_sound_mp3_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/y-\/r\/LtN9YjGtFwE.mp3",
6880 "settings_preview_sound_ogg_url": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yG\/r\/T-VjgbwgLkm.ogg"
6881 }, 1596],
6882 ["MessengerVideoConfig", [], {
6883 "areMacPushNotificationsSupported": false,
6884 "areWindowsPushNotificationsSupported": false
6885 }, 4158],
6886 ["MessengerDotComMobileStoreBadge", [], {
6887 "android": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/t2qvXtwKni6.png",
6888 "ios": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/ArBV1pXplSj.png",
6889 "windows": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y6\/r\/3QBz_hZ_y1Q.png"
6890 }, 3586],
6891 ["BrowserPaymentHandlerConfig", [], {
6892 "enabled": false
6893 }, 3904],
6894 ["CoreWarningGK", [], {
6895 "forceWarning": false
6896 }, 725]
6897 ]);
6898 require("InitialJSLoader").handleServerJS({
6899 "instances": [
6900 ["__inst_84473062_0_0", ["URI"],
6901 ["\/api\/graphqlbatch\/"], 1
6902 ],
6903 ["__inst_84473062_0_1", ["URI"],
6904 ["\/api\/graphql\/"], 1
6905 ],
6906 ["__inst_84473062_0_2", ["URI"],
6907 ["\/dlite\/skywalker_topic\/"], 1
6908 ]
6909 ],
6910 "elements": [
6911 ["__elem_5fcd7155_0_0", "u_0_1", 1],
6912 ["__elem_a588f507_0_0", "u_0_2", 1],
6913 ["__elem_90642237_0_0", "u_0_3", 1],
6914 ["__elem_eff7ad94_0_0", "u_0_4", 1],
6915 ["__elem_eff7ad94_0_1", "u_0_5", 1],
6916 ["__elem_a588f507_0_1", "u_0_6", 1],
6917 ["__elem_cac695fa_0_0", "u_0_7", 1],
6918 ["__elem_f46f4946_0_0", "u_0_8", 1],
6919 ["__elem_f46f4946_0_1", "u_0_9", 1],
6920 ["__elem_45d73b5d_0_0", "loginbutton", 1],
6921 ["__elem_072b8e64_0_0", "u_0_a", 1],
6922 ["__elem_f87e28f1_0_0", "u_0_b", 1],
6923 ["__elem_a588f507_0_2", "u_0_c", 1],
6924 ["__elem_e5f0a241_0_0", "u_0_d", 1],
6925 ["__elem_e5f0a241_0_1", "u_0_e", 1],
6926 ["__elem_e5f0a241_0_2", "u_0_f", 1],
6927 ["__elem_e5f0a241_0_3", "u_0_g", 1]
6928 ],
6929 "require": [
6930 ["WebStorageMonster", "schedule", [],
6931 [true]
6932 ],
6933 ["fbq", "set", [],
6934 ["autoConfig", "false", "1948219058726291"]
6935 ],
6936 ["fbq", "init", [],
6937 ["1948219058726291"]
6938 ],
6939 ["MessengerMarketingTracking", "page", [],
6940 []
6941 ],
6942 ["MessengerMarketingTracking", "scroll", [],
6943 []
6944 ],
6945 ["WebPixelRatioDetector", "startDetecting", [],
6946 [false]
6947 ],
6948 ["ScriptPath", "set", [],
6949 ["XMessengerDotComRootController", "6c51677d", {
6950 "imp_id": "03ZOWRWAxG979czj8",
6951 "ef_page": null,
6952 "uri": "https:\/\/www.messenger.com\/"
6953 }]
6954 ],
6955 ["MessengerMarketingHeader", "create", ["__elem_5fcd7155_0_0", "__elem_a588f507_0_0"],
6956 [{
6957 "__m": "__elem_5fcd7155_0_0"
6958 }, {
6959 "__m": "__elem_a588f507_0_0"
6960 }, 30]
6961 ],
6962 ["MessengerMarketingTracking", "link", ["__elem_90642237_0_0"],
6963 [{
6964 "__m": "__elem_90642237_0_0"
6965 }, "header_link_clicked"]
6966 ],
6967 ["MessengerMarketingTracking", "link", ["__elem_eff7ad94_0_0"],
6968 [{
6969 "__m": "__elem_eff7ad94_0_0"
6970 }, "header_link_clicked"]
6971 ],
6972 ["MessengerMarketingTracking", "link", ["__elem_eff7ad94_0_1"],
6973 [{
6974 "__m": "__elem_eff7ad94_0_1"
6975 }, "header_link_clicked"]
6976 ],
6977 ["MessengerLoginMount", "mount", ["__elem_a588f507_0_1", "__elem_a588f507_0_2", "__elem_cac695fa_0_0"],
6978 [{
6979 "__m": "__elem_a588f507_0_1"
6980 }, {
6981 "__m": "__elem_a588f507_0_2"
6982 }, {
6983 "__m": "__elem_cac695fa_0_0"
6984 }, {
6985 "identifier": "59b9f79408f990a173aee3bbdbd7d580",
6986 "next": null,
6987 "initialRequestID": "A15TPtfSs26yM6mDDCO2k1a",
6988 "links": {
6989 "ios": "http:\/\/itunes.apple.com\/app\/id454638411",
6990 "windows": "https:\/\/www.microsoft.com\/en-us\/p\/messenger\/9wzdncrf0083",
6991 "android": "https:\/\/market.android.com\/details?id=com.facebook.orca",
6992 "ios_badge": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/r\/ArBV1pXplSj.png",
6993 "android_badge": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/t2qvXtwKni6.png"
6994 },
6995 "location": 2,
6996 "messengerLoginMode": null
6997 }]
6998 ],
6999 ["MessengerMarketingTracking", "links", ["__elem_f87e28f1_0_0"],
7000 [{
7001 "__m": "__elem_f87e28f1_0_0"
7002 }, "download_app_click"]
7003 ],
7004 ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_0"],
7005 [{
7006 "__m": "__elem_e5f0a241_0_0"
7007 }]
7008 ],
7009 ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_1"],
7010 [{
7011 "__m": "__elem_e5f0a241_0_1"
7012 }]
7013 ],
7014 ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_2"],
7015 [{
7016 "__m": "__elem_e5f0a241_0_2"
7017 }]
7018 ],
7019 ["MessengerMarketingTracking", "link", ["__elem_e5f0a241_0_3"],
7020 [{
7021 "__m": "__elem_e5f0a241_0_3"
7022 }]
7023 ],
7024 ["TimezoneAutoset", "setInputValue", ["__elem_f46f4946_0_0"],
7025 [{
7026 "__m": "__elem_f46f4946_0_0"
7027 }, 1571886658]
7028 ],
7029 ["ScreenDimensionsAutoSet", "setInputValue", ["__elem_f46f4946_0_1"],
7030 [{
7031 "__m": "__elem_f46f4946_0_1"
7032 }]
7033 ],
7034 ["MessengerMarketingTracking", "link", ["__elem_45d73b5d_0_0"],
7035 [{
7036 "__m": "__elem_45d73b5d_0_0"
7037 }, "sign_in_button_clicked"]
7038 ],
7039 ["MessengerMarketingTracking", "link", ["__elem_072b8e64_0_0"],
7040 [{
7041 "__m": "__elem_072b8e64_0_0"
7042 }, "forgot_password_link_clicked"]
7043 ],
7044 ["FocusListener"],
7045 ["FlipDirectionOnKeypress"],
7046 ["FBLynx", "setupDelegation", [],
7047 []
7048 ],
7049 ["MqttLongPollingRunner"],
7050 ["BladeRunnerClient"],
7051 ["SkywalkerUtils"],
7052 ["TimeSliceImpl"],
7053 ["ServerJSDefine"],
7054 ["InitialJSLoader"]
7055 ]
7056 });
7057 }, "ServerJS define", {
7058 "root": true
7059 })();
7060 </script>
7061 <script>
7062 var bigPipe = new(require("BigPipe"))({
7063 "forceFinish": true,
7064 "config": null
7065 });
7066 </script>
7067 <script>
7068 bigPipe.beforePageletArrive("first_response")
7069 </script>
7070 <script>
7071 require("TimeSlice").guard((function() {
7072 bigPipe.onPageletArrive({
7073 allResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n", "4ZZyA"],
7074 displayResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n"],
7075 id: "first_response",
7076 phase: 0,
7077 last_in_phase: true,
7078 tti_phase: 0
7079 });
7080 }), "onPageletArrive first_response", {
7081 "root": true,
7082 "pagelet": "first_response"
7083 })();
7084 </script>
7085 <script>
7086 bigPipe.setPageID("0-0");
7087 CavalryLogger.setPageID("0-0");
7088 </script>
7089 <script>
7090 bigPipe.beforePageletArrive("last_response")
7091 </script>
7092 <script>
7093 require("TimeSlice").guard((function() {
7094 bigPipe.onPageletArrive({
7095 resource_map: {
7096 FEt5G: {
7097 type: "js",
7098 src: "https://static.xx.fbcdn.net/rsrc.php/v3/yk/r/3O1Z-7ezSal.js?_nc_x=Ij3Wp8lg5Kz"
7099 }
7100 },
7101 gkxData: {
7102 "1148668": {
7103 result: false,
7104 hash: "AT5ch2hd0tEzkr0k"
7105 }
7106 },
7107 allResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n", "4ZZyA", "rp/Zq", "FEt5G"],
7108 displayResources: ["TKUco", "koBAD", "WSVws", "tBSSw", "xhpud", "uoW9T", "75NIR", "vlkAP", "oq9rB", "bLgJ8", "GA5s+", "5YPLU", "o/FFK", "MMX5n"],
7109 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);};"],
7110 id: "last_response",
7111 phase: 1,
7112 jsmods: {
7113 require: [
7114 ["CavalryLoggerImpl", "startInstrumentation", [],
7115 []
7116 ],
7117 ["NavigationMetrics", "setPage", [],
7118 [{
7119 page: "XMessengerDotComRootController",
7120 page_type: "normal",
7121 page_uri: "https://www.messenger.com/",
7122 serverLID: "0-0"
7123 }]
7124 ],
7125 ["DimensionTracking"],
7126 ["HighContrastMode", "init", [],
7127 [{
7128 isHCM: false,
7129 spacerImage: "https://static.xx.fbcdn.net/rsrc.php/v3/y4/r/-PAXP-deijE.gif"
7130 }]
7131 ],
7132 ["ClickRefLogger"],
7133 ["DetectBrokenProxyCache", "run", [],
7134 [0, "c_user"]
7135 ],
7136 ["TimeSliceImpl", "setLogging", [],
7137 [false, 0.01]
7138 ],
7139 ["NavigationClickPointHandler"],
7140 ["Artillery", "disable", [],
7141 []
7142 ],
7143 ["ArtilleryOnUntilOffLogging", "disable", [],
7144 []
7145 ],
7146 ["ArtilleryRequestDataCollection", "disable", [],
7147 ["0-0"]
7148 ],
7149 ["ScriptPathLogger", "startLogging", [],
7150 []
7151 ],
7152 ["TimeSpentBitArrayLogger", "init", [],
7153 []
7154 ],
7155 ["ArtilleryRequestDataCollection", "init", [],
7156 []
7157 ]
7158 ],
7159 define: [
7160 ["WebStorageMonsterLoggingURI", [], {
7161 uri: "/ajax/webstorage/process_keys/?state=1"
7162 }, 3032],
7163 ["RTISubscriptionManagerConfig", [], {
7164 config: {
7165 max_subscriptions: 150,
7166 www_idle_unsubscribe_min_time_ms: 600000,
7167 www_idle_unsubscribe_times_ms: {
7168 feedback_like_subscribe: 600000,
7169 comment_like_subscribe: 600000,
7170 feedback_typing_subscribe: 600000,
7171 comment_create_subscribe: 1800000,
7172 video_tip_jar_payment_event_subscribe: 14400000
7173 },
7174 www_unevictable_topic_regexes: ["^(graphql|gqls)/web_notification_receive_subscribe", "^www/sr/hot_reload/"],
7175 autobot_tiers: {
7176 latest: "realtime.skywalker.autobot.latest",
7177 intern: "realtime.skywalker.autobot.intern",
7178 sb: "realtime.skywalker.autobot.sb"
7179 },
7180 max_subscription_flush_batch_size: 100
7181 },
7182 autobot: {},
7183 assimilator: {},
7184 unsubscribe_release: true,
7185 bladerunner_www_sandbox: null,
7186 bladerunner_php_sandbox: null
7187 }, 1081],
7188 ["RequestStreamE2EClientSamplingConfig", [], {
7189 sampleRate: 0,
7190 methodToSamplingMultiplier: {}
7191 }, 4501],
7192 ["cr:844180", ["TimeSpentImmediateActiveSecondsLoggerBlue"], {
7193 __rc: ["TimeSpentImmediateActiveSecondsLoggerBlue", "Aa1JoR4fnQrdDOgbgOMCGKKqoslLWCkOkcH0CW-r3BgcwDHgI28XSD5T6-ZOod9zN78PerpKFJQtUhknecAOmzE"]
7194 }, -1],
7195 ["KillabyteProfilerConfig", [], {
7196 htmlProfilerModule: null,
7197 profilerModule: null,
7198 depTypes: {
7199 BL: "bl",
7200 NON_BL: "non-bl"
7201 }
7202 }, 1145],
7203 ["QuicklingConfig", [], {
7204 version: "1001334484;0;",
7205 sessionLength: 20,
7206 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$",
7207 badRequestKeys: ["nonce", "access_token", "oauth_token", "xs", "checkpoint_data", "code"],
7208 logRefreshOverhead: false
7209 }, 60],
7210 ["TrackingConfig", [], {
7211 domain: "https://pixel.messenger.com"
7212 }, 325],
7213 ["TimeSpentConfig", [], {
7214 "0_delay": 0,
7215 "0_timeout": 8,
7216 delay: 200000,
7217 timeout: 64
7218 }, 142],
7219 ["ImmediateActiveSecondsConfig", [], {
7220 sampling_rate: 0
7221 }, 423]
7222 ]
7223 },
7224 last_in_phase: true,
7225 the_end: true
7226 });
7227 }), "onPageletArrive last_response", {
7228 "root": true,
7229 "pagelet": "last_response"
7230 })();
7231 </script>
7232</body>
7233
7234</html>