13
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

5秒で出来るtinder自動右スワイプ

Last updated at Posted at 2019-09-08

#手順1

PCでGoogle Chromeを開く

#手順2

パソコン版ティンダーにログイン
https://tinder.com/

#手順3

スワイプする画面で
右クリックで検証を開く

#手順4

console画面に行く
スクリーンショット 2019-09-09 2.33.49.png

#手順5

auto = setInterval(
function(){
var elem=
document.querySelector('[aria-label="いいね!"]');
elem.click()
},500)

上記のコードをコピペし、

スクリーンショット 2019-09-09 2.31.09.png

Enterキーを押す。

#超簡単5stepで
プログラマーじゃなくても自動右スワイプが可能に!!

13
11
3

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
13
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?