Skip to content

Instantly share code, notes, and snippets.

@A
Created December 3, 2013 12:22
Show Gist options
  • Save A/7768339 to your computer and use it in GitHub Desktop.
Save A/7768339 to your computer and use it in GitHub Desktop.
Fuck your cookies!
setInterval(function() {$('#bigCookie').click()}, 20);
setInterval(function() {
var items = $('#products').children
for (var i = items.length - 1; i >= 0; i--) {
items[i].click();
};
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment