LoginSignup
15
9

More than 1 year has passed since last update.

【最新版】tinderで自動スワイプ 2021/10/11更新

Last updated at Posted at 2020-03-26

ブラウザでtinderを開きましょう

https://tinder.com/app/recs

開発者ツールでconsoleタブを開きましょう

(command+option+iで開けるよ)

画像の箇所クリックしましょう

赤丸で囲んでいる箇所をクリックしましょう(画像の通り青くなっているのであればそのままでok)
スクリーンショット 2021-08-24 23.08.36.png

consoleに以下をコピペ

setInterval(() => {
document.querySelector(".recsCardboard__cards > div:nth-of-type(4)").querySelectorAll("button")[3].click()
},1000);

以上

15
9
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
9