Created
February 11, 2022 11:23
Script to unfollow people from last.fm when you have recovered your account after 5 years and in the meantime a followbot had taken over.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array.from(document.querySelectorAll(".user-list-inner-wrap")).filter(x => x.querySelector(".user-follow") === null).forEach(x => x.querySelector('.follower-btn-following').click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment