Skip to content

Instantly share code, notes, and snippets.

@hupili
Created September 21, 2014 00:52
Show Gist options
  • Save hupili/b4d1065f6f9f7e0c5ba0 to your computer and use it in GitHub Desktop.
Save hupili/b4d1065f6f9f7e0c5ba0 to your computer and use it in GitHub Desktop.
Click all likes on a Facebook page
Array.prototype.slice.call($$(".UFILikeLink[title='Like this']:not(.accessible_elem)"), 0).map(function(a){a.click()})
@hupili
Copy link
Author

hupili commented Sep 21, 2014

Backgrounds:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment