A long while ago my Twitter account was compromised resulting in me following thousands of people I didn’t know or want to follow. So it’s cleanup time and they don’t have a very good way of doing this (thanks Twitter) but found this really geeky way to make it work on YouTube.
Here is the code for deleting the folks your following:
$(‘.unfollow-text’).each(function() { $(this).trigger(‘click’); });