Skip to content

SoundCloud Follower Cleanup: A JavaScript tool to identify and unfollow users who don't follow you back on the platform. The script helps manage your SoundCloud social connections by automating the unfollowing process for non-reciprocal followers.

Notifications You must be signed in to change notification settings

ohFRY/soundcloud-followers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

soundcloud-followers

You want to know if people you follow on SoundCloud are following you back? Here a javascript that will help you to unfollow all people you follow and that are not following you back.

Author

  • Fry <@ohFRY on Twitter>

INSTALLATION

Add to your bookmark bar this code below:

javascript: (function () { var jsCode = document.createElement('script'); jsCode.setAttribute('id', 'soundcloud-followers'); jsCode.setAttribute('src', 'https://raw.github.com/ohFRY/soundcloud-followers/master/sc-unfollowers.js'); document.body.appendChild(jsCode); }());

USAGE

Change the username by yours on the first line of the script. And run the script when you have loaded all your followers on https://soundcloud.com/{your-username}/following

WARNING

By executing this code, your browser might freeze the time to collect data. Sorry, I've been coding this very quickly and didn't really care about making this async.

About

SoundCloud Follower Cleanup: A JavaScript tool to identify and unfollow users who don't follow you back on the platform. The script helps manage your SoundCloud social connections by automating the unfollowing process for non-reciprocal followers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published