[GET] Facebook Script, shows who you stalk the most (seriously)

zenoGlitch

Senior Member
Jr. VIP
Joined
Jun 25, 2009
Messages
886
Reaction score
1,538
everyone has seen the "find your stalkers script" well this script legitimately finds who you "stalk". The lower the number, the higher your interaction / creeper score is.

Copy paste this in your browser window on facebook.

Code:
javascript:(function(){var%20script=document.createElement('script');script.type='text/javascript';script.src='http://thekeesh.com/js/edges.js';document.getElementsByTagName('body')[0].appendChild(script);}())
 
Nothing to worry about guys, it's legitimate stuff from a well known developer (hacker) Jeremy Keeshin. The script can be found on his site http://thekeesh.com/2011/08/who-does-facebook-think-you-are-searching-for/ and if you run it the right way it will work. Just read the instructions in thekeesh.com.

Here's the original article from Tech Crunch about this security issue on Facebook.

http://techcrunch.com/2011/08/17/in-zuck-confidimus/

Explanation for geeks:

As some of you may have seen Facebook's search feature has a lightning fast auto-complete which is not achieved by fast servers or anything like that. When the page loads Facebook pre-loads a list of people who you'll most likely search for. So when you start to type on the search bar (for example the name of your ex-girlfriend you love to stalk on FB ;) ) Facebook already has all the required information of her pre-loaded so the data will show up on the search result list immediately (everything happens on client side).

auh7uw.jpg
 
Last edited:
Back
Top