Facebook Friends Checker

By znerp Last update Nov 27, 2011 — Installed 8,541,335 times.

Facebook Vanity ID's

in
Subscribe to Facebook Vanity ID's 16 posts, 10 voices



ezatdz User
FirefoxWindows

Ever since Facebook implemented the vanity ID's, this script has stopped working for me. Is anyone else having this problem?

Thanks for the help.

 
MikeonTV Scriptwright
FirefoxWindows

I am having the same problem. It's a shame. What a great script. RIP

 
sekoitus User
FirefoxMacintosh

Yeah. Not working this one anymore.

Please, znerp, please, fix this :)

Love ya!

 
lonestar User
FirefoxWindows

ahh that's why... I was wondering why I am missing some friends and no notice has appeared :(

 
znerp Script's Author
FirefoxWindows

Ok, I'll look at fixing this at some point shortly.

 
mr-bolica User
FirefoxWindows

any new plz help i hope it work soon :(

 
ZeroUno Scriptwright
ieWindows

I've solved.
edit facebook_friends_checker.user.js
change line:
[code]var currentFriends = res.match(/[^<]+<\/a>/g);[/code]
with:
[code]var currentFriends = res.match(/ \d+, '[^']+'/g);[/code]

next, lines:
[code]var friendID = currentFriends[i].match(/\?id=(\d+)/)[1]
var friendName = currentFriends[i].match(/>([^<]+)</)[1][/code]
with:
[code]var friendID = currentFriends[i].match(/ (\d+),/)[1]
var friendName = currentFriends[i].match(/'([^']+)'/)[1][/code]

now it works

 
geggiot User
FirefoxWindows

ZeroUno i have this

var currentFriends = res.match(/[^<]+<\/a>/g);
var theirPhotos = res.match(/http:\/\/profile.ak.facebook.com\/(v|profile)\d+\/\d+\/\d+\/q\d+_\d+.jpg/g);

for (i = 0; i < currentFriends.length; i++) {
var friendID = currentFriends[i].match(/\?id=(\d+)/)[1]
var friendName = currentFriends[i].match(/>([^<]+)</)[1]

what i must change?

 
MikeonTV Scriptwright
FirefoxWindows

Yeah ZeroUNO I do not have the same script. Perhaps you could upload or pastebin in a new version of the script that is working for you

 
mr-bolica User
FirefoxWindows

hope be new fresh install plz soon :(

 
znerp Script's Author
FirefoxWindows

This whole script could do with some serious work. I'll look at fixing it up properly tonight.

 
znerp Script's Author
FirefoxWindows

Ok, I've just updated this. Any problems, just let me know. You should have a list of anyone who's disappeared from your friends list whenever you next use Facebook (that is if someone's removed you - I actually had no one come up on mine, which was slightly annoying for debugging purposes).

 
kakoura User
FirefoxWindows

the script is doing nothing for me tried the latest version i have it at interval of 1 or 2 hours but it does nothing. i never get to see the image from the screenshot. will it scan through my friends to see if someone has removed me or it will just show new removes?
suggestion : have it scan through the list (if it doesnt already) for friends that have removed me then show these friends in a list with an option to move all those in a group or remove them altogether from my friends list.

 
znerp Script's Author
FirefoxWindows

@kakoura: Read the about tab for a brief description of what happens in the script. When you have read and understood that, then if you still have any comments please create a new discussion more relevant to what you want to say than this one.

 
Dawelle User
FirefoxWindows

@znerp: do you have a facebook pseudonym for your profile?
because i have (my profile page url is something like: www.facebook.com/MyName) and the script doesn't seem to work with this account. I have another account, without any pseudo, and the scripts works fine with it.
When i read the about:config data, i see only this other account params: "greasemonkey.scriptvals.znerp/Facebook Friends Checker.{ID of #2nd account) friends" etc... but never my main account. I don't know why.

 
znerp Script's Author
FirefoxWindows

@Dawelle: Install the latest version, it should work fine for you.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel