Add All Peninding Friends (Mobile Version)

By Devilsworkshop Last update May 2, 2008 — Installed 155 times. Daily Installs: 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
// ==UserScript==
// @name           Add All in mobile Orkut
// @namespace      Mr.x
// @description    Add...!!!
// @include        http://m.orkut.com/Home.aspx
// ==/UserScript==

i=0;
if(document.body.innerHTML.match('Action.acceptFriend')=="Action.acceptFriend"){
add();
}

function add(){
window.setTimeout(function () {document.forms[i].elements[3].click();i++;}, 500);
}