Simple javascript code that unlikes all liked facebook pages works with new facebook 2020 layout
- 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 dont go under 600ms or you might get banned by facebook
- Copy the code from Here
- Go to Facebook Liked Pages
- Press
F12
to open the Developer tools - Select
Console
- Read the security concerns message that the Facebook developers left for you.
⚠️ - Paste the script into the console
- Type
unlikePages()
, hit enter, and wait until it’s done