Skip to content

Instantly share code, notes, and snippets.

@nbriz
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbriz/144b81a8e97f88f3fc69 to your computer and use it in GitHub Desktop.
Save nbriz/144b81a8e97f88f3fc69 to your computer and use it in GitHub Desktop.
loadActivityMen.js
var edit = $('.uiPopover > a');
for (var i = 0; i < edit.length; i++) { edit[i].click(); };
@tyleretters
Copy link

I'm having some problems with this one. This works for me though: $('#mainContainer .uiPopover > a').

@REEGS6
Copy link

REEGS6 commented Jul 16, 2014

not working for me

@vhcgreen
Copy link

not working for me either...but i am a complete noob. desperate to delete content though! any help appreciated :)
when entering this code i get a little box in the top left corner which has a list saying "advanced settings, close all chat tabs, turn on chat"

@chipaway41
Copy link

The above code and revision did not work for me, but this did:

var edit = $('#contentArea .uiPopover > a');
for (var i = 0; i < edit.length; i++) { edit[i].click(); };

@vhcgreen
Copy link

Hmmm chipaway that still isn't working for me. I'm in chrome and following everything in Nick's instructions to a T but not having any joy. When i used your version there wasn't any sort of dialogue box which popped up. Any ideas?

@seandogg
Copy link

Just spent some time fumbling w/ the code & trying to get this to fire, but I'm getting the same issue as you all.. if/when it works I will update..

@nbriz
Copy link
Author

nbriz commented Jul 21, 2014

UPDATES >>>> http://nickbriz.com/facebook/unfriend.html <<< new scripts which might help ( comment here if u still have issues )

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