Go to the console tab in your browser: right-click -> "inspect" -> "Console" tab
Paste the following script and press Enter
:
function scroll(){
window.scrollTo(0,document.body.scrollHeight);
$('.js-follow-btn').each(function() {
$(this).trigger('click');
$(this).removeClass('js-follow-btn');
});
}
scroll();
Please star the Gist !
Go to tweets page and scroll down to load all tweets
Paste the following script to the browser console
function scroll(){
window.scrollTo(0,document.body.scrollHeight);
$('.js-actionDelete').each(function(){
$(this).trigger('click');
$('.delete-action').trigger('click');
});
}
scroll();
###Contact
Thanks for reading. I'm available for freelance work !
None of this work. [2]