Skip to content

Instantly share code, notes, and snippets.

@Bouh
Bouh / script_for_console.js
Created April 15, 2020 01:23
Tinder photos
//Tinder script unblur photos.
//inject this in https://tinder.com/app/likes-you
var countProfilHidden = document.getElementsByClassName("Expand enterAnimationContainer").length-1;
var profiles = document.getElementsByClassName("Expand enterAnimationContainer");
for(var i=0;i<countProfilHidden+1; i++){
//unblur the photos
var unblurPic = profiles[i].getElementsByTagName("div")[0].className;//get the div and class