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
/* | |
Script by JayremntB, 2020 | |
Unfollow all users who are not your friends | |
Please copy all the code to make sure that you will not get any errors | |
Before run this script, please navigate to https://www.facebook.com/me/following | |
*/ | |
// You can change time delay below or not (in milliseconds, 1 s = 1000 ms) | |
let delayTime = 0; |