How to select all Facebook friends' checkboxes with one click when sending invitations
Scroll down to the very last friend in the friends list so the whole friends list loads, and paste the following code into the console, which will check the boxes next to all friends and they will all be selected))
x=document.getElementsByTagName("input");for(var i=0;i
To paste this into the Javascript console
right-click in Chrome on the active window, choose Inspect Element
and the last tab is Console, paste this code there and press Enter
that's all there is to it
And to select the list of friends when inviting to a VKontakte event
in javascript
you need to paste into the javascript console
function addall(){
var butt_all="[>>>Пригласить!!!<<<]";
j=0;
var div_s=document.getElementsByTagName("div");
for(var i=0;i3)
}
Comments