// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 12, 2025
28.5 C
Singapore

Caucasian driver flashes middle finger at driver who tried to speed and overtake him

Netizens have flamed a driver who posted a video of himself trying to speed and prevent a Caucasian driving a Mini Cooper to prevent him from turning into his lane and the frustrated Caucasian driver flashing a middle finger at him.

The incident occurred yesterday along Upper Thompson Road, around 5.30pm.

In the video, the Mini Cooper driver signals to turn left but the driver who recorded and posted the video deliberately speeds to block the Mini Cooper driver.

The Mini Cooper angrily speeds up and cuts into the lane before flipping off the driver who tried to block him.

Instead of expressing sympathy for the one who was flipped off, netizens have excoriated him for his rash driving:

redwire singapore mini cooper ang moh middle finger t

See also  Health Minister apologises for data leak affecting 14,200 HIV+ individuals

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