BUCKLE UP - Trump Arrests the One Person Liberals Warned Him to Never Touch

BUCKLE UP - Trump Arrests the One Person Liberals Warned Him to Never Touch
Posted April 3, 2026
WASHINGTON, D.C. — The return of national sovereignty and the rule of law has reached a fever pitch as President Donald J. Trump’s Department of Justice and a rejuvenated FBI, led by Director Kash Patel, have officially dismantled a dangerous Chinese espionage cell. In a blockbuster announcement, federal authorities confirmed the arrest of two Chinese nationals, Yuance Chen and Liren Lai, who are accused of acting as covert agents for the People’s Republic of China’s primary foreign intelligence agency, the Ministry of State Security (MSS). This decisive action fulfills the 2026 mandate to purge foreign interference and protect the sanctity of the American military from hostile infiltration.
The investigation, coordinated with the Naval Criminal Investigative Service (NCIS), revealed a "staggering" plot to recruit U.S. Navy personnel and gather sensitive intelligence on military installations. Yuance Chen, a resident of Oregon, and Liren Lai, who entered the country via Houston on a tourist visa in 2025, reportedly operated as "ghosts" within the system, facilitating "dead drop" cash payments and photographing recruitment boards to identify vulnerable service members. The Trump administration’s response has been "laser-focused," proving that under the new leadership, the era of the "wink-and-nod" toward Beijing’s aggression is officially over.
THE RECKONING FOR BEIJING: EXPOSING THE "DEAD DROP" SCHEME AND NAVAL RECRUITMENT BREACHES
The criminal complaint filed in the Northern District of California provides a chilling look at the tactics used by the MSS to undermine American institutions. The two agents are accused of orchestrating a $10,000 cash drop in a day-use locker in Livermore, California, after meeting with intelligence officers in Guangzhou, China. Their mission was clear: identify Navy personnel willing to betray their country for foreign compensation. This "absolute disaster" of a breach highlights exactly why the Trump-GOP platform has prioritized the total deconstruction of CCP-linked networks on American soil.
Perhaps most disturbing was the agents' focus on Navy recruitment centers in California and Washington State. Yuance Chen allegedly photographed bulletin boards displaying the personal information of recruits—many of whom had "China" listed as their hometown—and transmitted this sensitive data directly back to his handlers in Beijing. The MSS even provided Chen with scripts on what to say to potential recruits regarding "preferred" Navy job assignments and ways to minimize the risk of exposure. The 119th Congress and Director Kash Patel are now moving at light speed to ensure that every such vulnerability is closed and that the perpetrators face the full weight of the law.
[Image showing FBI and NCIS officials during the national security briefing]
FBI Director Kash Patel, in a statement to Fox News, reaffirmed the administration’s "unwavering commitment" to national security. "The individuals charged were acting on behalf of a hostile foreign intelligence service," Patel stated. "We disrupted those efforts and sent a clear message: the United States will not tolerate espionage on American soil." This type of "pro-citizen and pro-safety" leadership is exactly what the American family demanded in the 2024 election, and it is delivering results—from 5% GDP growth to the total degradation of foreign spy networks.
SECURING THE FUTURE: THE 2026 MANDATE TO PROTECT THE AMERICAN MILITARY
The arrests of Chen and Lai serve as a "2026 Midterm Shield" for the GOP, highlighting the contrast between the party of Security and the "word salad" excuses of the radical Left. While liberal critics previously warned the President not to "touch" or "antagonize" these foreign entities, the Trump-Patel doctrine has proven that strength is the only path to peace. By using every available tool—from the DOJ’s appellate advocacy to the NCIS’s tactical expertise—the administration is reclaiming the house and the sovereignty of the American people.
The final verdict on this espionage plot is one of historic success for the Department of Justice. Both Chen and Lai face significant fines and up to 10 years in federal prison for acting as unregistered foreign agents. As the 119th Congress continues to clean up the "standing filibuster" of deep-state negligence, the message to Beijing is unmistakable: the United States is no longer a playground for the MSS. We will protect our sailors, we will secure our ships like the USS Abraham Lincoln, and we will ensure that our military remains the most honorable and secure force on the planet.
God bless the USA and the leaders who refuse to be intimidated by the mob or foreign dictators. The 2026 mandate is being fulfilled by the truth, and the trialling of Chinese spies is the hammer that will drive it home. Trump’s vision for a secure and honest America is closer than ever before, one arrest at a time. The "Absolute Disaster" of the past is being fixed by the morning light of American strength and integrity. We will stay vigilant, we will stay relentless, and we will keep winning for the American people.
Report this article
Select a reason for reporting:
Inaccurate information Copyright violation Spam / advertisement Offensive content Other '; footer.hidden = true; overlay.hidden = false; document.body.style.overflow = 'hidden'; } function hideSection() { if (section) section.hidden = true; } function openModal() { if (alreadyReported) { showSuccess(); return; } overlay.hidden = false; document.body.style.overflow = 'hidden'; } function closeModal() { overlay.hidden = true; document.body.style.overflow = ''; footer.hidden = false; overlay.querySelectorAll('input[name="report_reason"]').forEach(function(r) { r.checked = false; }); document.getElementById('reportMessage').value = ''; errorBox.hidden = true; submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; imageItems = []; imgGrid.innerHTML = ''; updateAttachBtn(); } btn.addEventListener('click', openModal); closeBtn.addEventListener('click', closeModal); cancelBtn.addEventListener('click', closeModal); overlay.addEventListener('click', function(e) { if (e.target === overlay) closeModal(); }); document.addEventListener('keydown', function(e) { if (!overlay.hidden && e.key === 'Escape') closeModal(); }); // --- Error helper --- function showError(msg) { errorBox.textContent = msg; errorBox.hidden = false; } // --- Submit --- submitBtn.addEventListener('click', function() { var selected = overlay.querySelector('input[name="report_reason"]:checked'); if (!selected) { showError('Please select a reason.'); return; } errorBox.hidden = true; submitBtn.disabled = true; var itemsToUpload = imageItems.filter(function(it) { return !it.uploadedUrl; }); if (itemsToUpload.length === 0) { doSubmit(selected.value); return; } submitBtn.textContent = 'Uploading…'; var done = 0, failed = 0; itemsToUpload.forEach(function(entry) { entry.statusEl.textContent = '…'; entry.statusEl.className = 'report-img-item__status'; entry.statusEl.hidden = false; resizeImage(entry.file, MAX_LONG_PX, function(resized) { uploadFile(resized, currentSlug, function(err, url) { done++; if (err) { failed++; entry.statusEl.textContent = 'Failed'; entry.statusEl.className = 'report-img-item__status err'; } else { entry.uploadedUrl = url; entry.statusEl.textContent = '✓'; entry.statusEl.className = 'report-img-item__status done'; } if (done === itemsToUpload.length) { if (failed > 0) { showError('Could not upload ' + failed + ' image(s). Remove the failed ones (red) or submit without them.' ); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } else { doSubmit(selected.value); } } }); }); }); }); function doSubmit(reason) { submitBtn.textContent = 'Sending…'; var uploadedUrls = imageItems .map(function(it) { return it.uploadedUrl; }) .filter(Boolean); var payload = { reason: reason, message: document.getElementById('reportMessage').value.trim(), post_slug: currentSlug, post_url: window.location.href }; if (uploadedUrls.length) payload.image_urls = uploadedUrls; fetch('/api/post-report', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, body: JSON.stringify(payload) }) .then(function(r) { return r.json(); }) .then(function(data) { if (data && data.ok) { markReported(currentSlug); alreadyReported = true; bodyEl.innerHTML = '✓ Thank you for your report.'; footer.hidden = true; setTimeout(function() { closeModal(); footer.hidden = false; hideSection(); }, 2000); } else { showError((data && data.message) ? data.message : 'Something went wrong. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } }) .catch(function() { showError('Connection failed. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; }); } })();Comments 0
Posting as GuestTrump admits live on CNN we're...

Trump admits live on CNN we're...
WASHINGTON, D.C. — The radical left is in a state of absolute, unvarnished panic, and this time, their primary target is one of their very own.
Following a deeply respectful and solemn phone interview between President Donald J. Trump and CNN anchor Jake Tapper regarding the tragic passing of Republican Senator Lindsey Graham, liberal viewers and mainstream media watchdogs completely lost their minds. Their apparent crime? Tapper treated the Commander-in-Chief with basic human decency, and President Trump dared to suggest that the notoriously biased network should return to objective journalism.
The highly publicized exchange occurred when President Trump graciously phoned into the network to honor the life and legacy of Senator Graham. Displaying true leadership and focus during a moment of national mourning, Trump explicitly declined to take the media's bait when pressed on other subjects, including the recent, highly successful U.S. military strikes on Iran. He kept the focus exactly where it belonged: on the passing of an American patriot.
However, it was a brief exchange at the end of the interview that sent the liberal echo chamber into a complete tailspin.
Addressing the historically hostile relationship between his administration and the network, President Trump bluntly and honestly stated his desire for fair, unbiased coverage.
“We’re trying to have CNN go on a normal path, and we’ll do that,” Trump declared on live national television, signaling his hope that the network would abandon its years-long crusade of fake news and return to the bedrock principles of objective, down-the-middle reporting.
Instead of launching into a combative, partisan argument, Tapper simply accepted the President's premise with basic professional courtesy.
“Well, I’m on a normal path right here, sir, and I appreciate your time. And thank you for calling in,” Tapper replied cordially, closing the segment by telling the President, “we would love to have you back sometime.”
The Left-Wing Backlash
In today’s hyper-polarized media landscape, treating a Republican president with respect is apparently a cardinal sin. The backlash from CNN's liberal viewership was immediate, brutal, and entirely unhinged.
Social media platforms were instantly flooded with outraged left-wing activists labeling Tapper an “enabler” and a “sycophant” simply for conducting a civil interview. Rather than appreciating a moment of bipartisan mourning for a deceased senator, the radical left demanded hostility, confrontation, and grandstanding.
One furious viewer took to social media to complain that it is not up to the president “to direct the ‘path’ any news organization follows.” The outraged user added that if CNN is buying into the concept of fair and normal coverage, the network should “close their doors, or officially merge with Fox.”
Another liberal critic hysterically framed the polite exchange as a sinister plot, writing: “Admitting they are trying to control the media.”
Grasping at Conspiracy Theories
Unable to comprehend that a journalist might simply be showing respect to the President of the United States, liberal media critics immediately resorted to spinning wild, baseless conspiracy theories to explain Tapper's behavior.
Left-wing pundits are now desperately attempting to link Tapper's polite demeanor to the Justice Department’s recent approval of Paramount Skydance’s acquisition of Warner Bros. Discovery, CNN’s parent company. The latest frantic narrative sweeping liberal circles suggests that the multi-billion-dollar merger depends on staying in the administration’s "good graces," twisting Trump's call for a "normal path" into a sinister warning rather than a simple plea for journalistic integrity.
These critics are pointing to statements Tapper made just months ago, where he declared on air that CNN’s job “is not to try and please the president or only report the statements he likes.”
Yet, to the millions of everyday Americans watching, the interview was not an example of a network bowing to a dictator, as the left breathlessly claims. It was a rare, refreshing moment of a mainstream media anchor treating a conservative leader with the dignity the office demands.
The hysterical reaction from the left perfectly illustrates the tragic reality of the modern progressive movement: they do not want a free press or objective reporting. They want a taxpayer-subsidized, anti-Trump resistance echo chamber. And the moment a reporter steps off that radical path to act "normal," the left will immediately try to destroy them.
Report this article
Select a reason for reporting:
Inaccurate information Copyright violation Spam / advertisement Offensive content Other '; footer.hidden = true; overlay.hidden = false; document.body.style.overflow = 'hidden'; } function hideSection() { if (section) section.hidden = true; } function openModal() { if (alreadyReported) { showSuccess(); return; } overlay.hidden = false; document.body.style.overflow = 'hidden'; } function closeModal() { overlay.hidden = true; document.body.style.overflow = ''; footer.hidden = false; overlay.querySelectorAll('input[name="report_reason"]').forEach(function(r) { r.checked = false; }); document.getElementById('reportMessage').value = ''; errorBox.hidden = true; submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; imageItems = []; imgGrid.innerHTML = ''; updateAttachBtn(); } btn.addEventListener('click', openModal); closeBtn.addEventListener('click', closeModal); cancelBtn.addEventListener('click', closeModal); overlay.addEventListener('click', function(e) { if (e.target === overlay) closeModal(); }); document.addEventListener('keydown', function(e) { if (!overlay.hidden && e.key === 'Escape') closeModal(); }); // --- Error helper --- function showError(msg) { errorBox.textContent = msg; errorBox.hidden = false; } // --- Submit --- submitBtn.addEventListener('click', function() { var selected = overlay.querySelector('input[name="report_reason"]:checked'); if (!selected) { showError('Please select a reason.'); return; } errorBox.hidden = true; submitBtn.disabled = true; var itemsToUpload = imageItems.filter(function(it) { return !it.uploadedUrl; }); if (itemsToUpload.length === 0) { doSubmit(selected.value); return; } submitBtn.textContent = 'Uploading…'; var done = 0, failed = 0; itemsToUpload.forEach(function(entry) { entry.statusEl.textContent = '…'; entry.statusEl.className = 'report-img-item__status'; entry.statusEl.hidden = false; resizeImage(entry.file, MAX_LONG_PX, function(resized) { uploadFile(resized, currentSlug, function(err, url) { done++; if (err) { failed++; entry.statusEl.textContent = 'Failed'; entry.statusEl.className = 'report-img-item__status err'; } else { entry.uploadedUrl = url; entry.statusEl.textContent = '✓'; entry.statusEl.className = 'report-img-item__status done'; } if (done === itemsToUpload.length) { if (failed > 0) { showError('Could not upload ' + failed + ' image(s). Remove the failed ones (red) or submit without them.' ); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } else { doSubmit(selected.value); } } }); }); }); }); function doSubmit(reason) { submitBtn.textContent = 'Sending…'; var uploadedUrls = imageItems .map(function(it) { return it.uploadedUrl; }) .filter(Boolean); var payload = { reason: reason, message: document.getElementById('reportMessage').value.trim(), post_slug: currentSlug, post_url: window.location.href }; if (uploadedUrls.length) payload.image_urls = uploadedUrls; fetch('/api/post-report', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, body: JSON.stringify(payload) }) .then(function(r) { return r.json(); }) .then(function(data) { if (data && data.ok) { markReported(currentSlug); alreadyReported = true; bodyEl.innerHTML = '✓ Thank you for your report.'; footer.hidden = true; setTimeout(function() { closeModal(); footer.hidden = false; hideSection(); }, 2000); } else { showError((data && data.message) ? data.message : 'Something went wrong. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } }) .catch(function() { showError('Connection failed. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; }); } })();
Comments 0
Posting as Guest
Fox News abruptly cuts live feed. He is dead...

Fox News abruptly cuts live feed. He is dead...
Posted September 3, 2026WASHINGTON, D.C. — The United States Senate has lost one of its most formidable, unapologetic, and consequential voices.
Senator Lindsey Olin Graham, the South Carolina Republican whose political career spanned over three decades and fundamentally shaped modern American national security and judiciary policy, has passed away at the age of 71.
The veteran lawmaker died following a sudden, unexpected medical emergency, sending shockwaves through the halls of Congress and prompting a massive outpouring of grief, respect, and reflection from across the political spectrum and around the globe. Known for his razor-sharp wit, his fierce loyalty to his allies, and his unyielding commitment to a "peace through strength" foreign policy, Graham leaves behind an unmatched legacy in the nation's capital.
To secure South Carolina’s representation and maintain stability within the Republican conference, South Carolina Governor Henry McMaster moved swiftly to fill the sudden vacancy. In a poignant tribute to the late senator’s life and family, Gov. McMaster announced the appointment of Darline Graham, the senator's sister, to serve out the remainder of his term. Darline, who has long been a quiet but steadfast pillar of support in her brother's life, will now carry the Graham name forward in the upper chamber.
President Trump Remembers a 'Dedicated Patriot'
The news of Graham's sudden passing deeply impacted his closest allies, most notably President Donald Trump.
While the two men famously clashed during the 2016 Republican primaries, they subsequently forged one of the most powerful and effective political alliances in modern Washington history. Graham evolved from a traditional establishment defense hawk into one of President Trump's most trusted legislative lieutenants, a fierce defender of the America First agenda, and a key foreign policy confidant.
President Trump immediately released a heartfelt statement honoring Graham’s decades of service to the republic.
"Lindsey was a fighter. He was a tireless worker, a brilliant legal mind, and a dedicated patriot who loved the United States of America with all his heart," President Trump said in the statement. "We fought many battles together, and whether we were on the golf course or in the Oval Office, Lindsey was always focused on making our country safer and our military stronger. He will be deeply missed."
A Champion of 'Peace Through Strength' to the Very End
Throughout his illustrious career, Graham was widely recognized as the Senate’s premier advocate for robust American defense capabilities and aggressive, uncompromising measures against foreign adversaries. He firmly believed that American weakness only invited global chaos, a principle he fiercely defended up until his final days.
In a testament to his relentless work ethic, Graham had just completed a high-stakes diplomatic mission to Eastern Europe shortly prior to his passing.
On July 10, the South Carolina senator traveled directly to Kyiv for a face-to-face meeting with Ukrainian President Volodymyr Zelenskyy. During this crucial diplomatic visit, Graham finalized negotiations on a sweeping package of bipartisan legislation heavily targeting Russian energy revenues and illicit financial networks. Even at 71, Graham was leading the charge to financially cripple hostile regimes and protect American strategic interests abroad.
In the wake of his passing, Republican leaders in the Senate immediately announced a push to aggressively advance the foreign policy legislation, signaling that they plan to formally name the crippling Russian sanctions package in Graham’s honor.
Global Condolences Pour In
Graham’s unwavering support for America’s allies earned him the deep respect of leaders around the world. He was arguably the most steadfast, vocal defender of the State of Israel in the United States Senate, routinely dismantling anti-Israel narratives pushed by the radical left and demanding ironclad U.S. support for the Jewish state.
Following the tragic news, Israeli President Isaac Herzog issued a powerful statement honoring Graham's legacy. Herzog praised the late senator's "moral clarity" and his absolute, unshakeable commitment to strategic international alliances.
"Senator Graham was a true friend to Israel and a giant of the free world," Herzog stated. "His voice never wavered when it came to defending democracy and fighting against the forces of terror. The people of Israel mourn the loss of a historic champion."
A Historic Conservative Legacy
Graham’s legendary political trajectory began in 1994, when he rode the historic "Republican Revolution" into the U.S. House of Representatives. He quickly made a national name for himself as a brilliant, sharp-tongued prosecutor during the impeachment trial of President Bill Clinton.
In 2002, he was elected to the U.S. Senate to succeed conservative icon Strom Thurmond, stepping into massive shoes that he would ultimately fill with his own unique, combative style. Over his five terms in the Senate, Graham held some of the most powerful gavels in the Capitol. He served as the formidable Chair of the Senate Budget Committee and commanded immense influence from his senior perches on the Appropriations and Judiciary committees.
It was on the Senate Judiciary Committee that Graham arguably cemented his status as a conservative folk hero. During the hyper-partisan, media-driven circus surrounding the confirmation of Supreme Court Justice Brett Kavanaugh, it was Lindsey Graham who famously drew a line in the sand. With red-faced, righteous fury, Graham ripped into his Democratic colleagues, exposing their character assassination tactics and rallying the Republican base to push Kavanaugh's confirmation across the finish line.
"Boy, y'all want power," Graham famously thundered at the Democrats during that hearing. "I hope you never get it."
From his early days as a military lawyer in the Air Force to his final days walking the halls of the Senate, Lindsey Graham never backed down from a fight. As Darline Graham prepares to take the oath of office and continue her brother's term, she steps into the footprint of a man who left an indelible, uniquely conservative mark on the United States of America.
Report this article
Select a reason for reporting:
Inaccurate information Copyright violation Spam / advertisement Offensive content Other '; footer.hidden = true; overlay.hidden = false; document.body.style.overflow = 'hidden'; } function hideSection() { if (section) section.hidden = true; } function openModal() { if (alreadyReported) { showSuccess(); return; } overlay.hidden = false; document.body.style.overflow = 'hidden'; } function closeModal() { overlay.hidden = true; document.body.style.overflow = ''; footer.hidden = false; overlay.querySelectorAll('input[name="report_reason"]').forEach(function(r) { r.checked = false; }); document.getElementById('reportMessage').value = ''; errorBox.hidden = true; submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; imageItems = []; imgGrid.innerHTML = ''; updateAttachBtn(); } btn.addEventListener('click', openModal); closeBtn.addEventListener('click', closeModal); cancelBtn.addEventListener('click', closeModal); overlay.addEventListener('click', function(e) { if (e.target === overlay) closeModal(); }); document.addEventListener('keydown', function(e) { if (!overlay.hidden && e.key === 'Escape') closeModal(); }); // --- Error helper --- function showError(msg) { errorBox.textContent = msg; errorBox.hidden = false; } // --- Submit --- submitBtn.addEventListener('click', function() { var selected = overlay.querySelector('input[name="report_reason"]:checked'); if (!selected) { showError('Please select a reason.'); return; } errorBox.hidden = true; submitBtn.disabled = true; var itemsToUpload = imageItems.filter(function(it) { return !it.uploadedUrl; }); if (itemsToUpload.length === 0) { doSubmit(selected.value); return; } submitBtn.textContent = 'Uploading…'; var done = 0, failed = 0; itemsToUpload.forEach(function(entry) { entry.statusEl.textContent = '…'; entry.statusEl.className = 'report-img-item__status'; entry.statusEl.hidden = false; resizeImage(entry.file, MAX_LONG_PX, function(resized) { uploadFile(resized, currentSlug, function(err, url) { done++; if (err) { failed++; entry.statusEl.textContent = 'Failed'; entry.statusEl.className = 'report-img-item__status err'; } else { entry.uploadedUrl = url; entry.statusEl.textContent = '✓'; entry.statusEl.className = 'report-img-item__status done'; } if (done === itemsToUpload.length) { if (failed > 0) { showError('Could not upload ' + failed + ' image(s). Remove the failed ones (red) or submit without them.' ); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } else { doSubmit(selected.value); } } }); }); }); }); function doSubmit(reason) { submitBtn.textContent = 'Sending…'; var uploadedUrls = imageItems .map(function(it) { return it.uploadedUrl; }) .filter(Boolean); var payload = { reason: reason, message: document.getElementById('reportMessage').value.trim(), post_slug: currentSlug, post_url: window.location.href }; if (uploadedUrls.length) payload.image_urls = uploadedUrls; fetch('/api/post-report', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, body: JSON.stringify(payload) }) .then(function(r) { return r.json(); }) .then(function(data) { if (data && data.ok) { markReported(currentSlug); alreadyReported = true; bodyEl.innerHTML = '✓ Thank you for your report.'; footer.hidden = true; setTimeout(function() { closeModal(); footer.hidden = false; hideSection(); }, 2000); } else { showError((data && data.message) ? data.message : 'Something went wrong. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; } }) .catch(function() { showError('Connection failed. Please try again.'); submitBtn.disabled = false; submitBtn.textContent = 'Submit report'; }); } })();