window.onhashchange = function() { window.parent.location.hash = window.location.hash; }; fixHeight = function () { var iframe = window.parent.document.getElementById('6a24da70-2822-11e9-b07e-5568360c42b7-iframe'); if (iframe) { if (parseInt(iframe.height, 10) !== parseInt(window.document.body.scrollHeight, 10)) { iframe.height = window.document.body.scrollHeight + 10; } } }; fixHeight(); heightInterval = setInterval(fixHeight, 50);