Skip to content

Instantly share code, notes, and snippets.

@hdemon
Created February 18, 2015 06:02
Show Gist options
  • Save hdemon/668a2afb114e0add0a37 to your computer and use it in GitHub Desktop.
Save hdemon/668a2afb114e0add0a37 to your computer and use it in GitHub Desktop.
a = document.createElement("script");
a.setAttribute("src", "https://code.jquery.com/jquery-2.1.3.min.js");
document.querySelector("body").appendChild(a);
array = jQuery(".sc-button-like").toArray();
function click() {
setTimeout(function() {
console.log(array.pop());
if (array.length > 0) {
b.pop().click();
}
}, 2000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment