ibneko: (Default)
ibneko ([personal profile] ibneko) wrote2008-05-26 10:07 pm
Entry tags:

Facebook rapid friend accept script updated

javascript:list = document.getElementById('friend_add_main').parentNode.childNodes;for(var i=1; i<list.length; i++) { id = list[i].id.substr(11); CSS.removeClass($("addToFLRequests_"+id), 'addToFLRequests_Hidden');document.getElementById("add_to_friend_list_widget_select_"+id).selectedIndex = 1;document.getElementById("add_to_friend_list_widget_select_"+id).onchange();handle_request_click("friend_add", id, "accept");} This, like the all-in-one-step listed here: http://ibneko.livejournal.com/740242.html, adds each request into the first friend list (if you want the second friends list, change ".selectedIndex = 1" to ".selectedIndex = 2". Third list, do 3, etc.), then confirms each person as a friend.

Post a comment in response:

If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org