Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Tina on July 17, 2007, 10:33:30 AM



Title: Add a Friend Automatically
Post by: Tina on July 17, 2007, 10:33:30 AM
Add a Friend Automatically

# This code will add your friend automatically when you run this script.
# Run the on your friend's profile whom you want to add.
# Paste any one of the below scripts and run on the page you have opened(friend's profile).

Code:
javascript:add=document.forms[1];add.action='FriendAdd.aspx?Action.yes&'+location.href.match(/uid=\d*/gi);add.submit(); void (0)


Title: Re: Add a Friend Automatically
Post by: Mark David on August 07, 2007, 01:08:00 AM
great trick!!