Last Updated: February 25, 2016
·
162
· juanpastas

Auto follow back on Twitter

On https://twitter.com/followers. Inspect the column on the right and add some id to it.

Picture

Then you can use the id you added to follow back with this code in your console:

$('#some-id .follow-text:visible').click()

This feels too breakable. Does anyone know an application to auto follow back?

Thanks.