Skip to content

Instantly share code, notes, and snippets.

@funnyzak
Created March 15, 2024 06:07
Show Gist options
  • Save funnyzak/36b6250b200517680bf2638110c3d5de to your computer and use it in GitHub Desktop.
Save funnyzak/36b6250b200517680bf2638110c3d5de to your computer and use it in GitHub Desktop.
spotify playlist songs with one click like
document.querySelectorAll('[data-testid="add-button"]:not([aria-checked="true"])').forEach(button => button.click());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment