Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Hellraiser on August 15, 2007, 08:13:51 AM



Title: Capture All Names in Friend's List
Post by: Hellraiser on August 15, 2007, 08:13:51 AM
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 28, 2007, 09:05:46 PM
nice trick :)