Thursday, June 26, 2025
28.5 C
Singapore

Policemen earn netizens’ respect for patiently handling old man who was berating them

Facebook page Singapore Road Accident shared a video clip of an old man berating two police officers yesterday. The clip is trending with over 600 shares since being shared. The shirtless old man not only refused to get off the Comfort cab, but also scolded the policemen as ‘pigs’, ‘smelly’ and asked them to ‘go and die’.

It is unclear when or where the incident happened or what happened after the clip ended, but netizens who responded to the post praised the policemen for being very patient with the unreasonable old man. Some noted that the man appeared drun.

Uncle scolding police ??

Posted by Singapore Road Accident on Friday, 5 May 2017

See also  Letter takes issue with Govt saying ageing drives up MediShield Life premiums

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