How to cancel all sent follow request on instagram?

On Instagram, you may have sent such a large number of follow requests to other people and you may not know which all have been as yet pending as follow requests and should drop it. Try not to stress Instagram now permits you to see the records you have mentioned to follow and as yet pending without tolerating or dropping.

Now the question is how can I delete all sent Instagram requests without making so many manual efforts?

Step 1: 

On  Instagram, go to Settings > Security > Access Data > Current follow requests. 



Now you can see a list of accounts having pending requests you have sent.

To cancel these requests manually you have to copy each Instagram ID and search for it. After finding the account of each person one by one you can cancel the request like we normally do.

Make sure yo have allowed Pop-ups for this site on your browser. If not allow Pop-ups for this site.

To allow Pop-ups on Chrome and Mozilla follow the steps on the links.

If you have more than 10 requests pending, there will be a View More button But Don't Click it. It's because Instagram doesn't allow more than about 10 requests(might be 12 or 13) to be canceled or unfollowed at once even if you are doing it manually just refresh the page after you cancel the request or unfollow after this limit you will see that it's not done.  


Step 2: 

Open Inspect Element mode on your browser by right-clicking or by keyboard shortcut(F12).

Go to the console tab and paste the code given below.

 let i=0;  
var unfollow="global";
var final="global";
var link=["link","link2"];
var proWindow=[""]
proWindow.length=0
link.length=0;
var ids = document.querySelectorAll(".-utLf");
for(i=0;i<ids.length;i++){
link.push('https://www.instagram.com/'+ids[i].innerText);
console.log(link[i]);
proWindow[i]=window.open(link[i]);
}


Presently click Enter to run the code. Presently you will see all the records opened on independent tabs on your program. After all the tabs of the record have been stacked totally, Glue the code beneath on a similar support window underneath the principal code.

for(i=0;i<ids.length;i++){
unfollow = proWindow[i].document.querySelector("button._8A5w5");
unfollow.click();
final = proWindow[i].document.querySelector(".aOOlW");
final.click();}
console.log("Completed");


Snap Enter to run the code and see the message "Finished showed" on your support window. Presently experience the record tabs which have opened before to see all them unfollowed or dropped the solicitation.


Post a Comment

0 Comments