|
|
Is it possible to make a script that allows you to invite all your friends to an event with a single click? |
|
|
Yup, I just wrote one that does that:
fs.click(document.getElementById('friends').getElementsByTagName('a')[1].parentNode);
It's a bit quick and dirty, but basically it goes through the entire friends list and executes the function that is performed onclick for each friend. Here's the short version that you can paste into the address bar to run the script:
|
|
|
Hello bjkoch! I tried to use this code but it does not work. Could you please explain a bit more how to use it properly. I will really appreciate this act of kindness. With Best Wishes, Imran |
|
|
worked a treat for me. thanks |
![]() ![]() |
No Man The Code is 100 % Working i tested it
ThnQ --------------------
|
![]() ![]() |
The code is not working anymore. However, I have made a new trick to do that ! Check it out http://www.bdtechie.com/how-do-i-invite-all-my-... |


