[FALSE ALARM] I put a fake card number into my bait amazon account, but an order was placed

I think kitboga coded a fake Amazon order thing once actually, so he probably uses that

Actually, I think I’ll try to code a fake one, because it just doesn’t feel right to use the fake cards to place orders, since it could waste amazon’s time (even if it will be cancelled later). Plus, if I code it myself, the orders will never be cancelled. Sorry for the bump, but I just needed to put this out there.

There is a chrome extension that allows you to copy the HTML and CSS of a website. I don’t know what it’s called tho. You could use that for the styling, then some simple JS for making orders.

My plan is to learn more about the fetch API, then log the item’s image, the item’s name and price into a json file. I would use different json files for the cart and the order history. Then for the tracking information, I’ll just redirect it to a 404 error since the scammer isn’t going to click on that

Edit:
I’m lazy so I’m just going to use the localStorage and variables to identify each order. Then with each order the variable will go up by one, then the var would be put into the localStorage. No json this time