Skip to content

Instantly share code, notes, and snippets.

@peterheard01
Created June 23, 2016 08:00
Show Gist options
  • Save peterheard01/6c0a7afd8eb62c8dae9f356a001cc587 to your computer and use it in GitHub Desktop.
Save peterheard01/6c0a7afd8eb62c8dae9f356a001cc587 to your computer and use it in GitHub Desktop.
1) nu-disco in the last day
https://soundcloud.com/search/sounds?q=nu%20disco&filter.created_at=last_day
2) auto-like everything
var list= document.getElementsByClassName("sc-button-like");
for (var i = 0; i < list.length; i++) {
if(!list[i].classList.contains('sc-button-selected')){
list[i].click();
}
//console.log(list[i]); //second console output
}
@fezi0987
Copy link

auto like 20000

@RedPrez16
Copy link

I don't understand this someone please help me!

@Ramlan2
Copy link

Ramlan2 commented Jul 24, 2018

sad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment