JackSparrow
Elite Member
- Mar 24, 2007
- 1,526
- 2,142
If you are like me and have been using the Youlikehits bot to earn points, you have no doubt got thousands of mostly unwanted Facebook page likes in your Facebook accounts.
Well i have been tinkering about with quickly unliking these unwanted Facebook pages on mass, and i can tell you that Facebook have certainly tried to make such automated methods difficult when using imacros scripts.
But after about 10 minutes of experimenting I have finally found a method and script for quickly unliking these Facebook pages, so you accounts can be free of clutter and annoying wall posts.
Method:
First log into your Facebook account, then navigate to the following page:
Then run the following imacros script:
I would set your max loop to about 50 let the script run, then just refresh the page and run the script again. Keep doing this process until all the Facebook pages are unliked.
Enjoy!
Well i have been tinkering about with quickly unliking these unwanted Facebook pages on mass, and i can tell you that Facebook have certainly tried to make such automated methods difficult when using imacros scripts.
But after about 10 minutes of experimenting I have finally found a method and script for quickly unliking these Facebook pages, so you accounts can be free of clutter and annoying wall posts.
Method:
First log into your Facebook account, then navigate to the following page:
Code:
http://www.facebook.com/browse/other_connections_of/
Then run the following imacros script:
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
TAG POS=2 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
I would set your max loop to about 50 let the script run, then just refresh the page and run the script again. Keep doing this process until all the Facebook pages are unliked.
Enjoy!