Skip to content

Instantly share code, notes, and snippets.

@mikaelz
Created May 13, 2015 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelz/9708d4e5fca8f3999012 to your computer and use it in GitHub Desktop.
Save mikaelz/9708d4e5fca8f3999012 to your computer and use it in GitHub Desktop.
Send invite to Like Facebook page to all friends. Click link 'Invite friends to like this Page' then scroll to bottom to list all friends. Open console and insert the following javascript code and hit enter.
var nodes = document.querySelectorAll('._1sm');
for (var i=0; i<nodes.length; i++)
nodes[i].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment