Skip to content

Instantly share code, notes, and snippets.

@sergio-domingues
Created December 2, 2022 19:10
Show Gist options
  • Save sergio-domingues/0c1e94b4ba0773586d42d5b8cd263d21 to your computer and use it in GitHub Desktop.
Save sergio-domingues/0c1e94b4ba0773586d42d5b8cd263d21 to your computer and use it in GitHub Desktop.
Add songs to your library from a given playlist page
// improvement: programatically scroll the page
document.querySelectorAll("button.Fm7C3gdh5Lsc9qSXrQwO").forEach(b => {
if (b.getAttribute('aria-label') === 'Save to Your Library') {
b.click()
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment