Thursday, June 26, 2025
29 C
Singapore

Spoof video of Hong Kong’s seizure of Singapore’s armoured vehicles goes viral

A spoof of Singapore’s ongoing tussle with the Chinese government on the seizure of the armoured vehicles by Hong Kong customs department has gone viral. The Facebook page ‘Dr Juan Carlos Tanahmerah”, which seemed to have been set-up just a few days ago poked fun at the Singapore Armed Forces’ misfortune.

The fictitious character Dr Juan Carlos Tanahmerah suggested that Singapore should apologise to China for being bumbling idiots.

See also  Man finds steel mesh in coffee shop meal, supervisor says, “You’re not the first one”

Hot this week

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); } });