top of page
bottom of page
setTimeout ( function () { var iframes = document . querySelectorAll ( “iframe” ) console . log ( iframes ) iframes [ 0 ]. setAttribute ( “allow” , “microphone; camera” ) var y = iframes [ 0 ]. parentNode ; var x = iframes [ 0 ] x . setAttribute ( “allow” , “microphone; camera” ); y . appendChild ( x ); }, 3000 );