Skip to content

Instantly share code, notes, and snippets.

@michaelsanford
Created August 15, 2021 04:28
Show Gist options
  • Save michaelsanford/4acb6736f39db49d02874deca01150ae to your computer and use it in GitHub Desktop.
Save michaelsanford/4acb6736f39db49d02874deca01150ae to your computer and use it in GitHub Desktop.
Clean up your online life
// https://www.facebook.com/pages/?category=liked&ref=bookmarks
// Scroll down to load all the items
[...document.querySelectorAll("[aria-label=Liked]")].forEach(e => e.click())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment