Skip to content

Instantly share code, notes, and snippets.

@hellyeah
Created October 28, 2015 21:08
Show Gist options
  • Select an option

  • Save hellyeah/5c5489c9b9875b2dc565 to your computer and use it in GitHub Desktop.

Select an option

Save hellyeah/5c5489c9b9875b2dc565 to your computer and use it in GitHub Desktop.

Revisions

  1. hellyeah created this gist Oct 28, 2015.
    3 changes: 3 additions & 0 deletions fb-invite-script
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    var inputs = document.getElementsByClassName('_1pu2');
    for(var i=0;i<inputs.length;i++)
    { inputs[i].click(); }