Skip to content

Instantly share code, notes, and snippets.

View carterlasalle's full-sized avatar

Carter LaSalle carterlasalle

View GitHub Profile
@carterlasalle
carterlasalle / remove_soundcloud_liked.js
Created April 2, 2025 01:43
Accidentally synced you spotfiy liked songs to soundcloud or just want to mass unlike? Here you go! Just set the number of songs!
//Accidentally synced you spotfiy liked songs to soundcloud or just want to mass unlike? Here you go! Just set the number of songs!
// Go to soundcloud main page and paste in the console
(async function() {
let count = 0;
const limit = 50; // Set the number of songs to unlike
while (count < limit) {
var buttons = Array.from(document.querySelectorAll(".sc-button-like[title='Unlike']"));
if (buttons.length === 0) break;
buttons.forEach(button => {
if (count < limit) {

Keybase proof

I hereby claim:

  • I am rocketninja15 on github.
  • I am rocketninja (https://keybase.io/rocketninja) on keybase.
  • I have a public key ASAOapi5WEJzE6PUlBVOM3nVrgmt3EmpzGk6_FqZQc6exAo

To claim this, I am signing this object: