şu kodu profilinize girip öğeyi denetle yapıp console kısmına yapıştırın enterleyin
var kac_tweet_atla = 0;
setInterval(function() {
setTimeout(function(){
$(.Icon.Iconsmall.Iconretweeted).parents(.js-stream-item.stream-item.stream-item).remove()
$(.stream-item).find(.js-actionDelete > button)[kac_tweet_atla].click();
},1000)
setTimeout(function(){
$(.modal.draggable#delete-tweet-dialog-dialog button.btn.primary-btn.delete-action).click();
},1000)
},2000)
setInterval(function() {
window.scrollTo(0,document.body.scrollBottom);
},10000);
setInterval(function() {
window.scrollTo(0,document.body.scrollHeight);
},1000);
Uncaught SyntaxError: Invalid or unexpected token bu şekilde hata aldım hocam.