91³Ô¹ÏÍø

Watch CBS News

Stars beat Jets 4-3 in OT as Thomas Harley extends Dallas' win streak to 5

Thomas Harley scored at 2:05 of overtime, and the Dallas Stars matched their longest winning streak of the season at five games with a 4-3 victory over the Winnipeg Jets on Monday night.

The goal came moments after Jake Oettinger made a pad save on Mark Schiefele's breakaway in a matchup of the top two goalies for Team USA in the second-to-last game before the break for the Milan Cortina Olympics. Oettinger and expected U.S. starter Connor Hellbuyck each stopped 24 shots.

Mikko Rantanen put Dallas ahead 3-2 with 7:43 left in regulation on a weaving play through two defenders, but Logan Stanley got the Jets even on a 6-on-5 goal with 1:43 to go.

Jason Robertson had his 199th career goal and team-leading 31st this season and Nils Lundkvist scored as the Stars won their 18th one-goal game, tying the New York Islanders for the NHL lead.

Gabriel Vilardi and Cole Perfetti had a goal and an assist apiece for the Jets, and Scheifele had two assists.

Matt Duchene's four-game goal streak ended, but he had two assists along with Miro Heiskanen. His pass put Harley one-on-one with Hellebuyck, who was beaten by a backhand over his left pad.

The Jets went ahead 2-1 slightly more than three minutes after Robertson scored the game's first goal early in the second period. Villardi's 21st of the season came on a rebound, and Perfetti ended Winnipeg's five-game streak without a power-play goal by scoring at 3:58 of the second.

The Stars pulled even when Nils Lundkvist poked a rebound past Hellebuyck on a shot from Duchene with five minutes left in the second period.

Both teams play their final game before the three-week Olympic break at home Wednesday night. The Jets face Montreal, and St. Louis visits the Stars.

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