Bulk Unsubscribe from YouTube Channels with iMacros Bot

 There’s no easy way to mass unsubscribe from YouTube channels. The only way to unsubscribe from multiple YouTube channels is by clicking the Unsubscribe button for every channel you’re subscriptions list. While  this will work when you want to unsubscribe from a couple channels it’s really inconvenient when you want to mass unsubscribe from multiple channels. I had this problem recently and decided to make an iMacros script to make things easier.

To use this script you’ll need to install iMacros for either Chrome or Firefox.  Open iMacros and click Record then Stop immediately. This will create a Current.iim file. Right-click on this file to edit the macro. Replace everything in this file with the script below and save.

You’re all set to go. Now you can go to your channels page and run the macro to bulk unsubscribe. See the video above for more details. Let me know if you have any questions.

SCRIPT:

TAG POS=1 TYPE=YT-FORMATTED-STRING ATTR=TXT:Subscribed<SP>*
WAIT SECONDS=2
TAG POS=1 TYPE=YT-FORMATTED-STRING ATTR=CLASS:style-scope<SP>yt-button-renderer<SP>style-blue-text<SP>size-default
WAIT SECONDS=2

 

Leave a Reply

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