Closed KaKi87 closed 1 year ago
could you please try version v4.0b from this link and report, whether it's working correctly? https://github.com/tajnymag/tinder-deblur/raw/368e1264da42c70621f1b3b7caf044206328a0d6/tinder.user.js
Wow, this looks too good to be true, it works insanely well, thanks !!!
Great. I'll close the issue once v4 is released then
No change here for me, on Firefox with Greasemonkey. From the 10 likes that are shown, 4 are not deblurred. Not even the latest 4 in the order they are shown, one is in the middle. I have deleted all Tinder cookies in between, removed the user script and re-installed it, no change.
Edit: Exactly the same on Chromium (I'm on Linux), except that I don't see the "X" and "Heart" buttons on Chromium, which I see on Firefox.
No change here for me, on Firefox with Greasemonkey. From the 10 likes that are shown, 4 are not deblurred. Not even the latest 4 in the order they are shown, one is in the middle. I have deleted all Tinder cookies in between, removed the user script and re-installed it, no change.
Edit: Exactly the same on Chromium with Tampermonkey.
Can you try this version @AntonStoeckl: https://gist.github.com/JustixDevelopment/ca3dd0861fd180622df39c156df6c400
@JustixDevelopment No change with that one. konsole output looks ok, have not spotted anything suspicious in dev tools, same as with v4.0.b
I got a superlike yesterday which worked fine to deblur, except that it only loaded one pic, while the profile had many. So it's not the most recent likes that don't deblur. As Tinder is doing loads of tricks to fool people into buying subscriptions my impression is that those might be some sort of fake likes.
@AntonStoeckl Alles klar. Es werden alle Bilder geladen, wenn du mit der Maus über das Bild hoverst, heute mache ich noch eine komplette Profilansicht und eine Bilder-Auswahl, wie es auch im normalen Feed ist. Du könntest in den DevTools mal im Netzwerk-Tab auf die Rückgabe der „teasers“ Anfrage schauen, vielleicht findest du da mehr heraus. Ansonsten kannst du mir auch gerne über GitHub Gist die Ausgabe im JSON-Format schicken, dann überprüfe ich die Profile selbst mal und kann Fake-Profile automatisch ausblenden.
Hm, ich finde keine teasers Anfrage, siehe Screenshot.
Vielleicht etwas weiter unten? Benutze sonst mal das Suchfeld, aber warte ein paar Sekunden bis die grundlegenden Elemente vom Script geladen wurden (Ads weg, andere Navigation etc.).
Das unterste sind schon nachgeladene Requests, bis zum Screenshot war da sicher schon eine Minute vergangen. Ich bin mir relativ sicher, dass ich den request früher auch schon mal gesehen habe. Vermutlich, als ich auch "echte" Likes hatte. Ich kann mal schauen, wenn wieder ein Like reinkommt, der deblurred werden kann, ob der Request dann auftaucht. Könnte aber dauern, mein Profile ist sehr dry, mich hat schon jeder in meinem Filter gesehen und umgekehrt. Für mich sieht es immer mehr danach aus, also ob Tinder diese 4 "fake likes" per Script einblendet, um mich bei der Stange zu halten. :D Hm, ich ändere mal meine Age Range nach oben, vielleicht werden ich den Omas dann auch angezeigt, bei den älteren Damen bin ich zumindest auf Bumble recht beliebt.
Alles klar, so sieht das ganze nun bei mir aus: https://streamable.com/411h57 Das ist die Version, die ich benutze: https://gist.github.com/JustixDevelopment/8870717f2530b36d1015e9ac497fed26
Ich hab das ganze gerade nochmal in Firefox getestet und hier scheint auch alles zu klappen:
Hm, bei mir eher noch kaputter, sieht wieder im Firefox und Chromium gleich aus. Ich bin auf Linux, probiere es nachher mal auf Windows.
Hier ist jetzt wieder ein nagelneuer "echter" Like dabei. Eine Teasers anfrage sehe ich wieder nicht, der Screenshot ist wieder nach Daten im Browser löschen und über eine Minute warten.
Chrome auf Windows sieht genauso aus, wie Chromium und Firefox auf Linux. Da bei Dir das Problem nicht auftaucht, vermute ich um so mehr, dass Tinder hier nicht existierende Likes unterjubeln will.
Debugged it. Added console.debug(${teaserImage}
); in line 155 (before if (teaserImage.includes('images-ssl'))
I guess this shows clearly that 4 of my 6 likes are fake, different URL without a userID. I just wonder how this would look like if I had gold? What would happen to the 4 fake likes?
@AntonStoeckl, hmm, interestingly shady. What would you expect the behavior of the userscript to be? Filtering those matches out?
@tajnymag I personally would find it most useful if the script just marks them as "FAKE" in some way.
I just removed the "fake" profiles for now @AntonStoeckl.
@AntonStoeckl the latest development version marks the teasers as invalid now.
it's still working for you ?
it's still working for you ?
yes the dev version works for me
Hello,
I currently have 6 profiles displayed in
/app/gold-home
.Until v2.x, all of these got deblurred.
Since v3.0, the last two don't get deblurred.
Thanks