This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // LinkedIn Toplu Takipten Çıkma Scripti | |
| // Kullanım: LinkedIn sayfasında tarayıcı konsoluna yapıştırın (F12 > Console) | |
| (async function unfollowAll() { | |
| console.log('🚀 Takipten çıkma işlemi başlatılıyor...'); | |
| // Toplam buton sayısı | |
| let totalUnfollowed = 0; | |
| // Scroll ve unfollow işlemini tekrarla |