The Online Citizen’s (TOC) editor, Terry Xu, has gone on a local forum to chastise trolls and the People’s Action Party’s Internet Brigade for causing Benjamin Lim’s mother to have a “mental breakdown” because of all the false accusations they have been spreading about the 14-year-old boy’s family.
“If anything were to happen to the mother, I hope all of you can sleep properly at night,” he warned them, and asked the moderators at HardwareZone’s forum to better moderate unfounded allegations against the family.

Benjamin Lim's mother experiencing mental breakdown claims TOC's editor
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);
}
});
