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
/* | |
* Unfollow All for Twitter | |
* | |
* Go to https://twitter.com/<YourUserName>/following and run the | |
* below code in the console to gradually unfollow all accounts | |
* you are following, this should play nice with any rate limiting. | |
* Built on current Firefox (2021-08-26) though may work for others. | |
* | |
* Author: https://twitter.com/OatyCreates | |
* Copyright 2021-Present @oatycreates |
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
// The !roll or !r command | |
// Version: 0.4.0 | |
// Contributions by: | |
// @patferguson, @JessicaCGlenn | |
// ============================== | |
// The first and last line are just for the Nightbot command, they aren't JavaScript | |
// vvv Copy from BELOW this line vvv |