Cancel Instagram Follow Requests with iMacros Script

This iMacros script will cancel follow requests on Instagram. Before you run this script you’ll have to open this page in a new tab. Then run the script below with a loop to automatically cancel follow requests. If this script helps you please consider donating to help cover server costs. Don’t forget to like the video on YouTube!

SCRIPT:

SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 1

SET !VAR1 {{!LOOP}}
ADD !VAR1 1

TAB T=1
TAG POS={{!VAR1}} TYPE=DIV ATTR=CLASS:-utLf EXTRACT=TXT
SET !VAR2 {{!EXTRACT}}

SET !EXTRACT NULL

TAB OPEN
TAB T=2
URL GOTO=https://www.instagram.com/{{!VAR2}}
WAIT SECONDS=2

TAG POS=1 TYPE=BUTTON ATTR=CLASS:BY3EC<SP><SP>_0mzm*
WAIT SECONDS=2

TAG POS=1 TYPE=BUTTON ATTR=CLASS:aOOlW<SP>-Cab_*

TAB CLOSE

Let me know if you have any issues with a comment below or through email.

3 Comments on “Cancel Instagram Follow Requests with iMacros Script”

Leave a Reply

Your email address will not be published. Required fields are marked *