James Mitchell

Results 4 comments of James Mitchell

Youtube Music support would be cool. The manifest glob should already match the Music url, which is https://music.youtube.com , so something else might be stopping it. I'll have a deeper...

Ah, all the classes have different names. Many start with the "ytmusic-". So that is going to fool the code that looks for the buttons.

Copy/pasted the HTML from their page below. The controls are * .previous-button * .play-pause-button * .next-button * .volume is the mute button * .volume-slider (or #volume-slider) is the volume control...

I didn't get very far adapting this for music.youtube.com. But for playlists, I did make a bookmarklet to view the selected playlist on the normal youtube domain. `javascript:void function(){var t="https://youtube.com"+window.location.pathname+window.location.search;window.location=t}();`