embedd ... And a link/button in that iframe leads to logging into an external site.. How do i remove this link? ..anyone?
login link ?
const iframe = document .getElementById("#your-iframe") .contentWindow; const button = iframe .document .getElementById("#button-you-want-to-remove"); button.remove();
Обсуждают сегодня