Skip to content

Instantly share code, notes, and snippets.

@mridulg
Created February 10, 2017 12:16
Show Gist options
  • Save mridulg/b0f1abb995ae674675f571f840889a66 to your computer and use it in GitHub Desktop.
Save mridulg/b0f1abb995ae674675f571f840889a66 to your computer and use it in GitHub Desktop.
FB add everyone to like your page
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