| Poked around on vincerewears.com to see what was there. There's a widget that pops up periodically that says "Someone in {city}, {country} purchased {product}". It looked a bit fishy, so I poked around the source code. Sure enough, the faked purchases are in the source code. They don't even bother to load them via XHR to at least give some semblance of legitimacy. Lol. s = [{
"sn_city": "Pompano Beach",
"sn_country": "United States",
"sn_discount": null,
"sn_first_name": "Erick",
"sn_handle": "natu-t-shirt",
"sn_img": "https:\/\/cdn.shopify.com\/s\/files\/1\/0283\/5824\/6448\/products\/product-image-1183227221.jpg?v=1600916205",
... From: https://sales-notification-cdn.makeprosimp.com/v1/published/... |