Skip to content

Instantly share code, notes, and snippets.

View LamPPKK's full-sized avatar
🙃
Full-Stack Overflow

Nguyễn Đức Tùng Lâm LamPPKK

🙃
Full-Stack Overflow
View GitHub Profile
@jayremnt
jayremnt / Auto unlike pages
Last active June 21, 2021 16:32
Facebook auto unlike pages with no Access Token needed
/*
* Code by JayremntB, 2020
* Requirement: Old Facebook
* Before run this script, please change to OLD facebook and navigate to this link: https://www.facebook.com/pages/?category=liked, press Ctrl + Shift + J or right-click/Inspect, choose Console
* If you want to Like pages again, run again this script
*/
// You can change time delay of these variables below or not (in milliseconds, 1 s = 1000 ms)
let timePerAction = 1000; //time delay between 2 actions
let timeToLoadPage = 1000; // time to load more pages when scroll current page to the end, depends on your network speed