ライフハック

Tinder 2022 スワイプ自動化

 

ここのところでrand_flagのところをいじったのみ

https://watashinagata.com/auto-tinder/

 

 

function tinderLike() {
    const min = 5, max = 10;
    const rand_time = Math.floor(Math.random() * (max - min + 1) + min);
    const rand_flag = Math.floor(Math.random() * (max - min + 1) + min);
    const good_elem = document.getElementsByClassName("button Lts($ls-s) Z(0) CenterAlign Mx(a) Cur(p) Tt(u) Bdrs(50%) P(0) Fw($semibold) focus-button-style Bxsh($bxsh-btn) Expand Trstf(e) Trsdu($normal) Wc($transform) Pe(a) Scale(1.1):h Scale(.9):a Bgc($c-like-green):a")[0];
    const bad_elem = document.getElementsByClassName("button Lts($ls-s) Z(0) CenterAlign Mx(a) Cur(p) Tt(u) Bdrs(50%) P(0) Fw($semibold) focus-button-style Bxsh($bxsh-btn) Expand Trstf(e) Trsdu($normal) Wc($transform) Pe(a) Scale(1.1):h Scale(.9):a Bgc($c-pink):a")[0];
  
    try{
        if(rand_flag>2){
            good_elem.click();
        }else{
            bad_elem.click();
        }
    }catch(e){
      console.log( e.message );
    }
    setTimeout(tinderLike, rand_time * 1000);
  }
  
  
  tinderLike()

 

 

 

 

 

 

Amazonおすすめ

iPad 9世代 2021年最新作

iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめします><

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)