Last active
August 29, 2015 14:03
-
-
Save nbriz/144b81a8e97f88f3fc69 to your computer and use it in GitHub Desktop.
loadActivityMen.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var edit = $('.uiPopover > a'); | |
for (var i = 0; i < edit.length; i++) { edit[i].click(); }; |
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(); };
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?
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..
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
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"