enallaradioviral
Junior Member
- Sep 14, 2016
- 122
- 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 ...
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 ...