This was posted earlier, but it was deemed SOLD OUT. But I was just able to place an order (11/10/2020 - 2:55 AM EST)
CLICK HERE TO VIEW ON XBOX.COM [xbox.com]
Seems the stock is going in and out, so if you see 'CHECKOUT' do it right away and go through the check out process. KEEP CLICKING PLACE ORDER. I did it for a few minutes and it went through.
BEST OF LUCK!
** TOOK ME ABOUT AN HOUR TO TRY AND PLACE THE ORDER (ENTIRE PROCESS). I kept refreshing and it said 'CHECKOUT' a few times, but once it was in cart, I was able to get the 'PLACE ORDER' tab and it took a while before it actually went through. So keep at it! **
UPDATE: 11/10/2020 - 3:16 AM EST - JUST SAW IT BACK IN STOCK (CHECKOUT) was available!
UPDATE: 11/10/2020 - 6:40 AM EST - I was able to place an another order after trying for an hour. BIG SHOUTOUT TO '460cidpower' for suggesting 'FREE MOUSE CLICKER'. It is a life saver! Keep on clicking! It will go through after some time!
Join The Conversation
Share information with the community. Please follow our Community Guidelines and be kind!
1,473 Comments
Sign up for a Slickdeals account to remove this ad.
Thanks for this info!, when i enter the code i get an error "Uncaught SyntaxError: Unexpected identifier VM38:1"
I tried multiple browsers, any idea what i might be doing wrong?
I tried multiple browsers, any idea what i might be doing wrong?
var monitorBody = new MutationObserver(function(mutations) {
if (document.querySelector('button[data-m=\'{"aN":"shoppingCart","cN":"ViewErrorDetails"}\']')) {
document.querySelector('button[data-m=\'{"aN":"shoppingCart","cN":"ViewErrorDetails"}\']').parentNode.removeChild(document.querySelector('button[data-m=\'{"aN":"shoppingCart","cN":"ViewErrorDetails"}\']'));
document.querySelector("button.btn-primary.cli-purchase").click();
}
});
monitorBody.observe(document.body,{attributes: true,childList: true,subtree: true});
document.querySelector("button.btn-primary.cli-purchase").click();
The script is running without a problem, but I've not had any success yet.
Sign up for a Slickdeals account to remove this ad.
I tried multiple browsers, any idea what i might be doing wrong?
Once you see that, run the setInterval code and it should work.
var monitorBody = new MutationObserver(function(mutations) {
if (document.querySelector('button[data-m=\'{"aN":"shoppingCart","cN":"ViewErrorDetails"}\']')) {
document.querySelector('button[data-m=\'{"aN":"shoppingCart","cN":"ViewErrorDetails"}\']').parentNode.removeChild(document.querySelector('button[data-m=\'{"aN":"shoppingCart","cN":"ViewErrorDetails"}\']'));
document.querySelector("button.btn-primary.cli-purchase").click();
}
});
monitorBody.observe(document.body,{attributes: true,childList: true,subtree: true});
document.querySelector("button.btn-primary.cli-purchase").click();
The script is running without a problem, but I've not had any success yet.
Sign up for a Slickdeals account to remove this ad.
Join The Conversation
Share information with the community. Please follow our Community Guidelines and be kind!