Friday, June 27, 2025
30.4 C
Singapore

MRT Police allegedly checked man “for fun”

Facebook user Khairul Azni claimed that the policemen in MRT checked him “for fun”. He captioned his video: “And this guy admit under pressure he did screen me for FUN ? Tattooed people ain’t bad but we have our limits don’t push your luck ! Last part he advise me to delete . Nak tutup jubo sendiri ! For those who say i did not cooperate, I took out my identity card even before they came to me . So much of ” Don’t judge the book by its cover “.”

See also  Asian Pay Television Trust tops RHB's top 20 small cap companies

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