• 13-09-2021, 11:45:05
    #1
    Tinder'da sizi beğenenleri, blurlu gözüken profilleri açmaya yarayacak scripti paylaşıyorum.
    Yapacağınız tek şey beğenenlere tıklamak ve öğeyi denetle yaparak scripti yapıştırmak.

    async function unblur() {
      const teasers = await fetch("https://api.gotinder.com/v2/fast-match/teasers", { "headers": { "X-Auth-Token": localStorage.getItem('TinderWeb/APIToken') }}).then(res => res.json()).then(res => res.data.results);
      const teaserEls = document.querySelectorAll('.Expand.enterAnimationContainer > div:nth-child(1)');
      
      for (let i = 0; i < teaserEls.length; ++i) {
        const teaser = teasers[i];
        const teaserEl = teaserEls[i];
        
        const teaserImage = teaser.user.photos[0].url;
        
        teaserEl.style.backgroundImage = `url(${teaserImage})`;
      }
    }
    
    setInterval(() => {
        if (['/app/likes-you', '/app/gold-home'].includes(location.pathname)) {
          unblur();
        }
    }, 5000);
  • 13-09-2021, 11:48:24
    #2
    Eve gidince deneyeceğim. Şimdiden teşekkürler
  • 13-09-2021, 11:54:37
    #3
    masaüstü cihazlarda beğenenler sekmesi görüntülenmiyor?
  • 13-09-2021, 11:56:23
    #4
    Teşekkürler hocam ben de eve gidince deneyeceğim.
  • 13-09-2021, 12:01:21
    #5
    hocam bende attığınız çalışmadı da bunu buldum denedim çalıştı, tavsiye ederim;
    async function unblur() {
      const teasers = await fetch("https://api.gotinder.com/v2/fast-match/teasers", { "headers": { "X-Auth-Token": localStorage.getItem('TinderWeb/APIToken') }}).then(res => res.json()).then(res => res.data.results);
      const teaserEls = document.querySelectorAll('.Expand.enterAnimationContainer > div:nth-child(1)');
      
      for (let i = 0; i < teaserEls.length; ++i) {
        const teaser = teasers[i];
        const teaserEl = teaserEls[i];
        
        const teaserImage = teaser.user.photos[0].url;
        
        teaserEl.style.backgroundImage = `url(${teaserImage})`;
      }
    }
    
    setInterval(() => {
        if (['/app/likes-you', '/app/gold-home'].includes(location.pathname)) {
          unblur();
        }
    }, 5000);
  • 13-09-2021, 12:04:17
    #6
    EmirkanDamar adlı üyeden alıntı: mesajı görüntüle
    masaüstü cihazlarda beğenenler sekmesi görüntülenmiyor?
    Web tarayıcılarında görüntüleniyor
  • 13-09-2021, 12:22:31
    #7
    Kimlik doğrulama veya yönetimden onay bekliyor.
    vozturk adlı üyeden alıntı: mesajı görüntüle
    Web tarayıcılarında görüntüleniyor
    Beğenenler nerede tam olarak acaba bulamadım
  • 13-09-2021, 12:38:04
    #8
    Tzian adlı üyeden alıntı: mesajı görüntüle
    Beğenenler nerede tam olarak acaba bulamadım
    Eşleşmelerin gözüktüğü pencerede en başta oluyor, beğenen biri olmadıysa gözükmüyor.
  • 22-09-2021, 13:09:25
    #9
    Kimlik doğrulama veya yönetimden onay bekliyor.
    vozturk adlı üyeden alıntı: mesajı görüntüle
    Tinder'da sizi beğenenleri, blurlu gözüken profilleri açmaya yarayacak scripti paylaşıyorum.
    Yapacağınız tek şey beğenenlere tıklamak ve öğeyi denetle yaparak scripti yapıştırmak.

    async function unblur() {
      const teasers = await fetch("https://api.gotinder.com/v2/fast-match/teasers", { "headers": { "X-Auth-Token": localStorage.getItem('TinderWeb/APIToken') }}).then(res => res.json()).then(res => res.data.results);
      const teaserEls = document.querySelectorAll('.Expand.enterAnimationContainer > div:nth-child(1)');
      
      for (let i = 0; i < teaserEls.length; ++i) {
        const teaser = teasers[i];
        const teaserEl = teaserEls[i];
        
        const teaserImage = teaser.user.photos[0].url;
        
        teaserEl.style.backgroundImage = `url(${teaserImage})`;
      }
    }
    
    setInterval(() => {
        if (['/app/likes-you', '/app/gold-home'].includes(location.pathname)) {
          unblur();
        }
    }, 5000);
    Ettu adlı üyeden alıntı: mesajı görüntüle
    hocam bende attığınız çalışmadı da bunu buldum denedim çalıştı, tavsiye ederim;
    async function unblur() {
      const teasers = await fetch("https://api.gotinder.com/v2/fast-match/teasers", { "headers": { "X-Auth-Token": localStorage.getItem('TinderWeb/APIToken') }}).then(res => res.json()).then(res => res.data.results);
      const teaserEls = document.querySelectorAll('.Expand.enterAnimationContainer > div:nth-child(1)');
      
      for (let i = 0; i < teaserEls.length; ++i) {
        const teaser = teasers[i];
        const teaserEl = teaserEls[i];
        
        const teaserImage = teaser.user.photos[0].url;
        
        teaserEl.style.backgroundImage = `url(${teaserImage})`;
      }
    }
    
    setInterval(() => {
        if (['/app/likes-you', '/app/gold-home'].includes(location.pathname)) {
          unblur();
        }
    }, 5000);
    Reisler 2'side çalışmadı ya.. : )
    Mutlu olmuştum ama hüsran.