Created
March 15, 2024 06:07
-
-
Save funnyzak/36b6250b200517680bf2638110c3d5de to your computer and use it in GitHub Desktop.
spotify playlist songs with one click like
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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