Skip to content

Instantly share code, notes, and snippets.

@dbelling
Created March 9, 2016 15:51
Show Gist options
  • Save dbelling/112908a4a20377dab325 to your computer and use it in GitHub Desktop.
Save dbelling/112908a4a20377dab325 to your computer and use it in GitHub Desktop.
// First we must find the ID of our photo: 20830
$('#20830').click()
// This triggers the modal popup, next we must spam the likes by refreshing the modal view with the next and previous btns
$('#btnLikeThis').click()
$('.controls.next').click()
$('.controls.previous').click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment