ADVERTISEMENT
970x220

'Cruel!': Chiz slams Trump admin's plan to send Filipinos facing deportation to Libya

Published May 8, 2025 01:23 pm

At A Glance

  • "Dignified repatriation of our brothers and sisters is all we seek, not some rendition to an offshore penitentiary in a country which does not want them," Senate President Francis "Chiz" Escudero said.

Senate President Francis “Chiz” Escudero on Thursday, May 8 criticized United States President Donald Trump’s plan to send Asian immigrants—including Filipinos—facing deportation to Libya, saying it would be “cruel” for his administration to export them to a third country and one known for human rights violations.

“Filipinos are not camels to be dumped on some Libyan desert,” the Senate chief said.

“They are human beings who deserve to be accorded all the rights by a state who claim to cherish and uphold them,” Escudero added.

The Senate leader urged Philippine Ambassador to the US Jose Manuel Romualdez to look into the status of all Filipinos scheduled for deportation or transfer to other states and extend legal assistance to them if necessary.

Escudero said it is crucial for the government to ensure that Filipinos facing legal troubles are protected and that they would not be forced to endure possible persecution in countries with a history of human rights violations.

“If the United States wants to deport our citizens, then we are willing to welcome our kababayan back. There is absolutely no need for this cruelty to export them to a third country,” he said.

“Dignified repatriation of our brothers and sisters is all we seek, not some rendition to an offshore penitentiary in a country which does not want them,” he pointed out.

A federal judge has already temporarily stopped the deportation proceedings against Asian migrants bound for Libya citing that such move would violate Trump’s own earlier order allowing them to challenge their removal for a country other than their own.

Part of Trump’s campaign promise to the American people is to expel millions of undocumented immigrants in the US, a move that has generated strong condemnation among human rights groups and foreign governments.

Related Tags

Chiz Escudero Trump administration Donald Trump deportation proceedings US-Philippine relations US Libya
ADVERTISEMENT
300x250
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0 72px 0 12px; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } li:empty { display: none; } .hidden { display: none; }
function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.