1- Go to: https://www.facebook.com/{your_id_or_username}/allactivity/?category_key=LIKEDPOSTS&filter_hidden=ALL&filter_privacy=NONE
You can use Filter to choose year or month.
2- Open the console and run the following JavaScript code and wait:
setInterval(() => { for (const Button of document.querySelectorAll('div[aria-label="Action options"]')) { Button.click() document.querySelector('div[role="menuitem"]').click() } }, 1000)If you encounter any problems dm me on twitter
Thank you for this! I tried this (German version) with filter
category_key=LIKEDINTERESTS
trying to 'reset' my timeline. The buttons were clicked, the list emptied pretty quickly object by object but after a refresh everything was still there.I don't think the API limit is the cause because my liked pages are
maybe in the hundreds493, not tens of thousands like all liked posts.