UNFOLLOW all your Instagram friends automatically for free in 2022 with this simple script!

UNFOLLOW all your Instagram friends automatically for free in 2022 with this simple script!

// 1. GO TO INSTAGRAM // 2. CLICK ON "FOLLOWING" ON YOUR INSTAGRAM PROFILE // 3. OPEN DEVELOPER TOOLS BY RIGHT CLICKING ON PAGE AND CLICKING "INSPECT" OR PRESS F12 // 4. COPY FOLLOWING CODE AND PASTE IN DEVELOPER TOOLS CONSOLE AND RUN

let indexsss = 0
setInterval(() => {
  const item = document.querySelectorAll("._7UhW9.xLCgt.qyrsm.uL8Hv.T0kll")[indexsss]

  if (item.innerHTML === "Following") {
    item.click()
    setTimeout(() => {
      document.querySelector(".aOOlW.-Cab_").click()
    }, 200)
  }

  document.querySelector('.isgrP > ul > div').scrollIntoView(false)
  indexsss++
}, 1200)

// 5. SCRIPT WILL NOT RUN IF TAB IS NAVIGATED AWAY FROM, MINIMIZED OR UNFOCUSED // IT IS RECOMMENDED TO OPEN A NEW CHROME WINDOW OR PUSH TAB TO THE SIDE AND LET SCRIPT RUN IN BACKGROUND // THATS IT! ENJOY THE MAGIC!

by PRIM4T Thanks goes to Nazmus Sayad