Skip to content

Instantly share code, notes, and snippets.

@j1cs
Last active August 29, 2015 14:23
Show Gist options
  • Save j1cs/7f63fc6b7f5d01169936 to your computer and use it in GitHub Desktop.
Save j1cs/7f63fc6b7f5d01169936 to your computer and use it in GitHub Desktop.
Likes on antronio forum
$(document).ready(function(){$(".LikeLink.like").each(function(){$(this).trigger('click')}).promise().done(setTimeout(function(){ window.location = $(".pageNavHeader").next("nav").find("a.text:last").attr("href");}, 10000));})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment