Skip to content

Instantly share code, notes, and snippets.

@maripo
Created February 24, 2012 03:49
Show Gist options
  • Save maripo/1897222 to your computer and use it in GitHub Desktop.
Save maripo/1897222 to your computer and use it in GitHub Desktop.
Alert user IDs on facebook profile pages (Bookmarklet)
javascript:(function(){alert(document.querySelectorAll('div.profilePic>img')[0].src.match(/.*\/\d+_(\d+)_\d+_.\.jpg/)[1])})();
// http://www.facebook.com/profile.php?id=XXXXXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment