// Adds dimensions UUID, Author and Topic into GA4
Thursday, July 17, 2025
28.5 C
Singapore

Netizen reported that firemen assisted to evacuate from flooded bus

Facebook user Theresa Huiying reported that passengers in an SBS bus in Pioneer Road North had to be evacuated by firemen. The waters started pouring into the bus because of the flash floods in many parts of Singapore earlier today.
The pictures shared by Theresa showed that the waters were more than ankle deep and that there were several other people, including older passengers in the bus. Theresa captioned her video, “I’m stuck in the bus flooded by the heavy downpour. Now bus is on stationary and water is rising rapidly. I hope I make it out alive.”



3
5

See also  Five out of six jobs new jobs went to Singaporeans from 2015 to 2018

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