Select All Friends On Facebook event
By
Ega Wahyudi
—
Thursday, June 27, 2019
—
Invite All Friends Facebook Event
We will certainly clarify it detailed. Keep in mind to ensure you are making use of Firefox, as it sustains JavaScript features.
Select All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Again, make use of Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the really bottom of that checklist that just popped up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few secs and afterwards struck Send out Invites. All your Facebook pals are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I tried this and it worked, however if for one reason or another it doesn't for you, simply let me understand, I'll upgrade the manuscript. And also you can just invite up to 500 people per day to an event.
Code Explanation
Given that I am a Computer system Researcher, I could as well briefly clarify what the script does so you recognize that it is not an infection, yet a straightforward hack.
Here's what the Facebook invite all to like manuscript does:
This line searches for the component called "_ 42ft ..." which occurs to be the invite box as well as loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your close friends:
for(var i=0;i<inputs.length;i++)
Click their respective invite switch:
{ inputs[i].click();