A silly JavaScript script that aims to automate the tedious Tinder swiping process by auto-liking almost everything that comes along the way
Tinder Autopilot tries to mimic human behaviour (a man's one) thus it features
- Auto likes (more frequent)
- Auto dislikes (more rare)
- Will wait until your like limit is over and start swiping again.
- Pause/Resume/Stop buttons
Just copy/paste the content of autopilot.js into Chrome's dev console. More specifically:
- Open Chrome's dev console by typing
Ctrl + Shift + J
- Copy the content of autopilot.js
- Paste the content with
Ctrl + V
into the Chrome console - Press
Enter
- Click somewhere inside the Tinder GUI to focus.
- Enjoy
Alternatively you can also save this script as a snippet Ctrl + Shift + J > Sources (tab) > Snippets (subtab)
in Chrome so that you don't have to copy/paste it every time.
Press Spacebar
at any time to Pause/Resume auto swiping.
Press s
to stop and don't forget to reload the page afterwards.