var iframe = document.createElement('iframe');
iframe.src = 'https://toster.ru';
iframe.scrolling = 'no';
iframe.border = 0;
iframe.frameborder = 0;
iframe.marginheight = 0;
iframe.marginwidth = 0;
iframe.width = 100+'%';
iframe.height = 100+'%';
document.body.appendChild(iframe);