Ronnie Fieg Collabs - Tracking order link http://shop.kithnyc.com/pages/tracking

How much are the water bottles? I'm taking my chances with chrome auto fill this Saturday. Should be same amount as coves and mints if not more.
 
cool new layout. you can grab a peek at the black and white pumas in the background too.
 
Anyone check out the kith app? Aka bookmark? It's acting strange for me... When I add an item to cart to take me to safari rather than directly to cart > checkout
 
 
this account thing is pretty handy, shows most* of your past orders
Not for the resellers, it isn't. 
laugh.gif
 
Everybody always says i just brag about exploits so here.
function setSelectedIndex(s) {

for ( var i = 0; i < s.options.length; i++ ) {

if ( s.options.innerHTML == "9.5" ) {

s.options.selected = true;

return;

}

}

}

setSelectedIndex(document.getElementsByTagName('select') [0]);

function ATC() {

    document.getElementById('add').click();

    setTimeout(checkoutpage, 1000);

}

ATC();

function checkoutpage() {

    window.location.href = 'http://kithnyc.com/cart';

}

checkoutpage();

you can lower or raise the Timeout time depending on how fast your internet is.

Its pretty obvious how to change the size.
 
Last edited:
Need a url don't know how to input that ish mayn. Word document? Then what?

Edit: Never needed a bot for kith
roll.gif
 
Last edited:
 
Everybody always says i just brag about exploits so here.
function setSelectedIndex(s, v) {

for ( var i = 0; i < s.options.length; i++ ) {

if ( s.options.innerHTML == "9.5" ) {

s.options.selected = true;

return;

}

}

}

setSelectedIndex(document.getElementsByTagName('select') [0]);

function ATC() {

    document.getElementById('add').click();

    setTimeout(checkoutpage, 1000);

}

ATC();

function checkoutpage() {

    window.location.href = 'http://kithnyc.com/cart';

}

checkoutpage();

function setSelectedIndex(s, v) {

    for ( var i = 0; i < s.options.length; i++ ) {

        if ( s.options.text == v ) {

           s.options.selected = true;

            return;

        }

    }

}

setSelectedIndex(document.getElementById('variant-listbox'),"13");

document.getElementById("add").click();


There's many ways to skin a cat.
 
 
Everybody always says i just brag about exploits so here.
function setSelectedIndex(s, v) {

for ( var i = 0; i < s.options.length; i++ ) {

if ( s.options.innerHTML == "9.5" ) {

s.options.selected = true;

return;

}

}

}

setSelectedIndex(document.getElementsByTagName('select') [0]);

function ATC() {

    document.getElementById('add').click();

    setTimeout(checkoutpage, 1000);

}

ATC();

function checkoutpage() {

    window.location.href = 'http://kithnyc.com/cart';

}

checkoutpage();

you can lower or raise the Timeout time depending on how fast your internet is.

Its pretty obvious how to change the size.

Check out time is what, 1000 seconds here? And that language has you selecting a 9.5 automatically? I'm just trying to read this, never seen it before.
 
Last edited:
 
Check out time is what, 1000 seconds here? And that language has you selecting a 9.5 automatically? I'm just trying to read this, never seen it before.
1000 is in milliseconds = 1 second

that is the extent of my coding knowledge 
laugh.gif
 
just google it

these guys were nice enough to provide you script, now its your turn to do some of your own work 
 
Thanks man, I actually found it right after I asked that. My buddy is a comp sci major at UT. Good looks repped.
 
DS mints for $300 a good buy? It seems like they don't get much lower than that but I wasn't sure if I was checking all the right places.
 
 
Check out time is what, 1000 seconds here? And that language has you selecting a 9.5 automatically? I'm just trying to read this, never seen it before.
1000 milliseconds = 1 second. checkout page timeout is so that the atc function can execute before it goes to the cart page.
 
Last edited:
Back
Top Bottom