jaflesch / tinder-autolike

Script for automatic like on Tinder Web's profiles.
131 stars 53 forks source link

It does superlike on my account #16

Open takashi28888888888 opened 4 years ago

takashi28888888888 commented 4 years ago

I copypasted on Chrome console but it is only superliking. How should I make it press like instead of superlike?

simon-tannai commented 4 years ago

@takashi28888888888 very simple: https://github.com/jaflesch/tinder-autolike/pull/17

jaflesch commented 4 years ago

Hello! First, i would like to thanks for @simon-tannai to this bugfix. However, honestly i'm a bit curious, because my code actualy works on my console (not a excuse, i swear haha).

image

This is a print screen of the buttons that Tinder present on my screen. In this case, the first index is for the Dislike button, the second is the Superlike and, finally, the third, for Like button.

I guess maybe its web interface changed for some users? :(

Lusitaniae commented 4 years ago

Issue seems to be the bio is not opened.

When bio is open there's only 3 buttons and it hits like as expected, if bio closed it shows 5 buttons.

simon-tannai commented 4 years ago

@Lusitaniae that's right !

I've open a new PR with some fixes: https://github.com/jaflesch/tinder-autolike/pull/18/files#diff-ffd8e8703efc746045d590e28c7c6fcaR56