Upload video to YouTube playlist

URL hacking for the rescue! You can append &list=UL to the end of a video URL from that user.

So, if you have:

https://www.youtube.com/watch?v=zucBfXpCA6s

it should become:

https://www.youtube.com/watch?v=zucBfXpCA6s&list=UL

^ right here

You could also add something like this to your bookmark and simply click on it:

javascript:window.location+='&list=UL'

Select it then drag and drop it on your bookmarks. (how?)

Now, there is an issue!

It's got a weird behaviour as dear @burtek brought to my attention on the comments.

In my instance here, with Valentina Lisitsa, she got 272 videos right now, but it won't ever show more than 99 on the list. And it seems like it's ordered from oldest to newest, so if you want to play all videos you rather start with the user's first video. In her case, this is it:

https://www.youtube.com/watch?v=vS_foc_NxI0&list=UL

From there you can leave it playing and it will play all her videos.

Seemed like the current video will always try to be in position #20 of the list, showing 19 previous ones and 79 next ones, but now I believe it's even more random than that.

Most users, however, do have an "uploads" section on their profile, and you can just click on "Play All" right there to get a generated playlist from newest to oldest, like @wisbucky pointed in another answer here:

https://webapps.stackexchange.com/a/82675/4616