Bu da benden olsun :D :D

Twitter Toplu Tweet Silme Kodu:
var kac_tweet_atla = 0;
setInterval(function() {
setTimeout(function(){
$(".Icon.Icon--small.Icon--retweeted").parents(".js-stream-item.stream-item.stream-item").remove()
$(".stream-item").find(".js-actionDelete > button")[kac_tweet_atla].click();
},1000)
setTimeout(function(){
$(".EdgeButton.EdgeButton--danger.delete-action").click();
},1000)
},2000)
setInterval(function() {
window.scrollTo(0,document.body.scrollBottom);
},10000);
setInterval(function() {
window.scrollTo(0,document.body.scrollHeight);
},1000);