Skip to content

Instantly share code, notes, and snippets.

@hwkr
Created November 24, 2015 01:52
Show Gist options
  • Save hwkr/f32272491434273d3473 to your computer and use it in GitHub Desktop.
Save hwkr/f32272491434273d3473 to your computer and use it in GitHub Desktop.
Facebook Select All
// You might have to change the class selector depending on what the
// current Facebook tags look like.
var x=document.getElementsByClassName("_1pu2");
for(var i=0;i<x.length;i++)
{
x[i].click();
}
alert('Done, all your friends have been selected');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment