Skip to content

Instantly share code, notes, and snippets.

@tajnymag
Last active March 10, 2024 18:59
Show Gist options
  • Save tajnymag/9de74305f9bb09aa940d26418bd508f1 to your computer and use it in GitHub Desktop.
Save tajnymag/9de74305f9bb09aa940d26418bd508f1 to your computer and use it in GitHub Desktop.
Tinder Deblur Userscript (ARCHIVED and DEPRECATED, see https://github.com/tajnymag/tinder-deblur)
// ==UserScript==
// @name Tinder Deblur
// @namespace Violentmonkey Scripts
// @match https://tinder.com/*
// @grant none
// @version 1.4
// @author Tajnymag
// @downloadURL https://raw.githubusercontent.com/tajnymag/tinder-deblur/main/tinder.user.js
// @description Simple script using the official Tinder API to get clean photos of the users who liked you
// ==/UserScript==
async function unblur() {
const teasers = await fetch('https://api.gotinder.com/v2/fast-match/teasers', {
headers: { 'X-Auth-Token': localStorage.getItem('TinderWeb/APIToken') },
})
.then((res) => res.json())
.then((res) => res.data.results);
const teaserEls = document.querySelectorAll('.Expand.enterAnimationContainer > div:nth-child(1)');
for (let i = 0; i < teaserEls.length; ++i) {
const teaser = teasers[i];
const teaserEl = teaserEls[i];
const teaserImage = teaser.user.photos[0].url;
teaserEl.style.backgroundImage = `url(${teaserImage})`;
}
}
if (typeof GM_info === 'undefined') {
console.warn(
'[TINDER DEBLUR]: The only supported way of running this script is through a userscript management browser addons like Violentmonkey, Tampermonkey or Greasemonkey!'
);
console.warn(
'[TINDER DEBLUR]: Script was not terminated, but you should really look into the correct way of running it.'
);
}
console.warn('[TINDER DEBLUR]: This version has been deprecated. Please see https://github.com/tajnymag/tinder-deblur');
setInterval(() => {
if (['/app/likes-you', '/app/gold-home'].includes(location.pathname)) {
unblur();
}
}, 5000);
@tajnymag
Copy link
Author

! AUTHOR UPDATE, PLEASE READ !

I am now deprecating this gist. All future work will be done though a new repository at: https://github.com/tajnymag/tinder-deblur
To make the transition easier, I have also pushed a new version 1.4 for all current users to be migrated to the new upstream URL.

Any future feedback has to be done through the issues in the new repository. I won't respond to any comments here in this thread.

@alfredx1
Copy link

rly? followed the steps and the images are still blurred

@nicstoun
Copy link

Thanks for your work...

@Artemchuvashov2332
Copy link

It works again!

@metrovinz
Copy link

it works!!!!!!!!!!!!!

@Luciano3001Iamnothingofthat3000

sigue funcionando pero altera el orden de las fotos, hay manera de ver el link de un perfil desde PC ?
still working but alters the order of the photos, is there a way to see the link of a profile from PC ?

@Luciano3001Iamnothingofthat3000

I HAVE TINDER PLATINUM FOR A FEW MORE DAYS, IS THERE A WAY TO COLLECT INFORMATION THAT WILL SERVE THE FUTURE?

@Sekacek83
Copy link

I HAVE TINDER PLATINUM FOR A FEW MORE DAYS, IS THERE A WAY TO COLLECT INFORMATION THAT WILL SERVE THE FUTURE?

Only to make screenshots. Nothing else I guess.

@Elydasian
Copy link

Works for me, thank you very much, 1 like is all I need ;)

@Kristof-141
Copy link

is it just me or the new likes wont show up even when blurred (on phone), but the old likes are unblurred...

@Sekacek83
Copy link

is it just me or the new likes wont show up even when blurred (on phone), but the old likes are unblurred...

yeah. Since "deblurring" script started working again, the new likes are mostly (90 %+) not shown among 10 listed photos.. Meaning when I see I have new like, I don't see this like in 10 unblurred pictures. Maybe after 5 - 10 another new likes I can see 1 new face.

@juanjosesr9
Copy link

Its working again but i can't see the new likes

@GrigoriyZelenin
Copy link

who managed to get around the restrictions of 10 pairs?

@GarthPS
Copy link

GarthPS commented Aug 9, 2022

Do you think it is possible to revert the uuid used in the url of the image to find the ID of the match ?
like this /preview.gotinder.com/˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅
https://preview.gotinder.com/30b2d849-482c-4393-ac64-416528df8fec/original_820e2e81-425d-45c9-a507-9e8420464ee7.jpeg
(don't try the link i changed it for privacy :) )
and the id is like 5cf3aeffeaa9e915008c50a6

@Splicho
Copy link

Splicho commented Aug 27, 2022

Works like a charm, thank you.

@cryptokebab69
Copy link

Hello,
It doesn't work, it only shows me some people and others are missing completely.

@Uciok
Copy link

Uciok commented Oct 20, 2022

not working now

@Splicho
Copy link

Splicho commented Oct 26, 2022

Not working anymore.

@Raven0r
Copy link

Raven0r commented Oct 28, 2022

U can fix this script? Not work in last week.

@xXpekkaXx
Copy link

NOT WORKING :/

@AmeyaWagh143
Copy link

Really appreciate your efforts, can you update the code again, it has stopped working since last week. Thanks.

@Mich-BRR
Copy link

Mich-BRR commented Nov 4, 2022

Works again !!

@825i
Copy link

825i commented Nov 6, 2022

FOR THE PEOPLE WHO DON'T SEEM TO UNDERSTAND. THIS IS NOT REDDIT!

THE COMMENTS ARE NOT A PLACE TO CONSTANTLY SPAM "IT WORKS" OR "IT DOESN'T WORK".

IF IT WORKS FOR YOU. GOOD! DON'T NEED TO SAY ANYTHING.

IF IT DOES NOT WORK FOR YOU. TOO BAD. NO NEED TO TELL EVERYONE ELSE.

KEEP THE COMMENTS CONSTRUCTIVE, ON-TOPIC AND RELEVANT FOR EVERYONE INVOLVED.

COMMENT IF YOU CHANGED SOMETHING, OR MADE THE SCRIPT WORK OR FOUND ANOTHER WORKING SCRIPT.

OTHERWISE DON'T SPAM!

@alexmt1
Copy link

alexmt1 commented Nov 11, 2022

hello there, i was wondering if the script is capable to max to unlimited likes, i have 12 likes on tinder but tinder only show me 10 of 12, you guys can maxed out?

@hamzaaitbrik
Copy link

Do you think it is possible to revert the uuid used in the url of the image to find the ID of the match ? like this /preview.gotinder.com/˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅˅ https://preview.gotinder.com/30b2d849-482c-4393-ac64-416528df8fec/original_820e2e81-425d-45c9-a507-9e8420464ee7.jpeg (don't try the link i changed it for privacy :) ) and the id is like 5cf3aeffeaa9e915008c50a6

Willing to work on this if you elaborate more.

@rem053
Copy link

rem053 commented Jul 25, 2023

Is this currently still working? I downloaded the script and it is not working for me.

@825i
Copy link

825i commented Jul 25, 2023

Is this currently still working? I downloaded the script and it is not working for me.

This was patched well over a year ago. Thanks for reminding me to unsubscribe from comments.

@YonLiud
Copy link

YonLiud commented Jul 25, 2023

Is this currently still working? I downloaded the script and it is not working for me.

Nah, patched already

@rem053
Copy link

rem053 commented Jul 25, 2023

Thanks for the info.

@Galosy1
Copy link

Galosy1 commented Feb 21, 2024

Worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment