Friday, June 27, 2025
31.1 C
Singapore

Netizen appeals for Fb shares to get stolen bike returned

Nia Insyirah took to her Facebook account on Sunday, June 24, to post about a motorcycle that was stolen from Jalan Beladau earlier that day. She pointed out the particular heartlessness of the timing of the theft, as it happened while it’s still Hari Raya.

She also emphasized that the owner of the bike worked hard to pay for it, and used it not only to travel from home to work and vice versa, but also to do delivery work using the bike, for the sake of additional income, and what a pity it was that the bike was gone in a matter of seconds.

Ms. Insyirah posted photos and a video not only of the stolen bike with a local license plate, but what seems to be CCTV footage of the theft itself. A man, whose face cannot be seen by the camera because he is wearing a blue helmet, is first seen to tamper with the motorcycle, and then drive away with it.

See also  US$100,000 stolen in brazen robbery at RHB Cambodia

Ms. Insyirah put up her post in the hope that it would be widely shared so that the motorcycle might be found. The bike, which has a front plate FR 3138, was parked in front of Hotel 101 in Malaysia. The full address can be found in the post.

Netizens responded to the post, which had been shared more than 550 times.

Hot this week

Grab faces pushback from NTUC over incentive changes, delays implementation

SINGAPORE – Ride-hailing platform Grab has postponed changes to...

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