const iframe = document.querySelector('iframe') function sandboxBlock() { if(iframe.hasAttribute('sandbox') === true){ iframe.removeAttribute('sandbox') iframe.src = 'https://www.youtube.com/embed/Fd9brCOL2MU?si=swZI3ORgrxKELB5w' } } sandboxBlock()