Created
February 10, 2017 12:16
-
-
Save mridulg/b0f1abb995ae674675f571f840889a66 to your computer and use it in GitHub Desktop.
FB add everyone to like your page
This file contains hidden or 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
javascript:var inputs = document.getElementsByClassName('uiButtonText'); | |
for(var i=0;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