Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Liking deblured pictures does not work anymore #55

Open
Meiserj opened this issue Jul 22, 2023 · 9 comments
Open

Liking deblured pictures does not work anymore #55

Meiserj opened this issue Jul 22, 2023 · 9 comments

Comments

@Meiserj
Copy link

Meiserj commented Jul 22, 2023

I've used the extension before and it always worked. I can still deblur pictures, however now when I use the like button, it deletes the person from the preview, but the like does not go through. Looking at network analysis I found the following out:
https://api.gotinder.com/like/u/<some_id> is called twice. Once with fetch, once with post.
The fetch returns 204 (no data) and the post returns 404 (not found).
Maybe they changed the API or something? I tried the dev version of the script aswell, but same issue.

@mtt0909
Copy link

mtt0909 commented Jul 25, 2023

I've reported this for a while but I think the developer is busy at the moment. I'm also seeing a lot of random profiles show up in the like list which are erroneous - sometimes the profiles show up straight after in the card view but do not produce a match so the likes shown by the scrips were clearly not valid.

@KaKi87
Copy link

KaKi87 commented Jul 28, 2023

It also looks like there's no way to match someone once clicking the deblurred like button.

So, until this is solved, I just do as I did before this feature was introduced : I reject everyone until the app presents me the one who's picture matches the deblurred one.

@andreglud
Copy link

Can confirm - only deblur works. Tested on various machines and devices.

@varkem
Copy link

varkem commented Aug 28, 2023

Yea it is unfortunate that the liking feature doesn't work anymore. At least the deblur still works, but if the dev comes back and fixes it, that would be godsend

@KaKi87
Copy link

KaKi87 commented Oct 14, 2023

Hi,
Any news ?
Thanks

@tajnymag
Copy link
Owner

tajnymag commented Nov 6, 2023

⚠️UPDATE⚠️

The project started as a simple wrapper around a javascript function posted on Reddit. I gained way more traction than I anticipated and I couldn't keep up as well and fast as I should have.
What didn't help, was Tinder patching the exploited bug and later changing both API and frontend's identifiers. With me not on Tinder anymore, I am not able to test possible changes and/or find new exploits.

I am accepting any PRs I get and will do so until the project is archived. If you, the reader, are willing to take over the project, please, let me know.

If something isn't working, sometimes there's newer version available on the develop branch. To try it, click this link.
Once there's a newer stable version, your userscript extension should update you automatically to it.

@MrNoino
Copy link

MrNoino commented Dec 23, 2023

I found a way to recover the hidden profiles when clicking the buttons. I just edited the script and commented the this.hidden = !!localStorage.getItem('hiddenUsers')?.includes(userId); line.

@Martin824S
Copy link

I found a way to recover the hidden profiles when clicking the buttons. I just edited the script and commented the this.hidden = !!localStorage.getItem('hiddenUsers')?.includes(userId); line.

Sorry for bothering you but I can't seem to make it work, can you be a bit more precise about what to write in the code?
(I'm fairly new to coding)

Thanks in advance!

@ayy-lmao1
Copy link

I found a way to recover the hidden profiles when clicking the buttons. I just edited the script and commented the this.hidden = !!localStorage.getItem('hiddenUsers')?.includes(userId); line.

Sorry for bothering you but I can't seem to make it work, can you be a bit more precise about what to write in the code? (I'm fairly new to coding)

Thanks in advance!

Okay so to comment on a line of script, all you need to do is add "/" or "//" at the beginning of the targeted line. So for example you'd want to edit the line of scripted mentioned into this /this.hidden = !!localStorage.getItem('hiddenUsers')?.includes(userId); or into this //this.hidden = !!localStorage.getItem('hiddenUsers')?.includes(userId); . This small edit essentially recovered the profiles I tried to like, but disappeared. However, I do not know if you are now able to actually like the profiles. Feedback on that issue is appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants