Skip to content

Instantly share code, notes, and snippets.

@nbriz
Last active August 29, 2015 14:03
Show Gist options
  • 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(); };
@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