Live data from Hacker News

Nexus 4 available for purchase again today at 12pm PST

play.google.com

91–100 of 100 posts

Re: Nexus 4 available for purchase again today at 12pm PST

#92

I finally got mine. When you have successfully added the phone to your cart, use this var j = 0;var i = setInterval(function(){document.forms[1][1].click();j++;j>600 && clearInterval(i)}, 1000);

Thank you for bringing several hours of frustration to an end

Re: Nexus 4 available for purchase again today at 12pm PST

#93

This script got me an 8GB phone just now (took 10 minutes). Simply paste into your console window (hit F12 and then ESC) setInterval( function() { var buttons = document.getElementsByClassName( 'buy-button-price' ); for ( var i = 0; i < buttons.length; i++ ) { if ( buttons[i].value === 'Proceed' ) { buttons[i].click(); console.log("click") } } }, 2000);

This worked for me twice. I had two windows open in chrome (one incognito) with two different google accounts, one for the 16 GB, one for the 8 GB. The 8 GB went after about 7 minutes, the 16 GB took until about 15 minutes.

Now to cancel the 8 GB.

Thanks for the tip!

Re: Nexus 4 available for purchase again today at 12pm PST

#94
If you're still looking to buy one and don't want to use the JS hacks, just tab over to the Proceed button and hold down the enter key (I'm guessing this starts making continuous ajax requests) - took me about 30-45 seconds of holding it down but the checkout/payment screen popped up.

HT: https://twitter.com/TomDanTheRock/status/273546858289303554

Re: Nexus 4 available for purchase again today at 12pm PST

#95
This worked for me:

Once the phone is in your basket, hit tab until the focus is on the proceed button. Then hold enter until finally it succeeds (took about 30s for me).

Now just a "6-7 week" wait for delivery. In other words, the phone can no longer be given as a Christmas present. Disastrous launch all round.

Re: Nexus 4 available for purchase again today at 12pm PST

#96
post #92

I finally got mine. When you have successfully added the phone to your cart, use this var j = 0;var i = setInterval(function(){document.forms[1][1].click();j++;j>600 && clearInterval(i)}, 1000);

Thank you for bringing several hours of frustration to an end

[deleted]

Re: Nexus 4 available for purchase again today at 12pm PST

#98
post #41

Earlier quoted context omitted.

What I did last time was click to "Proceed" from the cart, even if you get a "Oops, we had trouble processing your request" error and the button is no longer blue. Eventually I was able to order the phone that way, instead of refreshing the page which removes the item from your cart. This might not work this time around, but it's worth a shot.

I wish I had read that 15 min ago. UPDATE: Nah, I tried that, Now I'm getting a popup "Due to high demand, your order could not be processed. Please try again later." UPDATE 2 : "Oops, we had trouble processing your request. We're working on fixing the issue. Please try again later."

... then later you realize you've ordered 578 nexus 4s... ><
Post reply on HN