كيفية ازالة اللايك من كل صفحات الفيسبوك التي تتابعها دفعة واحدة
1. Copy the code from here: https://bit.ly/UnlikeScript
2. Go to Facebook Liked Pages: https://bit.ly/LikedPages
3. Press "F12" to open the Developer tools
4. Select Console
5. Read the security concerns message that the Facebook developers left for you. warning
6. Paste the script into the console
7. Type "unlikePages()", hit enter, and wait until it’s done
Things to note
* Disclaimer: Follow these steps at your own risk.
* The script stops when it unlikes all the pages
* You can stop the script by refreshing the page
* You can change the timeout by changing the value in line 12: wait(TimeInMs)
* if you change the timeout don't go under 600ms or you might get banned by Facebook
1. Copy the code from here: https://bit.ly/UnlikeScript
2. Go to Facebook Liked Pages: https://bit.ly/LikedPages
3. Press "F12" to open the Developer tools
4. Select Console
5. Read the security concerns message that the Facebook developers left for you. warning
6. Paste the script into the console
7. Type "unlikePages()", hit enter, and wait until it’s done
Things to note
* Disclaimer: Follow these steps at your own risk.
* The script stops when it unlikes all the pages
* You can stop the script by refreshing the page
* You can change the timeout by changing the value in line 12: wait(TimeInMs)
* if you change the timeout don't go under 600ms or you might get banned by Facebook