- 465
- 152
For the folks that arrived to the party late.
CAPTCHA "like"
coming soon.
captcha bot anyone?
CAPTCHA "like"
coming soon.
captcha bot anyone?
Last edited:
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.
I THINK THE GUYS INTENTIONS WERE TO STEER AS MANY PEOPLE OF COURSE AS POSSIBLE FOR THOSE WHO BIT.
EASY COPS FOR THE REST OF US.
Wow. What people would do to keep others from copping shoes.
i saw the post and was like alright - he is using GIT so he must know what he is doing.
then i see the code. lol.
i hope everyone bites and uses that script.
between this and crappy Add-To-Cart services - they are actually helping by getting people flagged by nike.
For the folks that arrived to the party late.
CAPTCHA "like"
coming soon.
captcha bot anyone?
I THINK THE GUYS INTENTIONS WERE TO STEER AS MANY PEOPLE OF COURSE AS POSSIBLE FOR THOSE WHO BIT.
EASY COPS FOR THE REST OF US.
i saw the post and was like alright - he is using GIT so he must know what he is doing.
then i see the code. lol.
i hope everyone bites and uses that script.
between this and crappy Add-To-Cart services - they are actually helping by getting people flagged by nike.
Wow. What people would do to keep others from copping shoes.
Do you guys even know what a mouseOver event is in Javascript? How would you detect this on millions of mobile phones, tablets, and computers with touch screen monitors? They don't have mice do they? Is Nike really willing to exclude millions of these users just to deny the few script users?
I'll test the script this weekend and post back results. If the mouseOver event is really being detected, it should be easy enough to tweak the code to spoof it.
In jQuery or that userscript? I just tested with the scriptish extension in Firefox. All the events are right but the document's names are different. I just edited it quickly and was able to get the click event on the drop down menu to work but that unordered list syntax has me kind of queezy.Does this still work? I'm trying to figure out how to incorporate it into my current .js , but it's not working out.
[/code]Code:[CODE]// ==UserScript==// @name _Nike auto-buy shoes(!!!) script// @include http://store.nike.com/*// @include https://store.nike.com/*// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js// @require https://gist.github.com/raw/2625891/waitForKeyElements.js// @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 targetShoeSize ="10";//-- STEP 1: Activate size drop-down. waitForKeyElements ("div.footwear form.add-to-cart-form span.sizeDropdown a.size-dropdown", activateSizeDropdown );function activateSizeDropdown (jNode){ triggerMouseEvent (jNode[0],"mousedown");//-- Setup step 2. waitForKeyElements ("ul.selectBox-dropdown-menu li a:contains('"+ targetShoeSize +"'):visible", selectDesiredShoeSize );}//-- STEP 2: Select desired shoe size.function selectDesiredShoeSize (jNode){/*-- Because the selector for this node is vulnerable to false positives, we need an additional check here. */if($.trim (jNode.text ())=== targetShoeSize){//-- This node needs a triplex event triggerMouseEvent (jNode[0],"mouseover"); triggerMouseEvent (jNode[0],"mousedown"); triggerMouseEvent (jNode[0],"mouseup");//-- Setup steps 3 and 4. waitForKeyElements ("div.footwear form.add-to-cart-form span.sizeDropdown a.selectBox "+"span.selectBox-label:contains('("+ targetShoeSize +")')", waitForShoeSizeDisplayAndAddToCart );}}//-- STEPS 3 and 4: Wait for shoe size display and add to cart.function waitForShoeSizeDisplayAndAddToCart (jNode){var addToCartButton = $("div.footwear form.add-to-cart-form div.product-selections div.add-to-cart"); triggerMouseEvent (addToCartButton[0],"click");//-- Setup step 5. waitForKeyElements ("div.mini-cart div.cart-item-data a.checkout-button:visible", clickTheCheckoutButton );}//-- STEP 5: Click the checkout button.function clickTheCheckoutButton (jNode){ triggerMouseEvent (jNode[0],"click");//-- All done. The checkout page should load.}function triggerMouseEvent (node, eventType){var clickEvent = document.createEvent('MouseEvents'); clickEvent.initEvent (eventType,true,true); node.dispatchEvent (clickEvent);}
that script is old. and stopped working after memorial day or so.
so i copied a nikestore j.query script from stackoverflow that was said to work flawlessly and pasted it on tampermonkey which is downloaded as an extension on my chrome browser, enabled the script, but nothing happens when im on a product page on nikestore.com. is there something im missing, im prepared to be flamed so have it if thats something you enjoy, i could care less, just trying to avoid being megged.
thanks, should of realized that because the images posted on stackoverflow are from the old nike site, well back to square one i guess.
that script is old. and stopped working after memorial day or so.
anyway I went through most of the classes and i have the jquery stuff left. is that neccessary to activate size buttons on finishline and the like or am i just not clever enough with js to do it?
also came across this neat site to help those learning how to write
http://jsfiddle.net/
Im lost too... I just wanna cop some kicks man!
I discovered that after starting from page 1 like you said.
I d/l the jquery file but I don't understand what to do with it. It's like 180 pages long. "2) Modify your manifest .json file to also include "jquery.js" - this is the line where your other .js file is referenced. Remember to comma deliminate."
Im lost too... I just wanna cop some kicks man!
I discovered that after starting from page 1 like you said .
I d/l the jquery file but I don't understand what to do with it. It's like 180 pages long. "2) Modify your manifest .json file to also include "jquery.js" - this is the line where your other .js file is referenced. Remember to comma deliminate."
Any product number search links for the gammas men's and kids since it's not TLO!?!???
seriously?
never crossed your mind you could just replace a previous link with a gamma 11 product code?
seriously?
never crossed your mind you could just replace a previous link with a gamma 11 product code?
Yeah but I Dnt know how to get the product codes. Where can they b found
you shouldnt even be in this thread posting.
youre posting in the wrong thread looking for the product code.
do what many do on this forum and look at all my previous posts. you may find your answer.