Skip to content

Instantly share code, notes, and snippets.

@hbakhtiyor
Created December 15, 2016 05:39
Show Gist options
  • Save hbakhtiyor/6ccac7419c655620bf47b60da1606390 to your computer and use it in GitHub Desktop.
Save hbakhtiyor/6ccac7419c655620bf47b60da1606390 to your computer and use it in GitHub Desktop.
setInterval(function() {
t = $(".following").find(".follow-button"); //.not-following
if (!t[0]) {
window.scrollTo(0,
$(document).height());
} else {
console.log(t.attr("class"));
t.trigger("click");
}
}, 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment