There's a Facebook virus doing the rounds: Your face in 20 years (safe link, but don't follow the instructions).
It clearly grabs some Javascript from a url (e.g. changeups.info/age/u.php?0.5069423061795533
) and runs it on your page, which posts on the walls of all your friends. The problem is I can't access the script (and investigate what it's doing) without being signed into Facebook (since it's a Facebook page, using the API, it'll just ask you to log in if you go to the url), which I obviously don't want to do.
Is there a way of safely stepping through Javascript so that I can download the script and avoid the malicious effects of it?