1. On google chrome
2. Open the page with the model in a new tab: http://store.americanapparel.net/the-nylon-tr...ece-_rnt69
3. Open the youtube link in a new tab: https://www.youtube.com/watch?v=9EcjWd-O4jI
4. Make sure the song is playing
5. Select the tab with the model, hit F12 and click on the "Console" tab
6. Copy the following:
var prev = null;
setInterval(function(){
var lis = $('div.colors').find('li');
var lisLen = lis.length;
do {
var next = parseInt(Math.random() * (lisLen - 1));
} while(next == prev);
prev = next;
$(lis[next]).trigger('click');
}, 125/240 * 1000);
7. Paste it into the console and press enter once, in time with the beat
- Song's BPM is 125ish. Results may vary
- Tweak
- If you fuck up, refresh the model's page and try again
- Watch her dance
- Maybe fap
I did not make this.
2. Open the page with the model in a new tab: http://store.americanapparel.net/the-nylon-tr...ece-_rnt69
3. Open the youtube link in a new tab: https://www.youtube.com/watch?v=9EcjWd-O4jI
4. Make sure the song is playing
5. Select the tab with the model, hit F12 and click on the "Console" tab
6. Copy the following:
var prev = null;
setInterval(function(){
var lis = $('div.colors').find('li');
var lisLen = lis.length;
do {
var next = parseInt(Math.random() * (lisLen - 1));
} while(next == prev);
prev = next;
$(lis[next]).trigger('click');
}, 125/240 * 1000);
7. Paste it into the console and press enter once, in time with the beat
- Song's BPM is 125ish. Results may vary
- Tweak
- If you fuck up, refresh the model's page and try again
- Watch her dance
- Maybe fap
I did not make this.
3459 Hits