(function() { let players = document.querySelectorAll( '.sp-embed-player[data-id="cZ6tecncIAx"],' + '.som-embed-player[data-id="cZ6tecncIAx"], ' + '.sp-embed-player:not([data-id]), ' + '.som-embed-player:not([data-id]), ' + '#som-player' ); for (let item of players) { playerWidth = item.clientWidth playerHeight = playerWidth / 1.7894736842105 item.style.height = playerHeight + 'px'; } }());