window.onload = function() { var iframeElem = document.querySelector('.entry').querySelector('iframe'); var srcVideo = iframeElem.getAttribute('src'); iframeElem.setAttribute('src', srcVideo + '&autoplay=1'); };