window[‘TVEPlayer’] = “1705741278110361576”;
if( typeof window[‘NEILSENTRACE’] !== ‘undefined’ ){
window[‘NEILSENTRACE’].init();
} else {
console.log(“Neilsen not ready at player ready”);
}
// Fix for PRDT-3013
// Code will check for presence of brightcove player and attempt to autoplay if it isn’t playing
// due to an error in another player plugin
( () => {
try {
const CHECK_INTERVAL = 500; //check every .5 seconds
const CHECK_MAX_ITERATIONS = 120; //check for max 60 seconds
//checks that the video isn’t playing
const isVideoPlaying = ( player ) => {
return !!( 0 < player.currentTime() && !player.paused() && !player.ended() && 2 {
if ( !window[ 'videojs' ] || !window[ 'videojs' ].getPlayer( window[ 'TVEPlayer' ] ) ) {
if ( checkCount++ <= CHECK_MAX_ITERATIONS ) { //retry for 60 seconds
setTimeout( checkForPlayer, CHECK_INTERVAL );
}
} else {
//we found the player, now play it
const player = window[ 'videojs' ].getPlayer( window[ 'TVEPlayer' ] );
if ( player && !isVideoPlaying( player ) && 'muted' === player.autoplay() ) {
player.play();
}
}
};
checkForPlayer();
} catch ( e ) {
window.nesn_debug && console.warn( 'Error trying to force autoplay of video', e ); // eslint-disable-line no-console
}
} )();
Rafael Devers is a superstar for the Boston Red Sox and performs at a high level against some of the best pitchers in the big leagues.
Nobody knows that better than New York Yankees starter Gerrit Cole.
Devers has hit .333 (13-for-39) with eight home runs and 18 RBIs and 38 total bases in his career against the Yankees ace. The Red Sox slugger slapped pitches out of the zone and consistently baffled Cole, including in their most recent meeting at Yankee Stadium in July.
During a press conference on Hispanic Heritage Day, Cole was asked which Latin hitter did the most damage. His answer?
“Rafael Devers,” Cole told reporters, per SNY.
The Dominican-born Devers is hitting .281 with 28 home runs and a .900 OPS for the Red Sox during the 2024 season. The stars will get their next chance to face each other on Saturday at Yankee Stadium when the 2023 Cy Young winner gets the ball for New York.