This will help REMOVE all LIKES ! SOUNDCLOUD.COM
Bulk Unlike / Unfollow Tool
Simple helper script to mass remove likes or unfollow accounts.
Instructions
- Go to the Likes or Following page
- Install Chrome extension: Exec jаvascript
- Scroll the page manually so more items load
- Paste the script below into the extension, click Exec
- Repeat scrolling and running the script until done
Note: Works only on loaded items. Scroll step-by-step.
Example Script (Unlike)
// Click all buttons with aria-label="Unlike"
const buttons = document.querySelectorAll('button[aria-label="Unlike"]');
buttons.forEach(button => { button.click();
}); To unfollow, replace "Unlike" with "Unfollow".
Script helps reset your feed and improve recommendation quality.


Users of Гость are not allowed to comment this publication.