Auto Approve Pending Friend Requests

By rahul286 Last update Apr 23, 2009 — Installed 1,756 times. Daily Installs: 4, 1, 0, 1, 1, 2, 0, 2, 2, 1, 1, 5, 1, 4, 3, 0, 2, 0, 4, 0, 0, 1, 0, 3, 2, 1, 2, 1, 3, 4, 2, 2

There are 2 previous versions of this script.

// ==UserScript==
// @name           	Auto Approve Pending Friend Requests
// @namespace     	http://www.devilsworkshop.org/Orkut
// @description 	Auto Approve Penidng Friend Request on Orkut...
// @include        	http://*.orkut.*/Home*
// ==/UserScript==

window.addEventListener(
	'load',
	function() {
		window.location.href = "javascript: _submitForm(document.evaluate('/html/body/div[7]/div[5]/table[3]/tbody/tr[2]/td/div/form/div/div[7]/span/span/a', document, null, 7 , null).snapshotItem(0),'acceptFriend');"	
	},
	true);