[GET] Imacro to remove all the deactivated friends from facebook

enallaradioviral

Junior Member
Joined
Sep 14, 2016
Messages
122
Reaction score
10
Hi this is my first post and i want to share with you my macro to remove your unactive and deleted friends accounts from facebook and clear your profile ..

1) you will need the imacro extension ( just google it and install it to your browser)
2) Open the notepad and paste this code inside

TAB T=1
SET !ERRORIGNORE YES
TAG POS={{!LOOP}} TYPE=A ATTR=ROLE:button&&AJAXIFY:/ajax/friends/inactive/dialog?id=*&&REL:dialog&&HREF:#
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=ROLE:button&&AJAXIFY:/ajax/profile/removefriendconfirm.php?uid=*&unref=profile_gear&&REL:async-post&&HREF:#
WAIT SECONDS=1
TAG POS=1 TYPE=A ATTR=HREF:#&&ROLE:button&&CLASS:*layerCancel*OverlayButton*selected*


and save it with name FB_remove_unactive_friends.iim
dont forget to name it .iim at he end of the file

3) Take the file and drop it in the imacro folder in your documents
4 ) Go to your friends and scroll down until the end to show all your friends
5) Run the macro i give you and relax ... It will auto remove all the deactivated friends

I am new here and i dont know if it is allowed to upload the .iim file and share it with link ...
 
But some of my close friends are deactivated their account for while. Not permanent deactive.
 
Back
Top