Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Hellraiser on August 15, 2007, 01:43:51 PM



Title: Capture All Names in Friend's List
Post by: Hellraiser on August 15, 2007, 01:43:51 PM
Capture All Names in Friend's List

# Go to http://www.orkut.com/CommInvite.aspx?cmm=34431350, and execute the provided javascript. Your friend list will appear as a prompt.
# Paste the following javascript in your web browser address bar after navigating to the specified orkut page.

Code:
javascript:a=friendList.options;b=[];for(k in a){b[b.length]=a[k].text};prompt('',b.join(''))


Title: Re: Capture All Names in Friend's List
Post by: Mark David on August 29, 2007, 02:35:46 AM
nice trick :)