Facebook Groups is a popular service for meeting new people and
interacting with them by posting new stuff everyday and getting more
from their side. And if you have a popular group where already added
members are adding more and more members then its really difficult to
accept every person one by one and make them member of that group. So do
we have any solution well yes we have a automatic request accepting
JavaScript trick that works similar to Increase Facebook Fans with Webpage Script
so now just check out the below tutorial for more in depth knowledge of this hack.
Now you need to open Console menu on your browser to execute JavaScript so console menu buttons are different for every browser. Chrome press Ctrl + Shift + J | Firefox press Ctrl + Shift + K | Safari press Ctrl + Alt + I
Now just press Esc button and it will show your Console Menu, now paste the below JavaScript code into it to execute it and press Enter.
javascript:elms=document.getElementsByClassName("uiButtonConfirm");
for (i=0;i<elms.length;i++){
elms[i].click();
};
No comments:
Post a Comment