mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-16 23:46:15 +08:00
345 lines
62 KiB
Text
Vendored
345 lines
62 KiB
Text
Vendored
<!DOCTYPE html>
|
|
<html lang="en" class="no-js not-logged-in client-root">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>
|
|
National Geographic on Instagram: “Photo @ladzinski / Adorableness aside, companionship from pets is proven to lower blood pressure and increase oxytocin, a hormone that…”
|
|
</title>
|
|
|
|
|
|
<meta name="robots" content="noimageindex, noarchive">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover">
|
|
<link rel="manifest" href="/data/manifest.json">
|
|
|
|
<link rel="preload" href="/static/bundles/metro/ConsumerUICommons.css/376c16df040f.css" as="style" type="text/css" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/ConsumerAsyncCommons.css/b89a1ccfaa6e.css" as="style" type="text/css" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/Consumer.css/aa65d84a486c.css" as="style" type="text/css" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/PostPageContainer.css/e8e152153a56.css" as="style" type="text/css" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/Vendor.js/5a56d51ae30f.js" as="script" type="text/javascript" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/en_US.js/75c323f42cee.js" as="script" type="text/javascript" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/ConsumerLibCommons.js/c278d02f018f.js" as="script" type="text/javascript" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/ConsumerUICommons.js/adadc46dad46.js" as="script" type="text/javascript" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/ConsumerAsyncCommons.js/05fde2fa93ee.js" as="script" type="text/javascript" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/Consumer.js/342978c8bbac.js" as="script" type="text/javascript" crossorigin="anonymous" />
|
|
<link rel="preload" href="/static/bundles/metro/PostPageContainer.js/d76471f2ff47.js" as="script" type="text/javascript" crossorigin="anonymous" />
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
(function() {
|
|
var docElement = document.documentElement;
|
|
var classRE = new RegExp('(^|\\s)no-js(\\s|$)');
|
|
var className = docElement.className;
|
|
docElement.className = className.replace(classRE, '$1js$2');
|
|
})();
|
|
</script>
|
|
<script type="text/javascript">
|
|
(function() {
|
|
if ('PerformanceObserver' in window && 'PerformancePaintTiming' in window) {
|
|
window.__bufferedPerformance = [];
|
|
var ob = new PerformanceObserver(function(e) {
|
|
window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries());
|
|
});
|
|
ob.observe({entryTypes:['paint']});
|
|
}
|
|
|
|
window.__bufferedErrors = [];
|
|
window.onerror = function(message, url, line, column, error) {
|
|
window.__bufferedErrors.push({
|
|
message: message,
|
|
url: url,
|
|
line: line,
|
|
column: column,
|
|
error: error
|
|
});
|
|
return false;
|
|
};
|
|
window.__initialData = {
|
|
pending: true,
|
|
waiting: []
|
|
};
|
|
function asyncFetchSharedData(extra) {
|
|
var sharedDataReq = new XMLHttpRequest();
|
|
sharedDataReq.onreadystatechange = function() {
|
|
if (sharedDataReq.readyState === 4) {
|
|
if(sharedDataReq.status === 200){
|
|
var sharedData = JSON.parse(sharedDataReq.responseText);
|
|
window.__initialDataLoaded(sharedData, extra);
|
|
}
|
|
}
|
|
}
|
|
sharedDataReq.open('GET', '/data/shared_data/', true);
|
|
sharedDataReq.send(null);
|
|
}
|
|
function notifyLoaded(item, data) {
|
|
item.pending = false;
|
|
item.data = data;
|
|
for (var i = 0;i < item.waiting.length; ++i) {
|
|
item.waiting[i].resolve(item.data);
|
|
}
|
|
item.waiting = [];
|
|
}
|
|
function notifyError(item, msg) {
|
|
item.pending = false;
|
|
item.error = new Error(msg);
|
|
for (var i = 0;i < item.waiting.length; ++i) {
|
|
item.waiting[i].reject(item.error);
|
|
}
|
|
item.waiting = [];
|
|
}
|
|
window.__initialDataLoaded = function(initialData, extraData) {
|
|
if (extraData) {
|
|
for (var key in extraData) {
|
|
initialData[key] = extraData[key];
|
|
}
|
|
}
|
|
notifyLoaded(window.__initialData, initialData);
|
|
};
|
|
window.__initialDataError = function(msg) {
|
|
notifyError(window.__initialData, msg);
|
|
};
|
|
window.__additionalData = {};
|
|
window.__pendingAdditionalData = function(paths) {
|
|
for (var i = 0;i < paths.length; ++i) {
|
|
window.__additionalData[paths[i]] = {
|
|
pending: true,
|
|
waiting: []
|
|
};
|
|
}
|
|
};
|
|
window.__additionalDataLoaded = function(path, data) {
|
|
if (path in window.__additionalData) {
|
|
notifyLoaded(window.__additionalData[path], data);
|
|
} else {
|
|
console.error('Unexpected additional data loaded "' + path + '"');
|
|
}
|
|
};
|
|
window.__additionalDataError = function(path, msg) {
|
|
if (path in window.__additionalData) {
|
|
notifyError(window.__additionalData[path], msg);
|
|
} else {
|
|
console.error('Unexpected additional data encountered an error "' + path + '": ' + msg);
|
|
}
|
|
};
|
|
|
|
})();
|
|
</script><script type="text/javascript">
|
|
|
|
/*
|
|
Copyright 2018 Google Inc. All Rights Reserved.
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
(function(){function g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function k(){g(a,c);d()}function b(){d()}function d(){removeEventListener("pointerup",k,e);removeEventListener("pointercancel",b,e)}addEventListener("pointerup",k,e);addEventListener("pointercancel",b,e)}function l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;"pointerdown"==a.type?n(c,
|
|
a):g(c,a)}}var e={passive:!0,capture:!0},h=["click","mousedown","keydown","touchstart","pointerdown"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})();
|
|
</script>
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/static/images/ico/apple-touch-icon-76x76-precomposed.png/666282be8229.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/static/images/ico/apple-touch-icon-120x120-precomposed.png/8a5bd3f267b1.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/static/images/ico/apple-touch-icon-152x152-precomposed.png/68193576ffc5.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="167x167" href="/static/images/ico/apple-touch-icon-167x167-precomposed.png/4985e31c9100.png">
|
|
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="/static/images/ico/apple-touch-icon-180x180-precomposed.png/c06fdb2357bd.png">
|
|
|
|
<link rel="icon" sizes="192x192" href="/static/images/ico/favicon-192.png/68d99ba29cc8.png">
|
|
|
|
|
|
|
|
<link rel="mask-icon" href="/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626">
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="/static/images/ico/favicon.ico/36b3ee2d91ed.ico">
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="canonical" href="https://www.instagram.com/p/BgSPalMjddb/" />
|
|
<meta content="1.2m Likes, 5,971 Comments - National Geographic (@natgeo) on Instagram: “Photo @ladzinski / Adorableness aside, companionship from pets is proven to lower blood pressure…”" name="description" />
|
|
<meta property="og:site_name" content="Instagram" />
|
|
<meta property="og:title" content="National Geographic on Instagram: “Photo @ladzinski / Adorableness aside, companionship from pets is proven to lower blood pressure and increase oxytocin, a hormone that…”" />
|
|
<meta property="og:image" content="https://scontent-waw1-1.cdninstagram.com/v/t51.2885-15/e35/28751607_101336700703060_7002304208821026816_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com&_nc_cat=104&_nc_ohc=NXYxExVGcLkAX8-FRp3&oh=add21f207c8533dc3c254c9532b1bcca&oe=5E769EDA" />
|
|
<meta property="og:description" content="1.2m Likes, 5,971 Comments - National Geographic (@natgeo) on Instagram: “Photo @ladzinski / Adorableness aside, companionship from pets is proven to lower blood pressure…”" />
|
|
<meta property="fb:app_id" content="124024574287414" />
|
|
<meta property="og:url" content="https://www.instagram.com/p/BgSPalMjddb/" />
|
|
<meta property="instapp:owner_user_id" content="787132" />
|
|
|
|
<meta property="al:ios:app_name" content="Instagram" />
|
|
<meta property="al:ios:app_store_id" content="389801252" />
|
|
<meta property="al:ios:url" content="instagram://media?id=1734516603834193755" />
|
|
<meta property="al:android:app_name" content="Instagram" />
|
|
<meta property="al:android:package" content="com.instagram.android" />
|
|
<meta property="al:android:url" content="https://www.instagram.com/p/BgSPalMjddb/" />
|
|
|
|
|
|
<meta name="medium" content="image" />
|
|
<meta property="og:type" content="instapp:photo" />
|
|
<meta property="instapp:hashtags" content="infrared" />
|
|
|
|
<link rel="alternate" href="android-app://com.instagram.android/https/instagram.com/p/BgSPalMjddb/" />
|
|
|
|
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/" hreflang="x-default" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=en" hreflang="en" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=fr" hreflang="fr" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=it" hreflang="it" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=de" hreflang="de" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es" hreflang="es" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=zh-cn" hreflang="zh-cn" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=zh-tw" hreflang="zh-tw" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ja" hreflang="ja" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ko" hreflang="ko" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=pt" hreflang="pt" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=pt-br" hreflang="pt-br" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=af" hreflang="af" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=cs" hreflang="cs" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=da" hreflang="da" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=el" hreflang="el" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=fi" hreflang="fi" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=hr" hreflang="hr" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=hu" hreflang="hu" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=id" hreflang="id" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ms" hreflang="ms" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=nb" hreflang="nb" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=nl" hreflang="nl" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=pl" hreflang="pl" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ru" hreflang="ru" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=sk" hreflang="sk" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=sv" hreflang="sv" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=th" hreflang="th" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=tl" hreflang="tl" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=tr" hreflang="tr" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=hi" hreflang="hi" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=bn" hreflang="bn" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=gu" hreflang="gu" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=kn" hreflang="kn" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ml" hreflang="ml" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=mr" hreflang="mr" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=pa" hreflang="pa" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ta" hreflang="ta" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=te" hreflang="te" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ne" hreflang="ne" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=si" hreflang="si" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ur" hreflang="ur" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=vi" hreflang="vi" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=bg" hreflang="bg" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=fr-ca" hreflang="fr-ca" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=ro" hreflang="ro" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=sr" hreflang="sr" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=uk" hreflang="uk" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=zh-hk" hreflang="zh-hk" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-co" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-pr" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-uy" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-cr" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-mx" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-hn" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-do" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-cu" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-pa" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-cl" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-ni" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-ve" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-py" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-pe" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-bo" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-ar" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-ec" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-gt" />
|
|
<link rel="alternate" href="https://www.instagram.com/p/BgSPalMjddb/?hl=es-la" hreflang="es-sv" />
|
|
</head>
|
|
<body class="" style="
|
|
background: white;
|
|
">
|
|
|
|
<div id="react-root">
|
|
|
|
<span><svg width="50" height="50" viewBox="0 0 50 50" style="position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;fill:#c7c7c7"><path d="M25 1c-6.52 0-7.34.03-9.9.14-2.55.12-4.3.53-5.82 1.12a11.76 11.76 0 0 0-4.25 2.77 11.76 11.76 0 0 0-2.77 4.25c-.6 1.52-1 3.27-1.12 5.82C1.03 17.66 1 18.48 1 25c0 6.5.03 7.33.14 9.88.12 2.56.53 4.3 1.12 5.83a11.76 11.76 0 0 0 2.77 4.25 11.76 11.76 0 0 0 4.25 2.77c1.52.59 3.27 1 5.82 1.11 2.56.12 3.38.14 9.9.14 6.5 0 7.33-.02 9.88-.14 2.56-.12 4.3-.52 5.83-1.11a11.76 11.76 0 0 0 4.25-2.77 11.76 11.76 0 0 0 2.77-4.25c.59-1.53 1-3.27 1.11-5.83.12-2.55.14-3.37.14-9.89 0-6.51-.02-7.33-.14-9.89-.12-2.55-.52-4.3-1.11-5.82a11.76 11.76 0 0 0-2.77-4.25 11.76 11.76 0 0 0-4.25-2.77c-1.53-.6-3.27-1-5.83-1.12A170.2 170.2 0 0 0 25 1zm0 4.32c6.4 0 7.16.03 9.69.14 2.34.11 3.6.5 4.45.83 1.12.43 1.92.95 2.76 1.8a7.43 7.43 0 0 1 1.8 2.75c.32.85.72 2.12.82 4.46.12 2.53.14 3.29.14 9.7 0 6.4-.02 7.16-.14 9.69-.1 2.34-.5 3.6-.82 4.45a7.43 7.43 0 0 1-1.8 2.76 7.43 7.43 0 0 1-2.76 1.8c-.84.32-2.11.72-4.45.82-2.53.12-3.3.14-9.7.14-6.4 0-7.16-.02-9.7-.14-2.33-.1-3.6-.5-4.45-.82a7.43 7.43 0 0 1-2.76-1.8 7.43 7.43 0 0 1-1.8-2.76c-.32-.84-.71-2.11-.82-4.45a166.5 166.5 0 0 1-.14-9.7c0-6.4.03-7.16.14-9.7.11-2.33.5-3.6.83-4.45a7.43 7.43 0 0 1 1.8-2.76 7.43 7.43 0 0 1 2.75-1.8c.85-.32 2.12-.71 4.46-.82 2.53-.11 3.29-.14 9.7-.14zm0 7.35a12.32 12.32 0 1 0 0 24.64 12.32 12.32 0 0 0 0-24.64zM25 33a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm15.68-20.8a2.88 2.88 0 1 0-5.76 0 2.88 2.88 0 0 0 5.76 0z"/></svg></span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/static/bundles/metro/ConsumerUICommons.css/376c16df040f.css" type="text/css" crossorigin="anonymous" />
|
|
<link rel="stylesheet" href="/static/bundles/metro/ConsumerAsyncCommons.css/b89a1ccfaa6e.css" type="text/css" crossorigin="anonymous" />
|
|
<link rel="stylesheet" href="/static/bundles/metro/Consumer.css/aa65d84a486c.css" type="text/css" crossorigin="anonymous" />
|
|
<script type="text/javascript">window._sharedData = {"config":{"csrf_token":"JYYhapln1sR0l2DqKwewhomMuOVfQnmc","viewer":null,"viewerId":null},"country_code":"PL","language_code":"en","locale":"en_US","entry_data":{"PostPage":[{"graphql":{"shortcode_media":{"__typename":"GraphImage","id":"1734516603834193755","shortcode":"BgSPalMjddb","dimensions":{"height":720,"width":1080},"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACocZaxGUmaT5mzgZ9f8AOgqSWEnmq0TXCgYZW6nkj/61aEMsxPzIrf7rD/Gl1uPpYoCxLdeKry2xj6c5/zyK6R1OQSNvHI7fTPrWVM4B+4cH0Bzn8fanzXfkLlsvMyGj4qvsNazGLkYfPXpj/OKYVh/2v8AP4VV0KzJoDhAT27fWrkMoUg5GayJXKScd8Z/GhnKNgdqGCNi4vvvrnO08e49OPSst7otz19qobyWJ96Vhzmlaw73LQuM57ZppuRUDn5arUJg0f/Z","display_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-15/e35/28751607_101336700703060_7002304208821026816_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=NXYxExVGcLkAX8-FRp3\u0026oh=add21f207c8533dc3c254c9532b1bcca\u0026oe=5E769EDA","display_resources":[{"src":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/28751607_101336700703060_7002304208821026816_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_cat=104\u0026oh=efe4f42143011c365499c554c9d356e0\u0026oe=5E76A93F","config_width":640,"config_height":426},{"src":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s750x750/28751607_101336700703060_7002304208821026816_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=NXYxExVGcLkAX8-FRp3\u0026oh=4f5a2a2b629ef117b835743323cce8e2\u0026oe=5E71673F","config_width":750,"config_height":500},{"src":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-15/e35/28751607_101336700703060_7002304208821026816_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_cat=104\u0026oh=82c525e3e4c6ba56dd20761a5a3e6f7d\u0026oe=5E769EDA","config_width":1080,"config_height":720}],"accessibility_caption":"No photo description available.","is_video":false,"tracking_token":"eyJ2ZXJzaW9uIjo1LCJwYXlsb2FkIjp7ImlzX2FuYWx5dGljc190cmFja2VkIjp0cnVlLCJ1dWlkIjoiZDk3NjAxM2I0MTg3NDczMzg5NWViMTljYjQ2YzdiYjcxNzM0NTE2NjAzODM0MTkzNzU1In0sInNpZ25hdHVyZSI6IiJ9","edge_media_to_tagged_user":{"edges":[{"node":{"user":{"full_name":"dana (richardson) ladzinski","id":"9678237","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/37132629_231736461001303_403839389542645760_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=5kMjSMrVZDcAX8IQcau\u0026oh=ece609957b0c423010836089614a8948\u0026oe=5E720FC9","username":"danahrichardson"},"x":0.7520128824,"y":0.5060386473}},{"node":{"user":{"full_name":"Keith Ladzinski","id":"11522830","is_verified":true,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/70963370_2726124264088118_3533745911140188160_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=0HblZUBvZeEAX-Pb48Q\u0026oh=ba34428228fcfca89381ec4639902217\u0026oe=5EB45717","username":"ladzinski"},"x":0.3285024155,"y":0.4806763285}}]},"edge_media_to_caption":{"edges":[{"node":{"text":"Photo @ladzinski / Adorableness aside, companionship from pets is proven to lower blood pressure and increase oxytocin, a hormone that reduces stress. Research has further shown that pet owners experience less illness and faster recovery from serious health conditions. Active pets, like dogs, encourage us to exercise more, even on those chilly mornings when we don\u2019t want to, by spending time outside going for walks. This photo here is of my dog, Vesper, taken with an #infrared camera in the wintery mountains of colorado. The \u201crings\u201d in the photo are the result of lens flare from shooting into the sun."}}]},"caption_is_edited":true,"has_ranked_comments":false,"edge_media_to_parent_comment":{"count":5971,"page_info":{"has_next_page":true,"end_cursor":"QVFDY0JPQVpyWlgtTDkzQkRSNVdodC1DOXhsaERvR21RRUpPWHhSZTlnbzhuTmtzME1YT0stR01oRjFXTkZLZVBweUgwcUtDSEVnYV9KQ3V4YVNJa1ZseQ=="},"edges":[{"node":{"id":"17859382009232669","text":"Nice angle!\ud83d\udc4d","created_at":1521530696,"did_report_as_spam":false,"owner":{"id":"1604347011","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/70021386_757310544715783_5510079467491426304_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=-r9y4dksrfYAX-Y4Ti9\u0026oh=5a647f42e45449a93d360739b80a84dc\u0026oe=5E7A3711","username":"insta_bhupi"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17903953429156463","text":"@finn_iscool","created_at":1521562931,"did_report_as_spam":false,"owner":{"id":"234560562","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/74435918_480323649260023_4806331148848332800_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026oh=19fff806b3ad0f0ede4526908edc69c7\u0026oe=5EB02ED4","username":"markanthonyleach"},"viewer_has_liked":false,"edge_liked_by":{"count":1},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17914122826087826","text":"@stagmayank @khushbooarora1407 @manpriyagill","created_at":1521565033,"did_report_as_spam":false,"owner":{"id":"2477532104","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/70249332_439707760307511_5155378738652774400_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026oh=98167efe64375e083fa8d5c4e244c6e7\u0026oe=5E8D54A4","username":"prerana_dr30"},"viewer_has_liked":false,"edge_liked_by":{"count":1},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17918644519104190","text":"So cut","created_at":1521572248,"did_report_as_spam":false,"owner":{"id":"7330987190","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/28754299_518577101876989_38948116354826240_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=LsXpDp44tjEAX_GJ7b7\u0026oh=307dbcbee542f83b297438496ed537bb\u0026oe=5E94D130","username":"jaslene3737"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17907479158130172","text":"That is the cutest ever!!!","created_at":1521593388,"did_report_as_spam":false,"owner":{"id":"7333810052","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/29088307_1384299671715406_2580414349982040064_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=3j0L3tz2HAAAX_XHBr5\u0026oh=e693a4361a2029f8e1f524e0684956fb\u0026oe=5EAB4D65","username":"lily_nunn08"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17891993467196788","text":"Is that photo shopped","created_at":1521609139,"did_report_as_spam":false,"owner":{"id":"7334410274","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/28766290_1588044824642697_4163089496247631872_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=coLLYS-MnkgAX-r2oUT\u0026oh=c49cc1717b805aacff88f19655d2fea2\u0026oe=5E77705D","username":"williampurcell1620"},"viewer_has_liked":false,"edge_liked_by":{"count":1},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17871608206216594","text":"In contrast, companionship from humans is proven to lead to premature aging and emotional disaster","created_at":1521634985,"did_report_as_spam":false,"owner":{"id":"41356782","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/66175395_479061442828222_5530169808378658816_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=TKoUAlapJu4AX_JOTDh\u0026oh=b40cfd3904278970f32ca1217c9a834d\u0026oe=5E71ACDB","username":"ed_coupe"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17873948956205939","text":"Adorable puppy \ud83d\udc9e. Love the photo.","created_at":1521736093,"did_report_as_spam":false,"owner":{"id":"2008604576","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/41908417_165540571037053_8489808617883566080_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=UHF0SPI_WxYAX9ig3TV\u0026oh=2274a0f304b14049f32e966998c2795e\u0026oe=5E807F7A","username":"twosmall2.gs"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17873875489206158","text":"@tangiepants","created_at":1521777883,"did_report_as_spam":false,"owner":{"id":"196035925","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/11809893_1777500622476953_1663601385_a.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=hkKLkrJ5J9AAX9vfkdO\u0026oh=01b706cfe88923721b8584d7291ff0fc\u0026oe=5E7E2CA6","username":"phishon5"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17931990142045009","text":"@molinagabrielav \ud83d\ude0d\ud83d\ude0d","created_at":1522002856,"did_report_as_spam":false,"owner":{"id":"1280028114","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/72479594_2867984793225840_2590601544256716800_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=c7wrGKXvYosAX-iJESI\u0026oh=48eaa017776b00899925c4b2945225c3\u0026oe=5E9331B2","username":"nz95zn"},"viewer_has_liked":false,"edge_liked_by":{"count":1},"edge_threaded_comments":{"count":3,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[{"node":{"id":"17908843870191510","text":"@zhalogram qu\u00e9 hermoso\ud83d\ude0d","created_at":1522003049,"did_report_as_spam":false,"owner":{"id":"7169522105","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/73420170_922809101421362_3356269401383895040_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=9A2LLcgSLxkAX82uxU9\u0026oh=57525f8d8d77e7c0a99b03ca9464bf9a\u0026oe=5E75FD5C","username":"molinagabrielav"},"viewer_has_liked":false,"edge_liked_by":{"count":0}}},{"node":{"id":"17919175786115729","text":"@molinagabrielav quiero uno","created_at":1522003087,"did_report_as_spam":false,"owner":{"id":"1280028114","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/72479594_2867984793225840_2590601544256716800_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026oh=9cbb2823537926fffe18dd1792b501e1\u0026oe=5E9331B2","username":"nz95zn"},"viewer_has_liked":false,"edge_liked_by":{"count":0}}},{"node":{"id":"17919575569112567","text":"@zhalogram buscaremos uno \ud83d\ude1a","created_at":1522003215,"did_report_as_spam":false,"owner":{"id":"7169522105","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/73420170_922809101421362_3356269401383895040_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=9A2LLcgSLxkAX82uxU9\u0026oh=57525f8d8d77e7c0a99b03ca9464bf9a\u0026oe=5E75FD5C","username":"molinagabrielav"},"viewer_has_liked":false,"edge_liked_by":{"count":0}}}]}}},{"node":{"id":"17872065595220207","text":"@joe_lozoya","created_at":1522012652,"did_report_as_spam":false,"owner":{"id":"17460291","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/11849463_1651962648406989_342404085_a.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=WLd3NmblkTgAX81zscc\u0026oh=d1201ce7f69c8ce25ebde13fa7598151\u0026oe=5EB368D2","username":"dennytunibug_"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17932740463033371","text":"Beautiful, I love Arya \ud83d\ude0d","created_at":1522144891,"did_report_as_spam":false,"owner":{"id":"173960752","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/71198050_402368624051278_3378939883744657408_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026oh=59787fbd89de07dfec719c6c749187eb\u0026oe=5E7C4973","username":"daniela_ix_chel18"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17917858030127339","text":"@awbarto","created_at":1522186724,"did_report_as_spam":false,"owner":{"id":"4678592","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/51780441_374612800030854_4802630403162636288_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=pn5es8TVpMoAX9qRq0z\u0026oh=2e6f0dd5eede236f4f1e93da571624ee\u0026oe=5EB2D7EA","username":"life_of_shivani"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17928293800071747","text":"Dis one is @whoreegee","created_at":1522208811,"did_report_as_spam":false,"owner":{"id":"31465215","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/60227545_2176765179037862_2451768547479650304_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026oh=76095ad5cd61d58f6d188cadbf308130\u0026oe=5E7A0664","username":"ramcharizard"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17919930355119457","text":"\u2764","created_at":1522277343,"did_report_as_spam":false,"owner":{"id":"5497775435","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/71513831_823089431427323_7379677666288336896_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=j7qdod6H4YsAX-i_m8K\u0026oh=683ffa5da187742396cdaecf09fbcf75\u0026oe=5E71C446","username":"untepatente"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17929237684064949","text":"\ud83d\ude4c\ud83d\ude4c\ud83d\ude4c\ud83d\ude4c\ud83d\ude4c\ud83d\ude4c","created_at":1522443764,"did_report_as_spam":false,"owner":{"id":"5541481806","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/18879556_424192561294887_6512464833684701184_a.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=MGuc-C-ZOeUAX_4cWq3\u0026oh=0589df7a9444558db52dc008774c0209\u0026oe=5E7902E8","username":"themartinu"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17875069132212978","text":"\u041e\u0447\u0435\u043d\u044c!!!","created_at":1522581414,"did_report_as_spam":false,"owner":{"id":"4284452460","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/30591476_1534011653391068_3957547157623406592_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=8bP9CMkFqHYAX_0Jqnw\u0026oh=6886c8dbbf22e819ab78eb739fca60a3\u0026oe=5EB0AD2A","username":"tanechkakrupenko"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17917062496080293","text":"\ud83d\udc9e\ud83d\udc99","created_at":1522723776,"did_report_as_spam":false,"owner":{"id":"197338626","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/72594485_2349382101991536_4951829007155855360_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=gw3_ciwMHKIAX8rCuxB\u0026oh=340c557ca657185f2e46a0b36779944f\u0026oe=5E8F2330","username":"pritibella"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17918019916087069","text":"@f.chavez98 Mira nomas que belleza \ud83d\ude0d","created_at":1523201705,"did_report_as_spam":false,"owner":{"id":"590532532","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/73258579_542312716621246_1350727662238171136_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=8ljviMWiD8MAX91tYxy\u0026oh=506ffe6986bf5a0a906ef02c89533bc0\u0026oe=5E7E4574","username":"yolandasuarez7"},"viewer_has_liked":false,"edge_liked_by":{"count":1},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17908688755154173","text":"@_trippit_","created_at":1523378265,"did_report_as_spam":false,"owner":{"id":"1280055184","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/28158198_1679763592081670_2134051038997512192_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=plM7fmh89IcAX_-rk1z\u0026oh=58667574f90ecacf0a4d9d146f28d18d\u0026oe=5EAE2CBF","username":"yonilerner"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17876471020222411","text":"Such a fantasric picture!!!","created_at":1523580164,"did_report_as_spam":false,"owner":{"id":"4847135268","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/31425362_100849467450555_8276414043955134464_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=lbvFFwsypEgAX8FpVpS\u0026oh=614eda37c0f901a6b754da8f488da1a5\u0026oe=5EB11B01","username":"peanutandsnowy30"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17915232355145411","text":"@danivasquezriv amo los perros","created_at":1525757565,"did_report_as_spam":false,"owner":{"id":"770729604","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/75412645_2621528634799584_6174619497840771072_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=qoYBCSzCHC8AX98E6iU\u0026oh=b352bfa9efbcba6a6651acc2c2c83f2d\u0026oe=5EB0132C","username":"luigihs_"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17957903749213744","text":"Puppy eyes","created_at":1547255609,"did_report_as_spam":false,"owner":{"id":"7467742014","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/69771886_2442082309450971_4918668973412712448_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=sJhFD0NkkLwAX_yyOOB\u0026oh=e5f4ff475a6d51a3deb4a01221eae252\u0026oe=5E7AF788","username":"exsighted"},"viewer_has_liked":false,"edge_liked_by":{"count":1},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}},{"node":{"id":"17853308143325067","text":"@lissaangel photography level \ud83d\udcaf\u2764\ufe0f","created_at":1547567770,"did_report_as_spam":false,"owner":{"id":"5320352018","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/46088441_1842170869239222_5957634571771052032_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026oh=72cbf133a7c211610717ebc7f35d5ffb\u0026oe=5E8D798E","username":"pra_tha_m_"},"viewer_has_liked":false,"edge_liked_by":{"count":0},"edge_threaded_comments":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]}}}]},"edge_media_preview_comment":{"count":5971,"edges":[{"node":{"id":"17957903749213744","text":"Puppy eyes","created_at":1547255609,"did_report_as_spam":false,"owner":{"id":"7467742014","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/69771886_2442082309450971_4918668973412712448_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=sJhFD0NkkLwAX_yyOOB\u0026oh=e5f4ff475a6d51a3deb4a01221eae252\u0026oe=5E7AF788","username":"exsighted"},"viewer_has_liked":false,"edge_liked_by":{"count":1}}},{"node":{"id":"17853308143325067","text":"@lissaangel photography level \ud83d\udcaf\u2764\ufe0f","created_at":1547567770,"did_report_as_spam":false,"owner":{"id":"5320352018","is_verified":false,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/46088441_1842170869239222_5957634571771052032_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=yKmJzFlKzzYAX8pbkme\u0026oh=58233f39df1a2b03cf5731b371c0e9c7\u0026oe=5E8D798E","username":"pra_tha_m_"},"viewer_has_liked":false,"edge_liked_by":{"count":0}}}]},"comments_disabled":false,"taken_at_timestamp":1520990513,"edge_media_preview_like":{"count":1202278,"edges":[]},"edge_media_to_sponsor_user":{"edges":[]},"location":{"id":"46519841","has_public_page":true,"name":"Boulder, Colorado","slug":"boulder-colorado","address_json":"{\"street_address\": \"\", \"zip_code\": \"80301-80310, 80314, 80321-80323, 80328, 80329\", \"city_name\": \"Boulder, Colorado\", \"region_name\": \"\", \"country_code\": \"US\", \"exact_city_match\": true, \"exact_region_match\": false, \"exact_country_match\": false}"},"viewer_has_liked":false,"viewer_has_saved":false,"viewer_has_saved_to_collection":false,"viewer_in_photo_of_you":false,"viewer_can_reshare":true,"owner":{"id":"787132","is_verified":true,"profile_pic_url":"https://scontent-waw1-1.cdninstagram.com/v/t51.2885-19/s150x150/78993216_581418589288447_5049957800004812800_n.jpg?_nc_ht=scontent-waw1-1.cdninstagram.com\u0026_nc_ohc=K_iVu1YYj4IAX_PSEDT\u0026oh=62e64c5094f353444e1b7008d5b3ff8d\u0026oe=5E7FC10B","username":"natgeo","blocked_by_viewer":false,"followed_by_viewer":false,"full_name":"National Geographic","has_blocked_viewer":false,"is_private":false,"is_unpublished":false,"requested_by_viewer":false},"is_ad":false,"edge_web_media_to_related_media":{"edges":[]}}}}]},"hostname":"www.instagram.com","deployment_stage":"c2","platform":"web","nonce":"Q6SyzvcwdczAF++NT0Ltnw==","mid_pct":56.11818,"zero_data":{},"cache_schema_version":3,"server_checks":{},"knobx":{"4":false,"17":false,"20":true,"21":36,"22":false},"to_cache":{"gatekeepers":{"4":true,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false,"11":false,"12":false,"13":true,"14":true,"15":true,"16":false,"18":true,"19":false,"23":false,"24":false,"26":true,"27":false,"28":false,"29":true,"31":false,"32":true,"34":false,"35":false,"38":true,"40":true,"41":false,"43":false,"59":true,"61":false,"62":false,"63":false,"64":false,"65":false,"67":true,"68":false,"69":true,"71":false,"72":true,"73":false,"74":false,"75":true,"76":false,"77":false,"78":true,"79":false,"80":false,"81":false,"82":false},"qe":{"app_upsell":{"g":"","p":{}},"igl_app_upsell":{"g":"","p":{}},"notif":{"g":"","p":{}},"onetaplogin":{"g":"","p":{}},"multireg_iter":{"g":"test_12_21","p":{"has_new_phone_form":"true"}},"felix_clear_fb_cookie":{"g":"","p":{}},"felix_creation_duration_limits":{"g":"","p":{}},"felix_creation_fb_crossposting":{"g":"","p":{}},"felix_creation_fb_crossposting_v2":{"g":"","p":{}},"felix_creation_validation":{"g":"","p":{}},"mweb_topical_explore":{"g":"","p":{}},"post_options":{"g":"","p":{}},"iglscioi":{"g":"","p":{}},"sticker_tray":{"g":"","p":{}},"web_sentry":{"g":"","p":{}},"0":{"p":{"4":true,"7":true,"8":true,"9":false},"qex":true},"2":{"p":{"0":true},"qex":true},"4":{"p":{"0":true},"qex":true},"5":{"p":{"1":false},"qex":true},"6":{"p":{"1":true,"5":false,"6":false,"7":false,"9":false,"10":false},"qex":true},"10":{"p":{"2":false},"qex":true},"12":{"p":{"0":5},"qex":true},"13":{"p":{"0":true},"qex":true},"16":{"p":{"0":false},"qex":true},"17":{"p":{"1":true},"qex":true},"19":{"p":{"0":true},"qex":true},"21":{"p":{"2":false},"qex":true},"22":{"p":{"1":false,"2":8.0,"3":0.85,"4":0.95,"10":0.0,"11":15,"12":3,"13":false},"qex":true},"23":{"p":{"0":false,"1":false},"qex":true},"25":{"p":{},"qex":true},"26":{"p":{"0":""},"qex":true},"28":{"p":{"0":false},"qex":true},"29":{"p":{},"qex":true},"30":{"p":{"0":true},"qex":true},"31":{"p":{},"qex":true},"33":{"p":{},"qex":true},"34":{"p":{"0":false},"qex":true},"35":{"p":{"0":false},"qex":true},"36":{"p":{"0":true,"1":true,"2":false,"3":false,"4":false},"qex":true},"37":{"p":{"0":false},"qex":true},"39":{"p":{"0":false,"6":false,"7":false,"8":false,"9":false},"qex":true},"40":{"p":{"0":false},"qex":true},"41":{"p":{"3":true},"qex":true},"42":{"p":{"0":true},"qex":true},"43":{"p":{"0":false,"1":false,"2":false},"qex":true},"44":{"p":{"1":"inside_media","2":0.2},"qex":true},"45":{"p":{"2":true,"4":36,"7":true,"8":4,"12":false,"13":false,"14":true,"15":true,"16":36,"17":0,"18":false,"19":2,"22":false,"23":"control","24":false},"qex":true},"46":{"p":{"0":false},"qex":true},"47":{"p":{"0":true,"1":true,"2":false,"3":false,"4":false,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false,"11":false},"qex":true},"48":{"p":{"0":true},"qex":true},"49":{"p":{"0":false},"qex":true},"50":{"p":{"0":false},"qex":true},"53":{"p":{"0":5},"qex":true},"54":{"p":{"0":false},"qex":true},"55":{"p":{"0":false},"qex":true},"58":{"p":{"0":0.0,"1":false},"qex":true},"59":{"p":{"0":true},"qex":true},"60":{"p":{"0":true,"1":true,"2":true,"3":true,"4":true},"qex":true},"62":{"p":{"0":false},"qex":true},"63":{"p":{"0":1},"qex":true},"64":{"p":{"0":false},"qex":true},"65":{"p":{},"qex":true},"66":{"p":{"0":false},"qex":true}},"probably_has_app":false,"cb":true},"device_id":"D66AF3BF-E996-4B11-BE33-6CA73E039ED7","encryption":{"key_id":"245","public_key":"f5a1fdb4e2e032e5d3b42c3350d69918eebdb640e2f9cc0fe1fc55cd7800cf30"},"rollout_hash":"743435fda772","bundle_variant":"metro","is_canary":false};</script>
|
|
<script type="text/javascript">window.__initialDataLoaded(window._sharedData);</script>
|
|
<script type="text/javascript">var __BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),__DEV__=false,process=this.process||{};process.env=process.env||{};process.env.NODE_ENV=process.env.NODE_ENV||"production";!(function(r){"use strict";function e(){return c=Object.create(null)}function t(r){var e=r,t=c[e];return t&&t.isInitialized?t.publicModule.exports:o(e,t)}function n(r){var e=r;if(c[e]&&c[e].importedDefault!==f)return c[e].importedDefault;var n=t(e),i=n&&n.__esModule?n.default:n;return c[e].importedDefault=i}function i(r){var e=r;if(c[e]&&c[e].importedAll!==f)return c[e].importedAll;var n,i=t(e);if(i&&i.__esModule)n=i;else{if(n={},i)for(var o in i)p.call(i,o)&&(n[o]=i[o]);n.default=i}return c[e].importedAll=n}function o(e,t){if(!s&&r.ErrorUtils){s=!0;var n;try{n=u(e,t)}catch(e){r.ErrorUtils.reportFatalError(e)}return s=!1,n}return u(e,t)}function l(r){return{segmentId:r>>>v,localId:r&h}}function u(e,o){if(!o&&g.length>0){var u=l(e),f=u.segmentId,p=u.localId,s=g[f];null!=s&&(s(p),o=c[e])}var v=r.nativeRequire;if(!o&&v){var h=l(e),I=h.segmentId;v(h.localId,I),o=c[e]}if(!o)throw a(e);if(o.hasError)throw d(e,o.error);o.isInitialized=!0;var _=o,w=_.factory,y=_.dependencyMap;try{var M=o.publicModule;if(M.id=e,m.length>0)for(var b=0;b<m.length;++b)m[b].cb(e,M);return w(r,t,n,i,M,M.exports,y),o.factory=void 0,o.dependencyMap=void 0,M.exports}catch(r){throw o.hasError=!0,o.error=r,o.isInitialized=!1,o.publicModule.exports=void 0,r}}function a(r){var e='Requiring unknown module "'+r+'".';return Error(e)}function d(r,e){var t=r;return Error('Requiring module "'+t+'", which threw an exception: '+e)}r.__r=t,r.__d=function(r,e,t){null==c[e]&&(c[e]={dependencyMap:t,factory:r,hasError:!1,importedAll:f,importedDefault:f,isInitialized:!1,publicModule:{exports:{}}})},r.__c=e,r.__registerSegment=function(r,e){g[r]=e};var c=e(),f={},p={}.hasOwnProperty;t.importDefault=n,t.importAll=i;var s=!1,v=16,h=65535;t.unpackModuleId=l,t.packModuleId=function(r){return(r.segmentId<<v)+r.localId};var m=[];t.registerHook=function(r){var e={cb:r};return m.push(e),{release:function(){for(var r=0;r<m.length;++r)if(m[r]===e){m.splice(r,1);break}}}};var g=[]})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this);
|
|
__s={"js":{"146":"/static/bundles/metro/EncryptionUtils.js/6462dc47b4ef.js","147":"/static/bundles/metro/MobileStoriesLoginPage.js/eab5da1936c2.js","148":"/static/bundles/metro/DesktopStoriesLoginPage.js/5c2c13a3084b.js","149":"/static/bundles/metro/DirectSearchUserContainer.js/dd507c23ff01.js","150":"/static/bundles/metro/MobileStoriesPage.js/567784e2b50e.js","151":"/static/bundles/metro/DesktopStoriesPage.js/a4d947e4c7d6.js","152":"/static/bundles/metro/ActivityFeedPage.js/79104a469d75.js","153":"/static/bundles/metro/AdsSettingsPage.js/f19fbeae772c.js","154":"/static/bundles/metro/DonateCheckoutPage.js/db8ac7b06ac2.js","155":"/static/bundles/metro/CameraPage.js/4072df4746b7.js","156":"/static/bundles/metro/SettingsModules.js/f0d15aa9c9ef.js","157":"/static/bundles/metro/ContactHistoryPage.js/bd5b33c7089f.js","158":"/static/bundles/metro/AccessToolPage.js/f1cd0ae34681.js","159":"/static/bundles/metro/AccessToolViewAllPage.js/27806922c585.js","160":"/static/bundles/metro/AccountPrivacyBugPage.js/183bd4463001.js","161":"/static/bundles/metro/FirstPartyPlaintextPasswordLandingPage.js/73eaa8b7581c.js","162":"/static/bundles/metro/ThirdPartyPlaintextPasswordLandingPage.js/2dc3af8c8bbf.js","163":"/static/bundles/metro/ShoppingBagLandingPage.js/01796f0575f8.js","164":"/static/bundles/metro/PlaintextPasswordBugPage.js/2d7319bb98b0.js","165":"/static/bundles/metro/PrivateAccountMadePublicBugPage.js/a81dad271e95.js","166":"/static/bundles/metro/PublicAccountNotMadePrivateBugPage.js/142724957bbc.js","167":"/static/bundles/metro/BlockedAccountsBugPage.js/bda0b109b746.js","168":"/static/bundles/metro/AndroidBetaPrivacyBugPage.js/e67d2c2917a6.js","169":"/static/bundles/metro/DataControlsSupportPage.js/2f047e50556d.js","170":"/static/bundles/metro/DataDownloadRequestPage.js/022148f92fc8.js","171":"/static/bundles/metro/DataDownloadRequestConfirmPage.js/06642276cf60.js","172":"/static/bundles/metro/CheckpointUnderageAppealPage.js/fc61852d0b66.js","173":"/static/bundles/metro/AccountRecoveryLandingPage.js/cf35ea3138b8.js","174":"/static/bundles/metro/ContactInvitesOptOutPage.js/ac4ae507ddb7.js","175":"/static/bundles/metro/ParentalConsentPage.js/42f6f1cbd36d.js","176":"/static/bundles/metro/ParentalConsentNotParentPage.js/fbacbe6ca2d0.js","177":"/static/bundles/metro/TermsAcceptPage.js/78ca1030cd0d.js","178":"/static/bundles/metro/TermsUnblockPage.js/9959918949b1.js","179":"/static/bundles/metro/NewTermsConfirmPage.js/8f405f014826.js","180":"/static/bundles/metro/ContactInvitesOptOutStatusPage.js/36bcb681fbd0.js","181":"/static/bundles/metro/CreationModules.js/ba53fcb8aa47.js","182":"/static/bundles/metro/StoryCreationPage.js/038a9b1e0f98.js","183":"/static/bundles/metro/ExploreMediaPageContainer.js/3efbf1171250.js","184":"/static/bundles/metro/PostCommentInput.js/0ef0ec22c9fe.js","186":"/static/bundles/metro/PostModalEntrypoint.js/ba6a3f33395a.js","187":"/static/bundles/metro/PostComments.js/e8348a6726ac.js","188":"/static/bundles/metro/LikedByListContainer.js/0413da0bec33.js","189":"/static/bundles/metro/CommentLikedByListContainer.js/24f946a83117.js","190":"/static/bundles/metro/shaka-player.ui.js/0048eef607cb.js","191":"/static/bundles/metro/DiscoverMediaPageContainer.js/ac4bf8597522.js","192":"/static/bundles/metro/DiscoverPeoplePageContainer.js/4fe044db5b18.js","193":"/static/bundles/metro/EmailConfirmationPage.js/921a45ad7bd5.js","194":"/static/bundles/metro/FBSignupPage.js/64347cab0130.js","195":"/static/bundles/metro/NewUserInterstitial.js/f4dd6d41ac7a.js","196":"/static/bundles/metro/MultiStepSignupPage.js/3b0d5afb9dc9.js","197":"/static/bundles/metro/EmptyFeedPage.js/aa14ffe51ac4.js","198":"/static/bundles/metro/NewUserActivatorsUnit.js/7e42259aaab6.js","199":"/static/bundles/metro/FeedEndSuggestedUserUnit.js/4394388ba5ec.js","200":"/static/bundles/metro/FeedSidebarContainer.js/708adfa4f91f.js","201":"/static/bundles/metro/SuggestedUserFeedUnitContainer.js/4095cef7b379.js","202":"/static/bundles/metro/InFeedStoryTray.js/0b4a99e3dc0e.js","203":"/static/bundles/metro/FeedPageContainer.js/3c37af88fd16.js","204":"/static/bundles/metro/FollowListModal.js/4370d20f75cb.js","205":"/static/bundles/metro/FollowListPage.js/410739723fe0.js","206":"/static/bundles/metro/SimilarAccountsPage.js/0e381b636cbc.js","207":"/static/bundles/metro/FalseInformationLandingPage.js/30f71957ab47.js","208":"/static/bundles/metro/LandingPage.js/813a088dd1e2.js","209":"/static/bundles/metro/LocationsDirectoryCountryPage.js/b6e3e6a8cf1e.js","210":"/static/bundles/metro/LocationsDirectoryCityPage.js/cf91a3aed34f.js","211":"/static/bundles/metro/LocationPageContainer.js/6672d66a41f0.js","212":"/static/bundles/metro/LocationsDirectoryLandingPage.js/0940cdaf2449.js","213":"/static/bundles/metro/LoginAndSignupPage.js/dbe40ab14383.js","214":"/static/bundles/metro/ResetPasswordPageContainer.js/38326e0253ac.js","215":"/static/bundles/metro/MobileAllCommentsPage.js/23fe1036c1ac.js","216":"/static/bundles/metro/MediaChainingPageContainer.js/5c3b6c5ea94d.js","217":"/static/bundles/metro/PostPageContainer.js/d76471f2ff47.js","218":"/static/bundles/metro/ProfilesDirectoryLandingPage.js/4cb33e26e016.js","219":"/static/bundles/metro/HashtagsDirectoryLandingPage.js/c8c389d8b037.js","220":"/static/bundles/metro/SuggestedDirectoryLandingPage.js/d59961599ce8.js","221":"/static/bundles/metro/TagPageContainer.js/889b02292b2c.js","222":"/static/bundles/metro/PhoneConfirmPage.js/c38f080e66bd.js","223":"/static/bundles/metro/SimilarAccountsModal.js/5ea2b6f3b86b.js","224":"/static/bundles/metro/ProfilePageContainer.js/1762b15d044f.js","225":"/static/bundles/metro/HttpErrorPage.js/49674fd282fa.js","226":"/static/bundles/metro/IGTVVideoDraftsPageContainer.js/5be0c8b4744d.js","227":"/static/bundles/metro/IGTVVideoUploadPageContainer.js/38c21637f692.js","228":"/static/bundles/metro/OAuthPermissionsPage.js/4906e6258bae.js","229":"/static/bundles/metro/MobileDirectPage.js/d362767aebc0.js","230":"/static/bundles/metro/DesktopDirectPage.js/1f1ac61f6ebd.js","231":"/static/bundles/metro/OneTapUpsell.js/f05bd4a39eed.js","232":"/static/bundles/metro/NametagLandingPage.js/51cd6c16cc5d.js","233":"/static/bundles/metro/LocalDevTransactionToolSelectorPage.js/1f3c06e781ab.js","234":"/static/bundles/metro/ActivityFeedBox.js/db9cc7607b70.js","235":"/static/bundles/metro/DirectMQTT.js/6e6214f33763.js","236":"/static/bundles/metro/DebugInfoNub.js/06f9b2274b09.js","238":"/static/bundles/metro/Consumer.js/342978c8bbac.js","239":"/static/bundles/metro/Challenge.js/ec41fcfb0c3d.js","240":"/static/bundles/metro/NotificationLandingPage.js/44e7392084c3.js","256":"/static/bundles/metro/EmbedAsyncLogger.js/21e2824ee927.js","258":"/static/bundles/metro/EmbedVideoWrapper.js/f305b9ef99aa.js","259":"/static/bundles/metro/EmbedSidecarEntrypoint.js/e7d6b5b22dd7.js","260":"/static/bundles/metro/EmbedRich.js/5b10aa491974.js"},"css":{"147":"/static/bundles/metro/MobileStoriesLoginPage.css/de8957bca26c.css","148":"/static/bundles/metro/DesktopStoriesLoginPage.css/f7254426f5ca.css","149":"/static/bundles/metro/DirectSearchUserContainer.css/22c66d855ac1.css","150":"/static/bundles/metro/MobileStoriesPage.css/b27d0aa77991.css","151":"/static/bundles/metro/DesktopStoriesPage.css/61c06508366f.css","152":"/static/bundles/metro/ActivityFeedPage.css/16bef02ee117.css","153":"/static/bundles/metro/AdsSettingsPage.css/0160a4c82cea.css","154":"/static/bundles/metro/DonateCheckoutPage.css/0160a4c82cea.css","155":"/static/bundles/metro/CameraPage.css/5deda4e7e465.css","156":"/static/bundles/metro/SettingsModules.css/fc5580d1573e.css","157":"/static/bundles/metro/ContactHistoryPage.css/34ab63508bd0.css","158":"/static/bundles/metro/AccessToolPage.css/12daaa753f7c.css","159":"/static/bundles/metro/AccessToolViewAllPage.css/4aee120d6360.css","160":"/static/bundles/metro/AccountPrivacyBugPage.css/a388cb605b60.css","163":"/static/bundles/metro/ShoppingBagLandingPage.css/9ea9da8878b6.css","168":"/static/bundles/metro/AndroidBetaPrivacyBugPage.css/17e8362798f7.css","169":"/static/bundles/metro/DataControlsSupportPage.css/35d54b69c6c2.css","170":"/static/bundles/metro/DataDownloadRequestPage.css/c7fd80f52f6c.css","171":"/static/bundles/metro/DataDownloadRequestConfirmPage.css/bedb94ce8aa6.css","172":"/static/bundles/metro/CheckpointUnderageAppealPage.css/16f3c27c90f1.css","173":"/static/bundles/metro/AccountRecoveryLandingPage.css/3f6e2fa561c0.css","174":"/static/bundles/metro/ContactInvitesOptOutPage.css/2d3511c008a7.css","175":"/static/bundles/metro/ParentalConsentPage.css/03c048ca9e8c.css","176":"/static/bundles/metro/ParentalConsentNotParentPage.css/48d3c7450a8d.css","177":"/static/bundles/metro/TermsAcceptPage.css/d9acdfca7726.css","178":"/static/bundles/metro/TermsUnblockPage.css/a803f5e68fbd.css","179":"/static/bundles/metro/NewTermsConfirmPage.css/737fd410607a.css","180":"/static/bundles/metro/ContactInvitesOptOutStatusPage.css/856d94b8e737.css","181":"/static/bundles/metro/CreationModules.css/ff616fb2796c.css","182":"/static/bundles/metro/StoryCreationPage.css/d3a208ccdf94.css","183":"/static/bundles/metro/ExploreMediaPageContainer.css/688369f9110b.css","184":"/static/bundles/metro/PostCommentInput.css/816113cf74b0.css","186":"/static/bundles/metro/PostModalEntrypoint.css/56d7f703d62e.css","187":"/static/bundles/metro/PostComments.css/35b4d71b5c62.css","188":"/static/bundles/metro/LikedByListContainer.css/644aa1d88516.css","189":"/static/bundles/metro/CommentLikedByListContainer.css/644aa1d88516.css","191":"/static/bundles/metro/DiscoverMediaPageContainer.css/ab040cf88869.css","192":"/static/bundles/metro/DiscoverPeoplePageContainer.css/c83d1cad5933.css","193":"/static/bundles/metro/EmailConfirmationPage.css/90364025b97f.css","194":"/static/bundles/metro/FBSignupPage.css/0eb57e8d5d5b.css","195":"/static/bundles/metro/NewUserInterstitial.css/bafaefd918ba.css","196":"/static/bundles/metro/MultiStepSignupPage.css/39f54f0c8f0f.css","197":"/static/bundles/metro/EmptyFeedPage.css/c8f9c7b850b0.css","199":"/static/bundles/metro/FeedEndSuggestedUserUnit.css/d97ebdfaae51.css","200":"/static/bundles/metro/FeedSidebarContainer.css/461f48648f3c.css","201":"/static/bundles/metro/SuggestedUserFeedUnitContainer.css/aee3fcd9b89b.css","202":"/static/bundles/metro/InFeedStoryTray.css/f32b035309b9.css","203":"/static/bundles/metro/FeedPageContainer.css/c6ce069ce7bd.css","204":"/static/bundles/metro/FollowListModal.css/4539e675f834.css","205":"/static/bundles/metro/FollowListPage.css/04d87135bb51.css","206":"/static/bundles/metro/SimilarAccountsPage.css/644aa1d88516.css","208":"/static/bundles/metro/LandingPage.css/cc58607ce3b3.css","209":"/static/bundles/metro/LocationsDirectoryCountryPage.css/f011822b2d93.css","210":"/static/bundles/metro/LocationsDirectoryCityPage.css/f011822b2d93.css","211":"/static/bundles/metro/LocationPageContainer.css/650a80cda578.css","212":"/static/bundles/metro/LocationsDirectoryLandingPage.css/a69bead6658f.css","213":"/static/bundles/metro/LoginAndSignupPage.css/6401d849e432.css","214":"/static/bundles/metro/ResetPasswordPageContainer.css/4b5dad3a1dfd.css","215":"/static/bundles/metro/MobileAllCommentsPage.css/85a33fb9f663.css","216":"/static/bundles/metro/MediaChainingPageContainer.css/fafae5597c87.css","217":"/static/bundles/metro/PostPageContainer.css/e8e152153a56.css","218":"/static/bundles/metro/ProfilesDirectoryLandingPage.css/ec897738d3bc.css","219":"/static/bundles/metro/HashtagsDirectoryLandingPage.css/ec897738d3bc.css","220":"/static/bundles/metro/SuggestedDirectoryLandingPage.css/ec897738d3bc.css","221":"/static/bundles/metro/TagPageContainer.css/59a9c371f1d1.css","222":"/static/bundles/metro/PhoneConfirmPage.css/6fe5c666d3d5.css","224":"/static/bundles/metro/ProfilePageContainer.css/41bdfd21b9ec.css","225":"/static/bundles/metro/HttpErrorPage.css/97acfee23c4f.css","226":"/static/bundles/metro/IGTVVideoDraftsPageContainer.css/3f94627ccdef.css","227":"/static/bundles/metro/IGTVVideoUploadPageContainer.css/e5717bd3f564.css","228":"/static/bundles/metro/OAuthPermissionsPage.css/e283b03b3848.css","229":"/static/bundles/metro/MobileDirectPage.css/1a09432a295a.css","230":"/static/bundles/metro/DesktopDirectPage.css/97a905b5d4c2.css","231":"/static/bundles/metro/OneTapUpsell.css/3d1082494e45.css","232":"/static/bundles/metro/NametagLandingPage.css/2f84f5be7992.css","233":"/static/bundles/metro/LocalDevTransactionToolSelectorPage.css/3f8f9bb4c8a7.css","234":"/static/bundles/metro/ActivityFeedBox.css/edc6aa9b7628.css","236":"/static/bundles/metro/DebugInfoNub.css/d52a9abb5282.css","238":"/static/bundles/metro/Consumer.css/aa65d84a486c.css","239":"/static/bundles/metro/Challenge.css/7df8a0e47bb1.css","240":"/static/bundles/metro/NotificationLandingPage.css/761cd6dcd39c.css","258":"/static/bundles/metro/EmbedVideoWrapper.css/7b0c88174c2b.css","259":"/static/bundles/metro/EmbedSidecarEntrypoint.css/9516a8ef900c.css","260":"/static/bundles/metro/EmbedRich.css/da75531e60be.css"}}</script>
|
|
<script type="text/javascript" src="/static/bundles/metro/Polyfills.js/2dd747a6485f.js" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="/static/bundles/metro/Vendor.js/5a56d51ae30f.js" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="/static/bundles/metro/en_US.js/75c323f42cee.js" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="/static/bundles/metro/ConsumerLibCommons.js/c278d02f018f.js" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="/static/bundles/metro/ConsumerUICommons.js/adadc46dad46.js" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="/static/bundles/metro/ConsumerAsyncCommons.js/05fde2fa93ee.js" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="/static/bundles/metro/Consumer.js/342978c8bbac.js" crossorigin="anonymous" charset="utf-8" async=""></script>
|
|
<script type="text/javascript" src="/static/bundles/metro/PostPageContainer.js/d76471f2ff47.js" crossorigin="anonymous" charset="utf-8" async=""></script>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
(function(){
|
|
function normalizeError(err) {
|
|
var errorInfo = err.error || {};
|
|
var getConfigProp = function(propName, defaultValueIfNotTruthy) {
|
|
var propValue = window._sharedData && window._sharedData[propName];
|
|
return propValue ? propValue : defaultValueIfNotTruthy;
|
|
};
|
|
return {
|
|
line: err.line || errorInfo.message || 0,
|
|
column: err.column || 0,
|
|
name: 'InitError',
|
|
message: err.message || errorInfo.message || '',
|
|
script: errorInfo.script || '',
|
|
stack: errorInfo.stackTrace || errorInfo.stack || '',
|
|
timestamp: Date.now(),
|
|
ref: window.location.href,
|
|
deployment_stage: getConfigProp('deployment_stage', ''),
|
|
is_canary: getConfigProp('is_canary', false),
|
|
rollout_hash: getConfigProp('rollout_hash', ''),
|
|
is_prerelease: window.__PRERELEASE__ || false,
|
|
bundle_variant: getConfigProp('bundle_variant', null),
|
|
request_url: err.url || window.location.href,
|
|
response_status_code: errorInfo.statusCode || 0
|
|
}
|
|
}
|
|
window.addEventListener('load', function(){
|
|
if (window.__bufferedErrors && window.__bufferedErrors.length) {
|
|
if (window.caches && window.caches.keys && window.caches.delete) {
|
|
window.caches.keys().then(function(keys) {
|
|
keys.forEach(function(key) {
|
|
window.caches.delete(key)
|
|
})
|
|
})
|
|
}
|
|
window.__bufferedErrors.map(function(error) {
|
|
return normalizeError(error)
|
|
}).forEach(function(normalizedError) {
|
|
var request = new XMLHttpRequest();
|
|
request.open('POST', '/client_error/', true);
|
|
request.setRequestHeader('Content-Type', 'application/json; charset=utf-8');
|
|
request.send(JSON.stringify(normalizedError));
|
|
})
|
|
}
|
|
})
|
|
}());
|
|
</script>
|
|
</body>
|
|
</html>
|