// Adds dimensions UUID, Author and Topic into GA4
Monday, July 14, 2025
29 C
Singapore

East-West Line MRT allegedly emits “toxic smell” as it travels towards Pasir Ris

A picture of an MRT platform along the East-West Line that is filled with smoke as a train pulled up is going viral on social media. The picture of the smoke-filled MRT platform, which is circulating on Facebook, Reddit and WhatsApp, has already received over 200 reactions on one Facebook page.

According to one netizen, Redditor u/bin1065, the “smoke started to come out from the train below and the smell was very toxic.” He added: “I think the train left the burning smell in every station towards the Pasir Ris direction.”

This is a developing story. The Independent has contacted SMRT for comment and will update this story as more details are released.

See also  2 ladies caught on CCTV stealing shoes at Tech Whye HDB

Hot this week

‘Tennis keeps surprising me’ — Iga Swiatek surprised to win 2025 Wimbledon title

WIMBLEDON, LONDON: Iga Swiatek is the 2025 Wimbledon champion...

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