1

Quite often I fall on a youtube video I like, and am interested in seeing other videos from the same channel. I wanted a bookmarklet to reopen the video page with other videos from the same channel listed on the right.

1 Answer 1

1

Yes, there is!

I figured how to do it, and thought I'd share it:

javascript:location.href+='&list='+document.querySelector('#owner-name > a').href.replace('https://www.youtube.com/channel/UC','UU')

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .