CINXE.COM
BestReviews's (@bestreviews) Instagram profile • 490 photos and videos
<!DOCTYPE html> <html lang="en" class="no-js not-logged-in client-root"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.instagram.com/bestreviews/","20201115084259","https://web.archive.org/","web","/_static/", "1605429779"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> BestReviews's (@bestreviews) Instagram profile • 490 photos and videos </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="/web/20201115084259/https://www.instagram.com/data/manifest.json"> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.css/5440eb5c2733.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.css/0608bd6190e0.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/Consumer.css/eebc1ab6b4c1.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/ProfilePageContainer.css/66e4d4c9bb11.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/Vendor.js/5a56d51ae30f.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/en_US.js/d7ed760057a8.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/ConsumerLibCommons.js/ced3d8ae80f5.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.js/666dcab7005d.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.js/8863af346a19.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/Consumer.js/94261435dc8d.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20201115084259/https://www.instagram.com/static/bundles/metro/ProfilePageContainer.js/0aa8fe947ad2.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="/web/20201115084259im_/https://www.instagram.com/static/images/ico/apple-touch-icon-76x76-precomposed.png/666282be8229.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/web/20201115084259im_/https://www.instagram.com/static/images/ico/apple-touch-icon-120x120-precomposed.png/8a5bd3f267b1.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/web/20201115084259im_/https://www.instagram.com/static/images/ico/apple-touch-icon-152x152-precomposed.png/68193576ffc5.png"> <link rel="apple-touch-icon-precomposed" sizes="167x167" href="/web/20201115084259im_/https://www.instagram.com/static/images/ico/apple-touch-icon-167x167-precomposed.png/4985e31c9100.png"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="/web/20201115084259im_/https://www.instagram.com/static/images/ico/apple-touch-icon-180x180-precomposed.png/c06fdb2357bd.png"> <link rel="icon" sizes="192x192" href="/web/20201115084259im_/https://www.instagram.com/static/images/ico/favicon-192.png/68d99ba29cc8.png"> <link rel="mask-icon" href="/web/20201115084259im_/https://www.instagram.com/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626"> <link rel="shortcut icon" type="image/x-icon" href="/web/20201115084259im_/https://www.instagram.com/static/images/ico/favicon.ico/36b3ee2d91ed.ico"> <link rel="alternate" href="https://web.archive.org/web/20201115084259/android-app://com.instagram.android/https/instagram.com/_u/bestreviews/"/> <meta property="al:ios:app_name" content="Instagram"/> <meta property="al:ios:app_store_id" content="389801252"/> <meta property="al:ios:url" content="instagram://user?username=bestreviews"/> <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/_u/bestreviews/"/> <link rel="canonical" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/"/> <meta content="2,170 Followers, 264 Following, 490 Posts - See Instagram photos and videos from BestReviews (@bestreviews)" name="description"/> <meta property="og:type" content="profile"/> <meta property="og:image" content="https://web.archive.org/web/20201115084259im_/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-19/s150x150/38081518_501539800267416_6456265860926406656_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com&_nc_ohc=SNOUEJc0UMkAX81fkaz&_nc_tp=25&oh=a76ecdf1233567a880a3ab746a0fc4a7&oe=5FDAF498"/> <meta property="og:title" content="BestReviews's (@bestreviews) Instagram profile • 490 photos and videos"/> <meta property="og:description" content="2,170 Followers, 264 Following, 490 Posts - See Instagram photos and videos from BestReviews (@bestreviews)"/> <meta property="og:url" content="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/"/> <script type="application/ld+json"> {"@context":"https:\/\/web.archive.org\/web\/20201115084259\/http:\/\/schema.org","@type":"Organization","name":"BestReviews","alternateName":"@bestreviews","description":"BestReviews is committed to providing trusted reviews for products that matter to consumers. We do the research to help you save \u23f0 & \ud83d\udcb0","url":"https:\/\/web.archive.org\/web\/20201115084259\/https:\/\/share.bestreviews.com\/insta","mainEntityofPage":{"@type":"ProfilePage","@id":"https:\/\/web.archive.org\/web\/20201115084259\/https:\/\/www.instagram.com\/bestreviews\/","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https:\/\/web.archive.org\/web\/20201115084259\/http:\/\/schema.org\/FollowAction","userInteractionCount":"2170"}},"image":"https:\/\/web.archive.org\/web\/20201115084259\/https:\/\/www.instagram.com\/static\/images\/ico\/favicon-200.png\/ab6eff595bb1.png"} </script> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/" hreflang="x-default"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=en" hreflang="en"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=fr" hreflang="fr"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=it" hreflang="it"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=de" hreflang="de"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es" hreflang="es"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=zh-cn" hreflang="zh-cn"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=zh-tw" hreflang="zh-tw"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ja" hreflang="ja"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ko" hreflang="ko"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=pt" hreflang="pt"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=pt-br" hreflang="pt-br"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=af" hreflang="af"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=cs" hreflang="cs"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=da" hreflang="da"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=el" hreflang="el"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=fi" hreflang="fi"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=hr" hreflang="hr"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=hu" hreflang="hu"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=id" hreflang="id"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ms" hreflang="ms"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=nb" hreflang="nb"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=nl" hreflang="nl"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=pl" hreflang="pl"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ru" hreflang="ru"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=sk" hreflang="sk"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=sv" hreflang="sv"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=th" hreflang="th"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=tl" hreflang="tl"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=tr" hreflang="tr"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=hi" hreflang="hi"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=bn" hreflang="bn"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=gu" hreflang="gu"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=kn" hreflang="kn"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ml" hreflang="ml"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=mr" hreflang="mr"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=pa" hreflang="pa"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ta" hreflang="ta"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=te" hreflang="te"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ne" hreflang="ne"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=si" hreflang="si"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ur" hreflang="ur"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=vi" hreflang="vi"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=bg" hreflang="bg"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=fr-ca" hreflang="fr-ca"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=ro" hreflang="ro"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=sr" hreflang="sr"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=uk" hreflang="uk"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=zh-hk" hreflang="zh-hk"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-pe"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-co"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-ve"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-pr"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-sv"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-ar"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-gt"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-bo"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-cl"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-py"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-cu"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-pa"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-cr"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-mx"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-do"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-uy"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-hn"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-ec"/> <link rel="alternate" href="https://web.archive.org/web/20201115084259/https://www.instagram.com/bestreviews/?hl=es-la" hreflang="es-ni"/> </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="/web/20201115084259cs_/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.css/5440eb5c2733.css" type="text/css" crossorigin="anonymous"/> <link rel="stylesheet" href="/web/20201115084259cs_/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.css/0608bd6190e0.css" type="text/css" crossorigin="anonymous"/> <link rel="stylesheet" href="/web/20201115084259cs_/https://www.instagram.com/static/bundles/metro/Consumer.css/eebc1ab6b4c1.css" type="text/css" crossorigin="anonymous"/> <script type="text/javascript">window._sharedData = {"config":{"csrf_token":"RNO0qi9XCaSkDw9Q6Zxme0Zbv3GvaSTY","viewer":null,"viewerId":null},"country_code":"US","language_code":"en","locale":"en_US","entry_data":{"ProfilePage":[{"logging_page_id":"profilePage_3159654899","show_suggested_profiles":false,"show_follow_dialog":false,"graphql":{"user":{"biography":"BestReviews is committed to providing trusted reviews for products that matter to consumers. We do the research to help you save \u23f0 \u0026 \ud83d\udcb0","blocked_by_viewer":false,"business_email":"info@bestreviews.com","restricted_by_viewer":null,"country_block":false,"external_url":"https://web.archive.org/web/20201115084259/https://share.bestreviews.com/insta","external_url_linkshimmed":"https://web.archive.org/web/20201115084259/https://l.instagram.com/?u=https%3A%2F%2Fshare.bestreviews.com%2Finsta\u0026e=ATMaZ1d0uhzfJEfbAQ9OOX-NzysW3xTfAD8PFlAJiibKxja0EulZcss49CuCt9lb6gRbFACsaX3zgPRA\u0026s=1","edge_followed_by":{"count":2170},"followed_by_viewer":false,"edge_follow":{"count":264},"follows_viewer":false,"full_name":"BestReviews","has_ar_effects":false,"has_clips":false,"has_guides":false,"has_channel":false,"has_blocked_viewer":false,"highlight_reel_count":10,"has_requested_viewer":false,"id":"3159654899","is_business_account":true,"is_joined_recently":false,"business_category_name":"Publishers","overall_category_name":null,"category_enum":"NEWS_SITE","is_private":false,"is_verified":false,"edge_mutual_followed_by":{"count":0,"edges":[]},"profile_pic_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-19/s150x150/38081518_501539800267416_6456265860926406656_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_ohc=SNOUEJc0UMkAX81fkaz\u0026_nc_tp=25\u0026oh=a76ecdf1233567a880a3ab746a0fc4a7\u0026oe=5FDAF498","profile_pic_url_hd":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-19/s320x320/38081518_501539800267416_6456265860926406656_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_ohc=SNOUEJc0UMkAX81fkaz\u0026_nc_tp=25\u0026oh=6692acd437da0dbb8276503fd4fe0ee4\u0026oe=5FD92C68","requested_by_viewer":false,"username":"bestreviews","connected_fb_page":null,"edge_felix_video_timeline":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"edge_owner_to_timeline_media":{"count":490,"page_info":{"has_next_page":true,"end_cursor":"QVFDYnRrN3V2WHMzS0JzczVJUjFvbWN4TU5XS21pTGRyVzZ3NUJYcjM2emdMNVk4RXBORmIxXzdyOWhDRXRacl9lX20yYlFBT0htYkR0X0wyTnpDeF9VTA=="},"edges":[{"node":{"__typename":"GraphImage","id":"2441826681965901678","shortcode":"CHjHG4Npfdu","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/124842355_396447951479042_7120750423371158554_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=YC7VFhsYjoAAX8URnYV\u0026tp=15\u0026oh=c781db6c262ad88de5f85bd9c3a9ff7e\u0026oe=5FDB406E","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoqrO2TUx+7+FUieR9aun7n4VIyr5xiOQcZq2swZA+Mkk5x65rNuO1T2kxAMeMhiMY6g9Bx3/Ck+xS0dzUWBJRvIAI9f61mNclSRjODjtWn86KQeo4rIMIJzUot+RoWawycMAXGevOfcDpVq4g3KSo59KxNxVgw4x0NbyzZRWOAcgH0Of5evetDI56cZIrb0uz2IZ26kHb7Dufx7e31pZreMky7Q+R0/qKv2zbl28ABcAA8AfX26HrQt7DtpcbMmQhb7p649wf61nGwcnIPFbMse9Nv0xjr1FO8oHvTavqJO2hz4WPvJ06YI/wp6mIKw8zO4dyMj6HtnpmsJ+laUKKRHkA5Vs8detJiWhdiuI4lwzZz2HOMe5/rUsU6tgx5O4n6Z7jr1qBI15GBgew9Kqx8EAcYKn8eOaLdB36m59qGMt25P4c/0qykyuoYHhgD+dZOojCnHvUsJ+Rf90fyql59yX5H/9k=","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 13, 2020. Image may contain: 1 person, phone. Give the gift \ud83c\udf81 of advanced technology this season with an Apple iPad from our \u201cBest iPads\u201d review guide. Apple has released a variety of tablets with various features and compatible accessories \ud83d\ude4c Our guide breaks down the various iPad options on the market and identifies what makes them different so that you only pay for what you need! Here are some key iPad features for comparing the different models:\u2060\n\u2060\n- CPU (Central Processing Unit): Apple has its own proprietary software that runs on all of its devices, but the power levels vary and determine processing times \u23f0 and capabilities \u2060\n- Camera quality: All iPads are equipped with multiple camera lenses \ud83d\udcf8 for enhanced video quality and photo capturing, but they differ in megapixels (i.e., iPad Mini has 8 MP versus the iPad Pro, which has 12 MP)\u2060\n- Apple Pencil compatibility: The later versions are pencil \u270f\ufe0f compatible, and the pen functions as a stylus with command capabilities\u2060\n\u2060\n((Link in bio))\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"Give the gift \ud83c\udf81 of advanced technology this season with an Apple iPad from our \u201cBest iPads\u201d review guide. Apple has released a variety of tablets with various features and compatible accessories \ud83d\ude4c Our guide breaks down the various iPad options on the market and identifies what makes them different so that you only pay for what you need! Here are some key iPad features for comparing the different models:\u2060\n\u2060\n- CPU (Central Processing Unit): Apple has its own proprietary software that runs on all of its devices, but the power levels vary and determine processing times \u23f0 and capabilities \u2060\n- Camera quality: All iPads are equipped with multiple camera lenses \ud83d\udcf8 for enhanced video quality and photo capturing, but they differ in megapixels (i.e., iPad Mini has 8 MP versus the iPad Pro, which has 12 MP)\u2060\n- Apple Pencil compatibility: The later versions are pencil \u270f\ufe0f compatible, and the pen functions as a stylus with command capabilities\u2060\n\u2060\n((Link in bio))\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1605308511,"edge_liked_by":{"count":6},"edge_media_preview_like":{"count":6},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124842355_396447951479042_7120750423371158554_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=YC7VFhsYjoAAX8URnYV\u0026_nc_tp=24\u0026oh=6ca014f2d84c70403eba47751c3cd9df\u0026oe=5FDADAAA","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/124842355_396447951479042_7120750423371158554_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=YC7VFhsYjoAAX8URnYV\u0026tp=15\u0026oh=462e64f5f130870c91ef8653f95613d0\u0026oe=5FDA372D","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/124842355_396447951479042_7120750423371158554_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=YC7VFhsYjoAAX8URnYV\u0026tp=15\u0026oh=35ffc02ca163aa15b270f7b84b0cfdd3\u0026oe=5FD9CE2B","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/124842355_396447951479042_7120750423371158554_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=YC7VFhsYjoAAX8URnYV\u0026tp=15\u0026oh=3f583815831eb320f43d17eccea00342\u0026oe=5FD8AF55","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/124842355_396447951479042_7120750423371158554_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=YC7VFhsYjoAAX8URnYV\u0026tp=15\u0026oh=7057722de5386b804eb42967339665f5\u0026oe=5FD8E894","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124842355_396447951479042_7120750423371158554_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=YC7VFhsYjoAAX8URnYV\u0026_nc_tp=24\u0026oh=6ca014f2d84c70403eba47751c3cd9df\u0026oe=5FDADAAA","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2441071748660420794","shortcode":"CHgbdJyJWC6","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/124644844_389812495498852_316917479999462749_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=boEbp4H_o-8AX8kiOHf\u0026tp=15\u0026oh=ccb048671f76c5df62223dfda71d0707\u0026oe=5FDAB324","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoqvTgsvljuOPqOaxmtn3bgDk9c+mOc+/pWtO5Vlx13DirWQabjcE7GXHbFUAPAY/1qFrBnc7c4/IVsydOKjiJDYwQCDwTnp3pcqK5mLEgiAXj3p2aiZiZPYY/Gg7u2P1qmSQS7mOQM45GePzoWUoN8jYH93H/6/wCdSRQ5AY/Me/rUc5Z+HyF9AD098dPwouFgF+jHaO/HPAqL7QbcHnfk9D1+g5PA96qCBd3HPpkEY/PirRiAIJXOPQcn/wDVUXZVkTCUH94AcnsMZ/U0eY391/yH+NTiIyDO0L9QtSCLHGR+dMkgkt/lwCeOme341DEsidT+TVpVDIox0FIZREUjsSxIHbnrU8cJHJ/mKhY4YY46fzqe1YseST16/WgCfBUcDPsKh3N/cartFMD/2Q==","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 12, 2020. Pressure canners safely seal the lids on jars and containers of your favorite fresh produce \ud83c\udf4e \ud83c\udf3d With upcoming holiday dinner \u2744\ufe0f, a pressure canner can be the perfect aid for crafting the perfect canned preserves. We\u2019ve selected 5 quality and safe pressure canners of various sizes and features for you to choose from! Our \u201c5 Best Pressure Cookers\u201d guide contains information on the different types of pressure canners listed below:\u2060\n\u2060\n1. Dial gauge: Contains a dial that indicates the level of pressure inside the canner\u2060\n\u2060\n2. Weighted gauge: Built-in weights allow you to set it and forget it, and alerts users when the set pressure has been reached\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"Pressure canners safely seal the lids on jars and containers of your favorite fresh produce \ud83c\udf4e \ud83c\udf3d With upcoming holiday dinner \u2744\ufe0f, a pressure canner can be the perfect aid for crafting the perfect canned preserves. We\u2019ve selected 5 quality and safe pressure canners of various sizes and features for you to choose from! Our \u201c5 Best Pressure Cookers\u201d guide contains information on the different types of pressure canners listed below:\u2060\n\u2060\n1. Dial gauge: Contains a dial that indicates the level of pressure inside the canner\u2060\n\u2060\n2. Weighted gauge: Built-in weights allow you to set it and forget it, and alerts users when the set pressure has been reached\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1605218512,"edge_liked_by":{"count":7},"edge_media_preview_like":{"count":7},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124644844_389812495498852_316917479999462749_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=boEbp4H_o-8AX8kiOHf\u0026_nc_tp=24\u0026oh=04f52fc963a8eba21ddd30619dcdd3d8\u0026oe=5FD9EA95","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/124644844_389812495498852_316917479999462749_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=boEbp4H_o-8AX8kiOHf\u0026tp=15\u0026oh=6b5fc8985d1dc89fe8349911783557e0\u0026oe=5FD98FB4","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/124644844_389812495498852_316917479999462749_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=boEbp4H_o-8AX8kiOHf\u0026tp=15\u0026oh=b2a08a6fd84a6e6bdc08113f058270e7\u0026oe=5FDC41FA","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/124644844_389812495498852_316917479999462749_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=boEbp4H_o-8AX8kiOHf\u0026tp=15\u0026oh=a0a27a812579c3c4fe99e261691ea18d\u0026oe=5FD98EC4","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/124644844_389812495498852_316917479999462749_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=boEbp4H_o-8AX8kiOHf\u0026tp=15\u0026oh=26941f075b1434c25077f23aba5f0782\u0026oe=5FDB811A","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124644844_389812495498852_316917479999462749_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=boEbp4H_o-8AX8kiOHf\u0026_nc_tp=24\u0026oh=04f52fc963a8eba21ddd30619dcdd3d8\u0026oe=5FD9EA95","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2440361732918422339","shortcode":"CHd6BEGDytD","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/124813809_199913824877597_8988249892913766963_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=I3xxKM1pdlgAX-6R0IK\u0026tp=15\u0026oh=e5be05ae210050258011840a432e22b7\u0026oe=5FDBA266","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoq39xPOKjnbt+NMB/p/L6024PNADwU3pn7+3j6Y59qzzezTMUhXAHGcZ/XoKuqyb0B++V4+mOaovquDtROnHJ/oKYDhYyyHMjY+vJ/w/WtcGsJru5k4XjjsvT8SDWuJhj/AD/jSAoeeWKqoyx4Pbp/IfyqAStPJksRGvftx0/P+VObZL82duRzjr7jP50qSJKPJXgLgrjv+fXFR8Cb6vYNy6si/KcFscBtvt69Rn9abHOrHCrjAyeg9ai+0FcbecgH3A9/f9KlldISSxwMA8+57Ypxd0D0HPKxGAp+uR/jUirwOappcJJ9w5xTyJuzKB26f41d1Hf8ri3KC2gxtf5kPXJIOfqP5c5qeOCBGCncMnAOTjPYdvw/KrcYFVrv/Vn/AHl/9CFZXuaWJJLRFIIG0cDcpwev+FMNsg6M/wD32aur3+hqmOhq0SzLvAsIBXJJJB59utVhO2PvN+ZqXUfuj6n+VVU+6PoKoR//2Q==","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 11, 2020. Image may contain: flower and plant. The market is flooded with laptops and new models emerge frequently, which can make it difficult to sift through every alternative when shopping for a new device \ud83d\udcbb We tested three of the most popular laptop types on the market: Chromebooks, MacBooks, and @Microsoft laptops, to provide you with the key information to help you analyze the differences in functionality and features so you can determine your most compatible laptop. \u2060\n\u2060\nOverview of laptops:\u2060\n- Chromebook \ud83d\udcda: runs on Google\u2019s ChromeOS an operating system based on Google\u2019s Chrome browser and online file adaptation\u2060\n- MacBooks \ud83c\udf4e: Apple\u2019s laptop series that runs on the traditional MacOS, a system known for being slick and easy to use\u2060\n- Windows \ud83d\udc68\u200d\ud83d\udcbb: running on the latest version of Windows10 and including tablet mode for making apps touchscreen-friendly \u2060","edge_media_to_caption":{"edges":[{"node":{"text":"The market is flooded with laptops and new models emerge frequently, which can make it difficult to sift through every alternative when shopping for a new device \ud83d\udcbb We tested three of the most popular laptop types on the market: Chromebooks, MacBooks, and @Microsoft laptops, to provide you with the key information to help you analyze the differences in functionality and features so you can determine your most compatible laptop. \u2060\n\u2060\nOverview of laptops:\u2060\n- Chromebook \ud83d\udcda: runs on Google\u2019s ChromeOS an operating system based on Google\u2019s Chrome browser and online file adaptation\u2060\n- MacBooks \ud83c\udf4e: Apple\u2019s laptop series that runs on the traditional MacOS, a system known for being slick and easy to use\u2060\n- Windows \ud83d\udc68\u200d\ud83d\udcbb: running on the latest version of Windows10 and including tablet mode for making apps touchscreen-friendly \u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1605133828,"edge_liked_by":{"count":6},"edge_media_preview_like":{"count":6},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124813809_199913824877597_8988249892913766963_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=I3xxKM1pdlgAX-6R0IK\u0026_nc_tp=24\u0026oh=8537e0691e972a81d1646a74f091c573\u0026oe=5FDA9822","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/124813809_199913824877597_8988249892913766963_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=I3xxKM1pdlgAX-6R0IK\u0026tp=15\u0026oh=f2b8bed067f5d34f0a0b555c365e0988\u0026oe=5FDB6025","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/124813809_199913824877597_8988249892913766963_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=I3xxKM1pdlgAX-6R0IK\u0026tp=15\u0026oh=896c4d682be495234b0b4df3ce690548\u0026oe=5FDBE423","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/124813809_199913824877597_8988249892913766963_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=I3xxKM1pdlgAX-6R0IK\u0026tp=15\u0026oh=ce0193f905d53482eb086640c2b30125\u0026oe=5FDB205D","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/124813809_199913824877597_8988249892913766963_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=I3xxKM1pdlgAX-6R0IK\u0026tp=15\u0026oh=80c1c04f4b125ed7de600d5403984758\u0026oe=5FD9021C","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124813809_199913824877597_8988249892913766963_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=I3xxKM1pdlgAX-6R0IK\u0026_nc_tp=24\u0026oh=8537e0691e972a81d1646a74f091c573\u0026oe=5FDA9822","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2440286739074303517","shortcode":"CHdo9wonsYd","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/124398019_733484957256908_2685886481687200370_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=i7waMIrK35UAX9zNMGm\u0026tp=18\u0026oh=3dd6a9cbea9689afad82ca03122df240\u0026oe=5FDACED0","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoqAAeasRxq5C1WU8/StSzQBN3c1lub7A9rGwwyg+/f86x9QLLGsbHIVvlJ6kEdD7jpWrctKMbRkd+SD+FZept91Tnjn2ORzz7VaJktCaAYjH0p9EYwg+lLWpiZu/bXQQnbGB7VzTnLe3StCC5ZBtbp2Nc50mhLPj5c7Senr+VZmoSb0XdjO7jHpjn+lXmO7DJtJHrVGWS3uXRBuBHccDJPIIOT9DVLuKW1u5aHCj6UlSGM4OP4SRj6f/WxUOa1TT2MGmtzHVsHDdKsu+2MsOo6fjVTtVtP9SfoaxOqStsVIGYHgnHpmtVIY1YMqgEc5rHhrZHUfSq7mPVGiroVJJ2//q/wqMWqkAhuD04qS0UMpyM8jrVjGOBTiTLc/9k=","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 11, 2020. Image may contain: 1 person, closeup. For many of us, the six-month reminder for a dental check-up and cleaning is around the corner or has already passed! Fortunately, there are many things you can do to maintain your oral hygiene while you wait for the opportunity to see your. The right products can help promote clean teeth \ud83e\uddb7 , healthy gums, and fresh breath. \u2060\n\u2060\nOur list of dental products are affordable and can be delivered to your home \ud83c\udfe0 ! A powerful toothbrush and advanced toothpaste formula are must-haves for oral health, but here are some additional tools to target specific oral concerns:\u2060\n\u2060\n- Waterpik Waterflosser Platinum: Perfect for the hard-to-reach areas in your mouth, this device works as a water flosser to remove plaque from between your teeth and gum line\u2060\n\u2060\n- Snow At-Home Teeth Whitening All-in-One Kit: A whitening kit that uses safe effective LED light technology to whiten dull teeth\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"For many of us, the six-month reminder for a dental check-up and cleaning is around the corner or has already passed! Fortunately, there are many things you can do to maintain your oral hygiene while you wait for the opportunity to see your. The right products can help promote clean teeth \ud83e\uddb7 , healthy gums, and fresh breath. \u2060\n\u2060\nOur list of dental products are affordable and can be delivered to your home \ud83c\udfe0 ! A powerful toothbrush and advanced toothpaste formula are must-haves for oral health, but here are some additional tools to target specific oral concerns:\u2060\n\u2060\n- Waterpik Waterflosser Platinum: Perfect for the hard-to-reach areas in your mouth, this device works as a water flosser to remove plaque from between your teeth and gum line\u2060\n\u2060\n- Snow At-Home Teeth Whitening All-in-One Kit: A whitening kit that uses safe effective LED light technology to whiten dull teeth\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1605124932,"edge_liked_by":{"count":5},"edge_media_preview_like":{"count":5},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124398019_733484957256908_2685886481687200370_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=i7waMIrK35UAX9zNMGm\u0026_nc_tp=24\u0026oh=f7e8067906c88ba2d0c0970e85f99cbb\u0026oe=5FD9A0F6","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/124398019_733484957256908_2685886481687200370_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=i7waMIrK35UAX9zNMGm\u0026tp=15\u0026oh=f4ce682c8902c7e03c147fc01120ce10\u0026oe=5FD88371","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/124398019_733484957256908_2685886481687200370_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=i7waMIrK35UAX9zNMGm\u0026tp=15\u0026oh=dde8320d1da1644bfe615aac60deb732\u0026oe=5FD8A177","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/124398019_733484957256908_2685886481687200370_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=i7waMIrK35UAX9zNMGm\u0026tp=15\u0026oh=daa0f7c27f6c12feb41789b1d03fa4b4\u0026oe=5FDA5909","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/124398019_733484957256908_2685886481687200370_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=i7waMIrK35UAX9zNMGm\u0026tp=15\u0026oh=d177ea94d7893948fc20e7dd90f4dd11\u0026oe=5FD9F1D0","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124398019_733484957256908_2685886481687200370_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=i7waMIrK35UAX9zNMGm\u0026_nc_tp=24\u0026oh=f7e8067906c88ba2d0c0970e85f99cbb\u0026oe=5FD9A0F6","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2439652093122182833","shortcode":"CHbYqciFf6x","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/124121002_575633816728585_9163003908844257475_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=G2sJbRG4_J0AX8ENYOo\u0026tp=15\u0026oh=c05111a0a44f957080c4d609cb24f020\u0026oe=5FDBC3C2","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoqRTjgKgH04pxOR0QjOOn/ANapNpKFAcA5/hPehIvLBC98fwnt3rJJef4mjb8vwGmIgYCoB7U3yH/uj86uSTllxgg9/l/lVYzMOn/oJo08/wARq/kLHDJ2+UVeBIGCSfeqsU7Y5BY+wxVsDPtTVvMl38iG3beAexp5uUB2nIOcdD/TPHuayBKTuGSQPuY/l7/U1ZtmdopC3LEfd6EdcH3zVRE0PvbkqmY+T9PbP8qy/tsg5PTjt9KdffIyhDldpPUkZ6Hg1AsUcoQbuW6jHt6nFMVuhuQXCyjI9OlWPMqhDG0RKqQy9gT0B/DPP6VPtf8AvD/P4UgsyEQkdqRod/BBrWIFR44rO1tjW9zLltfMXac/Xqaptp/bd0+lbdRgAgk9cmpu0Oye5nrFsGOKTFaSqMngdBTcCi4WP//Z","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 10, 2020. Image may contain: indoor. @delonghi.na Dinamica espresso makers are luxurious machines that bring the rich flavor of cafe-style coffee and espresso drinks right to your kitchen counter. The Dinamica has a \u201cTrue Brew\u201d setting that creates full-bodied coffees \u2615\ufe0f with exact bean-to-water ratios to minimize waste and ensure that the taste is never watered-down. \u2060\n\u2060\nDe\u2019Longhi Dinamica special specs:\u2060\n- Boils water in less than 40 seconds \u2014 less than 10 seconds to steam milk\u2060\n- One-touch functionality \u2014 the touchscreen has buttons for one-touch shot of espresso, coffee, iced coffee, and steamed milk\u2060\n- Ability to froth any type of milk \u2060\n\u2060\n((Click the link in our bio to read the full review of the product))\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"@delonghi.na Dinamica espresso makers are luxurious machines that bring the rich flavor of cafe-style coffee and espresso drinks right to your kitchen counter. The Dinamica has a \u201cTrue Brew\u201d setting that creates full-bodied coffees \u2615\ufe0f with exact bean-to-water ratios to minimize waste and ensure that the taste is never watered-down. \u2060\n\u2060\nDe\u2019Longhi Dinamica special specs:\u2060\n- Boils water in less than 40 seconds \u2014 less than 10 seconds to steam milk\u2060\n- One-touch functionality \u2014 the touchscreen has buttons for one-touch shot of espresso, coffee, iced coffee, and steamed milk\u2060\n- Ability to froth any type of milk \u2060\n\u2060\n((Click the link in our bio to read the full review of the product))\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1605049290,"edge_liked_by":{"count":9},"edge_media_preview_like":{"count":9},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124121002_575633816728585_9163003908844257475_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=G2sJbRG4_J0AX8ENYOo\u0026_nc_tp=24\u0026oh=3eddcfefcca19c4b9927db3aac8ad6e1\u0026oe=5FD95806","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/124121002_575633816728585_9163003908844257475_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=G2sJbRG4_J0AX8ENYOo\u0026tp=15\u0026oh=36d09600346c8f9384d32b450f755c38\u0026oe=5FDB3D81","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/124121002_575633816728585_9163003908844257475_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=G2sJbRG4_J0AX8ENYOo\u0026tp=15\u0026oh=da783ed9723f755faced1af99892ad4b\u0026oe=5FDAEB07","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/124121002_575633816728585_9163003908844257475_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=G2sJbRG4_J0AX8ENYOo\u0026tp=15\u0026oh=156b6008d574af084193f287a88612ec\u0026oe=5FDB41F9","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/124121002_575633816728585_9163003908844257475_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=G2sJbRG4_J0AX8ENYOo\u0026tp=15\u0026oh=fccdf9ccc0f00ee6c9a0aec96e9c1129\u0026oe=5FDC1DC0","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124121002_575633816728585_9163003908844257475_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=G2sJbRG4_J0AX8ENYOo\u0026_nc_tp=24\u0026oh=3eddcfefcca19c4b9927db3aac8ad6e1\u0026oe=5FD95806","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2439591943003196267","shortcode":"CHbK_JXnEtr","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-2.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/124656326_359455291781166_9065269375800232627_n.jpg?_nc_ht=scontent-lax3-2.cdninstagram.com\u0026_nc_cat=106\u0026_nc_ohc=DfwIj8pE8AkAX-rURJT\u0026tp=15\u0026oh=63cee5716e952dfd808e2f93aaa99eea\u0026oe=5FDB2BBB","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoq27Tow/2jU8jrGpdjhVGSagtT976g/nWNqExnn8oHCr+QIGaYjRtpknuDKhyrR/QghsEEdjWnVJIhHMNowpjIz6nIP4nFXaQzOvhl4f8AfH8xWjWfe/6yH/fH9K0KYjHFyIm2/wDPQYGMDBx3JwPpzmsizZxM0YUPuO189c54IP159D37VrrDHcRFgSeSODwCDwfrWbJdCLzBEMEkAtjknpgn35JP4Aeiv0HbqWrecRukkpOcOp4J5G3oBnjFaJ1GEf3v++G/wrAtbhjLGFG7YG6HGcg+vfPfvWu5kmZVUhD3U/MR37df5UxEF3drJJFtD/K2SCpBI46Z61e+2D/nnL/3wf8AGo3tJBgI+wZyevI6Y7depz36HFTG1U9h+Z/xoAp3aLGny/KWIUAcdfTHQgd6oi3jiUq67j6nk4+oP+BrdIqFxxWV7GtrmDbD98CgAHu3Pf1NaCSlLlQxGGIA6HseOOeT61MFHXAqO5UfIcDIZefxrRO8bkNWZqvnpTNp9T+dSyVHTWpJ/9k=","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 10, 2020. \ud83d\udcaa Invest in your health this season with a new, affordable exercise machine that will allow you to stay active in the comfort of your home. Trendy machines like the Peloton can be a significant investment, which is why we made this list of top-notch alternatives that won\u2019t break the bank \ud83c\udfe6 Take a look at some of our favorite picks for at-home exercise machines, and check out the link in our bio for the complete list and where you can get them!\u2060\n\u2060\nPeloton Alternatives:\u2060\n\u2060\n- @Nordictrack Commercial S22i Studio Cycle: Includes access to a monthly iFit membership with perks like live interactions with trainers (plus, the first year is free!\ud83e\udd11)\u2060\n\u2060\n- @Bowflex VeloCore: Great for outdoor cyclists who want an outdoor feel during their indoor rides. The only stationary machine with a \u201cleaning\u201d mode to create a more realistic weaving motion\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"\ud83d\udcaa Invest in your health this season with a new, affordable exercise machine that will allow you to stay active in the comfort of your home. Trendy machines like the Peloton can be a significant investment, which is why we made this list of top-notch alternatives that won\u2019t break the bank \ud83c\udfe6 Take a look at some of our favorite picks for at-home exercise machines, and check out the link in our bio for the complete list and where you can get them!\u2060\n\u2060\nPeloton Alternatives:\u2060\n\u2060\n- @Nordictrack Commercial S22i Studio Cycle: Includes access to a monthly iFit membership with perks like live interactions with trainers (plus, the first year is free!\ud83e\udd11)\u2060\n\u2060\n- @Bowflex VeloCore: Great for outdoor cyclists who want an outdoor feel during their indoor rides. The only stationary machine with a \u201cleaning\u201d mode to create a more realistic weaving motion\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1605042094,"edge_liked_by":{"count":11},"edge_media_preview_like":{"count":11},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-2.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124656326_359455291781166_9065269375800232627_n.jpg?_nc_ht=scontent-lax3-2.cdninstagram.com\u0026_nc_cat=106\u0026_nc_ohc=DfwIj8pE8AkAX-rURJT\u0026_nc_tp=24\u0026oh=95d973fdb61e9f72a0bf65bd45a78f1f\u0026oe=5FDC5F7F","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-2.cdninstagram.com/v/t51.2885-15/e35/s150x150/124656326_359455291781166_9065269375800232627_n.jpg?_nc_ht=scontent-lax3-2.cdninstagram.com\u0026_nc_cat=106\u0026_nc_ohc=DfwIj8pE8AkAX-rURJT\u0026tp=15\u0026oh=fbe4d80d3ed5f2397d8f2ae5d6788d19\u0026oe=5FDBAEFC","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-2.cdninstagram.com/v/t51.2885-15/e35/s240x240/124656326_359455291781166_9065269375800232627_n.jpg?_nc_ht=scontent-lax3-2.cdninstagram.com\u0026_nc_cat=106\u0026_nc_ohc=DfwIj8pE8AkAX-rURJT\u0026tp=15\u0026oh=485f3716811a5892ef65c3af31ddbc72\u0026oe=5FDA757E","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-2.cdninstagram.com/v/t51.2885-15/e35/s320x320/124656326_359455291781166_9065269375800232627_n.jpg?_nc_ht=scontent-lax3-2.cdninstagram.com\u0026_nc_cat=106\u0026_nc_ohc=DfwIj8pE8AkAX-rURJT\u0026tp=15\u0026oh=9161ed931212f850ce0a74b045201958\u0026oe=5FDA9684","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-2.cdninstagram.com/v/t51.2885-15/e35/s480x480/124656326_359455291781166_9065269375800232627_n.jpg?_nc_ht=scontent-lax3-2.cdninstagram.com\u0026_nc_cat=106\u0026_nc_ohc=DfwIj8pE8AkAX-rURJT\u0026tp=15\u0026oh=6c61ee31946ee7f850f002e81ff597c0\u0026oe=5FD8CFC5","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-2.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124656326_359455291781166_9065269375800232627_n.jpg?_nc_ht=scontent-lax3-2.cdninstagram.com\u0026_nc_cat=106\u0026_nc_ohc=DfwIj8pE8AkAX-rURJT\u0026_nc_tp=24\u0026oh=95d973fdb61e9f72a0bf65bd45a78f1f\u0026oe=5FDC5F7F","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2438897502314263728","shortcode":"CHYtFtFB3Sw","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/124051368_403383430832144_6685546500464138632_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=Jz1wDG9IpgkAX8UuUEo\u0026tp=18\u0026oh=3471067c9925dff3e236dfe907b35e75\u0026oe=5FDBF206","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoq6UUtczZ6424LcYIP8QHI+oHUfT9a6WgBpqJqwJ72Xc/73btdgFCjOAcVWaaZlJ81z6AAjP8AT6VVhXNS9hMjqdpcAHpj19/bpWS1lNk7UOM8Zx0qxYSSGXDsxG0/ez6j171t0bBuchaw723HkKc4xnOOfx6V1cN0dm6RgM59evXjjoowBjIPJzWIj+UreWPmKkD2z1P1p7ThreI98MuB3Of8nmpd0UrMvpfiNjhWYMcknGB/u4P86pvOrFmIfJJI9OT359PT2qrkj7xznt6f403NTzMvlL6XoUBQDgHJLe/pg+lam6uc61uhuKd+bViasc/u5qYuqqMZLseRn5QOOg9TVQU89RVmZdMbOP3YXGP4uufUnHWoTFIARtBJPYjH09fyIq/B0FUrTo3+/U2KEZXUHbFgnHJO7tzge5qQTXHp/wCO/wD16tjoafSGf//Z","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 09, 2020. Image may contain: one or more people. Time to put away your costumes and start the fireplace \ud83d\udd25 The holiday season is here on your favorite streaming platforms: Disney+, Hulu, and Amazon Prime! November is packed with shows and movies the entire family can enjoy. \ud83c\udfa5 Here are a few popular titles coming to each platform this month:\u2060\n\u2060\n@Disneyplus:\u2060\n- LEGO Star Wars Holiday Special: Nov. 17\u2060\n- Marvel\u2019s 616: Nov. 20 \u2060\n\u2060\n@Hulu:\u2060\n- I am Greta: Nov. 13\u2060\n- A Christmas Movie Christmas: Nov. 15\u2060\n\u2060\n@Amazonprimevideo:\u2060\n- A Christmas Switch: Nov. 1\u2060\n- The Pack: Nov. 20\u2060\n\u2060\n((Link in Bio))\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"Time to put away your costumes and start the fireplace \ud83d\udd25 The holiday season is here on your favorite streaming platforms: Disney+, Hulu, and Amazon Prime! November is packed with shows and movies the entire family can enjoy. \ud83c\udfa5 Here are a few popular titles coming to each platform this month:\u2060\n\u2060\n@Disneyplus:\u2060\n- LEGO Star Wars Holiday Special: Nov. 17\u2060\n- Marvel\u2019s 616: Nov. 20 \u2060\n\u2060\n@Hulu:\u2060\n- I am Greta: Nov. 13\u2060\n- A Christmas Movie Christmas: Nov. 15\u2060\n\u2060\n@Amazonprimevideo:\u2060\n- A Christmas Switch: Nov. 1\u2060\n- The Pack: Nov. 20\u2060\n\u2060\n((Link in Bio))\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1604959303,"edge_liked_by":{"count":7},"edge_media_preview_like":{"count":7},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124051368_403383430832144_6685546500464138632_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=Jz1wDG9IpgkAX8UuUEo\u0026_nc_tp=24\u0026oh=fd3f8f1ba1ab09fba546c1edd7aeffdd\u0026oe=5FDAEC40","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/124051368_403383430832144_6685546500464138632_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=Jz1wDG9IpgkAX8UuUEo\u0026tp=15\u0026oh=626c12bbfcb14069cc652d2d4f867f19\u0026oe=5FDC30BB","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/124051368_403383430832144_6685546500464138632_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=Jz1wDG9IpgkAX8UuUEo\u0026tp=15\u0026oh=6cf47ea4ac6d08fad7618092d801e39c\u0026oe=5FD9DEBD","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/124051368_403383430832144_6685546500464138632_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=Jz1wDG9IpgkAX8UuUEo\u0026tp=15\u0026oh=f117312b1b14e16d2de90034a73b14d6\u0026oe=5FD8C843","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/124051368_403383430832144_6685546500464138632_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=Jz1wDG9IpgkAX8UuUEo\u0026tp=15\u0026oh=d6778b43ff7e6f62aca7cc6451622190\u0026oe=5FDB4506","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124051368_403383430832144_6685546500464138632_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=Jz1wDG9IpgkAX8UuUEo\u0026_nc_tp=24\u0026oh=fd3f8f1ba1ab09fba546c1edd7aeffdd\u0026oe=5FDAEC40","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2438836824410395700","shortcode":"CHYfSuYH5Q0","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/123949477_3442270509195082_3617529234184617124_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=z8cFZoVa0b8AX_vncE5\u0026tp=18\u0026oh=41310be9742a47f219994b6950b9eab0\u0026oe=5FDACD5B","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoq0t7HOWBUjgc568f/AF6QUbNmFHzMfwAHcmkVtx4B56cdfcUBYc/T8KyrMZUg1rN6HIOCenb1rItGCqSeAOpp9gGWdv8AvpEPO1TjPua3UhUKOOwqnBLC0uVYF2BXjv3q+GpMa2KNxc5Oxeh+8e+KZc3RABXOeg284/yOKppE33yefamyEngkmmtN0D12ZrfaxKmWwuVfqRnp/n68Vgof3bD1Bq9BArqGYf5zVFVyGA7A0MSI4v3Mgb+62c/zrpPMB5Heubkl3DbkfT9fp+PWtFD8o+goYIkQfKKjZMmrUY+SpYQM1VuhNxsUZVRmqsVuEc89Sa1qpyferRRRLbHfZlPJApfIFTCiiyC5/9k=","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 09, 2020. Image may contain: 1 person, phone. Learning key smart home basics can effectively transform your home in as little as one day! Installing smart home technology systems can assist the entire family in daily tasks and enhance work-from-home or virtual-schooling experiences. The best part about building your smart home is the ability to make it uniquely yours through customization \ud83d\ude4c With basic smart-home additions you can:\u2060\n\u2060\n- Create a custom security system\u2060\n- Set up automated or voice-activated lights \u2060\n- Install smart sprinklers that monitor local weather patterns for a custom watering schedule\ud83d\udca7\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"Learning key smart home basics can effectively transform your home in as little as one day! Installing smart home technology systems can assist the entire family in daily tasks and enhance work-from-home or virtual-schooling experiences. The best part about building your smart home is the ability to make it uniquely yours through customization \ud83d\ude4c With basic smart-home additions you can:\u2060\n\u2060\n- Create a custom security system\u2060\n- Set up automated or voice-activated lights \u2060\n- Install smart sprinklers that monitor local weather patterns for a custom watering schedule\ud83d\udca7\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1604952117,"edge_liked_by":{"count":4},"edge_media_preview_like":{"count":4},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/123949477_3442270509195082_3617529234184617124_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=z8cFZoVa0b8AX_vncE5\u0026_nc_tp=24\u0026oh=ab4bd347dcf84aadd56b74304a4096ff\u0026oe=5FD8BA44","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/123949477_3442270509195082_3617529234184617124_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=z8cFZoVa0b8AX_vncE5\u0026tp=15\u0026oh=453693567b41b7cdccd77e7c9b507816\u0026oe=5FDAAA37","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/123949477_3442270509195082_3617529234184617124_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=z8cFZoVa0b8AX_vncE5\u0026tp=15\u0026oh=542dd48c29a1b911ae0af6a329e7febb\u0026oe=5FDA9F7F","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/123949477_3442270509195082_3617529234184617124_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=z8cFZoVa0b8AX_vncE5\u0026tp=15\u0026oh=662aebdea46b9ffc61c882906e829027\u0026oe=5FD9FA22","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/123949477_3442270509195082_3617529234184617124_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=z8cFZoVa0b8AX_vncE5\u0026tp=15\u0026oh=cba82f7e57b92a6f7bb483fea56a8b4b\u0026oe=5FDAD6E4","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/123949477_3442270509195082_3617529234184617124_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=z8cFZoVa0b8AX_vncE5\u0026_nc_tp=24\u0026oh=ab4bd347dcf84aadd56b74304a4096ff\u0026oe=5FD8BA44","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2436692638324032666","shortcode":"CHQ3wteHQSa","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/124012654_1046988555752974_906345291910558039_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=wjVEs5633_kAX-_Eg06\u0026tp=15\u0026oh=e06b2ee21bd36d521f6ff206d52c2172\u0026oe=5FDC2576","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoqoW8zRtuXqP8AP41pDVpB1CnOccdOOPwzWIhZTyCM8VOsRbpgCkI6O21OOXCtkNjnjjgc4xmr4fcMjoa5I5Xr29OOKek8iH5WIJ46np+P9KLgdSSTTeawk1aRfvYcZ+h/T/Cr39rQ/wC1+X/16oDn1Ds2CDT5VK4BOOMfz5Fa0irChcgHaOmBWJJPvcMw78/T+lTruitOpopGske4/MyDAznt29uvpUbWLkZA5ABGOevUZ9vWpS6pbtJgZJHGeoyBn8evtT9OvjOSj9QAR/I/0oSb3G7FT7FKRnaQaf8AYZf7v6it3NGaqxBXuo2mUIOjHB9a5QtjKngjIP4V2hrjb7iaT/eNTF7lMuPdpJbeUBtYAAdxweee1Lplu5kEg+4pIJz7dMde9ZUZrodK+431X+RqtloLc1aKb0NPpCP/2Q==","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 06, 2020. Image may contain: one or more people, camera, sky, outdoor, water and nature. Embrace your creativity and improve your photographer's eye this holiday season with the purchase of a new digital camera \ud83d\udcf8 Our \u201c5 Best Digital Cameras\u201d guide contains informative reviews on a diverse array of digital cameras, each capable of producing quality photos and videos. To read about our top 5 selections, head to the link in our bio! Our guide is complete with key factors to consider when deciding on a digital camera, such as:\u2060\n\u2060\n- Sensor size: determines how much of a view the camera will be able to capture\u2060\n- Body: important when considering mobility and ease of storage\u2060\nResolution: the more pixels, the higher the resolution \u2060\n- Lens mount: bigger lenses are for longer-distance photography\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"Embrace your creativity and improve your photographer's eye this holiday season with the purchase of a new digital camera \ud83d\udcf8 Our \u201c5 Best Digital Cameras\u201d guide contains informative reviews on a diverse array of digital cameras, each capable of producing quality photos and videos. To read about our top 5 selections, head to the link in our bio! Our guide is complete with key factors to consider when deciding on a digital camera, such as:\u2060\n\u2060\n- Sensor size: determines how much of a view the camera will be able to capture\u2060\n- Body: important when considering mobility and ease of storage\u2060\nResolution: the more pixels, the higher the resolution \u2060\n- Lens mount: bigger lenses are for longer-distance photography\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1604696486,"edge_liked_by":{"count":7},"edge_media_preview_like":{"count":7},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124012654_1046988555752974_906345291910558039_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=wjVEs5633_kAX-_Eg06\u0026_nc_tp=24\u0026oh=c6b8569779c9d940c670e2c5f7f57a08\u0026oe=5FDC00B2","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/124012654_1046988555752974_906345291910558039_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=wjVEs5633_kAX-_Eg06\u0026tp=15\u0026oh=8be3460a8b8fec37420e3af67cc9f93b\u0026oe=5FDA8535","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/124012654_1046988555752974_906345291910558039_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=wjVEs5633_kAX-_Eg06\u0026tp=15\u0026oh=018f6bb9464f4493a55b450e33d3e1a8\u0026oe=5FDAD3B3","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/124012654_1046988555752974_906345291910558039_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=wjVEs5633_kAX-_Eg06\u0026tp=15\u0026oh=38cd74e0ee126110304149ec7d0da054\u0026oe=5FDB924D","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/124012654_1046988555752974_906345291910558039_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=wjVEs5633_kAX-_Eg06\u0026tp=15\u0026oh=8548d33c71bc4580cfc1dec75336e91c\u0026oe=5FDBFD0C","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/124012654_1046988555752974_906345291910558039_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=110\u0026_nc_ohc=wjVEs5633_kAX-_Eg06\u0026_nc_tp=24\u0026oh=c6b8569779c9d940c670e2c5f7f57a08\u0026oe=5FDC00B2","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2435998080355399385","shortcode":"CHOZ1j9HfbZ","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/123751462_1092801524511833_5415372279621099110_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=_2a8qC9NEkkAX-dkLxD\u0026tp=18\u0026oh=f851e14b2c0b632f8c466a1e2c6aeae4\u0026oe=5FDA7044","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoq6CSTZt4zuYL9M1DcXiw8dWPanT/wf74/rWZfKVclOuec/T9RSeg0rmxGRIu4dDRIuFP0rP0x8hlJJxz/AI1pSfdP0pboNmQxLmLHsf61Q8qtGE/IB7VHsqGrlp2uUpr8BRx8ykH2rOlvpZjgn5SOmP8AJ/Wqs7HceeKZBvk4QZI64raOyuZvfQv28rDDIwQjghiAD+B6+xq79swMF0yfRq52fIb5hiiGLect90fr/wDWqWr7DvbV7nVeeEHbGOuePw9aT7cvtWHLNniofMFHKLmHJAJizM20ZI9Sfwq3uhgXYvGeSTyT9f8A61UE+831qFeZDnnrUr3nboafCubqSysJTgcDvxz/APWzT92BgcVFH0/E041pa2hm3fVlmGBZVLO23Bx09s1ONLRhkOcHnoKfpoBV888j+RrQ6UCP/9k=","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on November 05, 2020. Image may contain: 1 person, sitting, text that says 'BR'. If you\u2019re looking for more good book suggestions, you\u2019ve come to the right place \ud83d\udc4d We\u2019ve got a curated list of some of the most popular, unique reads for fall 2020. The list contains a variety of book genres like: sci-fi and fantasy, memoirs and autobiographies, contemporary fiction, historical fiction, and more!\u2060\n\u2060\nInteresting book titles to look into \ud83d\udcda \ud83d\udcd6:\u2060\n\u201cFifty Words for Rain\u201d by Asha Lemmie @ashalemmieauthor\u2060\n\u201cAnxious People\u201d by Fredrick Backman \u2060\n\u201c To Sleep in a Sea of Stars\u201d by Christopher Paolini \u2060\n\u201cHomeland Elegies\u201d by Ayad Akhtar\u2060\n\u2060\n(Click the link in our bio to see the complete list of book titles and where to get them)\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"If you\u2019re looking for more good book suggestions, you\u2019ve come to the right place \ud83d\udc4d We\u2019ve got a curated list of some of the most popular, unique reads for fall 2020. The list contains a variety of book genres like: sci-fi and fantasy, memoirs and autobiographies, contemporary fiction, historical fiction, and more!\u2060\n\u2060\nInteresting book titles to look into \ud83d\udcda \ud83d\udcd6:\u2060\n\u201cFifty Words for Rain\u201d by Asha Lemmie @ashalemmieauthor\u2060\n\u201cAnxious People\u201d by Fredrick Backman \u2060\n\u201c To Sleep in a Sea of Stars\u201d by Christopher Paolini \u2060\n\u201cHomeland Elegies\u201d by Ayad Akhtar\u2060\n\u2060\n(Click the link in our bio to see the complete list of book titles and where to get them)\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1604613691,"edge_liked_by":{"count":6},"edge_media_preview_like":{"count":6},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/123751462_1092801524511833_5415372279621099110_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=_2a8qC9NEkkAX-dkLxD\u0026_nc_tp=24\u0026oh=23b5dba9427b4b090e55d6d5a1fa9894\u0026oe=5FD9105B","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/123751462_1092801524511833_5415372279621099110_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=_2a8qC9NEkkAX-dkLxD\u0026tp=15\u0026oh=d4a6c6a8781f3944cd81828b1242e79a\u0026oe=5FDC49B0","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/123751462_1092801524511833_5415372279621099110_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=_2a8qC9NEkkAX-dkLxD\u0026tp=15\u0026oh=00e91a5a8134126db7405b8d14e2a2a9\u0026oe=5FD98DE8","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/123751462_1092801524511833_5415372279621099110_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=_2a8qC9NEkkAX-dkLxD\u0026tp=15\u0026oh=163e5358ca59ae31c53fef64df8c44f2\u0026oe=5FDB68B9","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/123751462_1092801524511833_5415372279621099110_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=_2a8qC9NEkkAX-dkLxD\u0026tp=15\u0026oh=ed7689f9962c149024dc5f9658c70770\u0026oe=5FDB607B","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/123751462_1092801524511833_5415372279621099110_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=_2a8qC9NEkkAX-dkLxD\u0026_nc_tp=24\u0026oh=23b5dba9427b4b090e55d6d5a1fa9894\u0026oe=5FD9105B","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2431619417551719551","shortcode":"CG-2PocHMx_","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/123048076_124306465888336_520762731319128443_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=Wlqd6td3R9gAX__AJwY\u0026tp=15\u0026oh=fb14abbb7434453b4bc781501e026d60\u0026oe=5FDB3DCA","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoqdeXSTqAgKkEk59xVe1/1n4H+VbQ0yIdcnPvTTp6I+5Mjjp1HP6/rWjatZEpO92UpJxGQME5pyXCHJb5Qozz1PsPepMhWw2B6YPp9RxUeY5N8hGYYskZPDv2H4fzPNYcp0cw+4ZFKtK23nKoBnHuf7ze/QdqsjUof736H/CuReZmcyOdzGtlNOd1DF8ZAONo4z269q1skY6s1bido1zyR7HGKyre6ll5Zzgct/hnPGenT3rWuEhjH73LZ7En+QwPzrHmkVV2LnB5Hv+Pt/wDXqXqNC3twpGEOQfbke3v/AJ5qnPM/lrHzjoo/z71rR6WI8NI42gZOOME9snPHXtmq/wBnWeffGV8uMAjnkt6nqevP4AULQHqVNQsVtjGE5DL8x9WB5Pt16eldSHixwAR9BWBf7zETJjKMCMY79f51JC2Y15/hH8qe6EaeIZAQw4bkg5Iz6+1M+xRZyufXrkfX61WBoBI6cVNyrGiYUYYYbh7881H5MUfI4/z2pVPFVpj834UxEE6vJkcFe3p+NKu9QB8vAx0/+vSA0VNx2P/Z","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on October 30, 2020. Image may contain: shoes and indoor. Keep your home looking clean \ud83e\uddfc and free of pet debris and hair with a pet-specific vacuum \ud83d\udc3e. Attempting to clean up thick pet fur and other pet messes with household vacuums can be unsanitary and even damage your machine. With one of our top-rated pet vacuum cleaners, you can quickly and easily get rid of unwanted pet messes with no worry. \u2060\n\u2060\nTypes of pet vacuums:\u2060\nHandheld: great for spot-cleaning and cleaning upholstery\u2060\nCanister: compact size makes it easier to store\u2060\nUpright: rotating or \u201cbeater\u201d brush head for lifting hair out of thick carpeting\u2060\n\u2060\nTap the link in our bio to see our top 5 pet vacuums and where to get them!\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"Keep your home looking clean \ud83e\uddfc and free of pet debris and hair with a pet-specific vacuum \ud83d\udc3e. Attempting to clean up thick pet fur and other pet messes with household vacuums can be unsanitary and even damage your machine. With one of our top-rated pet vacuum cleaners, you can quickly and easily get rid of unwanted pet messes with no worry. \u2060\n\u2060\nTypes of pet vacuums:\u2060\nHandheld: great for spot-cleaning and cleaning upholstery\u2060\nCanister: compact size makes it easier to store\u2060\nUpright: rotating or \u201cbeater\u201d brush head for lifting hair out of thick carpeting\u2060\n\u2060\nTap the link in our bio to see our top 5 pet vacuums and where to get them!\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1604091701,"edge_liked_by":{"count":5},"edge_media_preview_like":{"count":5},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/123048076_124306465888336_520762731319128443_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=Wlqd6td3R9gAX__AJwY\u0026_nc_tp=24\u0026oh=4ca487e8ec7864fd547fad2779816ef8\u0026oe=5FD94A7F","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/123048076_124306465888336_520762731319128443_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=Wlqd6td3R9gAX__AJwY\u0026tp=15\u0026oh=67da32c2403ca86d2680bc8e63da5076\u0026oe=5FDC1BDA","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/123048076_124306465888336_520762731319128443_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=Wlqd6td3R9gAX__AJwY\u0026tp=15\u0026oh=b9adf227d014f7b1d47562e243712ac9\u0026oe=5FD9E894","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/123048076_124306465888336_520762731319128443_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=Wlqd6td3R9gAX__AJwY\u0026tp=15\u0026oh=7035363214292f490f80f03a2e1f3368\u0026oe=5FD9772A","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/123048076_124306465888336_520762731319128443_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=Wlqd6td3R9gAX__AJwY\u0026tp=15\u0026oh=d9ae40bdde51760ca9d7e2038eca3126\u0026oe=5FD93174","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/123048076_124306465888336_520762731319128443_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=Wlqd6td3R9gAX__AJwY\u0026_nc_tp=24\u0026oh=4ca487e8ec7864fd547fad2779816ef8\u0026oe=5FD94A7F","config_width":640,"config_height":640}]}},{"node":{"__typename":"GraphImage","id":"2430864546186192511","shortcode":"CG8KmzshOZ_","dimensions":{"height":1080,"width":1080},"display_url":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s1080x1080/122819754_354031659187092_5949894465669251242_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=KWABwKa-1UQAX_1keRW\u0026tp=15\u0026oh=9c855d3661757b358c02d5b8ad406d3d\u0026oe=5FDA5F73","edge_media_to_tagged_user":{"edges":[]},"fact_check_overall_rating":null,"fact_check_information":null,"gating_info":null,"sharing_friction_info":{"should_have_sharing_friction":false,"bloks_app_url":null},"media_overlay_info":null,"media_preview":"ACoq6SiiigAooooAKKKKACiqgn+YjPy/T2/PrT4pt3XrxQBYJwM+lYx1uIA8MDjgFf65rRmJEbHOeDxgelYULggZIBIA2l8kAdBgjj6Urjsa9rfx3HAIJ9gR/Or9cy0sazLGR85Ix0I56ciuhEy/Si4WMFbJ+hxVZh84U9mwR+dbNySsTEcEKcEVzkJ+cf7wrJO5oaXlL6fqf8aja2jPUfzqxSVQiqLRQcqSv0OKaxwSN8nH+1/9arlZMp+dvqf50Af/2Q==","owner":{"id":"3159654899","username":"bestreviews"},"is_video":false,"accessibility_caption":"Photo by BestReviews on October 29, 2020. Image may contain: table and indoor. With so many options to choose from, it can be difficult to find the right printer for your work ventures or small business projects, which is why we tested out the HP OfficeJet Pro 9015 All-In-One printer! \ud83d\udda8 With color and double-sided printing features, this device performs well \u2014 and $299.99 is a midrange price point for printers. \u2060\n\u2060\nCheck out the link in our bio to learn more about the @HP Office Jet Pro and other important considerations when shopping for a printer \ud83d\udc4d\u2060","edge_media_to_caption":{"edges":[{"node":{"text":"With so many options to choose from, it can be difficult to find the right printer for your work ventures or small business projects, which is why we tested out the HP OfficeJet Pro 9015 All-In-One printer! \ud83d\udda8 With color and double-sided printing features, this device performs well \u2014 and $299.99 is a midrange price point for printers. \u2060\n\u2060\nCheck out the link in our bio to learn more about the @HP Office Jet Pro and other important considerations when shopping for a printer \ud83d\udc4d\u2060"}}]},"edge_media_to_comment":{"count":1},"comments_disabled":false,"taken_at_timestamp":1604001713,"edge_liked_by":{"count":4},"edge_media_preview_like":{"count":4},"location":null,"thumbnail_src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/122819754_354031659187092_5949894465669251242_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=KWABwKa-1UQAX_1keRW\u0026_nc_tp=24\u0026oh=2e3c0899ca199d9db16eba3f4eec3108\u0026oe=5FDA5BB7","thumbnail_resources":[{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s150x150/122819754_354031659187092_5949894465669251242_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=KWABwKa-1UQAX_1keRW\u0026tp=15\u0026oh=8ba2e7be74c30154160f0ae464fee1de\u0026oe=5FDC1434","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s240x240/122819754_354031659187092_5949894465669251242_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=KWABwKa-1UQAX_1keRW\u0026tp=15\u0026oh=4b4ca00d4d4ea4a64b0d8059e847c35d\u0026oe=5FDBCAB6","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s320x320/122819754_354031659187092_5949894465669251242_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=KWABwKa-1UQAX_1keRW\u0026tp=15\u0026oh=c03bd326b7f462bea8f90f406a750587\u0026oe=5FD9CE4C","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/e35/s480x480/122819754_354031659187092_5949894465669251242_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=KWABwKa-1UQAX_1keRW\u0026tp=15\u0026oh=53a003f174151305ff6f7a41024331a7\u0026oe=5FDA5B0D","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20201115084259/https://scontent-lax3-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/122819754_354031659187092_5949894465669251242_n.jpg?_nc_ht=scontent-lax3-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=KWABwKa-1UQAX_1keRW\u0026_nc_tp=24\u0026oh=2e3c0899ca199d9db16eba3f4eec3108\u0026oe=5FDA5BB7","config_width":640,"config_height":640}]}}]},"edge_saved_media":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"edge_media_collections":{"count":0,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[]},"edge_related_profiles":{"edges":[]}}},"toast_content_on_load":null,"show_view_shop":false,"profile_pic_edit_sync_props":null}]},"hostname":"www.instagram.com","is_whitelisted_crawl_bot":false,"connection_quality_rating":"EXCELLENT","deployment_stage":"c2","platform":"web","nonce":"u+2Dp6KoSaSksZ95jYOtuw==","mid_pct":90.92066,"zero_data":{},"cache_schema_version":3,"server_checks":{},"knobx":{"17":false,"20":true,"22":true,"23":true,"24":true,"25":true,"26":true,"27":true,"28":true,"29":true,"32":true,"34":true,"35":false,"36":false,"38":25000,"39":true,"4":false,"40":false},"to_cache":{"gatekeepers":{"10":false,"100":false,"101":true,"102":true,"103":true,"104":true,"105":true,"106":true,"107":false,"108":true,"11":false,"112":true,"113":true,"114":true,"116":true,"119":false,"12":false,"120":true,"123":false,"128":false,"13":true,"131":false,"132":false,"137":true,"14":true,"140":false,"142":false,"146":true,"147":false,"149":false,"15":true,"150":false,"151":false,"152":true,"153":false,"154":true,"156":false,"157":false,"158":false,"159":true,"16":true,"160":false,"162":true,"164":true,"166":false,"167":false,"168":false,"169":false,"170":false,"171":false,"173":true,"174":true,"175":true,"178":true,"179":true,"18":true,"180":false,"181":true,"185":true,"186":true,"187":false,"188":false,"19":false,"190":true,"191":true,"192":true,"193":true,"195":true,"196":false,"197":true,"198":true,"199":true,"200":true,"201":true,"23":false,"24":false,"26":true,"27":false,"28":false,"29":true,"31":false,"32":true,"34":false,"35":false,"38":true,"4":true,"40":true,"41":false,"43":true,"5":false,"59":true,"6":false,"61":false,"62":false,"63":false,"64":false,"65":false,"67":true,"68":false,"69":true,"7":false,"71":false,"73":false,"74":false,"75":true,"78":true,"79":false,"8":false,"81":false,"82":true,"84":false,"86":false,"9":false,"91":false,"95":true,"97":false},"qe":{"app_upsell":{"g":"","p":{}},"igl_app_upsell":{"g":"","p":{}},"notif":{"g":"","p":{}},"onetaplogin":{"g":"","p":{}},"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":{}},"post_options":{"g":"","p":{}},"sticker_tray":{"g":"","p":{}},"web_sentry":{"g":"","p":{}},"0":{"p":{"9":false},"l":{},"qex":true},"100":{"p":{"0":true},"l":{},"qex":true},"101":{"p":{"0":false,"1":false},"l":{},"qex":true},"108":{"p":{"0":false,"1":false},"l":{},"qex":true},"109":{"p":{},"l":{},"qex":true},"111":{"p":{"0":false,"1":false},"l":{},"qex":true},"113":{"p":{"0":true,"1":false,"2":true,"4":false,"5":false,"7":false,"8":false},"l":{},"qex":true},"117":{"p":{"0":true},"l":{},"qex":true},"118":{"p":{"0":false,"1":true,"2":false},"l":{},"qex":true},"119":{"p":{"0":false},"l":{},"qex":true},"12":{"p":{"0":5},"l":{},"qex":true},"121":{"p":{},"l":{},"qex":true},"122":{"p":{"0":false},"l":{},"qex":true},"123":{"p":{"0":true,"1":true,"2":false},"l":{},"qex":true},"124":{"p":{"0":true,"1":true,"2":false,"3":true,"4":false,"5":"switch_text","6":"chevron"},"l":{},"qex":true},"125":{"p":{"0":true},"l":{},"qex":true},"127":{"p":{"0":true,"1":true,"2":true},"l":{},"qex":true},"128":{"p":{"0":false,"1":false},"l":{},"qex":true},"129":{"p":{"1":false,"2":true},"l":{},"qex":true},"13":{"p":{"0":true},"l":{},"qex":true},"131":{"p":{"2":true,"3":true,"4":false},"l":{},"qex":true},"132":{"p":{"0":false},"l":{},"qex":true},"135":{"p":{"0":false,"1":false,"2":false,"3":false},"l":{},"qex":true},"137":{"p":{},"l":{},"qex":true},"141":{"p":{"0":false,"1":false,"2":false},"l":{},"qex":true},"142":{"p":{"0":false},"l":{},"qex":true},"143":{"p":{"1":true,"2":false,"3":false,"4":false},"l":{"1":true},"qex":true},"145":{"p":{},"l":{},"qex":true},"146":{"p":{"0":true},"l":{"0":true},"qex":true},"148":{"p":{"0":true,"1":true,"3":false},"l":{},"qex":true},"149":{"p":{},"l":{},"qex":true},"150":{"p":{"0":false,"1":15},"l":{},"qex":true},"151":{"p":{"0":false,"1":false,"3":false},"l":{"0":true},"qex":true},"152":{"p":{},"l":{},"qex":true},"153":{"p":{"0":false},"l":{},"qex":true},"154":{"p":{"0":false},"l":{},"qex":true},"16":{"p":{"0":false},"l":{},"qex":true},"21":{"p":{"2":false},"l":{},"qex":true},"22":{"p":{"10":0.0,"11":15,"12":3,"13":false,"2":8.0,"3":0.85,"4":0.95},"l":{},"qex":true},"23":{"p":{"0":false,"1":false},"l":{},"qex":true},"25":{"p":{},"l":{},"qex":true},"26":{"p":{"0":""},"l":{},"qex":true},"28":{"p":{"0":false},"l":{},"qex":true},"29":{"p":{},"l":{},"qex":true},"31":{"p":{},"l":{},"qex":true},"33":{"p":{},"l":{},"qex":true},"34":{"p":{"0":false},"l":{},"qex":true},"36":{"p":{"0":true,"1":true,"2":false,"3":false,"4":false},"l":{},"qex":true},"37":{"p":{"0":false},"l":{},"qex":true},"39":{"p":{"0":false,"14":false,"8":false},"l":{},"qex":true},"41":{"p":{"3":true},"l":{},"qex":true},"42":{"p":{"0":true},"l":{},"qex":true},"43":{"p":{"0":false,"1":false,"2":false},"l":{},"qex":true},"44":{"p":{"1":"inside_media","2":0.2},"l":{},"qex":true},"45":{"p":{"13":false,"17":0,"32":false,"35":false,"36":"control","37":false,"38":false,"40":"control","46":false,"47":false,"48":false,"49":false,"52":false,"53":false,"55":false,"56":"control","57":false,"58":false,"59":false,"60":"control","61":"none","62":"v2","64":false,"65":false,"66":3,"67":false},"l":{"62":true},"qex":true},"46":{"p":{"0":false},"l":{},"qex":true},"47":{"p":{"0":true,"1":true,"10":false,"11":false,"2":false,"3":false,"9":false},"l":{},"qex":true},"49":{"p":{"0":false},"l":{},"qex":true},"50":{"p":{"0":false},"l":{},"qex":true},"54":{"p":{"0":false},"l":{},"qex":true},"58":{"p":{"0":0.25,"1":true},"l":{},"qex":true},"59":{"p":{"0":true},"l":{},"qex":true},"62":{"p":{"0":false},"l":{},"qex":true},"67":{"p":{"0":true,"1":true,"2":true,"3":true,"4":false,"5":true,"7":false},"l":{},"qex":true},"69":{"p":{"0":true},"l":{},"qex":true},"71":{"p":{"1":"^/explore/.*|^/accounts/activity/$"},"l":{},"qex":true},"72":{"p":{"1":false,"2":false},"l":{"1":true,"2":true},"qex":true},"73":{"p":{"0":false},"l":{},"qex":true},"74":{"p":{"1":true,"13":false,"15":false,"2":false,"3":true,"4":false,"7":false,"9":true},"l":{},"qex":true},"75":{"p":{"0":true},"l":{},"qex":true},"77":{"p":{"1":false},"l":{},"qex":true},"80":{"p":{"3":true,"4":false},"l":{},"qex":true},"84":{"p":{"0":true,"1":true,"2":true,"3":true,"4":true,"5":true,"6":false,"8":false},"l":{},"qex":true},"85":{"p":{"0":false,"1":"Pictures and Videos"},"l":{},"qex":true},"87":{"p":{"0":true},"l":{},"qex":true},"93":{"p":{"0":true},"l":{},"qex":true},"95":{"p":{},"l":{},"qex":true},"98":{"p":{"1":false},"l":{},"qex":true}},"probably_has_app":false,"cb":false},"device_id":"6EE2D686-FED4-4A5D-8C44-C2AC0F6E8772","browser_push_pub_key":"BIBn3E_rWTci8Xn6P9Xj3btShT85Wdtne0LtwNUyRQ5XjFNkuTq9j4MPAVLvAFhXrUU1A9UxyxBA7YIOjqDIDHI","encryption":{"key_id":"98","public_key":"79223792920cdf1803826094b09703ccafda2b0e051f86a8397b9e43cfd8224b","version":"10"},"is_dev":false,"signal_collection_config":null,"rollout_hash":"1c6efedc4635","bundle_variant":"metro","frontend_env":"prod"};</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/PasswordEncryptionLogger.js/a58b4e7f36ca.js","147":"/static/bundles/metro/EncryptionUtils.js/4606f05f85cd.js","148":"/static/bundles/metro/MobileStoriesLoginPage.js/06ab49931834.js","149":"/static/bundles/metro/DesktopStoriesLoginPage.js/92c025dd44d7.js","150":"/static/bundles/metro/AvenyFont.js/a4de03cd349f.js","151":"/static/bundles/metro/StoriesDebugInfoNub.js/7e12e8e7db66.js","152":"/static/bundles/metro/MobileStoriesPage.js/7f7e06a5fee4.js","153":"/static/bundles/metro/DesktopStoriesPage.js/5c6ba10c18de.js","154":"/static/bundles/metro/ActivityFeedPage.js/f5eb8fe7ee76.js","155":"/static/bundles/metro/AdsSettingsPage.js/af3643ad4eb1.js","156":"/static/bundles/metro/DonateCheckoutPage.js/7915f197ab5e.js","157":"/static/bundles/metro/FundraiserWebView.js/6b1544b139be.js","158":"/static/bundles/metro/FBPayConnectLearnMorePage.js/50696ba7a1b9.js","159":"/static/bundles/metro/CameraPage.js/d0432bca8652.js","160":"/static/bundles/metro/SettingsModules.js/774bc0f1c748.js","161":"/static/bundles/metro/ContactHistoryPage.js/7c3517720fc5.js","162":"/static/bundles/metro/AccessToolPage.js/a63cc91a3d2e.js","163":"/static/bundles/metro/AccessToolViewAllPage.js/63a9858d9b84.js","164":"/static/bundles/metro/AccountPrivacyBugPage.js/82780879a129.js","165":"/static/bundles/metro/FirstPartyPlaintextPasswordLandingPage.js/8b2e9d24bc97.js","166":"/static/bundles/metro/ThirdPartyPlaintextPasswordLandingPage.js/fb8221de2578.js","167":"/static/bundles/metro/ShoppingBagLandingPage.js/3e0fd2f22320.js","168":"/static/bundles/metro/PlaintextPasswordBugPage.js/0d361c17bd04.js","169":"/static/bundles/metro/PrivateAccountMadePublicBugPage.js/a5f248a2df05.js","170":"/static/bundles/metro/PublicAccountNotMadePrivateBugPage.js/646491afd264.js","171":"/static/bundles/metro/BlockedAccountsBugPage.js/a85ae1c5f89d.js","172":"/static/bundles/metro/AndroidBetaPrivacyBugPage.js/fee68fb60d2d.js","173":"/static/bundles/metro/DataControlsSupportPage.js/e7d1b2745d96.js","174":"/static/bundles/metro/DataDownloadRequestPage.js/cbc60add8803.js","175":"/static/bundles/metro/DataDownloadRequestConfirmPage.js/53757b145b6d.js","176":"/static/bundles/metro/CheckpointUnderageAppealPage.js/e9df2d57240b.js","177":"/static/bundles/metro/AccountRecoveryLandingPage.js/4189f2f76f13.js","178":"/static/bundles/metro/ParentalConsentPage.js/5834cb125ae8.js","179":"/static/bundles/metro/ParentalConsentNotParentPage.js/52a2686b0c07.js","180":"/static/bundles/metro/TermsAcceptPage.js/e5858125fb0c.js","181":"/static/bundles/metro/TermsUnblockPage.js/54162a36e7d7.js","182":"/static/bundles/metro/NewTermsConfirmPage.js/90eb02eaf005.js","183":"/static/bundles/metro/CreationModules.js/16537e428aaf.js","184":"/static/bundles/metro/StoryCreationPage.js/bad6b04db471.js","185":"/static/bundles/metro/DynamicExploreMediaPage.js/1a32f2962fa4.js","186":"/static/bundles/metro/DiscoverMediaPageContainer.js/79ae8a3f1ed4.js","187":"/static/bundles/metro/DiscoverPeoplePageContainer.js/a4d88f369c5d.js","188":"/static/bundles/metro/EmailConfirmationPage.js/1987451ada53.js","189":"/static/bundles/metro/EmailReportBadPasswordResetPage.js/c60a25a5962f.js","190":"/static/bundles/metro/FBSignupPage.js/5fc0215b51b1.js","191":"/static/bundles/metro/ReclaimAccountPage.js/83add47a8ddb.js","192":"/static/bundles/metro/NewUserInterstitial.js/d30eaa76815e.js","193":"/static/bundles/metro/MultiStepSignupPage.js/ef708540cec9.js","194":"/static/bundles/metro/EmptyFeedPage.js/6f2cd1d0aafa.js","195":"/static/bundles/metro/NewUserActivatorsUnit.js/94d6bb1c7f4c.js","196":"/static/bundles/metro/FeedEndSuggestedUserUnit.js/d604006d2d02.js","197":"/static/bundles/metro/FeedSidebarContainer.js/2406384e361a.js","198":"/static/bundles/metro/SuggestedUserFeedUnitContainer.js/3499c202148a.js","199":"/static/bundles/metro/InFeedStoryTray.js/86cf048e3045.js","200":"/static/bundles/metro/FeedPageContainer.js/734c9ffe3d5d.js","201":"/static/bundles/metro/FollowListModal.js/46c56a497f4f.js","202":"/static/bundles/metro/FollowListPage.js/6a02db075b70.js","203":"/static/bundles/metro/SimilarAccountsPage.js/0600463fe2c4.js","204":"/static/bundles/metro/LikedByListContainer.js/1c8922dd9e03.js","205":"/static/bundles/metro/shaka-player.ui.js/2e27fa05a609.js","206":"/static/bundles/metro/LiveBroadcastPage.js/1fb375b29556.js","207":"/static/bundles/metro/VotingInformationCenterPage.js/4c783901e10f.js","208":"/static/bundles/metro/WifiAuthLoginPage.js/fdfd304ff388.js","209":"/static/bundles/metro/FalseInformationLandingPage.js/3e8d47107b16.js","210":"/static/bundles/metro/FalseInformationAppealsPage.js/b92ce10a273c.js","211":"/static/bundles/metro/CommentLikedByListContainer.js/d65b9fc24ebf.js","212":"/static/bundles/metro/LandingPage.js/d909cc492b43.js","213":"/static/bundles/metro/LocationsDirectoryCountryPage.js/3479146e5210.js","214":"/static/bundles/metro/LocationsDirectoryCityPage.js/5a28cb55ad38.js","215":"/static/bundles/metro/LocationPageContainer.js/0aeac808ab74.js","216":"/static/bundles/metro/LocationsDirectoryLandingPage.js/e2d0beead149.js","217":"/static/bundles/metro/LoginAndSignupPage.js/24ed5c202a73.js","218":"/static/bundles/metro/FXAccountsCenterHomePage.js/a3077019df27.js","219":"/static/bundles/metro/FXLinkingFlowDialog.js/251ec31c5dd8.js","220":"/static/bundles/metro/FXIMAccountStopSyncDialog.js/3acbb6bf8bc8.js","221":"/static/bundles/metro/FXIMAccountDialog.js/58ee36a410c4.js","222":"/static/bundles/metro/FXIMPhotoPickerDialog.js/22dd7751472b.js","223":"/static/bundles/metro/FXIMIdentityPhotoSyncDialog.js/75dd0b56b64e.js","224":"/static/bundles/metro/FXIMIdentityDialog.js/a39ee26362f2.js","225":"/static/bundles/metro/FXAccountsCenterProfilesPage.js/2f7853bb6b65.js","226":"/static/bundles/metro/FXSSOServiceReviewSessionDialog.js/131ff0f195a4.js","227":"/static/bundles/metro/FXAccountsCenterServicePage.js/6343a1214adc.js","228":"/static/bundles/metro/FXCalConsentPage.js/e6cfbbf01ed3.js","229":"/static/bundles/metro/FXCalDisclosurePage.js/f1a29de90ffd.js","230":"/static/bundles/metro/FXCalLinkingAuthForm.js/3159d767d428.js","231":"/static/bundles/metro/FXCalPasswordlessConfirmPasswordForm.js/776f09348982.js","232":"/static/bundles/metro/FXCalReauthLoginForm.js/9519f912bfb8.js","233":"/static/bundles/metro/UpdateIGAppForHelpPage.js/a355aa29aa77.js","234":"/static/bundles/metro/ResetPasswordPageContainer.js/4207cd2b07f3.js","235":"/static/bundles/metro/MobileAllCommentsPage.js/ba08be96cfe9.js","236":"/static/bundles/metro/MediaChainingPageContainer.js/6f443221abc0.js","237":"/static/bundles/metro/PostPageContainer.js/285cc244c0de.js","238":"/static/bundles/metro/ProfilesDirectoryLandingPage.js/583527a9400a.js","239":"/static/bundles/metro/HashtagsDirectoryLandingPage.js/e41af964eadd.js","240":"/static/bundles/metro/SuggestedDirectoryLandingPage.js/141d762f19ad.js","241":"/static/bundles/metro/ConsentWithdrawPage.js/6d8e0c7c2f03.js","242":"/static/bundles/metro/SurveyConfirmUserPage.js/baafdbe5d863.js","243":"/static/bundles/metro/ProductDetailsPage.js/a90b8cb1607e.js","244":"/static/bundles/metro/ShoppingCartPage.js/a171bbfa9747.js","245":"/static/bundles/metro/ShoppingCartDetailsPage.js/6653c49bbf57.js","246":"/static/bundles/metro/ProfessionalConversionPage.js/0c35c4c7641b.js","247":"/static/bundles/metro/TagPageContainer.js/812e32fc8b07.js","248":"/static/bundles/metro/PhoneConfirmPage.js/a1038a4dc169.js","249":"/static/bundles/metro/SimilarAccountsModal.js/35fe5e3c702b.js","250":"/static/bundles/metro/ProfilePageContainer.js/0aa8fe947ad2.js","251":"/static/bundles/metro/HttpErrorPage.js/b8a9bd4ca28f.js","252":"/static/bundles/metro/HttpGatedContentPage.js/4ae860d7f4bf.js","253":"/static/bundles/metro/IGTVVideoDraftsPageContainer.js/6cbf6c74165b.js","254":"/static/bundles/metro/IGTVVideoUploadPageContainer.js/668e50032af8.js","255":"/static/bundles/metro/OAuthPermissionsPage.js/dace43ea1f33.js","256":"/static/bundles/metro/MobileDirectPage.js/e0829820e337.js","257":"/static/bundles/metro/DesktopDirectPage.js/8da137b57919.js","258":"/static/bundles/metro/GuideModalEntrypoint.js/c6e929de1e24.js","259":"/static/bundles/metro/GuidePage.js/57303b24413d.js","260":"/static/bundles/metro/SavedCollectionPage.js/a3a39c20cfc7.js","261":"/static/bundles/metro/OneTapUpsell.js/e45a7c6d4aed.js","262":"/static/bundles/metro/AvenyMediumFont.js/e4c86f4ca293.js","263":"/static/bundles/metro/NametagLandingPage.js/cfdd14eac8b7.js","264":"/static/bundles/metro/LocalDevTransactionToolSelectorPage.js/50e583406057.js","265":"/static/bundles/metro/FBEAppStoreErrorPage.js/42d20f830a99.js","266":"/static/bundles/metro/BloksShellPage.js/e0f94eb465c5.js","267":"/static/bundles/metro/BusinessCategoryPage.js/bf54a2f6a603.js","269":"/static/bundles/metro/BloksPage.js/1d3bbf8c3fbe.js","270":"/static/bundles/metro/ClipsAudioPage.js/f49dad632305.js","271":"/static/bundles/metro/DirectMQTT.js/3013081bcb09.js","274":"/static/bundles/metro/ActivityFeedBox.js/c91c5a2d0824.js","278":"/static/bundles/metro/NewsworthyContentShareFrictionModal.js/f5d3c03d08e9.js","279":"/static/bundles/metro/PostModalEntrypoint.js/c57873791771.js","280":"/static/bundles/metro/PostComments.js/53d1090b4412.js","281":"/static/bundles/metro/oz-player.main.js/712e8023c9c4.js","282":"/static/bundles/metro/BDClientSignalCollectionTrigger.js/4e9f18544ace.js","283":"/static/bundles/metro/Consumer.js/94261435dc8d.js","284":"/static/bundles/metro/Challenge.js/5ec3e37ccbee.js","285":"/static/bundles/metro/NotificationLandingPage.js/5f93648a8c2e.js","304":"/static/bundles/metro/EmbedRich.js/4c566f9a5d48.js","305":"/static/bundles/metro/EmbedVideoWrapper.js/5c68e0dfa92a.js","306":"/static/bundles/metro/EmbedSidecarEntrypoint.js/7421f25d83c3.js","307":"/static/bundles/metro/EmbedGuideEntrypoint.js/9c4fd5f7dbc8.js","308":"/static/bundles/metro/EmbedAsyncLogger.js/a72ef11b57a5.js"},"css":{"148":"/static/bundles/metro/MobileStoriesLoginPage.css/524e9a213e9e.css","149":"/static/bundles/metro/DesktopStoriesLoginPage.css/a9b44db8f8b9.css","150":"/static/bundles/metro/AvenyFont.css/25fd69ff2266.css","151":"/static/bundles/metro/StoriesDebugInfoNub.css/4bc325bd3e84.css","152":"/static/bundles/metro/MobileStoriesPage.css/32980de12d82.css","153":"/static/bundles/metro/DesktopStoriesPage.css/348241c2d2bf.css","154":"/static/bundles/metro/ActivityFeedPage.css/6feaa35c72fb.css","155":"/static/bundles/metro/AdsSettingsPage.css/890552b117b4.css","156":"/static/bundles/metro/DonateCheckoutPage.css/0626ae60d008.css","158":"/static/bundles/metro/FBPayConnectLearnMorePage.css/6efdeda42570.css","159":"/static/bundles/metro/CameraPage.css/63f46fc39f06.css","160":"/static/bundles/metro/SettingsModules.css/3ad3f2c725f4.css","161":"/static/bundles/metro/ContactHistoryPage.css/ab916fb22054.css","162":"/static/bundles/metro/AccessToolPage.css/dea7dcf6e714.css","163":"/static/bundles/metro/AccessToolViewAllPage.css/b4612fd552a9.css","164":"/static/bundles/metro/AccountPrivacyBugPage.css/b084aece73a3.css","165":"/static/bundles/metro/FirstPartyPlaintextPasswordLandingPage.css/963c635bd921.css","166":"/static/bundles/metro/ThirdPartyPlaintextPasswordLandingPage.css/963c635bd921.css","167":"/static/bundles/metro/ShoppingBagLandingPage.css/9ea9da8878b6.css","168":"/static/bundles/metro/PlaintextPasswordBugPage.css/963c635bd921.css","169":"/static/bundles/metro/PrivateAccountMadePublicBugPage.css/963c635bd921.css","170":"/static/bundles/metro/PublicAccountNotMadePrivateBugPage.css/963c635bd921.css","171":"/static/bundles/metro/BlockedAccountsBugPage.css/963c635bd921.css","172":"/static/bundles/metro/AndroidBetaPrivacyBugPage.css/158f7ff45015.css","173":"/static/bundles/metro/DataControlsSupportPage.css/2c93110330b6.css","174":"/static/bundles/metro/DataDownloadRequestPage.css/6ac25a56e897.css","175":"/static/bundles/metro/DataDownloadRequestConfirmPage.css/340e3b42e467.css","176":"/static/bundles/metro/CheckpointUnderageAppealPage.css/96935d8d6989.css","177":"/static/bundles/metro/AccountRecoveryLandingPage.css/11c0294e6d5b.css","178":"/static/bundles/metro/ParentalConsentPage.css/c5f1e68fdc65.css","179":"/static/bundles/metro/ParentalConsentNotParentPage.css/6308e4086754.css","180":"/static/bundles/metro/TermsAcceptPage.css/f93160eb7986.css","181":"/static/bundles/metro/TermsUnblockPage.css/4cb35fc62b31.css","182":"/static/bundles/metro/NewTermsConfirmPage.css/b73ed7de0bf5.css","183":"/static/bundles/metro/CreationModules.css/7b9c9a1f3d05.css","184":"/static/bundles/metro/StoryCreationPage.css/4679e6613df1.css","185":"/static/bundles/metro/DynamicExploreMediaPage.css/328c20c226d8.css","186":"/static/bundles/metro/DiscoverMediaPageContainer.css/63ba52792e4d.css","187":"/static/bundles/metro/DiscoverPeoplePageContainer.css/4c8a5990ffdc.css","188":"/static/bundles/metro/EmailConfirmationPage.css/d3ff48c961de.css","189":"/static/bundles/metro/EmailReportBadPasswordResetPage.css/e4462019534b.css","190":"/static/bundles/metro/FBSignupPage.css/b42c16765039.css","191":"/static/bundles/metro/ReclaimAccountPage.css/963c635bd921.css","192":"/static/bundles/metro/NewUserInterstitial.css/26cbce47836b.css","193":"/static/bundles/metro/MultiStepSignupPage.css/5d38af6d00b4.css","194":"/static/bundles/metro/EmptyFeedPage.css/e1ccedbdafd4.css","196":"/static/bundles/metro/FeedEndSuggestedUserUnit.css/42e60023d1af.css","197":"/static/bundles/metro/FeedSidebarContainer.css/5c0e5c506162.css","198":"/static/bundles/metro/SuggestedUserFeedUnitContainer.css/7daaa9d9b746.css","199":"/static/bundles/metro/InFeedStoryTray.css/5cb58dca53c1.css","200":"/static/bundles/metro/FeedPageContainer.css/6a847a15c9ed.css","201":"/static/bundles/metro/FollowListModal.css/c87bdb99287d.css","202":"/static/bundles/metro/FollowListPage.css/827eed5e9080.css","203":"/static/bundles/metro/SimilarAccountsPage.css/d5a63776c54b.css","204":"/static/bundles/metro/LikedByListContainer.css/afae07d29ddc.css","206":"/static/bundles/metro/LiveBroadcastPage.css/83f38d2d87ba.css","207":"/static/bundles/metro/VotingInformationCenterPage.css/70cd56205b85.css","208":"/static/bundles/metro/WifiAuthLoginPage.css/c5ddfbb5fade.css","210":"/static/bundles/metro/FalseInformationAppealsPage.css/f7561461b909.css","211":"/static/bundles/metro/CommentLikedByListContainer.css/afae07d29ddc.css","212":"/static/bundles/metro/LandingPage.css/344096cb1b73.css","213":"/static/bundles/metro/LocationsDirectoryCountryPage.css/4dacfdb3fce0.css","214":"/static/bundles/metro/LocationsDirectoryCityPage.css/4dacfdb3fce0.css","215":"/static/bundles/metro/LocationPageContainer.css/9711ab9dcedc.css","216":"/static/bundles/metro/LocationsDirectoryLandingPage.css/8d8beac67daf.css","217":"/static/bundles/metro/LoginAndSignupPage.css/db7baecd567d.css","218":"/static/bundles/metro/FXAccountsCenterHomePage.css/d3e56175d382.css","219":"/static/bundles/metro/FXLinkingFlowDialog.css/cdada0cd1d91.css","221":"/static/bundles/metro/FXIMAccountDialog.css/caa3f8b09659.css","223":"/static/bundles/metro/FXIMIdentityPhotoSyncDialog.css/caa3f8b09659.css","225":"/static/bundles/metro/FXAccountsCenterProfilesPage.css/6bc5734585a3.css","227":"/static/bundles/metro/FXAccountsCenterServicePage.css/d3e56175d382.css","228":"/static/bundles/metro/FXCalConsentPage.css/1a1a4a22e6f9.css","229":"/static/bundles/metro/FXCalDisclosurePage.css/dc03e89214cb.css","230":"/static/bundles/metro/FXCalLinkingAuthForm.css/c228eff939ba.css","231":"/static/bundles/metro/FXCalPasswordlessConfirmPasswordForm.css/8f77c7e5667f.css","232":"/static/bundles/metro/FXCalReauthLoginForm.css/b10376b96a91.css","233":"/static/bundles/metro/UpdateIGAppForHelpPage.css/6fb2336f846b.css","234":"/static/bundles/metro/ResetPasswordPageContainer.css/963c635bd921.css","235":"/static/bundles/metro/MobileAllCommentsPage.css/745e87d16b8b.css","236":"/static/bundles/metro/MediaChainingPageContainer.css/b17a8ab7e639.css","237":"/static/bundles/metro/PostPageContainer.css/e2a3650097d7.css","238":"/static/bundles/metro/ProfilesDirectoryLandingPage.css/b406e80cc262.css","239":"/static/bundles/metro/HashtagsDirectoryLandingPage.css/b406e80cc262.css","240":"/static/bundles/metro/SuggestedDirectoryLandingPage.css/b406e80cc262.css","243":"/static/bundles/metro/ProductDetailsPage.css/38fd09f5ce4f.css","244":"/static/bundles/metro/ShoppingCartPage.css/4f156f96c1cc.css","245":"/static/bundles/metro/ShoppingCartDetailsPage.css/e46b3f8df994.css","246":"/static/bundles/metro/ProfessionalConversionPage.css/15c2c611aea6.css","247":"/static/bundles/metro/TagPageContainer.css/4aa0cf2979fb.css","248":"/static/bundles/metro/PhoneConfirmPage.css/d899349b3a7b.css","250":"/static/bundles/metro/ProfilePageContainer.css/66e4d4c9bb11.css","253":"/static/bundles/metro/IGTVVideoDraftsPageContainer.css/ec236f53db50.css","254":"/static/bundles/metro/IGTVVideoUploadPageContainer.css/8f1406ecfdde.css","255":"/static/bundles/metro/OAuthPermissionsPage.css/17df6a107712.css","256":"/static/bundles/metro/MobileDirectPage.css/950846b6dfcc.css","257":"/static/bundles/metro/DesktopDirectPage.css/6c223f1cca89.css","259":"/static/bundles/metro/GuidePage.css/0fd72026df11.css","260":"/static/bundles/metro/SavedCollectionPage.css/c9307f5c771b.css","261":"/static/bundles/metro/OneTapUpsell.css/8b1f0159f514.css","262":"/static/bundles/metro/AvenyMediumFont.css/410fb2643dbe.css","263":"/static/bundles/metro/NametagLandingPage.css/0c3f6c69e197.css","264":"/static/bundles/metro/LocalDevTransactionToolSelectorPage.css/3f8f9bb4c8a7.css","265":"/static/bundles/metro/FBEAppStoreErrorPage.css/37c4f5efdab6.css","267":"/static/bundles/metro/BusinessCategoryPage.css/3f8017c957ee.css","269":"/static/bundles/metro/BloksPage.css/ebd31d13c7cc.css","274":"/static/bundles/metro/ActivityFeedBox.css/e34d645eb6c1.css","280":"/static/bundles/metro/PostComments.css/205108e2268c.css","283":"/static/bundles/metro/Consumer.css/eebc1ab6b4c1.css","284":"/static/bundles/metro/Challenge.css/38426ef03df2.css","285":"/static/bundles/metro/NotificationLandingPage.css/c35e66b76f51.css","304":"/static/bundles/metro/EmbedRich.css/69fe8b7cf791.css","305":"/static/bundles/metro/EmbedVideoWrapper.css/3e6a8965238d.css","306":"/static/bundles/metro/EmbedSidecarEntrypoint.css/0fc80605a887.css","307":"/static/bundles/metro/EmbedGuideEntrypoint.css/223a0a9d445a.css"}}</script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/Polyfills.js/214704bdac54.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/Vendor.js/5a56d51ae30f.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/en_US.js/d7ed760057a8.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/ConsumerLibCommons.js/ced3d8ae80f5.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/ConsumerUICommons.js/666dcab7005d.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/ConsumerAsyncCommons.js/8863af346a19.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/Consumer.js/94261435dc8d.js" crossorigin="anonymous" charset="utf-8" async=""></script> <script type="text/javascript" src="/web/20201115084259js_/https://www.instagram.com/static/bundles/metro/ProfilePageContainer.js/0aa8fe947ad2.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; }; var windowUrl = window.location.href; var errUrl = err.url || windowUrl; 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: windowUrl.indexOf('direct') >= 0 ? 'direct' : windowUrl, deployment_stage: getConfigProp('deployment_stage', ''), frontend_env: getConfigProp('frontend_env', 'prod'), rollout_hash: getConfigProp('rollout_hash', ''), is_prerelease: window.__PRERELEASE__ || false, bundle_variant: getConfigProp('bundle_variant', null), request_url: errUrl.indexOf('direct') >= 0 ? 'direct' : errUrl, 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> <!-- FILE ARCHIVED ON 08:42:59 Nov 15, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 23:35:07 Nov 26, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.627 exclusion.robots: 0.032 exclusion.robots.policy: 0.018 esindex: 0.011 cdx.remote: 20.634 LoadShardBlock: 297.771 (3) PetaboxLoader3.datanode: 356.394 (4) PetaboxLoader3.resolve: 158.02 (2) load_resource: 225.662 -->