【最新版】tinderで自動スワイプ 2021/10/11更新
1464 ワード
ブラウザでtinderを開きましょう
https://tinder.com/app/recs
開発者ツールでconsoleタブを開きましょう
(command+option+iで開けるよ)
画像の箇所クリックしましょう
赤丸で囲んでいる箇所をクリックしましょう(画像の通り青くなっているのであればそのままでok)
consoleに以下をコピペ
setInterval(() => {
document.querySelector(".recsCardboard__cards > div:nth-of-type(4)").querySelectorAll("button")[3].click()
},1000);
以上
Author And Source
この問題について(【最新版】tinderで自動スワイプ 2021/10/11更新), 我々は、より多くの情報をここで見つけました https://qiita.com/miyabiya/items/ffca90a648d59be2de50著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .