This javascript removes all users from a facebook group. It works with the new facebook layout. Paste this in the javascript console. Script tested in Firefox. Known issues: 1. when facebook responds slowly, the script might experience hickups.. 2. occasionially, the error 'this user is not a member of the group' pops up.. IMPORTANT: add your own facebook user id to the excludedFbIds array in the script, or your own user gets deleted from the group as well! Some pieces of the script were copied from https://gist.github.com/adriaanm/1962608

This javascript removes all users from a facebook group. It works with the new facebook layout. Paste this in the javascript console. Script tested in Firefox. Known issues: 1. when facebook respon...

2. occasionially, the error 'this user is not a member of the group' pops up.. IMPORTANT: add your own facebook user id to the excludedFbIds array in the script, or your own user gets deleted from the ... for(var i=0; i<adminActions.length ; i++) {.

Lee mas