A feature-rich Chrome extension to mass follow and unfollow on Twitter.
Powered by ES6
Install npm packages:
npm i --save-dev
Build the extension:
gulp
You can now load the extension.
For testing purposes you can comment out the click in Profile#clickBtn, so it won't actually follow/unfollow:
clickBtn() {
//this.btn.click()
}
There is also a production build task to minimize the files and remove the logs:
gulp production
Further reading: