Wednesday, June 25, 2025
31.9 C
Singapore

The fate of the sinful US ends here: North Korea Video

https://www.youtube.com/watch?v=_87FzHVlYnE

North Korea issued a video propaganda showing the purported – simulation – bombing of Guam.

NK News, a supposedly independent North Korean portal, was the first English-language outlet to spot the propaganda video, which shows various American leaders like Vice President Mike Pence, CIA head Mike Pompeo, Secretary of State Jim Mattis, and Joint Chiefs of Staff Joseph Dunford. They’re all shown engulfed in flames at various points in the film.

The video also shows President Trump in a cemetery filled with crosses. The caption during that portion of the video reads, “the fate of the sinful US ends here.”

See also  Government gullibility about CECA is what most Singaporeans are angry about

Hot this week

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });