Saturday, June 28, 2025
30.6 C
Singapore

Ah Mu has given way to Ah Chee

Three days ago activist and opposition politician Gilbert Goh shared a picture in his Facebook which showed People’s Action Party candidate Murali Pillai’s poster awkwardly placed below the ‘give way’ sign. Below Murali’s picture was Dr Chee Soon Juan’s picture.
Gilbert said in his Facebook today that the poster of Murali in that awkward location has now been removed.

picture credit: Gilbert Goh
picture credit: Gilbert Goh

Commenting on Murali removing his poster from the spot Gilbert who is rooting for Chee to be elected from the by-election in Bukit Batok said, “it looks like the PAP candidate is seriously giving way to Dr Chee!”

See also  Minister Desmond Lee indicates police may take action against 'sugar daddies' and 'sugar babies'

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