// Adds dimensions UUID, Author and Topic into GA4
Saturday, December 13, 2025
24.9 C
Singapore

VIDEO: Excavator flips after hitting height limit bar in KPE tunnel

A video showing an excavator on a truck hitting the height limit bar before the Sims Ave entrance of the Kallang-Paya Lebar Expressway (KPE) and then flipping over has been going viral, since it was posted on Facebook yesterday at 6.30pm.

The video was also circulated on Whatsapp:

The Land Transport Authority (LTA) has since clarified that the video is not new and that the incident occurred on 28 Sept this year, around 10am.

In a separate incident, a trailer carrying an excavator crashed into an overhead bridge near the Singapore Indian Association along Balestier Road on 21 July. The overhead bridge was badly damaged and was later completely removed:

https://theindependent.sg.sg/crane-crashes-into-overhead-bridge-at-balestier-road/

See also  Stories you might've missed, Jan 12
- Advertisement -

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