-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
changed
tell musicTab to execute javascript "(document.querySelector('[id=\"like-button-renderer\"]')).querySelector('[aria-label=\"Like\"]').click();"
to
tell musicTab to execute javascript "(document.querySelector('[id=\"like-button-renderer\"]')).querySelector('[aria-label=\"Like\"] [aria-pressed=\"false\"]').click();"
The only addition is [aria-pressed=\"false\"] this ensure that once liking the song, accidentally liking it again does not remove it
I did the same for ym- and created another command called ym reset to rest song preference.
Found these changes helpful, hence mentioning it here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels