';const iframe = (document.querySelector('iframe'));iframe.onload = function() { if(height > "400"){document.getElementById('instagram-logo').style.display = 'none';} else {document.getElementById('instagram-logo').innerHTML += 'This Instagram post failed to load.
Click it to view the original.';};};};let height, port;window.onmessage = (e) =>{let m;if (e.data === 's9e:init'){port = e.ports[0];e.stopImmediatePropagation();}else if (m = /height\":(\d+)/.exec(e.data)){height = +m[1] + 2;const a = /** @type {?HTMLAnchorElement} */ (document.querySelector('a'));if (a){a.remove();}}else{return;}if (height && port){port.postMessage(height);const iframe = (document.querySelector('iframe'));document.getElementById('instagram-logo').style.display = 'none';}};})(location.hash.substring(1), window);