Friday, June 27, 2025
28.4 C
Singapore

Singapore car driver opens door to 'steal' lane

Facebook group Carro has shared a video of a Singapore registered car being driven in Still Road. The driver of the car had to switch lanes on a busy stretch of road, and guess how he nudged his way into the lane? He opened his side of the door to create more space for his vehicle to squeeze through. The driver behind him, who captured the entire thing in his dashcam could only snigger, “ha! ha!”


We had earlier stated that the incident happened in Malaysia. Our apologies to our readers.

See also  S'porean woman, 83, dies from Covid-19 complications; Jurong Fishery Port cluster reaches 741

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