(function() { var scriptTag = document.currentScript || [].slice.call( document.getElementsByTagName('script') ).pop(); setTimeout( function() { var infoPageUrl='https://link.cashbill.pl//frontend/?'+document.location.hash.substr(1); var iframe = document.createElement('IFRAME'); iframe.style.border='none'; iframe.style.width='100%'; iframe.style.height='100%'; iframe.src=infoPageUrl; iframe.onload = function() { if (this.src != infoPageUrl ) this.src=infoPageUrl; } scriptTag.parentNode.insertBefore(iframe,scriptTag); },0 ); }() )