lidel / google-music-hotkeys

Browser extension that adds keyboard control to Google / YouTube Music
https://github.com/lidel/google-music-hotkeys#install
Creative Commons Zero v1.0 Universal
32 stars 5 forks source link

Support for Google Podcasts #22

Closed ajuanjojjj closed 3 years ago

ajuanjojjj commented 3 years ago

Haven't tested it myself, i'd be happy to do so, just let me know how

Fixes #19

ajuanjojjj commented 3 years ago

Done, its finding the elements correctly for the spanish locale :D

ajuanjojjj commented 3 years ago

Thanks! I see a lot of unrelated whitespace changes, do you mind cleaning this up before we merge? Try running npm run lint:standard or npx standard --fix -v "add-on/*.js", it should fix it + inform about syntax errors (if any).

And that's what i get for setting VSCode to "Format on save" xd Couldnt run the scripts you mentioned, so i just fixed the formatting manually and ran eslint to check for any syntax error (And found a missing variable declaration!). It should be all good now