Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.03 KB

Unlike Facebook Pages

Simple javascript code that unlikes all liked facebook pages works with new facebook 2020 layout

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 dont go under 600ms or you might get banned by facebook

How to use

  1. Copy the code from Here
  2. Go to Facebook Liked Pages
  3. Press F12 to open the Developer tools
  4. Select Console
  5. Read the security concerns message that the Facebook developers left for you. ⚠️
  6. Paste the script into the console
  7. Type unlikePages(), hit enter, and wait until it’s done

Preview

Unlike Facebook Pages