CINXE.COM
Opera (@opera) • Instagram 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/opera/","20200303183741","https://web.archive.org/","web","/_static/", "1583260661"); </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> Opera (@opera) • Instagram 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/20200303183741/https://www.instagram.com/data/manifest.json"> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.css/8a2eb3d0ea9f.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.css/cf7e3d965842.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/Consumer.css/2a9557e9bd3e.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/ProfilePageContainer.css/12b716fc5b03.css" as="style" type="text/css" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/Vendor.js/c911f5848b78.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/en_US.js/47e3cc51f60a.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/46d10a617d9e.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.js/ec5083b89d8c.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.js/aef26a8d88a1.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/Consumer.js/66de85c5fbc8.js" as="script" type="text/javascript" crossorigin="anonymous"/> <link rel="preload" href="/web/20200303183741/https://www.instagram.com/static/bundles/es6/ProfilePageContainer.js/50e5ce80e6f5.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/20200303183741im_/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/20200303183741im_/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/20200303183741im_/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/20200303183741im_/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/20200303183741im_/https://www.instagram.com/static/images/ico/apple-touch-icon-180x180-precomposed.png/c06fdb2357bd.png"> <link rel="icon" sizes="192x192" href="/web/20200303183741im_/https://www.instagram.com/static/images/ico/favicon-192.png/68d99ba29cc8.png"> <link rel="mask-icon" href="/web/20200303183741im_/https://www.instagram.com/static/images/ico/favicon.svg/fc72dd4bfde8.svg" color="#262626"> <link rel="shortcut icon" type="image/x-icon" href="/web/20200303183741im_/https://www.instagram.com/static/images/ico/favicon.ico/36b3ee2d91ed.ico"> <link rel="alternate" href="https://web.archive.org/web/20200303183741/android-app://com.instagram.android/https/instagram.com/_u/opera/"/> <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=opera"/> <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/opera/"/> <link rel="canonical" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/"/> <meta content="176.7k Followers, 203 Following, 272 Posts - See Instagram photos and videos from Opera (@opera)" name="description"/> <meta property="og:type" content="profile"/> <meta property="og:image" content="https://web.archive.org/web/20200303183741im_/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-19/s150x150/31571530_229253397827739_5914232582920208384_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com&_nc_ohc=hjozVYIP5RsAX8k1hmm&oh=a2e966404192cbc4845d326f08de169f&oe=5E919227"/> <meta property="og:title" content="Opera (@opera) • Instagram photos and videos"/> <meta property="og:description" content="176.7k Followers, 203 Following, 272 Posts - See Instagram photos and videos from Opera (@opera)"/> <meta property="og:url" content="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/"/> <script type="application/ld+json"> {"@context":"https:\/\/web.archive.org\/web\/20200303183741\/http:\/\/schema.org","@type":"Store","name":"Opera","alternateName":"@opera","description":"We create browsers and apps for phones and laptops to help you make the most of the moments you spend online.","url":"https:\/\/web.archive.org\/web\/20200303183741\/http:\/\/opera.com\/","mainEntityofPage":{"@type":"ProfilePage","@id":"https:\/\/web.archive.org\/web\/20200303183741\/https:\/\/www.instagram.com\/opera\/","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https:\/\/web.archive.org\/web\/20200303183741\/http:\/\/schema.org\/FollowAction","userInteractionCount":"176783"}},"image":"https:\/\/web.archive.org\/web\/20200303183741\/https:\/\/www.instagram.com\/static\/images\/ico\/favicon-200.png\/ab6eff595bb1.png"} </script> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/" hreflang="x-default"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=en" hreflang="en"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=fr" hreflang="fr"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=it" hreflang="it"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=de" hreflang="de"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es" hreflang="es"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=zh-cn" hreflang="zh-cn"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=zh-tw" hreflang="zh-tw"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ja" hreflang="ja"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ko" hreflang="ko"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=pt" hreflang="pt"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=pt-br" hreflang="pt-br"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=af" hreflang="af"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=cs" hreflang="cs"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=da" hreflang="da"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=el" hreflang="el"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=fi" hreflang="fi"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=hr" hreflang="hr"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=hu" hreflang="hu"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=id" hreflang="id"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ms" hreflang="ms"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=nb" hreflang="nb"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=nl" hreflang="nl"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=pl" hreflang="pl"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ru" hreflang="ru"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=sk" hreflang="sk"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=sv" hreflang="sv"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=th" hreflang="th"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=tl" hreflang="tl"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=tr" hreflang="tr"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=hi" hreflang="hi"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=bn" hreflang="bn"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=gu" hreflang="gu"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=kn" hreflang="kn"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ml" hreflang="ml"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=mr" hreflang="mr"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=pa" hreflang="pa"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ta" hreflang="ta"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=te" hreflang="te"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ne" hreflang="ne"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=si" hreflang="si"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ur" hreflang="ur"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=vi" hreflang="vi"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=bg" hreflang="bg"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=fr-ca" hreflang="fr-ca"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=ro" hreflang="ro"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=sr" hreflang="sr"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=uk" hreflang="uk"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=zh-hk" hreflang="zh-hk"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-co"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-cr"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-mx"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-do"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-py"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-uy"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-hn"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-gt"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-pr"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-pe"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-ni"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-bo"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-ve"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-pa"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-ec"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-cl"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-ar"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-sv"/> <link rel="alternate" href="https://web.archive.org/web/20200303183741/https://www.instagram.com/opera/?hl=es-la" hreflang="es-cu"/> </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/20200303183741cs_/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.css/8a2eb3d0ea9f.css" type="text/css" crossorigin="anonymous"/> <link rel="stylesheet" href="/web/20200303183741cs_/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.css/cf7e3d965842.css" type="text/css" crossorigin="anonymous"/> <link rel="stylesheet" href="/web/20200303183741cs_/https://www.instagram.com/static/bundles/es6/Consumer.css/2a9557e9bd3e.css" type="text/css" crossorigin="anonymous"/> <script type="text/javascript">window._sharedData = {"config":{"csrf_token":"zT1YGonE3ppZNGmgp1peGskydWz196SU","viewer":null,"viewerId":null},"country_code":"US","language_code":"en","locale":"en_US","entry_data":{"ProfilePage":[{"logging_page_id":"profilePage_227312596","show_suggested_profiles":false,"show_follow_dialog":false,"graphql":{"user":{"biography":"We create browsers and apps for phones and laptops to help you make the most of the moments you spend online.","blocked_by_viewer":false,"restricted_by_viewer":null,"country_block":false,"external_url":"https://web.archive.org/web/20200303183741/http://opera.com/","external_url_linkshimmed":"https://web.archive.org/web/20200303183741/https://l.instagram.com/?u=http%3A%2F%2Fopera.com%2F\u0026e=ATNUL4sd73IGy6vCMYYB7JId9ewxk1C-UhwFukzXskfx9k32Xf_rUbrCuqum4An_3edunCJY\u0026s=1","edge_followed_by":{"count":176783},"followed_by_viewer":false,"edge_follow":{"count":203},"follows_viewer":false,"full_name":"Opera","has_ar_effects":false,"has_channel":false,"has_blocked_viewer":false,"highlight_reel_count":2,"has_requested_viewer":false,"id":"227312596","is_business_account":true,"is_joined_recently":false,"business_category_name":"Personal Goods \u0026 General Merchandise Stores","category_id":"2211","overall_category_name":null,"is_private":false,"is_verified":true,"edge_mutual_followed_by":{"count":0,"edges":[]},"profile_pic_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-19/s150x150/31571530_229253397827739_5914232582920208384_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_ohc=hjozVYIP5RsAX8k1hmm\u0026oh=a2e966404192cbc4845d326f08de169f\u0026oe=5E919227","profile_pic_url_hd":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-19/s150x150/31571530_229253397827739_5914232582920208384_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_ohc=hjozVYIP5RsAX8k1hmm\u0026oh=a2e966404192cbc4845d326f08de169f\u0026oe=5E919227","requested_by_viewer":false,"username":"opera","connected_fb_page":null,"edge_felix_video_timeline":{"count":2,"page_info":{"has_next_page":false,"end_cursor":null},"edges":[{"node":{"__typename":"GraphVideo","id":"1890568644367929060","edge_media_to_caption":{"edges":[{"node":{"text":""}}]},"shortcode":"Bo8pipXCs7k","edge_media_to_comment":{"count":2},"comments_disabled":false,"taken_at_timestamp":1539593411,"dimensions":{"height":1088,"width":612},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/42840265_2054592081268045_2340574903899551144_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=OhCWRnqK9b4AX-LJzsk\u0026oh=5395fa2b2cd679a69b9f5b448dbe7070\u0026oe=5E61523D","edge_liked_by":{"count":28},"edge_media_preview_like":{"count":28},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ABcqzp3MT5B4PJFTDa3J6Gq7fPLg+pH/ANfHt1q3FEd5Jwy4HGAPTtzQxojeMLyKKV0KZzwCxwPSikAxY1EoZjnngVdyGc5wOBnpgVRZQzc9M06BVWUqRkADjn+RGc+2Ke4EkjEgZ6kk/wA8UVWll+fHbnP4cUUgHTFSSvTP+fyqvCCT1PTmrRUFzkA9KeQB0piIRGAc96KlooGf/9k=","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.238.612.612a/42840265_2054592081268045_2340574903899551144_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=OhCWRnqK9b4AX-LJzsk\u0026oh=ae853357f12d8906288beee95843ece8\u0026oe=5E6150F5","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p150x150/42840265_2054592081268045_2340574903899551144_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=OhCWRnqK9b4AX-LJzsk\u0026oh=9af64c823cad0dfcaccf882c25d1c726\u0026oe=5E6179C6","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p240x240/42840265_2054592081268045_2340574903899551144_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=OhCWRnqK9b4AX-LJzsk\u0026oh=a90bc2c5f8febbde632895591ca3869b\u0026oe=5E6183C0","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p320x320/42840265_2054592081268045_2340574903899551144_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=OhCWRnqK9b4AX-LJzsk\u0026oh=44971d857f574a5f06037f6516d2f122\u0026oe=5E60FBBE","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p480x480/42840265_2054592081268045_2340574903899551144_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=OhCWRnqK9b4AX-LJzsk\u0026oh=7f09f8a5c861fdf8f940e804ce60a6d5\u0026oe=5E619279","config_width":480,"config_height":853},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/42840265_2054592081268045_2340574903899551144_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=101\u0026_nc_ohc=OhCWRnqK9b4AX-LJzsk\u0026oh=5395fa2b2cd679a69b9f5b448dbe7070\u0026oe=5E61523D","config_width":640,"config_height":1137}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Even a genius can\u2019t resist Opera Touch","video_duration":58.06,"video_view_count":848}},{"node":{"__typename":"GraphVideo","id":"1888521337602417662","edge_media_to_caption":{"edges":[{"node":{"text":""}}]},"shortcode":"Bo1YCaWiaP-","edge_media_to_comment":{"count":4},"comments_disabled":false,"taken_at_timestamp":1539349401,"dimensions":{"height":1088,"width":612},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/42434641_285424442074341_483821859113855080_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=109\u0026_nc_ohc=cFMa9XLDfvoAX9vWCfc\u0026oh=a54d9078d6d6716190aae14dfaee5c46\u0026oe=5E618BF7","edge_liked_by":{"count":45},"edge_media_preview_like":{"count":45},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ABcqj3dqiyR04pMKxCnIBPODj9TwKctsiyfIflKnkn39eQaRQm4nqc0UHGTjpmigRLEgBByT1+v6YqaRiG3DOcHsR6cjOaz1kKMMscjJ4HHQnkYOfxFT2135rZkOeOeg/LpTAH5J7c9KKSWdA23uSaKQGQoZunNWo4GBy4+UDsRyaEAAb6j+dS2/AfH96qELHZLktkken+JorQHeikB//9k=","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.238.612.612a/42434641_285424442074341_483821859113855080_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=109\u0026_nc_ohc=cFMa9XLDfvoAX9vWCfc\u0026oh=e767e11a3eb198b6c4df8ddfcdf168c2\u0026oe=5E614FA4","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p150x150/42434641_285424442074341_483821859113855080_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=109\u0026_nc_ohc=cFMa9XLDfvoAX9vWCfc\u0026oh=84b37ba3d7b8143d8d56846f0e23bfd6\u0026oe=5E6101B4","config_width":150,"config_height":266},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p240x240/42434641_285424442074341_483821859113855080_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=109\u0026_nc_ohc=cFMa9XLDfvoAX9vWCfc\u0026oh=4141801e00abe80b9bc9eac79f3093f9\u0026oe=5E617241","config_width":240,"config_height":426},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p320x320/42434641_285424442074341_483821859113855080_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=109\u0026_nc_ohc=cFMa9XLDfvoAX9vWCfc\u0026oh=800cd2fc4369c0f5897d57e19213dbf7\u0026oe=5E60FE79","config_width":320,"config_height":568},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/p480x480/42434641_285424442074341_483821859113855080_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=109\u0026_nc_ohc=cFMa9XLDfvoAX9vWCfc\u0026oh=00e6eb4b347f4b35ae5f46e687c9736c\u0026oe=5E6125A5","config_width":480,"config_height":853},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/42434641_285424442074341_483821859113855080_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=109\u0026_nc_ohc=cFMa9XLDfvoAX9vWCfc\u0026oh=a54d9078d6d6716190aae14dfaee5c46\u0026oe=5E618BF7","config_width":640,"config_height":1137}],"is_video":true,"felix_profile_grid_crop":null,"encoding_status":null,"is_published":true,"product_type":"igtv","title":"Even a genius can\u2019t resist Opera Touch","video_duration":57.78,"video_view_count":999}}]},"edge_owner_to_timeline_media":{"count":272,"page_info":{"has_next_page":true,"end_cursor":"QVFDYVBFVHU0SDFkTURNR0taS0RUUzNrWVVINjdEZmVCRGY0SUNjX3BsdFFHWVZaN05NaEJVenYtQnZ3SlZnR2dMVXZnR3dZV2V6cnprZGJ6NFN5ZmdocA=="},"edges":[{"node":{"__typename":"GraphImage","id":"2126911286508688127","edge_media_to_caption":{"edges":[{"node":{"text":"The world is full of incredible destinations awaiting those adventurous enough to seek them out. From snow capped mountains to sandy beaches, from bustling cities to tranquil countrysides, our options can seem never ending. But wherever your journeys take you, Opera Touch will keep you connected along the way. Our award winning mobile browser is designed for people on the go, giving you the fastest and easiest web navigation while you travel. Download Opera Touch for iPhone or Android, and discover how much easier searching the web can be\n.\nPhoto for Opera: @matthewhahnel"}}]},"shortcode":"B2ETovVHpL_","edge_media_to_comment":{"count":133},"comments_disabled":false,"taken_at_timestamp":1567767605,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/69782110_525010478275719_4582857797334775128_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=103\u0026_nc_ohc=K0oU9nEivrQAX-qesOP\u0026oh=61abb4aa45d8face03bb2d20f355fb09\u0026oe=5E8FCB6D","edge_liked_by":{"count":596},"edge_media_preview_like":{"count":14112},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEq1opN3DcH17f/AFqJZ1i+VuvpWZbXEk0gRgADnkZ7Vclt15Yk8DsPSqi7kyXKW0kRsAHk9qZc3aQLxhm6BQf5+gqmLfem5GJz0GBz+tYcssiMVK9CeoOcdqARr/2q390fmf8ACisHzm9P0NFK4HQ29usZD7iSPbj+tWnfIOenT86z1nIx9PzqQSCQlfTBP9BTaUItolSc5JMfCWjjKryyniqTXDxMzuwDH+EfMe3XHA/PNX5xsjBBxu4P9KxGh5wv8Wemc/j6VML8t31/Ac2uay7Fn+02/wBr8h/jRVb7HJ/k0VYv66luUggSr0P6GlR8dO/61HacxOO2T/KoT1WiWsRLSXr/AJpGlJI03yKAAD97txxk/wCFIdkQwv4k9SagiOEIHqP5U3qw+v8AWs9ly9jS13zdWl+RNvb3/WirWaKRR//Z","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69782110_525010478275719_4582857797334775128_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=103\u0026_nc_ohc=K0oU9nEivrQAX-qesOP\u0026oh=6660ab19cab429035b6af8e1a2261e3f\u0026oe=5E91787F","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/69782110_525010478275719_4582857797334775128_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=103\u0026_nc_ohc=K0oU9nEivrQAX-qesOP\u0026oh=b12d61963cbba09a83c85de6c42271c8\u0026oe=5E8F839E","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/69782110_525010478275719_4582857797334775128_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=103\u0026_nc_ohc=K0oU9nEivrQAX-qesOP\u0026oh=0581153fc35b939f139e4ed4c70cd2b3\u0026oe=5E9148D4","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/69782110_525010478275719_4582857797334775128_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=103\u0026_nc_ohc=K0oU9nEivrQAX-qesOP\u0026oh=40f5db0d03eb2cf2872591ad454605e7\u0026oe=5E95286E","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/69782110_525010478275719_4582857797334775128_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=103\u0026_nc_ohc=K0oU9nEivrQAX-qesOP\u0026oh=4d862bcbae15815627192539891efe1e\u0026oe=5E999034","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69782110_525010478275719_4582857797334775128_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=103\u0026_nc_ohc=K0oU9nEivrQAX-qesOP\u0026oh=6660ab19cab429035b6af8e1a2261e3f\u0026oe=5E91787F","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people, people standing, mountain, sky, outdoor, water and nature"}},{"node":{"__typename":"GraphImage","id":"2125461735910374810","edge_media_to_caption":{"edges":[{"node":{"text":"The Web has become such an integrated part of our lives. It\u2019s not only offered new ways of communication and organization, but it\u2019s nearly entirely replaced older methods in some cases. As our point of contact with the Web, we believe a browser\u2019s importance can\u2019t be overstated. And with essential features like built in ad-blocking, VPN, and cryptowallet, Opera is the most effective and secure browser available. Learn more about Opera\u2019s unique and innovative features in the link in our bio\n.\nPhoto for Opera: @becoffeestyle"}}]},"shortcode":"B1_KDAIn32a","edge_media_to_comment":{"count":29},"comments_disabled":false,"taken_at_timestamp":1567594805,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/69471294_1331056723726250_1418828838438569847_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=fxC-KMvRLzgAX9g60Qt\u0026oh=0054ea78ca5285f58bd545c7b33a86e6\u0026oe=5E9670B4","edge_liked_by":{"count":408},"edge_media_preview_like":{"count":5793},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEq03uAmI0wXY4wSQO/fB78YHNDq7DbJIqA9kHP5tk/koqs8AjUb5ACoOO565H5HviphdQKN/8AE3JCqSc98nGAe3JFC8wfkP8AIjA+6ZT/ALRLfox2j8BTS4iQjO3DMOO3zHt6c1Xk1MD7ij6sc/ouf/QhSQ4nQv8AeLsc4GMH8zj15NNgN8uD+835GipfIPo36UVIyupVWJboOSTVe6iaSTKcggHOeKtmN+sfJ9MZH405bR2wXO0457n8hSQ2ZwtT/EQPpz/hVu3ZocpFyDyc+3pjGKtQW6MDvyzKxU84HHTgeoINW1RV6AAewqiTO8//AHP1/wAKKteWnqKKy5PMvmIrbgkg4X1Pf6ew/nVktt+cnaB69T/n0pgGNlQy8zYPIAGBWiVlYm9ySNts7r/fRXH1Hyn+lMZ3PU9OmKV/+PqL/ck/pUQJ3H6/0pk+RZ/z2opMUUwP/9k=","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69471294_1331056723726250_1418828838438569847_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=fxC-KMvRLzgAX9g60Qt\u0026oh=a662fe55d04a2ac5d0b6e264b6e0a124\u0026oe=5E8E8101","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/69471294_1331056723726250_1418828838438569847_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=fxC-KMvRLzgAX9g60Qt\u0026oh=964afd4dd6eea7c2eb28ac6bc6e7347b\u0026oe=5E908AD7","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/69471294_1331056723726250_1418828838438569847_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=fxC-KMvRLzgAX9g60Qt\u0026oh=2f9bb722e31f293d9f34b3ed2280c91f\u0026oe=5E9854D1","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/69471294_1331056723726250_1418828838438569847_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=fxC-KMvRLzgAX9g60Qt\u0026oh=84f94f498c67b8a904a34e26faaa69ab\u0026oe=5E961AAF","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/69471294_1331056723726250_1418828838438569847_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=fxC-KMvRLzgAX9g60Qt\u0026oh=6d3fa1e1a26703c2bafacf8ef286f25c\u0026oe=5E98F5E8","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69471294_1331056723726250_1418828838438569847_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=fxC-KMvRLzgAX9g60Qt\u0026oh=a662fe55d04a2ac5d0b6e264b6e0a124\u0026oe=5E8E8101","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Photo shared by Opera on September 04, 2019 tagging @becoffeestyle."}},{"node":{"__typename":"GraphImage","id":"2123981973924675185","edge_media_to_caption":{"edges":[{"node":{"text":"Elegance is a matter of taste, of being able to discern what belongs where. In a well curated establishment, each and every item has been carefully selected. Only the very finest quality and best functioning dinnerware, furniture, and decor pass such scrutiny. At Opera, we believe we should treat our computers and phones in much the same way, and we craft our browsers to hold up to the most scrupulous inspection. Such devices contain so much private data and personal information, and that\u2019s why we offer built in features like VPN, ad-blocking, and private browsing. Try Opera on your mobile phone or computer, and experience a higher standard of web browsing\n.\nPhoto for Opera: @becoffeestyle"}}]},"shortcode":"B155loZHP5x","edge_media_to_comment":{"count":31},"comments_disabled":false,"taken_at_timestamp":1567418403,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/69583834_379003016120532_5659549904893990109_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=GY4mIm0ukWUAX-hJt7s\u0026oh=36d89e6d538b9bfb64c19ebd8cb73592\u0026oe=5E977380","edge_liked_by":{"count":405},"edge_media_preview_like":{"count":7441},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEq1pIFlUq3XsfQ+oqO1myNhGJFyD744zn+Y/pU+8duapONzsF6thgR2PQ/mP1FS3bUZfOT1OPpTWXjAoMgX5Sdzeg5P6dPxxTcs3+yPzP+A/WmBFuoqTyx6n9P8KKQGfNtdlf5ty9hjGc57kY/XipZE8zleo6HkD3/AAPamAAnntU5G4qykgLzjOB/wIdxRYZYXCL2Ud+woBzzng+n+NQoUZ8tjC8AnseoIB4GeeozxTz94gdOo5zwf/r5piJKKizRQBB5Y+6cg/z9/em89O471PN93PfioDUydtEBJ3B/vfKfr1X9ePxp67ickKir2HJ/Fjj+X41XPQ/T+tQXrHzduTj07U07q4GjvT+8v5iisnFFFxn/2Q==","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69583834_379003016120532_5659549904893990109_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=GY4mIm0ukWUAX-hJt7s\u0026oh=79143d3ed57dff6f3d7979b08e763b9a\u0026oe=5E908892","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/69583834_379003016120532_5659549904893990109_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=GY4mIm0ukWUAX-hJt7s\u0026oh=b497c0cd0fbd0194d6acfbb6285f2cec\u0026oe=5E989873","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/69583834_379003016120532_5659549904893990109_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=GY4mIm0ukWUAX-hJt7s\u0026oh=b0434703ba129689f67725b083123bda\u0026oe=5E94AE39","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/69583834_379003016120532_5659549904893990109_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=GY4mIm0ukWUAX-hJt7s\u0026oh=af9e9afaa2df6ea5b985d5b36e29fd51\u0026oe=5E8D1F83","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/69583834_379003016120532_5659549904893990109_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=GY4mIm0ukWUAX-hJt7s\u0026oh=31e3035aafbe3bdc5907289aca3c1bbf\u0026oe=5E8FF4D9","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69583834_379003016120532_5659549904893990109_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=GY4mIm0ukWUAX-hJt7s\u0026oh=79143d3ed57dff6f3d7979b08e763b9a\u0026oe=5E908892","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Photo shared by Opera on September 02, 2019 tagging @becoffeestyle."}},{"node":{"__typename":"GraphImage","id":"2119664045481816416","edge_media_to_caption":{"edges":[{"node":{"text":"A voyage into the unknown can be exciting, a chance for adventure and discovery. It can also be daunting, full of risk and uncertainty. Being properly equipped and prepared can make all the difference, as with any endeavor. Just as it would be unwise to head into open waters in a vessel that isn\u2019t seaworthy, it is not recommended to go online with a browser not fully equipped for the modern web. With Opera, you can be confident you have such a browser. With features like a free VPN, built-in ad-blocking, crypto-mining protection, and more, Opera gives you the tools you need to safely navigate the web. Read more about how these features can enhance your online privacy and security in the link in our bio.\n.\nPhoto for Opera: @poems.wonderland"}}]},"shortcode":"B1qjzgKHHFg","edge_media_to_comment":{"count":23},"comments_disabled":false,"taken_at_timestamp":1566903666,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/68709967_463694950852972_2748929154795717902_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=IwUSfU-QwaYAX-UYiMc\u0026oh=542c403b8e85ff32b51cce19626bfce0\u0026oe=5E8F1F88","edge_liked_by":{"count":355},"edge_media_preview_like":{"count":9206},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEqfbTqSOefStfNY1qo80H+8v8AQGtnApiDNLSUUAOopuRRQMxLdsSJ+A/MVcur5YG24LE++OKwzORgr2xz79KczeawaQk5wCe+P89afK7NgmrpPY3ftce3dzz2xzU+9fesa5dRt28Mp4x2H19uK0g2Rn2os1uS2uhY3rRUFFIVzmBxwe9SxRNIQq8k07p0rS0rnce+Rz+dbv3URe7Jo9ODYMvOOuD1+v8A9ar7KrDnt0xT1HX6mkH3vwrC5rYr+QPU/wCfxoqzRSCyP//Z","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/68709967_463694950852972_2748929154795717902_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=IwUSfU-QwaYAX-UYiMc\u0026oh=1c8b7b7b282967f4c6d362e18b25f1de\u0026oe=5E968B9A","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/68709967_463694950852972_2748929154795717902_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=IwUSfU-QwaYAX-UYiMc\u0026oh=bf0cb9e32b40d728467382cb79b29ea5\u0026oe=5E97A77B","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/68709967_463694950852972_2748929154795717902_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=IwUSfU-QwaYAX-UYiMc\u0026oh=df5718f58d97be4e183db13f52bc976e\u0026oe=5E919731","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/68709967_463694950852972_2748929154795717902_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=IwUSfU-QwaYAX-UYiMc\u0026oh=63cdd199d5604ed6435be644321db3e0\u0026oe=5E958F8B","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/68709967_463694950852972_2748929154795717902_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=IwUSfU-QwaYAX-UYiMc\u0026oh=da203052d4b11da4675277137e0e780a\u0026oe=5E9003D1","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/68709967_463694950852972_2748929154795717902_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=104\u0026_nc_ohc=IwUSfU-QwaYAX-UYiMc\u0026oh=1c8b7b7b282967f4c6d362e18b25f1de\u0026oe=5E968B9A","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people, people standing, sky and outdoor"}},{"node":{"__typename":"GraphImage","id":"2118183745954470581","edge_media_to_caption":{"edges":[{"node":{"text":"In today\u2019s busy world, we often find ourselves using so many different devices. Phones, tablets, laptop computers, desktop computers\u2026 With Opera, we make it easier than ever to share information between these devices. Regardless of what brand or operating system, the My Flow feature lets you share links, notes, and now files between any devices. Download Opera on your computer and Opera Touch on your mobile phone or tablet to get started.\n.\nPhoto for Opera: @poems.wonderland"}}]},"shortcode":"B1lTOTyn1q1","edge_media_to_comment":{"count":17},"comments_disabled":false,"taken_at_timestamp":1566727201,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/67931556_413531412620924_4847885046212403135_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=ZfKiC8FIKdUAX8NUpm2\u0026oh=2efe9be5f5aa3ff6019662cc306cfc15\u0026oe=5E9675CB","edge_liked_by":{"count":319},"edge_media_preview_like":{"count":8329},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEqy4zg5Bwc9D0x2/XjFagTewVhhz2Hf6Vk4x14PuK0Pt7mPZx06jv/AI5pDJpofJI3gDd0HrWfMQSee3AXkA+/1HcZqaScSADHTHU/5x9aimCrwBt6dOnNLYb1KtFO3UUxF2OHgyyBmUY47kn19BnpV61aIuWAIIGADz757AduKoQDKM7EgD0J/Lv+tSxlX6sdo6nNAth84QL8+5RlvQ9B8pJwO5/X2qk65RSfTFaTSxp+65bGTyfx5/wqGT/VjPfDU+XS479DLxRT9tFIZbsoHkOQN0ecNzx064zk468U67hKEsqlYgcA/wCI65PWs7NKGJ4JNAiwr7zzwemf8+1PuJtxwOgwKrJ1ppq+hPUXPvRTaKgo/9k=","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67931556_413531412620924_4847885046212403135_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=ZfKiC8FIKdUAX8NUpm2\u0026oh=3bd2324bb115aa0f5b050edd244f0b0c\u0026oe=5E97B7D9","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/67931556_413531412620924_4847885046212403135_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=ZfKiC8FIKdUAX8NUpm2\u0026oh=d5866ee81460299b4f06d89a07b1453f\u0026oe=5E8FED38","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/67931556_413531412620924_4847885046212403135_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=ZfKiC8FIKdUAX8NUpm2\u0026oh=793b799920c20347e4f2c2c054c7a1d3\u0026oe=5E980772","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/67931556_413531412620924_4847885046212403135_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=ZfKiC8FIKdUAX8NUpm2\u0026oh=ccf736a9b2e5f61b04a842a61b7e3853\u0026oe=5E97E3C8","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/67931556_413531412620924_4847885046212403135_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=ZfKiC8FIKdUAX8NUpm2\u0026oh=800df87a6170495d5cf23ced40b9a33d\u0026oe=5E8F0492","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67931556_413531412620924_4847885046212403135_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=ZfKiC8FIKdUAX8NUpm2\u0026oh=3bd2324bb115aa0f5b050edd244f0b0c\u0026oe=5E97B7D9","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people and outdoor"}},{"node":{"__typename":"GraphImage","id":"2116734202569707932","edge_media_to_caption":{"edges":[{"node":{"text":"A clean and well organized workspace can be so conducive to productivity and creativity. Everything is right where it should be: easily accessible and aesthetically complementary to its surroundings. We designed Opera Touch with the same mindset. Whether you want to search the web, navigate to a specific tab, or even pair your mobile device with your desktop computer, Opera Touch can get you there quicker. Touch is the cleanest, sleekest, fastest mobile available. Try it for yourself on iPhone or Android.\n.\nPhoto for Opera: @appleonmondays"}}]},"shortcode":"B1gJorUFlGc","edge_media_to_comment":{"count":6},"comments_disabled":false,"taken_at_timestamp":1566554402,"dimensions":{"height":1353,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/67127857_169652127504173_2928670321413844937_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=VO9OtRmSoLsAX8t_E3N\u0026oh=55443fb1e4008ee24c5cfcef057218f7\u0026oe=5E975D7B","edge_liked_by":{"count":433},"edge_media_preview_like":{"count":6881},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":null,"owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.136.1080.1080a/s640x640/67127857_169652127504173_2928670321413844937_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=VO9OtRmSoLsAX8t_E3N\u0026oh=6ace1a09f9fffd16731f243a78099218\u0026oe=5E8E5094","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.136.1080.1080a/s150x150/67127857_169652127504173_2928670321413844937_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=VO9OtRmSoLsAX8t_E3N\u0026oh=176f97eb3edebb35a05ffb3cc321a017\u0026oe=5E94BF75","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.136.1080.1080a/s240x240/67127857_169652127504173_2928670321413844937_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=VO9OtRmSoLsAX8t_E3N\u0026oh=08aa25ae71167e65368cf8b21f735f84\u0026oe=5E94043F","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.136.1080.1080a/s320x320/67127857_169652127504173_2928670321413844937_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=VO9OtRmSoLsAX8t_E3N\u0026oh=c31cbc1da0ecd2755da5c7105ca68535\u0026oe=5E922585","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.136.1080.1080a/s480x480/67127857_169652127504173_2928670321413844937_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=VO9OtRmSoLsAX8t_E3N\u0026oh=d01a9d326a80b6282ed4945427d618da\u0026oe=5E9938DF","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.136.1080.1080a/s640x640/67127857_169652127504173_2928670321413844937_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=VO9OtRmSoLsAX8t_E3N\u0026oh=6ace1a09f9fffd16731f243a78099218\u0026oe=5E8E5094","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people"}},{"node":{"__typename":"GraphImage","id":"2115285146404798553","edge_media_to_caption":{"edges":[{"node":{"text":"We have so many paths before us, so many roads we can travel. Sometimes we choose the known and familiar, an old favorite that never disappoints. Other times we try something new and uncharted. We take a chance that we might discover something special. Whether you\u2019re a long time user or someone who has never tried it before, we believe Opera is a web browser that will not disappoint you. We\u2019ve put great care into building something truly special over the years, pioneering features now synonymous with browsing like tabs, integrated searching, and video pop-out, and we continue to offer unique features such as built in ad blocking, VPN, and integrated Facebook and WhatsApp messengers. To our loyal users, we thank you for being a part of our legacy of innovation. To those who have yet to browse with us, we invite you to experience a higher standard of the web.\n.\nPhoto for Opera: @poems.wonderland"}}]},"shortcode":"B1bAKImHkBZ","edge_media_to_comment":{"count":8},"comments_disabled":false,"taken_at_timestamp":1566381661,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/69283685_2419925858290901_5206124807019379986_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=xzX5oBwtkKgAX87R9hN\u0026oh=a32e39d9c58a095ae53864120daa31d2\u0026oe=5E864486","edge_liked_by":{"count":440},"edge_media_preview_like":{"count":9820},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEqyQjHtT/Lf0NW41b+6T+FWAWBxt5PAGec+mMdaRRllWHUGmGthhJ/cP5VA8LsN23j1x+n19qAMyir32ST+43/AHyf8KKANb+106KrH9B/WmLqXmOAqKW6jOPz+v61l2sbXLbAdoXkn0Gf1rWktooEbb8uR9/kkY/x9qZIk2pvGQvygg5OMnjB4/PvVaLUghy6kqownse7H3P6dqrmA7M8kHknj/8AXzRdABgw5RlxUt2ZcY3VzQ/tpf7h/OiuexRTuTYmgnMLh1+h+ners98JQFUHGe/f0rLop36BZXubcTO6spAz/F/TP4du1ZszKDtU5FXLc/J9Tz78d6zG/rWe71NNloJmim0VZB//2Q==","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69283685_2419925858290901_5206124807019379986_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=xzX5oBwtkKgAX87R9hN\u0026oh=38bdb9c189997d14f0069596832da4ab\u0026oe=5E981533","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/69283685_2419925858290901_5206124807019379986_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=xzX5oBwtkKgAX87R9hN\u0026oh=40d945c591ce845cab20378bfd0f7a2e\u0026oe=5E8F22E5","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/69283685_2419925858290901_5206124807019379986_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=xzX5oBwtkKgAX87R9hN\u0026oh=c79f66672bc3a8e0b42212dc0842f229\u0026oe=5E96D2E3","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/69283685_2419925858290901_5206124807019379986_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=xzX5oBwtkKgAX87R9hN\u0026oh=7e4b4a592ed86b6acbe3bde484bfbba8\u0026oe=5E92039D","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/69283685_2419925858290901_5206124807019379986_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=xzX5oBwtkKgAX87R9hN\u0026oh=d5976a7859dd7aad1c0680a76d2eba2c\u0026oe=5E99CADA","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/69283685_2419925858290901_5206124807019379986_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=105\u0026_nc_ohc=xzX5oBwtkKgAX87R9hN\u0026oh=38bdb9c189997d14f0069596832da4ab\u0026oe=5E981533","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Photo shared by Opera on August 21, 2019 tagging @poems.wonderland."}},{"node":{"__typename":"GraphImage","id":"2109516646755124734","edge_media_to_caption":{"edges":[{"node":{"text":"Organization is a key part of creativity and productivity for so many of us. The ways we sort, store, and present different types of information have a great impact on how we view, remember, and access them. We took this principle to heart when designing our mobile web browser Opera Touch. We wanted to be able to navigate through the web with ease and speed in a way that\u2019s both intuitive and visually pleasing. With Opera Touch, searching is quicker and easier than ever, your top sites are always readily available, and your recent tabs are never more than a swipe away. The app has also been recognized with multiple awards for its beautiful design interface. Try it for yourself, and see what a difference it makes.\n.\nPhoto for Opera: @becoffeestyle"}}]},"shortcode":"B1GgjapnMX-","edge_media_to_comment":{"count":8},"comments_disabled":false,"taken_at_timestamp":1565694002,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/66482174_425747848032023_2534871848513737804_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=GZ2kMxfZkbgAX-pRCrX\u0026oh=bf720c74ba7e5c9113bbd9c036281d51\u0026oe=5E95D647","edge_liked_by":{"count":315},"edge_media_preview_like":{"count":7459},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEq1BbIB83JA5OaiKCHBBzu9farJcEEexqrIC5A6BR/OjcCzC27JH0ptzxGfqKrGIEYbkDn8fwqVE8xPLzjafrxjiiwFKir32RfU/pRTEBYDmq5l2ybeoIyP8PwP6GpVbBB9D/9aoryMs2/ByCDn1HQ/wBKl7aDBJ2kUrjaTkLx3HI/Dtg1Hptw8jsHOSQP0P8A9erkMQB35yfc9KzoysV4dhBVienPUZx+BpK63G7X0NuimZoqxFSFPNXceAc8Dr+f/wBapRGu4hsscZ+Yk/X29Kjsv9X/AMCNSn/WD6N/SoGQXkYZM+hH5dKqiRkAVTgD0Az+Jq/P/q2+lZppolknnyf3j+lFQUVQH//Z","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/66482174_425747848032023_2534871848513737804_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=GZ2kMxfZkbgAX-pRCrX\u0026oh=b325d22dac635450b0f7c4410aac2a93\u0026oe=5E968655","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/66482174_425747848032023_2534871848513737804_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=GZ2kMxfZkbgAX-pRCrX\u0026oh=76f635e04df8b3366f62d36fdca76674\u0026oe=5E8D6BB4","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/66482174_425747848032023_2534871848513737804_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=GZ2kMxfZkbgAX-pRCrX\u0026oh=59849d6a937107a4745f59634afd5adb\u0026oe=5E970BFE","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/66482174_425747848032023_2534871848513737804_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=GZ2kMxfZkbgAX-pRCrX\u0026oh=7741cd401b179c3d32d725deb9153112\u0026oe=5E94A344","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/66482174_425747848032023_2534871848513737804_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=GZ2kMxfZkbgAX-pRCrX\u0026oh=d629c0aa8ea1083cfc64cdea105558d2\u0026oe=5E9A0A1E","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/66482174_425747848032023_2534871848513737804_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=GZ2kMxfZkbgAX-pRCrX\u0026oh=b325d22dac635450b0f7c4410aac2a93\u0026oe=5E968655","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Photo shared by Opera on August 13, 2019 tagging @becoffeestyle."}},{"node":{"__typename":"GraphImage","id":"2108067102884378409","edge_media_to_caption":{"edges":[{"node":{"text":"Summer is such a perfect time to discover new places. Whether it\u2019s visiting a country for the first time, or just checking out somewhere local you\u2019ve never been before, it\u2019s hard to beat the sunny weather and warm vibes summer brings. When you\u2019re packing for your next excursion, near or far, don\u2019t forget to pack Opera Touch! Our mobile browser is specially designed to be used on the go, giving you the fastest access to the web while you\u2019re out and about, and making it a traveling essential :). Download Opera Touch for iPhone or Android, and enjoy your summer with faster mobile browsing than ever before.\n.\nPhoto for Opera: @poems.wonderland"}}]},"shortcode":"B1BW9xuHDcp","edge_media_to_comment":{"count":5},"comments_disabled":false,"taken_at_timestamp":1565521203,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/67271909_2251302395182224_1368876240144699979_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=A1Kivr_S9z0AX9JtjQG\u0026oh=0157b37504572af0584462f090ca281d\u0026oe=5E90253B","edge_liked_by":{"count":453},"edge_media_preview_like":{"count":9514},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEq38U0igSIejD8xSGRBzuH5ikAxyEBZuAKjR1lG5DkVn3cbKCFbcjfNx149fXGaTT5UjRskZzn8KdwsaeKKg+2R+tFFwsS+XGOw/IUxkj/ALo/IVAZaieQkcHBHfj8iD/Mc+xoEtdCZwiKWA2heSf5D86zQE807cYPOB059P8ACnSO7ptk/hPbuT/QD9c1WiwrDnmo6mltNTQ8pPT9aKg8wUVpZGF33YhkqMyVFTDSuNIkckrnkgdveo14570//lmf94fyNN71mbrXcd9pf2/KiocCinYm7P/Z","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67271909_2251302395182224_1368876240144699979_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=A1Kivr_S9z0AX9JtjQG\u0026oh=8bb21290b41798901e370a8e6add2126\u0026oe=5E93068E","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/67271909_2251302395182224_1368876240144699979_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=A1Kivr_S9z0AX9JtjQG\u0026oh=be55a757d2711f4bc7c31dc9c936031d\u0026oe=5E9A2558","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/67271909_2251302395182224_1368876240144699979_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=A1Kivr_S9z0AX9JtjQG\u0026oh=af5008954360f0bf1f04be05edd024b2\u0026oe=5E987D5E","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/67271909_2251302395182224_1368876240144699979_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=A1Kivr_S9z0AX9JtjQG\u0026oh=edd6954cf2718c6032163fc01c27e194\u0026oe=5E967720","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/67271909_2251302395182224_1368876240144699979_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=A1Kivr_S9z0AX9JtjQG\u0026oh=546e50d6f1c9aab5bad59373522c1ef0\u0026oe=5E909A67","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67271909_2251302395182224_1368876240144699979_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=100\u0026_nc_ohc=A1Kivr_S9z0AX9JtjQG\u0026oh=8bb21290b41798901e370a8e6add2126\u0026oe=5E93068E","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: one or more people, hat, outdoor and water"}},{"node":{"__typename":"GraphImage","id":"2106617551338218540","edge_media_to_caption":{"edges":[{"node":{"text":"Any craft requires different tools for execution at a high level. Photographers often arm themselves with an arsenal of lenses, filters, and cameras to be prepared for any situation that might arise while they\u2019re shooting. At Opera, we aim to fully prepare our users for browsing the modern web. With features like built in ad blocking, VPN, and cryptowallet, if you\u2019re using Opera, you can be confident you\u2019re ready to access everything the web has to offer while protecting your privacy and security.\n.\nPhoto for Opera: @becoffeestyle"}}]},"shortcode":"B08NYBpHiQs","edge_media_to_comment":{"count":9},"comments_disabled":false,"taken_at_timestamp":1565348403,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/67306610_403470276967700_8371835037185162710_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=L8fyABNK8r8AX-auCTl\u0026oh=f81799ee61c232e86976b1b6058bc83c\u0026oe=5E947167","edge_liked_by":{"count":446},"edge_media_preview_like":{"count":10177},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEqjnUxYkTgg5/z/WoDcggoihAx3HGTk9vwHpVyV1UEucL/AJ/Os9HjyWGcL1OOOemfQZpDNaKdkjUNjPTcckcew9B+J9Km2mQBt4YZ45xz9OPyxUNm+WBKh8kbSSAB/ug8Hj0/HmrTwxZH3k6kDPBPvnoB+QFMQyinbG9vzH+NFAGDJIDcjfygYLg9Md/zNOuItpYRKykHB2c56EcHnH0OM/hTLyAo/mDlW/mKvzxrOiyHgSL27EdfyNSyihh3ZUTLMgzgDkHqfb3x2OfWpRdtIdkwJcZAbJBBJHDDpt/CrumWbRqWzhm6HGeB044+8eTyDwKs3CCbCuAHyQG5HABzyeRnkYOcY696okfhf8iio/sL/wB/9f8A61FICq/ysGPKtwfZh0P4jI/KgxjPt1FOm/1Tf7ppE/1a/QfyoY0PyPvhyH27ShyMjoMdj6/qcUwOzEN1AxgH27flmnnpTJOBxWU5tWsXGKZHtb1/WioMmisudmtkf//Z","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67306610_403470276967700_8371835037185162710_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=L8fyABNK8r8AX-auCTl\u0026oh=7156c4eebe2480d29a4b689b742202a3\u0026oe=5E978375","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/67306610_403470276967700_8371835037185162710_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=L8fyABNK8r8AX-auCTl\u0026oh=6362a2ae9369b10a51049077897d0519\u0026oe=5E99B794","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/67306610_403470276967700_8371835037185162710_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=L8fyABNK8r8AX-auCTl\u0026oh=0b62f95746c39a2eca3243086f113d86\u0026oe=5E86C4DE","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/67306610_403470276967700_8371835037185162710_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=L8fyABNK8r8AX-auCTl\u0026oh=928b4cfeca07ae370dd533916bcb11cb\u0026oe=5E96A464","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/67306610_403470276967700_8371835037185162710_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=L8fyABNK8r8AX-auCTl\u0026oh=39b1bf05f90ef8f81ae27796a865d057\u0026oe=5E98A53E","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67306610_403470276967700_8371835037185162710_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=108\u0026_nc_ohc=L8fyABNK8r8AX-auCTl\u0026oh=7156c4eebe2480d29a4b689b742202a3\u0026oe=5E978375","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Photo shared by Opera on August 09, 2019 tagging @becoffeestyle."}},{"node":{"__typename":"GraphImage","id":"2105209057597835842","edge_media_to_caption":{"edges":[{"node":{"text":"When it comes to furnishing a home or office, we take great care in selecting well designed, expertly crafted items. We want to make sure the things we look at every day are not only functional, but aesthetically pleasing as well. The same can be true of our digital spaces. The time we spend looking at a computer screen can also be filled with curated content. Our Opera browsers are designed with this mindset, that a piece of software can be not only practical, but highly visually pleasing. For us, the look and feel of our browser are not afterthoughts to its features and performance, but integral parts of a complete browsing experience. Try Opera for yourself, and see why we believe we are setting a higher standard for browsing.\n.\nPhoto for Opera: @becoffeestyle"}}]},"shortcode":"B03NHvoDcpC","edge_media_to_comment":{"count":8},"comments_disabled":false,"taken_at_timestamp":1565180497,"dimensions":{"height":1350,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/p1080x1080/67623941_246505582973282_857788549284060810_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=XLnmdPkWkoQAX_WCKSB\u0026oh=a8522cec977e2f27a34d5828dc1a5f87\u0026oe=5E91F68D","edge_liked_by":{"count":355},"edge_media_preview_like":{"count":11359},"location":null,"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACEqrNeI7DK47bgc+oHB/Sq9wA7AuSBjGcc06KDcu7cNoOWTuOf1rRS2DjJ2knB5yMZ5xyMH65pLcp7alK3O2Mjn5mzk9wB/9erSQs/KqT/n8quxxnzBlRtVeM4POfYmr544zQ1fUE7Kxh+RN/c/Uf40Vq4b0oqdB3ZiPBCg3cg9Mdef51SW6mHRye2DgjHpzU8srSli424BwPw9fWqOxx2yMZq0iGzXtZ5du4/QYGAfr2rY+0xnDbskgfKBk889v61mabMDEAOCCc+5/wD1VdDKOcAfhSK0JPPH9x/yH+NFR/aV9aKQGIfn6jOf1J/mB6UsqbVJXJ6ZpkX3h9akfqPrWxkTWUZiO08hv8Oe/Y1LIrbtuc/571Nbjn/gP9ahf7zfWs5Gi7jPJPqKKM0VIz//2Q==","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67623941_246505582973282_857788549284060810_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=XLnmdPkWkoQAX_WCKSB\u0026oh=3b8c1bd812293622f92dc372cd57a267\u0026oe=5E97E2D0","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s150x150/67623941_246505582973282_857788549284060810_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=XLnmdPkWkoQAX_WCKSB\u0026oh=0b91e2e08563bbbe05dbfa775b0ccd30\u0026oe=5E8D1C96","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s240x240/67623941_246505582973282_857788549284060810_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=XLnmdPkWkoQAX_WCKSB\u0026oh=ed7729e9d05546489fb60cb17b6ea9c1\u0026oe=5E900723","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s320x320/67623941_246505582973282_857788549284060810_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=XLnmdPkWkoQAX_WCKSB\u0026oh=b725b39728f8d71fe0e3715b671bf595\u0026oe=5E96CF9B","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.135.1080.1080a/s480x480/67623941_246505582973282_857788549284060810_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=XLnmdPkWkoQAX_WCKSB\u0026oh=c46dab17b6a5ae82cc5012a3773c3c5e\u0026oe=5E917CC7","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/c0.135.1080.1080a/s640x640/67623941_246505582973282_857788549284060810_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=102\u0026_nc_ohc=XLnmdPkWkoQAX_WCKSB\u0026oh=3b8c1bd812293622f92dc372cd57a267\u0026oe=5E97E2D0","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Image may contain: people sitting"}},{"node":{"__typename":"GraphImage","id":"2094262240015046597","edge_media_to_caption":{"edges":[{"node":{"text":"Summer is a time of year to look forward to for so many reasons. The warm weather lets us spend more time outside. The longer days encourage us to do more, whether having fun, working, or a mixture of both. We want our Opera browsers to function in much the same way. Whether you\u2019re going online for work or personal enjoyment, Opera equips you with all the features you need to get the most out of it. Fast page loading and built-in ad blocking let you browser quicker and with less distractions. VPN and cookie dialog blocking give you more control over your privacy and security online. Having messages from Facebook or WhatsApp integrated into your sidebar gives you easy access to your conversations. Download Opera today and start getting the most out of web browsing. Link in bio \u2934\n.\nPhoto for Opera: @rrrudya"}}]},"shortcode":"B0QUGlSnFfF","edge_media_to_comment":{"count":15},"comments_disabled":false,"taken_at_timestamp":1563875535,"dimensions":{"height":1079,"width":1080},"display_url":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/fr/e15/s1080x1080/66510946_220220282278139_7483510697996028556_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=TeFC_wj7lfkAX9hIXgs\u0026oh=70ad2e752c2bf8e323ea8f96be1c5cdb\u0026oe=5E98CBD1","edge_liked_by":{"count":431},"edge_media_preview_like":{"count":9736},"location":{"id":"212898659","has_public_page":true,"name":"Kyiv, Ukraine","slug":"kyiv-ukraine"},"gating_info":null,"fact_check_overall_rating":null,"fact_check_information":null,"media_preview":"ACoprgGnbTSA4pxNQZa3QmMUvOaTOeex6UZxTFrruK3HSgc80E8UnFITvbqMU07OfcU3Io3Zph136lxFWdQq4jZOgHQj1qBsqdp6iow205HBHenPJuxnqBjP+etSk03rp27f8AptNeffuDN2puaQkGk3VZm9t/z/AMhtLSUlAXV9uo6kJpKYetAK1n/X6Clz07UzdTTTaYaW/wCD/wAA/9k=","owner":{"id":"227312596","username":"opera"},"thumbnail_src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.0.1079.1079a/s640x640/66510946_220220282278139_7483510697996028556_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=TeFC_wj7lfkAX9hIXgs\u0026oh=2bf8f46bb73d4ce6ec4fbcb03c1251c0\u0026oe=5E97F4A5","thumbnail_resources":[{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.0.1079.1079a/s150x150/66510946_220220282278139_7483510697996028556_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=TeFC_wj7lfkAX9hIXgs\u0026oh=16941b097a6bd48f0a0342511c15bcd5\u0026oe=5E8F373A","config_width":150,"config_height":150},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.0.1079.1079a/s240x240/66510946_220220282278139_7483510697996028556_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=TeFC_wj7lfkAX9hIXgs\u0026oh=0a15a46ce68557681886d4d7b6a46ea0\u0026oe=5E985370","config_width":240,"config_height":240},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.0.1079.1079a/s320x320/66510946_220220282278139_7483510697996028556_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=TeFC_wj7lfkAX9hIXgs\u0026oh=2a99a7f93c4d97f76b023801c7bff2d8\u0026oe=5E9937CA","config_width":320,"config_height":320},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.0.1079.1079a/s480x480/66510946_220220282278139_7483510697996028556_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=TeFC_wj7lfkAX9hIXgs\u0026oh=b1c3e277cc3a4d0417b1f70704940c83\u0026oe=5E8F2090","config_width":480,"config_height":480},{"src":"https://web.archive.org/web/20200303183741/https://scontent-fml1-1.cdninstagram.com/v/t51.2885-15/e15/c0.0.1079.1079a/s640x640/66510946_220220282278139_7483510697996028556_n.jpg?_nc_ht=scontent-fml1-1.cdninstagram.com\u0026_nc_cat=111\u0026_nc_ohc=TeFC_wj7lfkAX9hIXgs\u0026oh=2bf8f46bb73d4ce6ec4fbcb03c1251c0\u0026oe=5E97F4A5","config_width":640,"config_height":640}],"is_video":false,"accessibility_caption":"Photo by Opera in Kyiv, Ukraine with @rrrudya."}}]},"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":[]}}},"toast_content_on_load":null}]},"hostname":"www.instagram.com","is_whitelisted_crawl_bot":false,"deployment_stage":"c2","platform":"windows_nt_10","nonce":"TvSxQYhH9GccBOEygg6QAA==","mid_pct":81.10384,"zero_data":{},"cache_schema_version":3,"server_checks":{},"knobx":{"4":false,"17":false,"20":true,"22":true,"23":true,"24":false},"to_cache":{"gatekeepers":{"4":true,"5":false,"6":false,"7":false,"8":false,"9":false,"10":false,"11":false,"12":false,"13":true,"14":true,"15":true,"16":true,"18":true,"19":false,"23":false,"24":false,"26":true,"27":false,"28":false,"29":true,"31":false,"32":true,"34":false,"35":false,"38":true,"40":true,"41":false,"43":false,"59":true,"61":false,"62":false,"63":false,"64":false,"65":false,"67":true,"68":false,"69":true,"71":false,"72":true,"73":false,"74":false,"75":true,"76":false,"77":false,"78":true,"79":false,"81":false,"82":true,"83":false,"84":false,"86":false,"88":true,"91":false,"93":false,"94":false,"95":false,"96":false,"97":false,"98":false},"qe":{"app_upsell":{"g":"","p":{}},"igl_app_upsell":{"g":"","p":{}},"notif":{"g":"","p":{}},"onetaplogin":{"g":"","p":{}},"multireg_iter":{"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":{}},"mweb_topical_explore":{"g":"","p":{}},"post_options":{"g":"","p":{}},"iglscioi":{"g":"","p":{}},"sticker_tray":{"g":"","p":{}},"web_sentry":{"g":"","p":{}},"0":{"p":{"4":true,"7":true,"8":true,"9":false},"qex":true},"2":{"p":{"0":true},"qex":true},"4":{"p":{"0":true},"qex":true},"5":{"p":{"1":false},"qex":true},"6":{"p":{"1":true,"5":false,"6":false,"7":false,"9":false,"10":false},"qex":true},"10":{"p":{"2":false},"qex":true},"12":{"p":{"0":5},"qex":true},"13":{"p":{"0":true},"qex":true},"16":{"p":{"0":false},"qex":true},"17":{"p":{"1":true},"qex":true},"19":{"p":{"0":true},"qex":true},"21":{"p":{"2":false},"qex":true},"22":{"p":{"1":false,"2":8.0,"3":0.85,"4":0.95,"10":0.0,"11":15,"12":3,"13":false},"qex":true},"23":{"p":{"0":false,"1":false},"qex":true},"25":{"p":{},"qex":true},"26":{"p":{"0":""},"qex":true},"28":{"p":{"0":false},"qex":true},"29":{"p":{},"qex":true},"30":{"p":{"0":true},"qex":true},"31":{"p":{},"qex":true},"33":{"p":{},"qex":true},"34":{"p":{"0":false},"qex":true},"35":{"p":{"0":false},"qex":true},"36":{"p":{"0":true,"1":true,"2":false,"3":false,"4":false},"qex":true},"37":{"p":{"0":false},"qex":true},"39":{"p":{"0":false,"6":false,"7":false,"8":false,"10":false,"11":false,"13":false,"14":false},"qex":true},"41":{"p":{"3":true},"qex":true},"42":{"p":{"0":true},"qex":true},"43":{"p":{"0":false,"1":false,"2":false},"qex":true},"44":{"p":{"1":"inside_media","2":0.2},"qex":true},"45":{"p":{"12":false,"13":false,"17":0,"18":false,"19":2,"22":false,"23":"control","24":false,"25":"control","26":"control"},"qex":true},"46":{"p":{"0":false},"qex":true},"47":{"p":{"0":true,"1":true,"2":false,"3":false,"4":false,"6":false,"8":false,"9":false,"10":false,"11":false},"qex":true},"49":{"p":{"0":false},"qex":true},"50":{"p":{"0":false},"qex":true},"53":{"p":{"0":5},"qex":true},"54":{"p":{"0":false},"qex":true},"55":{"p":{"0":false},"qex":true},"56":{"p":{"1":true,"2":true},"qex":true},"58":{"p":{"0":0.0,"1":false},"qex":true},"59":{"p":{"0":true},"qex":true},"62":{"p":{"0":false},"qex":true},"64":{"p":{"0":false},"qex":true},"65":{"p":{},"qex":true},"66":{"p":{"0":false},"qex":true},"67":{"p":{"0":true,"1":true,"2":true,"3":true,"4":false},"qex":true},"68":{"p":{"0":false},"qex":true},"69":{"p":{"0":true},"qex":true},"70":{"p":{"1":"Instagram\u306f\u30a2\u30d7\u30ea\u3067\u3088\u308a\u5feb\u9069\u306b\u3054\u5229\u7528\u306b\u306a\u308c\u307e\u3059","2":"\u30a2\u30d7\u30ea\u306b\u306f\u3088\u308a\u591a\u304f\u306e\u30ab\u30e1\u30e9\u30a8\u30d5\u30a7\u30af\u30c8\u3084\u30b9\u30bf\u30f3\u30d7\u304c\u3042\u308a\u307e\u3059\u3002\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u4fe1\u3059\u308b\u65b9\u6cd5\u3082\u3088\u308a\u591a\u304f\u3042\u308a\u307e\u3059\u3002","3":"\u30a2\u30d7\u30ea\u3092\u5229\u7528"},"qex":true},"71":{"p":{"1":"^/explore/.*|^/accounts/activity/$"},"qex":true},"72":{"p":{"0":false,"1":false,"2":false,"3":false,"4":false},"qex":true},"73":{"p":{"0":false},"qex":true},"74":{"p":{"1":false,"2":false,"3":false,"4":false,"5":false},"qex":true},"75":{"p":{"0":false},"qex":true},"76":{"p":{"0":false},"qex":true},"77":{"p":{"0":false,"1":false},"qex":true},"78":{"p":{"0":true,"1":false},"qex":true},"80":{"p":{"0":false,"1":false,"2":false},"qex":true},"81":{"p":{"0":false},"qex":true},"82":{"p":{"0":false,"1":false},"qex":true},"84":{"p":{"0":false,"1":false,"2":false},"qex":true},"85":{"p":{"0":false,"1":"Pictures and Videos"},"qex":true},"86":{"p":{},"qex":true},"87":{"p":{"0":false},"qex":true},"88":{"p":{"0":false},"qex":true},"89":{"p":{"0":false},"qex":true},"90":{"p":{"0":false},"qex":true},"91":{"p":{"0":false},"qex":true},"92":{"p":{"0":36},"qex":true}},"probably_has_app":false,"cb":false},"device_id":"423E820B-919F-46F3-9512-65CC03EEFF2D","encryption":{"key_id":"113","public_key":"f2c371121316a913a5bd0eef2678b55ea1a85bc0a33eca8bcfde5cac9343f12b"},"rollout_hash":"7996f8000f7a","bundle_variant":"es6","is_canary":false};</script> <script type="text/javascript">window.__initialDataLoaded(window._sharedData);</script> <script type="text/javascript">var __BUNDLE_START_TIME__=this.nativePerformanceNow?nativePerformanceNow():Date.now(),__DEV__=false,process=this.process||{};process.env=process.env||{};process.env.NODE_ENV=process.env.NODE_ENV||"production";!(function(t){"use strict";function e(){return s=Object.create(null)}function r(t){const e=t,r=s[e];return r&&r.isInitialized?r.publicModule.exports:i(e,r)}function n(t){const e=t;if(s[e]&&s[e].importedDefault!==f)return s[e].importedDefault;const n=r(e),o=n&&n.__esModule?n.default:n;return s[e].importedDefault=o}function o(t){const e=t;if(s[e]&&s[e].importedAll!==f)return s[e].importedAll;const n=r(e);let o;if(n&&n.__esModule)o=n;else{if(o={},n)for(const t in n)a.call(n,t)&&(o[t]=n[t]);o.default=n}return s[e].importedAll=o}function i(e,r){if(!p&&t.ErrorUtils){p=!0;let n;try{n=c(e,r)}catch(e){t.ErrorUtils.reportFatalError(e)}return p=!1,n}return c(e,r)}function l(t){return{segmentId:t>>>h,localId:t&m}}function c(e,i){if(!i&&I.length>0){const t=l(e),r=t.segmentId,n=t.localId,o=I[r];null!=o&&(o(n),i=s[e])}const c=t.nativeRequire;if(!i&&c){const t=l(e),r=t.segmentId;c(t.localId,r),i=s[e]}if(!i)throw u(e);if(i.hasError)throw d(e,i.error);i.isInitialized=!0;const f=i,a=f.factory,p=f.dependencyMap;try{const l=i.publicModule;if(l.id=e,g.length>0)for(let t=0;t<g.length;++t)g[t].cb(e,l);return a(t,r,n,o,l,l.exports,p),i.factory=void 0,i.dependencyMap=void 0,l.exports}catch(t){throw i.hasError=!0,i.error=t,i.isInitialized=!1,i.publicModule.exports=void 0,t}}function u(t){let e='Requiring unknown module "'+t+'".';return Error(e)}function d(t,e){const r=t;return Error('Requiring module "'+r+'", which threw an exception: '+e)}t.__r=r,t.__d=function(t,e,r){null==s[e]&&(s[e]={dependencyMap:r,factory:t,hasError:!1,importedAll:f,importedDefault:f,isInitialized:!1,publicModule:{exports:{}}})},t.__c=e,t.__registerSegment=function(t,e){I[t]=e};var s=e();const f={},a={}.hasOwnProperty;r.importDefault=n,r.importAll=o;let p=!1;const h=16,m=65535;r.unpackModuleId=l,r.packModuleId=function(t){return(t.segmentId<<h)+t.localId};const g=[];r.registerHook=function(t){const e={cb:t};return g.push(e),{release:()=>{for(let t=0;t<g.length;++t)if(g[t]===e){g.splice(t,1);break}}}};const I=[]})('undefined'!=typeof global?global:'undefined'!=typeof window?window:this); __s={"js":{"146":"/static/bundles/es6/IGBloksRenderer.js/cfceb6105e3c.js","147":"/static/bundles/es6/EncryptionUtils.js/bedb04731d63.js","148":"/static/bundles/es6/MobileStoriesLoginPage.js/bba46f0f8dde.js","149":"/static/bundles/es6/DesktopStoriesLoginPage.js/73621156990c.js","150":"/static/bundles/es6/AvenyFont.js/a4de03cd349f.js","151":"/static/bundles/es6/DirectSearchUserContainer.js/471b3680ee93.js","152":"/static/bundles/es6/MobileStoriesPage.js/c1822a5b7b93.js","153":"/static/bundles/es6/DesktopStoriesPage.js/904afd9753f2.js","154":"/static/bundles/es6/ActivityFeedPage.js/a5162c86f15a.js","155":"/static/bundles/es6/AdsSettingsPage.js/527d47f62924.js","156":"/static/bundles/es6/DonateCheckoutPage.js/a0b0a66c36b6.js","157":"/static/bundles/es6/CameraPage.js/5813b1af2374.js","158":"/static/bundles/es6/SettingsModules.js/c2010715a716.js","159":"/static/bundles/es6/ContactHistoryPage.js/62ebacfe078d.js","160":"/static/bundles/es6/AccessToolPage.js/174e97781fd1.js","161":"/static/bundles/es6/AccessToolViewAllPage.js/2f9598c18551.js","162":"/static/bundles/es6/AccountPrivacyBugPage.js/a116c7d52bc7.js","163":"/static/bundles/es6/FirstPartyPlaintextPasswordLandingPage.js/5c7e499d31de.js","164":"/static/bundles/es6/ThirdPartyPlaintextPasswordLandingPage.js/68bf9e867b4a.js","165":"/static/bundles/es6/ShoppingBagLandingPage.js/639f14e4a0d6.js","166":"/static/bundles/es6/PlaintextPasswordBugPage.js/7b42c28ccad4.js","167":"/static/bundles/es6/PrivateAccountMadePublicBugPage.js/7e1354b1976e.js","168":"/static/bundles/es6/PublicAccountNotMadePrivateBugPage.js/8b146d39d1d1.js","169":"/static/bundles/es6/BlockedAccountsBugPage.js/77f3051bbb7b.js","170":"/static/bundles/es6/AndroidBetaPrivacyBugPage.js/d1ade7d0c680.js","171":"/static/bundles/es6/DataControlsSupportPage.js/5d6e43d3b231.js","172":"/static/bundles/es6/DataDownloadRequestPage.js/ec51f5b076ec.js","173":"/static/bundles/es6/DataDownloadRequestConfirmPage.js/dbcf8204d300.js","174":"/static/bundles/es6/CheckpointUnderageAppealPage.js/2563bc42206b.js","175":"/static/bundles/es6/AccountRecoveryLandingPage.js/1c0bc8839f38.js","176":"/static/bundles/es6/ContactInvitesOptOutPage.js/f124258c2215.js","177":"/static/bundles/es6/ParentalConsentPage.js/ac33fbe203d7.js","178":"/static/bundles/es6/ParentalConsentNotParentPage.js/a3798d18197e.js","179":"/static/bundles/es6/TermsAcceptPage.js/6668029e54d1.js","180":"/static/bundles/es6/TermsUnblockPage.js/d3458f631ecb.js","181":"/static/bundles/es6/NewTermsConfirmPage.js/fc3bb18212cc.js","182":"/static/bundles/es6/ContactInvitesOptOutStatusPage.js/84dfc83737d9.js","183":"/static/bundles/es6/CreationModules.js/278f22f1bf84.js","184":"/static/bundles/es6/StoryCreationPage.js/d78f1177354b.js","185":"/static/bundles/es6/PostCommentInput.js/46f3d658ca00.js","187":"/static/bundles/es6/PostModalEntrypoint.js/0d05d5039cc9.js","188":"/static/bundles/es6/PostComments.js/c07abec7c022.js","189":"/static/bundles/es6/LikedByListContainer.js/597f988f28cd.js","190":"/static/bundles/es6/CommentLikedByListContainer.js/143ef0e25c5a.js","191":"/static/bundles/es6/shaka-player.ui.js/ac3b2d4dccff.js","192":"/static/bundles/es6/DynamicExploreMediaPage.js/019218fc1b9b.js","193":"/static/bundles/es6/DiscoverMediaPageContainer.js/eb975900b542.js","194":"/static/bundles/es6/DiscoverPeoplePageContainer.js/1bce1be30f51.js","195":"/static/bundles/es6/EmailConfirmationPage.js/d8a01e0c18d2.js","196":"/static/bundles/es6/EmailReportBadPasswordResetPage.js/88d6aa09c6e9.js","197":"/static/bundles/es6/FBSignupPage.js/4de571e22d00.js","198":"/static/bundles/es6/NewUserInterstitial.js/757c75a67485.js","199":"/static/bundles/es6/MultiStepSignupPage.js/fb0f582e9aff.js","200":"/static/bundles/es6/EmptyFeedPage.js/6c5cbfa63a19.js","201":"/static/bundles/es6/NewUserActivatorsUnit.js/f5974122259e.js","202":"/static/bundles/es6/FeedEndSuggestedUserUnit.js/7870903b067c.js","203":"/static/bundles/es6/FeedSidebarContainer.js/ae75518e61b2.js","204":"/static/bundles/es6/SuggestedUserFeedUnitContainer.js/669e95add257.js","205":"/static/bundles/es6/InFeedStoryTray.js/d892b7509fcd.js","206":"/static/bundles/es6/FeedPageContainer.js/092972f59a18.js","207":"/static/bundles/es6/FollowListModal.js/0b6783781ca4.js","208":"/static/bundles/es6/FollowListPage.js/8d27d038d7bf.js","209":"/static/bundles/es6/SimilarAccountsPage.js/825f1450b4d0.js","210":"/static/bundles/es6/FalseInformationLandingPage.js/6e48bd6b87f5.js","211":"/static/bundles/es6/LandingPage.js/6346fa9620ca.js","212":"/static/bundles/es6/LocationsDirectoryCountryPage.js/c8f1f9274315.js","213":"/static/bundles/es6/LocationsDirectoryCityPage.js/86f5c8eb0aeb.js","214":"/static/bundles/es6/LocationPageContainer.js/3282fb9b36ce.js","215":"/static/bundles/es6/LocationsDirectoryLandingPage.js/8dba7cc86e7b.js","216":"/static/bundles/es6/LoginAndSignupPage.js/de0a404d0e97.js","217":"/static/bundles/es6/UpdateIGAppForHelpPage.js/164a20cafbc3.js","218":"/static/bundles/es6/ResetPasswordPageContainer.js/67fbfbaae2e2.js","219":"/static/bundles/es6/MobileAllCommentsPage.js/8e4c4cdd4ff6.js","220":"/static/bundles/es6/MediaChainingPageContainer.js/57cbb3dcac7b.js","221":"/static/bundles/es6/PostPageContainer.js/8188053f2294.js","222":"/static/bundles/es6/ProfilesDirectoryLandingPage.js/ccdf7b495b19.js","223":"/static/bundles/es6/HashtagsDirectoryLandingPage.js/64a4e529619b.js","224":"/static/bundles/es6/SuggestedDirectoryLandingPage.js/dc55fbd56db0.js","225":"/static/bundles/es6/TagPageContainer.js/5656a6957644.js","226":"/static/bundles/es6/PhoneConfirmPage.js/2140b455e5d2.js","227":"/static/bundles/es6/SimilarAccountsModal.js/fb7fe519d38c.js","228":"/static/bundles/es6/ProfilePageContainer.js/50e5ce80e6f5.js","229":"/static/bundles/es6/HttpErrorPage.js/5737f04dea14.js","230":"/static/bundles/es6/IGTVVideoDraftsPageContainer.js/f4e22b5a8eb8.js","231":"/static/bundles/es6/IGTVVideoUploadPageContainer.js/c3affcf20bcb.js","232":"/static/bundles/es6/OAuthPermissionsPage.js/f09f05f4218d.js","233":"/static/bundles/es6/MobileDirectPage.js/9bc975079774.js","234":"/static/bundles/es6/DesktopDirectPage.js/6ca1f909ce3c.js","235":"/static/bundles/es6/OneTapUpsell.js/e0b68609ab98.js","236":"/static/bundles/es6/NametagLandingPage.js/38995eca8cc6.js","237":"/static/bundles/es6/LocalDevTransactionToolSelectorPage.js/11fbc819162c.js","238":"/static/bundles/es6/FBEAppStoreErrorPage.js/6c036d612fda.js","239":"/static/bundles/es6/BloksShellPage.js/e8820dbc3ecc.js","240":"/static/bundles/es6/ActivityFeedBox.js/210e4719cbfd.js","241":"/static/bundles/es6/DirectMQTT.js/03fb32defcd4.js","242":"/static/bundles/es6/DebugInfoNub.js/d54bd324b109.js","244":"/static/bundles/es6/Consumer.js/66de85c5fbc8.js","245":"/static/bundles/es6/Challenge.js/30c5a34cf740.js","246":"/static/bundles/es6/NotificationLandingPage.js/a95e90ca8fa9.js","263":"/static/bundles/es6/EmbedAsyncLogger.js/8792ff6bba7c.js","265":"/static/bundles/es6/EmbedVideoWrapper.js/b2c2c1ec231e.js","266":"/static/bundles/es6/EmbedSidecarEntrypoint.js/335ef93b7761.js","267":"/static/bundles/es6/EmbedRich.js/cd43a91eaf51.js"},"css":{"146":"/static/bundles/es6/IGBloksRenderer.css/bac66fac0803.css","148":"/static/bundles/es6/MobileStoriesLoginPage.css/db3afc5e502d.css","149":"/static/bundles/es6/DesktopStoriesLoginPage.css/8610b401ee51.css","150":"/static/bundles/es6/AvenyFont.css/25fd69ff2266.css","151":"/static/bundles/es6/DirectSearchUserContainer.css/aa3217e92040.css","152":"/static/bundles/es6/MobileStoriesPage.css/e6f2c632c50b.css","153":"/static/bundles/es6/DesktopStoriesPage.css/743f0a323947.css","154":"/static/bundles/es6/ActivityFeedPage.css/021daa182c37.css","155":"/static/bundles/es6/AdsSettingsPage.css/fc995e4e0d63.css","156":"/static/bundles/es6/DonateCheckoutPage.css/fc995e4e0d63.css","157":"/static/bundles/es6/CameraPage.css/b0e8b38765b8.css","158":"/static/bundles/es6/SettingsModules.css/cac248211d43.css","159":"/static/bundles/es6/ContactHistoryPage.css/5d3f4db8a347.css","160":"/static/bundles/es6/AccessToolPage.css/2471840a2f11.css","161":"/static/bundles/es6/AccessToolViewAllPage.css/b463f86fad9a.css","162":"/static/bundles/es6/AccountPrivacyBugPage.css/a388cb605b60.css","165":"/static/bundles/es6/ShoppingBagLandingPage.css/9ea9da8878b6.css","170":"/static/bundles/es6/AndroidBetaPrivacyBugPage.css/17e8362798f7.css","171":"/static/bundles/es6/DataControlsSupportPage.css/090e8e723226.css","172":"/static/bundles/es6/DataDownloadRequestPage.css/3849c1a9848d.css","173":"/static/bundles/es6/DataDownloadRequestConfirmPage.css/2d1d520eeb1b.css","174":"/static/bundles/es6/CheckpointUnderageAppealPage.css/16f3c27c90f1.css","175":"/static/bundles/es6/AccountRecoveryLandingPage.css/abfc7e0c3545.css","176":"/static/bundles/es6/ContactInvitesOptOutPage.css/2d3511c008a7.css","177":"/static/bundles/es6/ParentalConsentPage.css/0bc6f9655f23.css","178":"/static/bundles/es6/ParentalConsentNotParentPage.css/48d3c7450a8d.css","179":"/static/bundles/es6/TermsAcceptPage.css/4369700bdc25.css","180":"/static/bundles/es6/TermsUnblockPage.css/dacc15b1eddd.css","181":"/static/bundles/es6/NewTermsConfirmPage.css/737fd410607a.css","182":"/static/bundles/es6/ContactInvitesOptOutStatusPage.css/856d94b8e737.css","183":"/static/bundles/es6/CreationModules.css/1fdd54c9f611.css","184":"/static/bundles/es6/StoryCreationPage.css/e3aec6e4eb61.css","185":"/static/bundles/es6/PostCommentInput.css/513869b710a6.css","187":"/static/bundles/es6/PostModalEntrypoint.css/bbbb865d1e91.css","188":"/static/bundles/es6/PostComments.css/bd729151802f.css","189":"/static/bundles/es6/LikedByListContainer.css/99bc7674003c.css","190":"/static/bundles/es6/CommentLikedByListContainer.css/99bc7674003c.css","192":"/static/bundles/es6/DynamicExploreMediaPage.css/03132609c2b7.css","193":"/static/bundles/es6/DiscoverMediaPageContainer.css/bce5bb86ee88.css","194":"/static/bundles/es6/DiscoverPeoplePageContainer.css/8a9a15848b20.css","195":"/static/bundles/es6/EmailConfirmationPage.css/9a68540da9a4.css","196":"/static/bundles/es6/EmailReportBadPasswordResetPage.css/e4462019534b.css","197":"/static/bundles/es6/FBSignupPage.css/cbfb6be2991f.css","198":"/static/bundles/es6/NewUserInterstitial.css/455516340cb7.css","199":"/static/bundles/es6/MultiStepSignupPage.css/f7609865a2c5.css","200":"/static/bundles/es6/EmptyFeedPage.css/46b6594e6e92.css","202":"/static/bundles/es6/FeedEndSuggestedUserUnit.css/67402781d410.css","203":"/static/bundles/es6/FeedSidebarContainer.css/0c2c5e638013.css","204":"/static/bundles/es6/SuggestedUserFeedUnitContainer.css/89689c1178ae.css","205":"/static/bundles/es6/InFeedStoryTray.css/56eec7040117.css","206":"/static/bundles/es6/FeedPageContainer.css/66345e876afe.css","207":"/static/bundles/es6/FollowListModal.css/d1af8b189651.css","208":"/static/bundles/es6/FollowListPage.css/83958e11d46c.css","209":"/static/bundles/es6/SimilarAccountsPage.css/99bc7674003c.css","211":"/static/bundles/es6/LandingPage.css/97c02abae590.css","212":"/static/bundles/es6/LocationsDirectoryCountryPage.css/f011822b2d93.css","213":"/static/bundles/es6/LocationsDirectoryCityPage.css/f011822b2d93.css","214":"/static/bundles/es6/LocationPageContainer.css/d176b75d25fc.css","215":"/static/bundles/es6/LocationsDirectoryLandingPage.css/a69bead6658f.css","216":"/static/bundles/es6/LoginAndSignupPage.css/b96c5f9f1e47.css","217":"/static/bundles/es6/UpdateIGAppForHelpPage.css/6fb2336f846b.css","218":"/static/bundles/es6/ResetPasswordPageContainer.css/9e2e7773d781.css","219":"/static/bundles/es6/MobileAllCommentsPage.css/1131070c05c9.css","220":"/static/bundles/es6/MediaChainingPageContainer.css/b531cb57fc64.css","221":"/static/bundles/es6/PostPageContainer.css/eec6d03f6b43.css","222":"/static/bundles/es6/ProfilesDirectoryLandingPage.css/ec897738d3bc.css","223":"/static/bundles/es6/HashtagsDirectoryLandingPage.css/ec897738d3bc.css","224":"/static/bundles/es6/SuggestedDirectoryLandingPage.css/ec897738d3bc.css","225":"/static/bundles/es6/TagPageContainer.css/fb3221effb8f.css","226":"/static/bundles/es6/PhoneConfirmPage.css/9646823c703f.css","228":"/static/bundles/es6/ProfilePageContainer.css/12b716fc5b03.css","229":"/static/bundles/es6/HttpErrorPage.css/97acfee23c4f.css","230":"/static/bundles/es6/IGTVVideoDraftsPageContainer.css/7fd813f8f8a3.css","231":"/static/bundles/es6/IGTVVideoUploadPageContainer.css/407d5a0b488a.css","232":"/static/bundles/es6/OAuthPermissionsPage.css/911f01846417.css","233":"/static/bundles/es6/MobileDirectPage.css/e752ee79ac20.css","234":"/static/bundles/es6/DesktopDirectPage.css/c5465e4fd710.css","235":"/static/bundles/es6/OneTapUpsell.css/3d1082494e45.css","236":"/static/bundles/es6/NametagLandingPage.css/f5a715b37996.css","237":"/static/bundles/es6/LocalDevTransactionToolSelectorPage.css/3f8f9bb4c8a7.css","238":"/static/bundles/es6/FBEAppStoreErrorPage.css/37c4f5efdab6.css","239":"/static/bundles/es6/BloksShellPage.css/bac66fac0803.css","240":"/static/bundles/es6/ActivityFeedBox.css/1ca7bf95a848.css","242":"/static/bundles/es6/DebugInfoNub.css/858400443420.css","244":"/static/bundles/es6/Consumer.css/2a9557e9bd3e.css","245":"/static/bundles/es6/Challenge.css/46e611d19077.css","265":"/static/bundles/es6/EmbedVideoWrapper.css/2c12e7c4701f.css","266":"/static/bundles/es6/EmbedSidecarEntrypoint.css/25c8aa5f60d3.css","267":"/static/bundles/es6/EmbedRich.css/fd15e39bf8e6.css"}}</script> <script type="text/javascript" src="/web/20200303183741js_/https://www.instagram.com/static/bundles/es6/Vendor.js/c911f5848b78.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20200303183741js_/https://www.instagram.com/static/bundles/es6/en_US.js/47e3cc51f60a.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20200303183741js_/https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/46d10a617d9e.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20200303183741js_/https://www.instagram.com/static/bundles/es6/ConsumerUICommons.js/ec5083b89d8c.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20200303183741js_/https://www.instagram.com/static/bundles/es6/ConsumerAsyncCommons.js/aef26a8d88a1.js" crossorigin="anonymous"></script> <script type="text/javascript" src="/web/20200303183741js_/https://www.instagram.com/static/bundles/es6/Consumer.js/66de85c5fbc8.js" crossorigin="anonymous" charset="utf-8" async=""></script> <script type="text/javascript" src="/web/20200303183741js_/https://www.instagram.com/static/bundles/es6/ProfilePageContainer.js/50e5ce80e6f5.js" crossorigin="anonymous" charset="utf-8" async=""></script> <script type="text/javascript"> (function(){ function normalizeError(err) { var errorInfo = err.error || {}; var getConfigProp = function(propName, defaultValueIfNotTruthy) { var propValue = window._sharedData && window._sharedData[propName]; return propValue ? propValue : defaultValueIfNotTruthy; }; return { line: err.line || errorInfo.message || 0, column: err.column || 0, name: 'InitError', message: err.message || errorInfo.message || '', script: errorInfo.script || '', stack: errorInfo.stackTrace || errorInfo.stack || '', timestamp: Date.now(), ref: window.location.href, deployment_stage: getConfigProp('deployment_stage', ''), is_canary: getConfigProp('is_canary', false), rollout_hash: getConfigProp('rollout_hash', ''), is_prerelease: window.__PRERELEASE__ || false, bundle_variant: getConfigProp('bundle_variant', null), request_url: err.url || window.location.href, response_status_code: errorInfo.statusCode || 0 } } window.addEventListener('load', function(){ if (window.__bufferedErrors && window.__bufferedErrors.length) { if (window.caches && window.caches.keys && window.caches.delete) { window.caches.keys().then(function(keys) { keys.forEach(function(key) { window.caches.delete(key) }) }) } window.__bufferedErrors.map(function(error) { return normalizeError(error) }).forEach(function(normalizedError) { var request = new XMLHttpRequest(); request.open('POST', '/client_error/', true); request.setRequestHeader('Content-Type', 'application/json; charset=utf-8'); request.send(JSON.stringify(normalizedError)); }) } }) }()); </script> </body> </html> <!-- FILE ARCHIVED ON 18:37:41 Mar 03, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:08:29 Dec 13, 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: 0.434 exclusion.robots: 0.025 exclusion.robots.policy: 0.017 esindex: 0.01 cdx.remote: 19.752 LoadShardBlock: 169.08 (3) PetaboxLoader3.datanode: 131.202 (4) PetaboxLoader3.resolve: 155.826 (3) load_resource: 143.238 -->