Skip to content

Instantly share code, notes, and snippets.

@coodix
Created August 7, 2015 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coodix/754758d08196f6db5808 to your computer and use it in GitHub Desktop.
Save coodix/754758d08196f6db5808 to your computer and use it in GitHub Desktop.
VKSaver Save ALL
var i = 0;
var a = document.getElementsByClassName('dob_saver');
for (var i = 0; i < a.length; i++) {
(function(ii) {
setTimeout(function() { a[ii].click(); console.log(ii); }, ii * 2000);
})(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment