Friday, June 27, 2025
29.4 C
Singapore

‘I hope your backside will grow worms,’ says S’pore resident to person stealing his plants

Singapore – Whether it’s a bicycle or grocery vouchers, theft is a serious matter. An incident involving potted plants getting stolen became a trending topic on Reddit because of the accompanying warning poster with the victim wishing the suspect would “grow worms on his backside.”

On Tuesday (May 4), Redditor u/Beetaibak posted the following photo of a note. “In America, they have gangs fighting over drugs. In Singapore, we have this,” read the caption.

Photo: Taken from Reddit Singapore

The sign reads, “To the person who kept stealing my potted plants.

“I hope your backside will grow worms and your hair will grow lice.

“I have CCTV, but I don’t want you to get into trouble with the police over small, petty crimes things like potted plants.

“Return my plants. And stop stealing my plants, or I’ll stomp you on YouTube and Facebook.”

With over 1,300 upvotes, the post had netizens talking. Another Redditor took the time to expound on the warning, taking into account a famous line from the movie Taken.

See also  CCK resident annoyed at neighbour's nightly bath noises, calls police almost 100 times

“I don’t know who you are. I don’t know what you want. If you are looking for ransom I can tell you I don’t have money, but what I do have are a very particular set of skills. Skills I have acquired over a very long career. Skills that make me a nightmare for people like you. If you let my potted plant go now that’ll be the end of it. I will not look for you, I will not pursue you, but if you don’t, I will look for you, I will find you and I will STOMP you.”

While the location is unknown, the message showed enough to indicate that it came from Singapore.

“The best thing is that the sign is laminated, so it’s planned to be stuck there for a long time,” wrote Redditor puncel.

Meanwhile, an individual, also a victim of stolen plants, questioned such behaviour. “Plants getting stolen from HDB (Housing and Development Board) corridors is no joke. I had several plants stolen too. It always puzzles me why people gotta steal plants,” said Redditor condemned02.

See also  Singapore car hits Malaysia car twice at Johor Bahru checkpoint, leading to altercation

In Singapore, theft is punishable with up to three years jail, a fine, or both./TISG

Read related: Man posts about stolen bicycle used for work, gets a replacement from kind stranger

Man posts about stolen bicycle used for work, gets a replacement from kind stranger

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