A simple client-side JavaScript tool that analyzes your followers and following lists on Instagram and shows you who does not follow you back.
This script runs in your browser console (no backend, no credentials collected) and creates a styled overlay with results.
⚠️  Disclaimer: This project is for educational and personal use only. It is not affiliated with Instagram, Meta, or any third party. Using automation scripts may be against Instagram’s Terms of Service — use responsibly.
Collects your Followers and Following lists automatically
Detects users that you follow but who don’t follow you back
Displays results in a styled popup overlay
Simple copy-paste usage, no setup required
Written in vanilla JavaScript (async/await, DOM manipulation)
Open Instagram in your browser and log into your account.
Navigate to your profile page.
Open Developer Tools → Console (Ctrl+Shift+J on Windows, Cmd+Opt+J on Mac).
Copy-paste the script from f4fchecker.js
into the console.
Wait for the script to finish → a popup will appear listing users who don’t follow you back.
This script only works for the account you are logged into.
It does not steal or send your credentials/data.
Instagram may change its HTML structure anytime, breaking the script.
Use at your own risk.
All rights & code belong to the author (Emil Veliyev). You are free to use this for personal & educational purposes.
Instagram’da takipçi (followers) ve takip edilen (following) listelerini analiz edip, seni takip etmeyen kişileri gösteren basit bir JavaScript aracıdır.
Bu script tamamen tarayıcı konsolunda çalışır (sunucu yok, şifre toplanmaz) ve sonucu şık bir pencere (popup) olarak ekrana getirir.
⚠️  Uyarı: Bu proje yalnızca eğitim ve kişisel kullanım içindir. Instagram, Meta veya başka herhangi bir kuruluşla ilişkili değildir. Instagram’ın kullanım şartlarına aykırı olabilir — sorumluluk kullanıcıya aittir.
Takipçi ve takip edilen listelerini otomatik toplar
Seni takip etmeyen kullanıcıları bulur
Sonuçları şık bir pencere (popup) içinde gösterir
Basit kopyala-yapıştır kullanımı, ek kurulum gerektirmez
Vanilla JavaScript ile yazılmıştır (async/await, DOM manipülasyonu)
Instagram ’ı aç ve hesabına giriş yap.
Profil sayfana git.
Geliştirici Konsolu’nu aç (Ctrl+Shift+J Windows, Cmd+Opt+J Mac).
f4fchecker.js
içindeki kodu kopyala ve konsola yapıştır.
Script çalıştıktan sonra ekranda seni takip etmeyen kullanıcıların listesi görünecek.
Script sadece giriş yaptığın hesabında çalışır.
Şifre veya verini almaz/göndermez.
Instagram HTML yapısını değiştirebilir → script bozulabilir.
Kullanım tamamen senin sorumluluğunda.
Tüm hakları ve kod yazarlığı (c) Emil Veliyev’e aittir. Kişisel ve eğitim amaçlı kullanım serbesttir.