You get a bonus - 1 coin for daily activity. Now you have 1 coin

How to select all Facebook friends' checkboxes with one click when sending invitations

Practice




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

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)