• 28-08-2023, 11:06:47
    #1
    4000 e yakın eski tweetimi silmek istiyorum, bunla ilgili sitelerin çoğu ücretli. Bildiğiniz ve kullandığınız bir yöntem, site, uygulama var mı?
  • 28-08-2023, 11:17:22
    #2
    Üyeliği durduruldu
    bot yazabiliriz.
    fiyat cüzî
  • 01-09-2023, 16:56:57
    #3
    var delTweets = function () {
    var tweetsRemaining = document.querySelectorAll('[role="heading"]+div')[1].textContent;
    console.log('Remaining: ', tweetsRemaining);
    window.scrollBy(0, 10000);
    document.querySelectorAll('[aria-label="More"]').forEach(function (v, i, a) {    v.click();    document.querySelectorAll('span').forEach(function (v2, i2, a2) {        if (v2.textContent === 'Delete') {            v2.click();            document.querySelectorAll('[data-testid="confirmationSheetConfirm"]').forEach(function (v3, i3, a3) {                v3.click();            });        }        else {            document.body.click(); } }); });
    setTimeout(delTweets, 4000); //less than 4000 might be rate limited or account suspended. increase timeout if any suspend or rate limit happens
    }
    delTweets();
    1. twitter dilini ingilizce yapın
    2. profile gidin
    3. f12 ye basın
    4. konsol kısmına yukarıdaki kodu yapıştırın
  • 02-09-2023, 01:15:48
    #5
    https://tweethunter.io/unretweet ücretsiz şekilde yapabilirsin...
  • 03-11-2023, 15:19:26
    #6
    marjinaltasarim adlı üyeden alıntı: mesajı görüntüle
    var delTweets = function () {
    var tweetsRemaining = document.querySelectorAll('[role="heading"]+div')[1].textContent;
    console.log('Remaining: ', tweetsRemaining);
    window.scrollBy(0, 10000);
    document.querySelectorAll('[aria-label="More"]').forEach(function (v, i, a) {    v.click();    document.querySelectorAll('span').forEach(function (v2, i2, a2) {        if (v2.textContent === 'Delete') {            v2.click();            document.querySelectorAll('[data-testid="confirmationSheetConfirm"]').forEach(function (v3, i3, a3) {                v3.click();            });        }        else {            document.body.click(); } }); });
    setTimeout(delTweets, 4000); //less than 4000 might be rate limited or account suspended. increase timeout if any suspend or rate limit happens
    }
    delTweets();
    1. twitter dilini ingilizce yapın
    2. profile gidin
    3. f12 ye basın
    4. konsol kısmına yukarıdaki kodu yapıştırın
    Bu kodu denedim hocam tweetler profilde hiç görünmüyor ama gizli sekmeden bakınca görünüyor yine tweetler, kullandınız mı siz daha önce
  • 03-11-2023, 15:24:46
    #7
    YunusAktas adlı üyeden alıntı: mesajı görüntüle
    Bu kodu denedim hocam tweetler profilde hiç görünmüyor ama gizli sekmeden bakınca görünüyor yine tweetler, kullandınız mı siz daha önce
    evet denedim çalışıyor.
  • 24-02-2024, 11:57:55
    #8
    marjinaltasarim adlı üyeden alıntı: mesajı görüntüle
    var delTweets = function () {
    var tweetsRemaining = document.querySelectorAll('[role="heading"]+div')[1].textContent;
    console.log('Remaining: ', tweetsRemaining);
    window.scrollBy(0, 10000);
    document.querySelectorAll('[aria-label="More"]').forEach(function (v, i, a) {    v.click();    document.querySelectorAll('span').forEach(function (v2, i2, a2) {        if (v2.textContent === 'Delete') {            v2.click();            document.querySelectorAll('[data-testid="confirmationSheetConfirm"]').forEach(function (v3, i3, a3) {                v3.click();            });        }        else {            document.body.click(); } }); });
    setTimeout(delTweets, 4000); //less than 4000 might be rate limited or account suspended. increase timeout if any suspend or rate limit happens
    }
    delTweets();
    1. twitter dilini ingilizce yapın
    2. profile gidin
    3. f12 ye basın
    4. konsol kısmına yukarıdaki kodu yapıştırın
    hala çalışıyor mu başka yöntem varmıdır ? toplu silme için
  • 24-02-2024, 12:05:40
    #9
    MMM adlı üyeden alıntı: mesajı görüntüle
    hala çalışıyor mu başka yöntem varmıdır ? toplu silme için
    Deneyin sayın hocam.