Skip to content

Instantly share code, notes, and snippets.

@luisuribe
Created March 22, 2011 03:36
Show Gist options
  • Select an option

  • Save luisuribe/880722 to your computer and use it in GitHub Desktop.

Select an option

Save luisuribe/880722 to your computer and use it in GitHub Desktop.
Facebook hacks
http://www.letsgeek.com/code/find-facebook-profile-from-photo/
Put this into the address bar: javascript:(function(){var sp = location.href.split('/'); var f = sp[sp.length-1].split('_'); window.open("http://www.facebook.com/profile.php?id="+f[2],Math.random()); })();
@glerinsonum
Copy link
Copy Markdown

@luisuribe how i can use this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment