Check all facebook friend in invite
Facebook change the friends select tool but is not so difficult to have a simple snippet from js console to quickly check a lot of friend in un few steps.
var buttons = document.getElementsByClassName('uiButton _1sm'); for(var i = 0; i <= buttons.length; i++) { buttons[i].click() }
This method don't select all your friends but a large number of visibile. After the first launch you have to scroll down the list and repeat the operations until the list end.
Written by Marco Mazzocchi
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#