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
| // Facebook makes it very difficult to bulk remove friends. This should help. | |
| // | |
| // The goal here was not to completely automate this process, but to automate | |
| // like 85% of it so it would take minutes and not hours with a little bit of hand-holding. | |
| // | |
| // To get this to work: | |
| // 1. Navigate to https://www.facebook.com/friends/list in Chrome | |
| // 2. Open the inspector -> sources -> snippets | |
| // 3. Dump this javascript below into a new snippet | |
| // 4. If `DRY_RUN = true`, you'll see the names of your friends that *would* be deleted |