tajnymag / tinder-deblur

Simple script using the official Tinder API to get clean photos of the users who liked you
MIT License
293 stars 29 forks source link

[Bug] Script works great on Chrome, but does not work on Firefox #17

Open Samg381 opened 1 year ago

Samg381 commented 1 year ago

Any reason why this may be? I am using Tampermonkey on both browsers. Chrome/Edge works flawlessly, but doesn't do anything on Firefox.

tajnymag commented 1 year ago

Are there any errors in the console?

Samg381 commented 1 year ago

There are no errors / debug messages printing to console. I did some more testing, and noticed the script does actually occasionally work about 10% of the time. If I refresh the page and click 'likes' a bunch of times, the script will occasionally deblur the image with successful console message indicating same. Most often, however, nothing will happen- the image remaining blurred with no console output. I know this won't help with troubleshooting much, but let me know if you need any more debugging. I have a feeling this is tied to some silly firefox page load / compatability parameter and less the script itself.

tajnymag commented 1 year ago

⚠️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.