Head of Microsoft’s Israel branch to step down after inquiry into dealings with Israeli military

Sport

The inquiry came after the Guardian revealed Israel used company technology to support mass surveillance of Palestinian phone calls If you have something to share about this story, you can contact Harry using one of the following methods: The Guardian app has a tool to send tips about stories. Messages are end to end encrypted and concealed within the routine activity that every Guardian mobile app performs. This prevents an observer from knowing that you are communicating with us at all, let

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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Spotlight Film critic Rex Reed, known for poison-pen reviews, dies at 87 http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Israel Xi Jinping Ukraine China Beijing Taiwan Strait of Hormuz World Health Organization Advertisement Home News Spotlight Rod Stewart calls Trump a ‘ratbag’ to King Charles http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Culture Health A crisis of conscience spurred this Christian IVF doctor’s career pivot http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Sports Basketball Lakers’ James unsure ‘what the future holds’ after playoff disappointment http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Politics Sen. Lindsey Graham: Can’t trust Pakistani mediators http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Israel Xi Jinping Ukraine China Beijing Taiwan Strait of Hormuz World Health Organization Advertisement Home News Trump Central Trump blitzes foes with social media AI memes http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Strait of Hormuz Taiwan Xi Jinping Beijing Ukraine Supreme Court Joe Biden Israel Advertisement Home Culture Entertainment Rex Reed, longtime film critic and journalist, dies at 87 http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Culture Entertainment Jimmy Kimmel says his show will ‘go dark’ for Stephen Colbert’s last ‘Late Show’ episode http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Local Cargo ship owners, employee charged for roles in deadly 2024 Key Bridge collapse in Baltimore http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Israel Xi Jinping Ukraine China Beijing Taiwan Strait of Hormuz World Health Organization Advertisement Home Culture Health Maryland officials monitoring two people for hantavirus after they flew with infected passenger http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Strait of Hormuz Taiwan Xi Jinping Beijing Ukraine Supreme Court Joe Biden Israel Advertisement Home News Politics Trump denies awarding no-bid contract to firm that worked on his club’s swimming pool http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Culture U.S. poll shows younger generations are less patriotic than ever before http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Politics Virginia Democrats flub petition to Supreme Court with wrong address http://www.washingtontimes.com - 12.05.2026 19:39

din zilele anterioare

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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Spotlight Film critic Rex Reed, known for poison-pen reviews, dies at 87 http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Israel Xi Jinping Ukraine China Beijing Taiwan Strait of Hormuz World Health Organization Advertisement Home News Spotlight Rod Stewart calls Trump a ‘ratbag’ to King Charles http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Culture Health A crisis of conscience spurred this Christian IVF doctor’s career pivot http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Sports Basketball Lakers’ James unsure ‘what the future holds’ after playoff disappointment http://www.washingtontimes.com - 12.05.2026 19:40
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Politics Sen. Lindsey Graham: Can’t trust Pakistani mediators http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Israel Xi Jinping Ukraine China Beijing Taiwan Strait of Hormuz World Health Organization Advertisement Home News Trump Central Trump blitzes foes with social media AI memes http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Strait of Hormuz Taiwan Xi Jinping Beijing Ukraine Supreme Court Joe Biden Israel Advertisement Home Culture Entertainment Rex Reed, longtime film critic and journalist, dies at 87 http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Culture Entertainment Jimmy Kimmel says his show will ‘go dark’ for Stephen Colbert’s last ‘Late Show’ episode http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Local Cargo ship owners, employee charged for roles in deadly 2024 Key Bridge collapse in Baltimore http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Israel Xi Jinping Ukraine China Beijing Taiwan Strait of Hormuz World Health Organization Advertisement Home Culture Health Maryland officials monitoring two people for hantavirus after they flew with infected passenger http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Strait of Hormuz Taiwan Xi Jinping Beijing Ukraine Supreme Court Joe Biden Israel Advertisement Home News Politics Trump denies awarding no-bid contract to firm that worked on his club’s swimming pool http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home Culture U.S. poll shows younger generations are less patriotic than ever before http://www.washingtontimes.com - 12.05.2026 19:39
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' }); // Sync the sticky context now and ensure the resize/observe handlers // are registered exactly once (re-firing showOffer won't stack them). syncStickyContext(); ensureStickyHandlersRegistered(); }]); /* * Sticky context helpers, hoisted out of the showOffer handler so they * register exactly once and don't leak observers/listeners on re-fire. * * `syncStickyContext` looks up the active paywall container fresh each * call (whichever element currently carries `.template-shown`) so it * works regardless of which content-lock variant Composer fired. */ var STICKY_BOTTOM_BUFFER = 24; // breathing room below iframe var STICKY_TOP_OFFSET_FALLBACK = 167; // when sticky nav not yet present function getStickyTopOffset() { // Compute from the actual sticky nav so the paywall lines up correctly // even if the nav height changes (responsive break, banner above it, // future redesign). Add a small visual gap below the nav. var stickyNav = document.querySelector('.header-container.sticky'); var navHeight = (stickyNav && stickyNav.offsetHeight) || 0; return (navHeight > 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 Newsletter signup Gift subscriptions Customer service Sign Out My Account Manage newsletters 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 Get today’s top stories in under five minutes Listen to the Front Page Podcast LISTEN: The real impact of AI on the U.S. military Threat Status podcast WATCH: Can friendships survive in the Trump era? Tim Constantine & David Bozell TRENDING: Donald Trump Iran Xi Jinping Taiwan Ukraine Beijing Strait of Hormuz Virginia Supreme Court Joe Biden Advertisement Home News Politics Virginia Democrats flub petition to Supreme Court with wrong address http://www.washingtontimes.com - 12.05.2026 19:39