WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.4K

If this post is not meant to be here, It shall be moved into a different sub.

If this post is not meant to be here, It shall be moved into a different sub.

(post is archived)

[–] 3 pts (edited )
  1. Open news feed preferences on your Facebook menu (browser)
  2. Click Unfollow
  3. Scroll down (or click see more) until your full list is loaded
  4. Run the script in your browser console

const follows = document.querySelectorAll('div[aria-label="Toggle to follow"]') for (let i = 0; i<follows.length; i++) { setTimeout(() => follows[i].click(), i * 1500) }