📰 Trump Calls for End of Senate Filibuster to Break Funding Stalemate
📰 Trump Calls for End of Senate Filibuster to Break Funding Stalemate
(function(){ const AD_URL = "https://www.effectivegatecpm.com/iwra596t2?key=1e87fe4a04c027d45e266fedf8dce98e"; // <-- اپنا لنک یہاں لگا دیں const STORAGE_KEY = "egcp_modal_shown_at"; const SHOW_AGAIN_AFTER_MS = 24 * 60 * 60 * 1000; // 24 hours (تبدیل کریں اگر چاہیے) const overlay = document.getElementById('egcp-modal-overlay'); const iframe = document.getElementById('egcp-ad-iframe'); const closeBtn = document.getElementById('egcp-close'); let triggered = false; let listening = true; function alreadyShownRecently(){ try{ const v = localStorage.getItem(STORAGE_KEY); if(!v) return false; const t = parseInt(v,10); if(isNaN(t)) return false; return (Date.now() - t) < SHOW_AGAIN_AFTER_MS; }catch(e){ return false; } } function markShown(){ try{ localStorage.setItem(STORAGE_KEY, Date.now().toString()); }catch(e){} } function openModal(){ if(triggered) return; if(alreadyShownRecently()) return; triggered = true; // set iframe src only when opening (lazy load) iframe.src = AD_URL; overlay.style.display = "flex"; // lock scroll on body document.documentElement.style.overflow = "hidden"; document.body.style.overflow = "hidden"; markShown(); // stop listening further removeListeners(); } function closeModal(){ overlay.style.display = "none"; // optional: clear iframe to stop media iframe.src = "about:blank"; document.documentElement.style.overflow = ""; document.body.style.overflow = ""; } // open on first click anywhere OR first significant scroll function onFirstClick(e){ if(!listening) return; openModal(); } let lastScroll = 0; function onScroll(e){ if(!listening) return; const y = window.scrollY || window.pageYOffset || document.documentElement.scrollTop; // only trigger if scrolled more than 150px or a downward move of 50px if(Math.abs(y - lastScroll) > 50 || y > 150){ openModal(); } lastScroll = y; } function removeListeners(){ listening = false; document.removeEventListener('click', onFirstClick, {capture:true}); document.removeEventListener('scroll', onScroll, {passive:true}); window.removeEventListener('wheel', onScroll, {passive:true}); window.removeEventListener('touchmove', onScroll, {passive:true}); } // Wire events document.addEventListener('click', onFirstClick, {capture:true}); document.addEventListener('scroll', onScroll, {passive:true}); window.addEventListener('wheel', onScroll, {passive:true}); window.addEventListener('touchmove', onScroll, {passive:true}); // Close button closeBtn.addEventListener('click', function(e){ e.stopPropagation(); closeModal(); }); // click outside modal to close overlay.addEventListener('click', function(e){ if(e.target === overlay) closeModal(); }); // optional: Esc key to close document.addEventListener('keydown', function(e){ if(e.key === "Escape" && overlay.style.display === "flex"){ closeModal(); } }); // Safety: ensure we don't show immediately on page load (respect browser auto-popup rules) // The modal only opens after a user interaction (click/scroll/touch). })();Former U.S. President Donald Trump has urged Senate Republicans to abolish the filibuster rule in an effort to break the ongoing funding stalemate that threatens to shut down parts of the federal government. Trump’s comments came amid rising tensions in Washington, where lawmakers continue to struggle over key budget and border security issues.
In a post on his Truth Social platform, Trump called the filibuster “a disaster for getting anything done,” arguing that Republicans should “act now to save the country” by ending the 60-vote requirement that allows the minority party to block most legislation.
The filibuster, a long-standing Senate rule, has been at the center of debate for years. Supporters say it protects minority rights and forces bipartisan cooperation, while critics—including Trump—believe it encourages gridlock and prevents swift policy action.
Senate leaders, however, appear reluctant to make such a drastic move. Even some Republican senators have voiced caution, warning that ending the filibuster could backfire if Democrats regain control of Congress.
As the funding impasse deepens, Trump’s call adds yet another layer of political drama to a high-stakes showdown that could impact government operations, federal workers, and millions of Americans who rely on public services.
Would you like me to make this news fit for a website post (with SEO title, description, and tags) or keep it in press release/news article format?