Created
August 15, 2021 04:28
-
-
Save michaelsanford/4acb6736f39db49d02874deca01150ae to your computer and use it in GitHub Desktop.
Clean up your online life
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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