Skip to content

Instantly share code, notes, and snippets.

View Thomasvdam's full-sized avatar
🦙
Llamateur

Thomas van Dam Thomasvdam

🦙
Llamateur
View GitHub Profile
@Thomasvdam
Thomasvdam / soundCloudPlaylist.js
Last active October 9, 2023 18:45
Copy SoundCloud playlist items from one to another.
// Configuration
const WAIT_OPEN_PLAYLIST_POPUP = 1000;
const WAIT_AFTER_ADD_PLAYLIST = 1500;
const TARGET_PLAYLIST_NAME = 'To Do';
// Should the new playlist be in reverse order?
const REVERSE = false;
// Should liked items be skipped?
const SKIP_LIKED = true;