Skip to content

Instantly share code, notes, and snippets.

@tycoi2005
tycoi2005 / unfollow-strangers.js
Created January 22, 2023 13:26 — forked from jayremnt/unfollow-strangers.js
Unfollow all strangers on Facebook (include both users and pages)
/*
Script by JayremntB, 2021
Unfollow all strangers
Please copy all the code to make sure that you will not get any errors
*/
// You can change time delay below or not (in milliseconds, 1 s = 1000 ms)
let delayTime = 0;
// process, please don't modify