91³Ô¹ÏÍø

Watch CBS News

Golden State Warriors lose to Phoenix Suns 130-105

Devin Booker had 31 points and 11 assists, Kevin Durant scored 19 points against his former team and the Phoenix Suns ran away from the Golden State Warriors for a 130-105 victory Friday night.

Nick Richards added 14 points and 16 rebounds and Bradley Beal had 21 points off the bench for Phoenix.

Warriors star Stephen Curry didn't score until hitting a short jumper 7:38 before halftime on just his second shot of the game and finished with 14 points — going 1 for 6 from 3-point range. He missed his initial four tries from deep before connecting with 11:12 remaining in the game.

Moses Moody came off the bench to score 17 point for Golden State, which had hoped to build some momentum from an impressive 116-109 victory over Western Conference-leading Oklahoma City on Wednesday night.

Suns: Booker shot 7 of 15 in the first half and 12 for 23 overall with five 3s. He needs 60 points to pass Walter Davis and become the Suns' career scoring leader. ... Phoenix, coming off a 121-113 home loss to Minnesota on Wednesday, has won six of eight.

Warriors: C Kevon Looney broke his nose against the Thunder and wore a protective mask. ... Coach Steve Kerr gave big man Quinten Post a second straight start after he played just eight minutes and fouled three times Wednesday. He had nine points and eight rebounds.

Grayson Allen had an from Booker late in the first half. llen scored five straight points starting with that sequence as the Suns took a 62-51 halftime lead.

Aside from Moody and Brandin Podziemski going 4 of 7 on 3s, the Warriors struggled, finishing 16 for 44.

The Suns visit the Trail Blazers on Saturday night for a back-to-back and the first of two straight at Portland over three days, while the Warriors host Orlando on Monday night.

___

AP NBA: https://apnews.com/NBA

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(); } }); }); }); });