- 1,958
- 293
Nike did not break anything... they just had a realignment of objects/elements on their product page. If you read carefully throughout this thread the fix is provided.good night sweet prince
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Nike did not break anything... they just had a realignment of objects/elements on their product page. If you read carefully throughout this thread the fix is provided.good night sweet prince
I dont know where youre getting your info from. The III's and IV's are going up on NIke.com and they are TLO (for men sizes anyway). So unless you're going for the the GS sizes you need to monitor twitter beginning at 8am EST. So if you plan on using your script, as long as it updated it should work. But you may want to try to convert your js script to jquery to show mouse movements like ES and countless others have mentioned. Either that or try your luck with your existing script and hope Nike doesnt cancel your order. No one here is going to do it for you, but all the info you need is here in this thread. The V's are instore only.i understand this lol i have it all fixed expect i wasn't expecting the non TLO that was my only issue lol
not sure if i have enough aliases yet. certainly don't want L.at the G.O.T slang...btw people are going to be mad again. all major markets will be fcfs and fear pack is looking slimmed down to 1 fsr at most locations, but earlier during the week i received docs with rsvp for 3 shoes (fear pack) so this might of changed just yesterday. Pretty sure D.S aka S.M aka N.D had a lot to do with it.
If ya know me, ya know me, if ya don't , lets keep it that way.
Q: Anyone here good with chromium?
Care to share a restock script? Was not aware one was available.http://insider.nike.com/us/shoes/air-jordan-3-4-retro-9532/
It will be a TLO.
And my guess - a TLO to the men's and GS page so you will have to do some additionally clicking.
So dust off those RESTOCK bots and copy paste the essentials to your TLO bots!
A simple search for the add-to-cart button should be enough to decide if you need to dive one link in.
that is what i stated way up top my guy but according to them the time nike posts the tweet its already to late , thought you read the whole last page.... sigh muah tho
Care to share a restock script? Was not aware one was available.
This is why I like evilside.http://insider.nike.com/us/shoes/air-jordan-3-4-retro-9532/
It will be a TLO.
And my guess - a TLO to the men's and GS page so you will have to do some additionally clicking.
So dust off those RESTOCK bots and copy paste the essentials to your TLO bots!
A simple search for the add-to-cart button should be enough to decide if you need to dive one link in.
I tried switching to JS actually, I was using a different code but I couldn't figure the parts of it either with the new layout. I'm having trouble finding the correct div.* call.I don't think pasting the JavaScript code into Tampermonkey will work.
You don't even need any of the include statements.
I tried switching to JS actually, I was using a different code but I couldn't figure the parts of it either with the new layout. I'm having trouble finding the correct div.* call.
Mind if I contact you elsewhere? I thought I'd be able to us the JS code in Greasemonkey on Firefox if anything. I also have Tampermonkey for Chrome anyway.
Ok, understood. Would you be able to help me out with correcting whatever I need to change my div.* calls to in my original code then? I must have tried like 20 different combinations of names.same deal with Firefox - not gonna work by replacing your Jquery stuff with JavaScript.
Man...I used to know this **** so well, and I did make my original bot. But, the new layout messed me up real good. I know they didn't change the layout/code on the website much, but I can't get my code to work at all.
Someone please help me out?
// ==UserScript==
// @name NK script
// @include http://*/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require
// @grant GM_addStyle
// ==/UserScript==
/*- The @grant directive is needed to work around a design change
introduced in GM 1.0. It restores the sandbox.
*/
var size_i_want = "10.5";
var how_many = 1;
function addToCart()
{
var sizesList=document.getElementsByName("skuAndSize")[;
function setQuantity()
{
document.getElementsByName("qty")[.selectedIndex = how_many-1;
}
function setSizeValue()
{
document.getElementsByName("skuAndSize")[.selectedIndex = 7;
setQuantity();
}
if(sizesList != undefined) {
setSizeValue();
document.getElementsByClassName("add-to-cart")[.click();
} else {
setTimeout("addToCart()", 250);
}
}
setTimeout("addToCart()", 250);
why are the mods not wiping out the newbs that are here only to troll???
I did read "every fix" in this thread, and every single page. I did make my first bot, but guess what it wasn't in JavaScript. I already said that.if you made your first bot , you would know how to fix it. Every fix is in this thread if you read