zjonsson's comments

zjonsson | 13 years ago | on: Nexus 4 available for purchase again today at 12pm PST

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);

page 2