Created
September 21, 2014 00:52
-
-
Save hupili/b4d1065f6f9f7e0c5ba0 to your computer and use it in GitHub Desktop.
Click all likes on a Facebook page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.prototype.slice.call($$(".UFILikeLink[title='Like this']:not(.accessible_elem)"), 0).map(function(a){a.click()}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Backgrounds:
not:
selector: http://api.jquery.com/not-selector/$$
toArray