91³Ô¹ÏÍø

Watch CBS News

Murakami and Montgomery homers help power White Sox to a 6-3 win over the Blue Jays

Munetaka Murakami hit a two-run homer, and Colson Montgomery followed with a solo shot in Chicago's three-run sixth inning as the White Sox beat the Toronto Blue Jays 6-3 Saturday for their second straight victory.

Murakami's 431-foot shot to straightaway center off Brendon Little was his fourth homer and first at home since signing with the White Sox (3-5) as a free agent in December. He added a sacrifice fly to finish with three RBIs. Miguel Vargas added two hits, including a double.

Vladimir Guerrero Jr. hit his first homer of the season, a two-run shot in the top of the sixth to give Toronto (4-4) a 2-1 lead. Pinch hitter Nathan Lukes drove in a run with a sacrifice fly.

Before the game, the Blue Jays placed two-time All-Star catcher Alejandro Kirk on the injured list with a dislocated and fractured left thumb.

Chris Murphy (1-0), the third of six Chicago pitchers, worked one inning and earned the win. Seranthony Dominguez worked around a single and walk in the ninth for his first save.

Little (0-2) got only one out, while allowing three runs on three hits.

Murakami's sac fly in the first gave the White Sox a 1-0 lead off Toronto opener Mason Fluharty. Lazaro Estrada followed with four scoreless and hitless innings.

Chicago right-hander Grant Taylor opened and pitched a scoreless inning for a second straight day. Anthony Kay followed and pitched 4 1/3 innings, allowing three hits and Guerrero's two-run homer, a 437-foot shot to left-center that gave the Jays the lead.

After Murakami and Montgomery gave Chicago a 4-2 lead, Lukes' sac fly cut it to 4-3 in the seventh.

The White Sox added two unearned runs in the eighth on a botched rundown when Toronto catcher Tyler Heineman threw the ball over third base and into left.

Up next

Toronto LHP Eric Lauer (1-0, 3.38 ERA) faces Chicago RHP Davis Martin (1-0, 5.40) on Sunday.

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });