Does anyone know how to see Tinder likes online for free?

Brainstorm or post a tutorial topic, thanks

There’s a supposed method, but it’s not working for me. Maybe someone has an updated version.

Method broken here.
Note: This can only be done on a PC.

Open Tinder in Chrome (PC).

Click on the “Likes” menu.

(For best results, zoom out to 50%).

Either ‘Inspect’ the page or press F12.

Click on “Console” at the top of the inspected element and paste this code:

async function unblur() { try { const teasers = await fetch(“https://api.gotinder.com/v2/fast-match/teasers”, { headers: { “X-Auth-Token”: localStorage.getItem(“TinderWeb/APIToken”), platform: “android”, }, }) .then((res) => res.json()) .then((res) => res.data.results); const teaserEls = document.querySelectorAll( “.Expand.enterAnimationContainer > div:nth-child(1)” ); teasers.forEach((teaser, index) => { const teaserEl = teaserEls[index]; if (!teaserEl) return; const teaserImage = teaser.user && teaser.user.photos?.[0]?.id ? https://preview.gotinder.com/${teaser.user.\_id}/original\_${teaser.user.photos\[0\].id}.jpeg\ : “”; if (teaserImage) { teaserEl.style.backgroundImage = url(${teaserImage} } }); } catch (error) { console.error(“Error fetching teasers:”, error); } } unblur();

Press “Enter” and enjoy seeing all the people who liked you and those you didn’t like :wink:

It stopped working because Tinder:

Moved “Likes You” from client-side blur → server-side access control

Good comment, it’s a shame it changed.

That console code = dead since August :skull: (Tinder moved the blur server-side). No “updated version” coming. But all it ever did was wipe a blur — and a photo + free reverse-search now does more, for $0.

:backhand_index_pointing_down: No code, no app. Right-click a photo = you’re in.

LIKES-YOU TRICK ───✂─── R.I.P. Aug 2025
free path still wide open ▶ photo + a browser tab
💀 Why it died (10-sec)
  • Blur moved to Tinder’s servers + photos now on self-destruct links → nothing left to wipe.
  • :newspaper: The autopsy
  • :coffin: tinder-deblur — archived, author gone. Don’t grind it.
🤡 The $18 'cheater scanner' scam

“Find anyone on Tinder” sites = reverse image search + weekly rebill trap. That’s the whole engine.

🔎 See who's on Tinder — free, just a photo

Drop a face in → find it everywhere:

  • :green_circle: Google Lens — free, no signup
  • :high_voltage: TinEye — fast, free
  • :eye: PimEyes — scary-good face engine
  • :light_bulb: empty result? photo’s too zoomed — feed a wider shot, rerun.
🕵️ Got their @username? Hit every app at once
  • :globe_with_meridians: WhatsMyName — 700+ sites in one click, Tinder included
  • :ninja: Naminter — backup; sneaks past blocks when WMN lies “not found”
  • :bullseye: SpyScrap — Tinder OSINT + face-match in one
👻 The leak Tinder forgot to seal

Even blurred, the image URL still carries their Tinder IDpreview.gotinder.com/THEIR-ID/...
They hid the face, not the fingerprint. Window’s locked — nameplate’s still on the door.

🛠️ Tinkerer tier — pull your OWN feed

Alive, no Facebook needed:

Simple-pimple: the blur was never a wall — just a sticker on an unlocked window. Tinder peeled the sticker. The window’s still open. :window: