Saturday, June 28, 2025
30.9 C
Singapore

Dog meat being sold in Geylang?

Facebook user Lim Suu Swen has alerted Agri-Food & Veterinary Authority of Singapore (AVA) that a person by the name of Thomas Tno (as per his Facebook profile) and his friend who goes by the name of Pa Chai are selling dog meat at GeyLang Lor 25 behind a coffee shop, from 3pm to 6pm.

In sharing several Whatsapp chats, the user pointed out that the sale of dog meat is not only cruel, but also illegal in Singapore.
1
The user also said that she had made a Police report against the man for harassment as well, and also because he mentioned that he killed cats.

See also  Comic book shop run by elderly couple at Marine Parade goes viral, 3 comic books for only S$10

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