Saturday, June 28, 2025
28.7 C
Singapore

Filipina berates woman who questioned her for having ‘Singapore’ emblazoned in shorts

A reader sent us a video of a commotion in a hawker centre. According to the reader the woman, a Singaporean, questioned the Filipina about why she had ‘Singapore’ emblazoned in the back of her shorts. The Filipina who got upset with the woman’s question went ballistic with her attracting many onlookers.

According to the reader, the woman is a maid who had engaged in a game of weekend netball before the incident.

Do you think the word ‘Singapore’ should be better respected?

See also  POFMA should only be for clear cut cases of falsehoods, not for interpretations of statistical data, says SDP

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