[GET] Mass Remove Groups for Facebook

timalunis

Newbie
Joined
Nov 5, 2009
Messages
27
Reaction score
4
Im sorry if this has been shared before, but I have been searching all over the web for this and could not find it.

Its a simple script for Imacros for FireFox wich removes all your groups.

Simply install the Imacros plugin and add this:

Code:
VERSION BUILD=1110311 RECORDER=CR
SET !ERRORIGNORE YES
SET !TIMEOUT 100
SET !DIALOGMANAGER NO
TAG POS=1 TYPE=A ATTR=HREF:http://www.facebook.com/group.php?gid=*
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Leave<SP>Group
WAIT SECONDS=1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:remove&&VALUE:Remove
WAIT SECONDS=2
 
Install the Imacros plugin for firefox and add this as a macro
 
sry, I forgot to add that you have to go to the list of all your groups first. I think this is the link: http://www.facebook.com/home.php?sk=2361831622 , but Im not sure, so I didnt add it to the script.
 
Back
Top