91³Ô¹ÏÍø

Watch CBS News

Bryce Harper understands boos from Philadelphia Phillies fans as NLDS moves to Los Angeles

The loud booing by angry Philadelphia Phillies fans at their home ballpark likely drowned out similar noise Bryce Harper was making.

The Phillies slugger has a single and three strikeouts in the NL Division Series, which Philadelphia trails 2-0 against the defending World Series champion Los Angeles Dodgers.

"I love our fans. I boo myself when I get out," Harper said Tuesday.

Game 3 is Wednesday at Dodger Stadium, with the Phillies facing elimination in the best-of-five series.

"I will probably get booed tomorrow night, too," Harper said.

He didn't agree that a change of venue — away from their frustrated fan base — is a good thing for the slumping Phillies.

"We've got some of the best fans in baseball and they make me play better, so I enjoy it," Harper said. "They show up for us every day. They spend their hard-earned dollar to come watch us play; they expect greatness out of us and I expect greatness out of myself and my teammates as well."

Outfielder Nick Castellanos came up big in a wild ninth inning that nearly saw the Phillies steal a win Monday. The fan reaction whipsawed between huge cheers and deafening boos in the 4-3 loss.

"I think that the stadium is alive on both sides, right?" Castellanos said. "When the game is going good, it's wind at our back, but when the game is not going good, it's wind in our face. The environment can be with us, and the environment can be against us."

Harper was glad to be in sunny Los Angeles, not far from his hometown of Las Vegas where he was a Dodgers fan.

He became a father for the fourth time last week, when his wife, Kayla, gave birth to a son.

"I've got an incredible wife, man. She pushed that thing out in three pushes and 30 seconds," Harper said. "She's an absolute monster doing it. Women. Man, what a breed. I'm serious, it's an incredible thing. Being able to hold your son for the first time is something. It's one of the greatest moments of my life."

The couple now has two boys, Krew and Hayes, and two girls, Brooklyn and Kamryn, all of whom are age 6 and under.

Harper said he loves baseball but his family means the most.

"I definitely miss them right now," he said.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });