Feature Request - exFriends List
![]() ![]() |
I would like the script to automatically remove friends from the exFriends list when they are back in my profile. For instance, some people would disable their facebook profile, and they will appear as if they've removed me from their friend's list. But when the reactivate their account they still show up as removed friends. I have the code for it, if you'd like to use it: var newSavedFriends = ({});
for (i in oldSavedFriends) {
// FG: Check for friends in the newSavedFriends list that were in exFriends list
// GM_setValue(facebookID + " ex friends", uneval(exFriends));
Thanks |
![]() ![]() |
That is an interesting idea. It's not something I'd have considered really (in the 10 months since I created this script, I believe I've only had 2 people show up because of it), but that really does make sense. I will look at implementing this code at some point in the next few days when I'm more with it and less tired. |

