91³Ô¹ÏÍø

Watch CBS News

Porch pirates steal over $700 worth of packages for those in need from Fall River home

Twin sisters in Fall River were devastated when they learned that a thief had stolen over $700 worth of gifts from their front porch on Thursday afternoon.

"It's very sad that people can be malicious like that," Jade St. Pierre said.

She didn't realize that something was wrong until she checked her email and saw several delivery notifications, but there were no packages on her doorstep. Amazon had sent her a photo showing that her packages had been delivered, but her Ring camera shows a person with a large garbage bag walking away.  

"I was so mad. I want someone to find his face to see what he looks like," her sister Jazmin said.  

Jade said she is now missing Nike sweatsuits, toys, and shoes, all for families in need that she adopts for the holiday season, helping them afford gifts. 

"I have to go figure out which families are lacking gifts," she said. "I am frustrated, but I am more sad because I do a lot for the families."

Jade explained that she will now have to repurchase her gifts.

Quincy anti-package theft task force

Quincy Police say over the past two years, they've seen such an increase in porch thefts that they've created a task force to help combat the issue.

"Most of the time it's off the steps. There's some people that follow delivery trucks. There's people that dress up like delivery drivers. This task force is designed to kind of key in on those people that are committing those crimes," Sergeant Patrick Faherty said. 

The task force had several recommendations for people who may be worried about package thefts. 

  • Have an email alert when the package has been delivered
  • Install a security camera or Ring doorbell technology
  • Consider having expensive items shipped in a plain, unidentified box

If you believe your package may have been stolen, it is important to file a claim with the carrier. , , and all have resources on their websites to assist. 

recommends that people ask their neighbors about the package before waiting 48 hours after the supposed delivery to report it. 

Amazon driver allegedly steals UPS package

Medford Police are searching for an Amazon driver who allegedly stole a UPS package off of someone's porch during a delivery. The package contained special edition "Stranger Things" Converse, which were meant to be given to a young girl on Christmas. 

Anyone with information is asked to call 781-391-6767.  

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });