Hacker News new | ask | show | jobs
by hardik988 4945 days ago
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);
4 comments

THIS. This absolutely works. To clarify, copy-paste this script in the address bar of the browser when you are on your cart's page. Don't forget to add javascript: in front of the one-liner.

This sort of hacking is why no one else can order it. :P

Thank you for bringing several hours of frustration to an end
This worked for me. Thanks
yup, that did it for me, thank you