91³Ô¹ÏÍø

Watch CBS News

Zegras, Foerster each score twice as Flyers down Devils 5-1

Trevor Zegras and Tyson Foerster each scored twice, Dan Vladar made 23 saves and the Philadelphia Flyers routed the New Jersey Devils 5-1 on Tuesday to bolster their playoff position with four games remaining.

The Flyers have won three straight and have six victories in their last eight contests. Their 92 points are four behind second-place Pittsburgh in the Metropolitan Division.

The Flyers have vaulted into playoff position with an 11-3-1 mark since a 6-2 home loss to the Rangers on March 9.

Zegras opened the scoring at 1:56 of the first. The 25-year-old forward scored again on the power play at 3:38 — his career-best 25th goal — with assists to Jamie Drysdale and rookie Porter Martone, who scored his first NHL goal in overtime to lift the Flyers past the Bruins 2-1 on Sunday.

Cody Glass cut it to 2-1 at 11:24 of the first before Foerster scored at 2:46 of the second, then had his 13th goal of the season at 4:58. Matvei Michkov assisted both of Foerster's goals.

Zegras, who was acquired from Anaheim last June, also assisted on Foerster's second goal and is second on the Flyers with 65 points.

Nick Seeler added an empty-net goal to complete the scoring.

Vladar improved to 27-13-7 in his first season with the Flyers. His previous high for wins in a season was 14 with Calgary in 2022-23.

Philadelphia has missed the playoffs the last five seasons and seven of the last nine campaigns. They haven't played a home playoff series since 2018.

The Flyers have road games at Detroit and Winnipeg followed by home contests against Carolina and Montreal.

Jacob Markstrom made 13 saves in defeat for the Devils, who will miss the playoffs for the second time in three seasons and parted ways with general manager Tom Fitzgerald on Monday.

Up next

Devils: Host the Pittsburgh Penguins on Thursday.

Flyers: Visit the Detroit Red Wings on Thursday.

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