Last Updated: February 25, 2016
·
168
· marco_mazzocchi

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.