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.
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