poibms / tinder-deblur

Simple script using the official Tinder API to get clean photos of the users who liked you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinder-deblur

Simple script using the official Tinder API to get clean photos of the users who liked you

How to use

  1. install a userscript manager (Violentmonkey, Tampermonkey, Greasemonkey, ...)

  2. install the script:

    • either click this link and the manager will install the script for you
    • or copy the URL below and install it manually through manager's UI

    https://raw.githubusercontent.com/tajnymag/tinder-deblur/main/tinder.user.js

  3. browse the Tinder web app normally and the profiles that like you should be unblurred

How does it work

Initially, Tinder API returned clean profile images on requests that had their headers stripped down. Tinder patched this exploit for the web app. However, they did not patch it for their Android API. Recently, Tinder made the user endpoint only accessible to matches, that's why the username, age etc. cannot be seen any more, though the unblur, like and pass functions remain.

Be prepared for this exploit to be patched sooner or later.

Contributors

About

Simple script using the official Tinder API to get clean photos of the users who liked you

License:MIT License


Languages

Language:JavaScript 100.0%