Skip to content

Instantly share code, notes, and snippets.

@lucasdcrk
Created January 3, 2019 22:07
Show Gist options
  • Save lucasdcrk/e91ba3aaae7736b8641e4ea46b4979b8 to your computer and use it in GitHub Desktop.
Save lucasdcrk/e91ba3aaae7736b8641e4ea46b4979b8 to your computer and use it in GitHub Desktop.
var allLinks = $('a.thread-title--list').map(function(i,el) { return $(el).attr('href'); }).get();
allLinks.forEach((e) => { $.post(e+'/vote/up/list', { url: e+'/vote/up/list' }, function(data) {
console.log(data)
}); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment