What We Learned From the Upfronts: Midseason Is the New Fall and Live Sports Aren’t Everything

Sport

Warner Bros. Discovery kicked off its annual upfront event at the Madison Square Garden Theater by paying tribute to the late Ted Turner, who had just died the previous week. Turner, of course, was part of why WBD was even holding an upfront in the first place: Not only was the media giant a cable pioneer who brought us CNN, TNT, TBS, Cartoon Network and more, but his Turner Broadcasting was the cornerstone of Warner Bros.’ ad-supported media portfolio — something that expanded greatly with the

that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Supreme Court Strait of Hormuz Israel Advertisement Home Sports Football Commanders to feature in four prime-time games, open 2026 season against rival Eagles http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Supreme Court Strait of Hormuz Israel Advertisement Home News National Supreme Court clears way for Texas to carry out 600th execution since 1982 http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Israel Strait of Hormuz World Cup Advertisement Home News Politics Ethics Committee investigating Rep. Chuck Edwards over sexual harassment allegations http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Supreme Court Strait of Hormuz Israel Advertisement Home News National Trump administration aims to roll back limits on toxic wastewater from coal-fired power plants http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Israel Strait of Hormuz World Cup Advertisement Home News Politics House Democrats narrowly lose vote to end Iran war as GOP support ticks up http://www.washingtontimes.com - 03:03

astăzi

that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Supreme Court Strait of Hormuz Israel Advertisement Home Sports Football Commanders to feature in four prime-time games, open 2026 season against rival Eagles http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Supreme Court Strait of Hormuz Israel Advertisement Home News National Supreme Court clears way for Texas to carry out 600th execution since 1982 http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Israel Strait of Hormuz World Cup Advertisement Home News Politics Ethics Committee investigating Rep. Chuck Edwards over sexual harassment allegations http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Supreme Court Strait of Hormuz Israel Advertisement Home News National Trump administration aims to roll back limits on toxic wastewater from coal-fired power plants http://www.washingtontimes.com - 03:04
that collided with the widget's id, which an ID-based // query would have removed alongside the widget. The H1 id has // since been removed (see also: ), but // class selectors remain the safer pattern. '.insticator-product-group', '.instiengage-core-commenting', '.instiengage-trending-now', // Legacy targets — kept defensively in case any older surface lingers. '.piano-in-article-reco', '.connatixcontainer', '.twitter-tweet', '#comment-policy', '#comment-block' ]; selectorsToRemove.forEach(function (sel) { document.querySelectorAll(sel).forEach(function (el) { el.remove(); }); }); // Post-pass: any .twt-content-only-hide wrapper that's left with only // ornamental content ( elements, whitespace, or nothing) is an // orphan from removed ad/recirc content. Sweep them up so we don't show // empty striped blocks between paragraphs. document.querySelectorAll('.twt-content-only-hide').forEach(function (el) { var hasMeaningfulContent = Array.prototype.some.call(el.children, function (child) { return child.tagName !== 'HR' && child.tagName !== 'SCRIPT'; }); if (!hasMeaningfulContent) { el.remove(); } }); // Drop any height that prior code may have set on .bigtext so it grows // to fit the visible body + paywall iframe naturally. Also clear the // base `overflow: hidden` from typography.scss — `overflow: hidden` // on .bigtext would silently break `position: sticky` on the paywall // by turning .bigtext into a non-scrolling clip context. $btext.css({ 'height': 'auto', 'overflow': 'visible' }); // If EA already unlocked the article, skip locking entirely if (window.__gnewsUnlocked) return; var urlParams = new URLSearchParams(window.location.search); var isEA = urlParams.has('gaa_at'); document.querySelector(offerParams.containerSelector).classList.add("template-shown"); var $btext = $('.bigtext'); var threshold = (offerParams.containerSelector == ".piano-content-lock-upper") ? 3 : 6; if (isEA) { // EA flow: use CSS-only hiding (reversible by unlockArticle) $btext.find("p").slice(threshold).addClass('ea-hidden'); document.body.classList.add('piano-paywall-applied'); } else { // Non-EA flow: existing destructive behavior $btext.find("p").slice(threshold).remove(); var elemsToRemove = []; elemsToRemove.push(document.querySelector(".piano-in-article-reco")); elemsToRemove.push(document.querySelector(".connatixcontainer")); elemsToRemove.push(document.querySelector(".twitter-tweet")); elemsToRemove.push(document.querySelector('#comment-policy')); elemsToRemove.push(document.querySelector('#comment-block')); elemsToRemove.push(document.querySelectorAll('.OUTBRAIN')); elemsToRemove.forEach(function(item){ if (item) { item.remove(); } }); } var newHeight = 0; var visibleContent = $btext.find('p:visible'); for (var i=0; i 0 ? navHeight : STICKY_TOP_OFFSET_FALLBACK - 10) + 10; } function syncStickyContext() { var $btext = $('.bigtext'); var $container = $( '.piano-content-lock-upper.template-shown, .piano-content-lock.template-shown' ).first(); if (!$btext.length || !$container.length) return; if (window.innerWidth 0 && iframeHeight Skip to content Close Back America's Newspaper 1 Subscribe Close Sign in Sign in Subscribe {# Register for free to manage your followed authors and newsletters in one place. #} Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters Following authors Gift subscriptions Today's E-Edition Customer service Search Search Keyword: Search News Corrections Politics National World Security The Advocates Seen, Heard & Whispered Business & Economy D.C. Local Media Spotlight Newsmakers Waste, Fraud & Abuse Inside the Ring Higher Ground Culture Entertainment Technology Obituaries Just the Headlines Dive Deeper Celebrating The Washington Times Policy Corrections Threat Status Energy & Environment Banking & Finance Health Care Reform Second Amendment Immigration Reform Homeland & Cybersecurity Aerospace & Defense Taxes & Budget Law Enforcement & Intelligence Transportation & Infrastructure Commentary Commentary Main Corrections Editorials Letters Cheryl K. Chumley Kelly Sadler Jed Babbin Tom Basile Tim Constantine Joseph Curl Joseph R. DeTrani Don Feder Billy Hallowell Daniel N. Hoffman David Keene Robert Knight Gene Marks Clifford D. May Michael McKenna Stephen Moore Tim Murtaugh Peter Navarro Everett Piper Cal Thomas Scott Walker Miles Yu Black Voices Books Cartoons To the Republic Sports Sports Main Corrections Washington Commanders Football Baseball Basketball NCAA Thom Loverro Tennis Golf Hockey Soccer Horse Racing NASCAR & Racing District of Sports Podcast Sports Photos Sponsored Corrections American energy unleashed Infrastructure 2026 Building the health care Americans deserve Revitalizing Rural America Unbridled Clean Energy Faith at Work Building a healthier America Transportation 2025 Investing in American Health Free Iran 2025 Invest in Greece 2025 Events Corrections Subscriber Only Events Reagan Forum IDEX 2025 Reinventing after Globalization Harm Reduction and Public Health Golden Dome for America Videos Things to do in D.C. Video/Podcasts Corrections All Videos All Podcasts The Front Page Threat Status Politically Unstable The Sitdown with Alex Swoyer Bold & Blunt The Higher Ground Court Watch Victory Over Communism District of Sports Capitol Hill Show The Unregulated Podcast ForAmerica Washington Times Weekly God, Country & American Story Games Games Main Corrections Play Sudoku Crossword Puzzle Word Search Chess & Checkers Solitaire Real-Time Crossword Puzzles Daily Mini Crossword Puzzle Quizzes Subscribe Sign In LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Fairfax County schools are broken Stephanie Lundquist-Arora joins Kelly Sadler WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Xi Jinping Iran Ukraine New York China New York City Israel Strait of Hormuz World Cup Advertisement Home News Politics House Democrats narrowly lose vote to end Iran war as GOP support ticks up http://www.washingtontimes.com - 03:03