Closed Wexutar closed 1 year ago
I deleted my Tinder account, so I can't test it right away, but could you please try these steps and post the result?
document.querySelectorAll('.Expand.enterAnimationContainer > div:nth-child(1)')
The thing I'd like to check is, whether tinder-deblur is able to find all 10 elements in the page
It stopped working for me too, but for me it just keep swaps the penultimate image with other blur images. Really strange.
@M9k
Hmm, that seems like we did find the correct elements, or at least their parent/child. Maybe the API response has changed? Could you try intercepting it using the tools in Network tab?
The image returned from API for a few matches is blurred. e.g. https://images-ssl.gotinder.com/xyz/blurred_xyz.jpg
I've changed building the URL in line
https://github.com/tajnymag/tinder-deblur/blob/main/tinder.user.js#L30
to
const teaserImage = "https://preview.gotinder.com/" + teaser.user._id + "/original_" + teaser.user.photos[0].id + ".jpeg";
The image returned from API for a few matches is blurred. e.g. https://images-ssl.gotinder.com/xyz/blurred_xyz.jpg
I've changed building the URL in line https://github.com/tajnymag/tinder-deblur/blob/main/tinder.user.js#L30 to
const teaserImage = "https://preview.gotinder.com/" + teaser.user._id + "/original_" + teaser.user.photos[0].id + ".jpeg";
Wait, that works? Wow, thank you. Do the unblurred images from preview.gotinder.com match the blurred images that are normally displayed?
If so, it's a major discovery and I'll implement it in the morning.
I think so, it worked for me. I've built that URL based on one returned correctly (the second person).
Ok, expect an experimental update in the following 24 hours. Thank you very much.
The image returned from API for a few matches is blurred. e.g. https://images-ssl.gotinder.com/xyz/blurred_xyz.jpg
I've changed building the URL in line https://github.com/tajnymag/tinder-deblur/blob/main/tinder.user.js#L30 to
const teaserImage = "https://preview.gotinder.com/" + teaser.user._id + "/original_" + teaser.user.photos[0].id + ".jpeg";
It works flawless!
Pushed version 2.5. The userscript should update itself automatically when your userscript manager checks for updates, or you can force the refresh manually.
Let me know, if it works correctly, so I can close the issue :slightly_smiling_face:
seems to be broken at least for me still, pre-update it only unblurred 1 pic, now it shows the blurred pics for like half a second upon page load and then every pic just goes black/white (depending on dark mode on/off)
@tajnymag there is missing :
after https in the URL https//preview.gotinder.com
yep that fixed it
fok
Pushed v2.6 with fixed typo found by @mpanowicz
Salut à tous ! Je n'arrive plus à déflouter les matchs sur tinder pouvez nous m'aider merci d'avance ?
When i was browsing my Tinder in the last 2 days, i encountered a new issue recently. The script only shows the second person who liked me ,and the rest keep blurred, hidden. It is the same on chrome and firefox too.