• 06-10-2018, 15:20:07
    #1
    merhaba arkadaşlar tweetleri toplu şekilde silmek istiyorum 650 küsür adet var kod vs bir şey var mıdır silmek için.
  • 06-10-2018, 15:31:16
    #2
    Üyeliği durduruldu
    pm atarsanız yardımcı olabilirim hocam.
  • 06-10-2018, 16:43:58
    #3
    Kodu buldum ihtiyacı olan olursa,

    f12 basıp consoleye tıklayın aşağıdaki kodu yapıştırıp Enter'e basın,

    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);