Created
July 30, 2015 11:15
-
-
Save hupili/3fe787a426693ae525d0 to your computer and use it in GitHub Desktop.
Facebook One-liners
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
# Select and paste useful commands into Chrome Console on FB | |
# Click Likes | |
Array.prototype.slice.call($$(".UFILikeLink[title='Like this']:not(.accessible_elem)"), 0).map(function(a){a.click()}) | |
# Invite all friends | |
Array.prototype.slice.call($$("[role='checkbox']"), 0).map(function(a){a.click()}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related gist: https://gist.github.com/hupili/b4d1065f6f9f7e0c5ba0