perfectchaos007
Member
Got one!!!
Thanks to that script, I managed to get it ordered, though it added 2 to my cart and I was afraid to change it, so I hope that doesn't screw it up. Thanks again for the help, been paranoid about it all day.
It worked.. it added an a quantity of 1 six times over the past two hours. Once it deleted after I tried placing order. The other times, the cart empties when I click on it. I think because I check so late after it added, it's already gone by the time I noticed.
-Right-click in a blank area on the Target SNES Classic product page
-Click "Inspect"
-At the top of that area, you'll see Elements, Console, Sources, etc....Click Console
-Scroll to the bottom until you see a blue > prompt
-Paste the code there and press the Enter key
The code once again is:
window.setInterval(() => {
const preOrderButton = document.getElementsByClassName('sbc-add-to-cart');
if(preOrderButton[0]) {
preOrderButton[0].click()
}
}, 5000)
same, this felt way too easytarget is going to cancel these i feel it, this was too easy.
-Right-click in a blank area on the Target SNES Classic product page
-Click "Inspect"
-At the top of that area, you'll see Elements, Console, Sources, etc....Click Console
-Scroll to the bottom until you see a blue > prompt
-Paste the code there and press the Enter key
The code once again is:
window.setInterval(() => {
const preOrderButton = document.getElementsByClassName('sbc-add-to-cart');
if(preOrderButton[0]) {
preOrderButton[0].click()
}
}, 5000)
Using that chrome script I seemingly got one from Target. I received a confirmation email.