Saturday, June 28, 2025
30.6 C
Singapore

Man caught disposing parking fines from multiple vehicles into dumpster

A man was caught on camera disposing parking fines from several vehicles into a dumpster before nonchalantly walking away.

A video catching the man – who appears to be a summons officer based on his uniform – in the act was posted online on Facebook group, Singapore Taxi Driver, by netizen Ivy Long last week.

After the alleged culprit walks away from the scene, the person videotaping the man approaches the dumpster and discovers multiple parking fine slips crumpled up within the bin:

This pervert threw away many parking fine from many vehicles!

Posted by Ivy Long on Thursday, 23 November 2017

See also  Vlogger comes under severe criticism, including a death threat, for negative review of SIA service

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