Last active
June 9, 2016 20:52
-
-
Save lucasprogamer/b47b04d30d74072ccaf8d3ba7c990488 to your computer and use it in GitHub Desktop.
Convidar quem curtiu um post do facebook
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
var inputs = document.querySelectorAll('a._42ft._4jy0._4jy3._517h'); | |
for(var i=1; i<inputs.length;i++) { | |
inputs[i].click(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment