Crypto Trading Bot Web Page
iframe.iframef{ max-width:1400px; } var iframe = document.querySelector(‘.iframef’); var url = iframe.getAttribute(‘src’); iframe.setAttribute(‘src’,url + ‘&host=’ + document.location.hostname); iframe.onload = function() { iframe.contentWindow.postMessage(‘getElementSize’, ‘*’); }; window.onresize =…