msfeldstein / chrome-media-keys

Chrome extension that adds media keys to most web music players
GNU Affero General Public License v3.0
89 stars 33 forks source link

Change Spotify selectors #140

Closed dan-lee closed 3 years ago

dan-lee commented 3 years ago

I am still using this great extension to this day 🙌

Seemingly Spotify just recently changed their tags and classes. The class names seem to be generated now and follow no deterministic rule. So I found that they put an aria-label attribute on their buttons with the according action in the specific language you are viewing it with.

They're exposing their translations in JSON though, so I was able to map the buttons to the individual action.

Cheers

dan-lee commented 3 years ago

ping @msfeldstein any chance for a review and/or release :)?

msfeldstein commented 3 years ago

Thanks for the PR! I seem to be having trouble logging into the admin panel to do a release however...