Moves the video description to the right of the video, adds options for smaller video, retro player, retro style, and more
< Feedback on Youtube - Right Side Description
Most of that area is on the right when the script is enabled. The main bit left on the left is views/likes and the buttons for share/save/etc (moving those would break). Try it out and see if you like it https://i.imgur.com/6p3HMhc.png
I wanted to move the black color to the right as well, hoping to add an option
https://i.imgur.com/440aYrq.png
I did some testing and it partially works, but it breaks things (especially if you use other scripts that add buttons there). Overall it is too complex to be worth the investment.
It might be suitable for some users who don't use the things that break though. So what I'll do is see if I can put some 'hooks' into RSD, which would let you then have a second script with custom code that hooks into RSD. I'll post an update here if I can make the 'hooks' work.
I have this idea because I installed another script and want it to work on the right so I can preview the video while watching the video
https://i.imgur.com/vzH3ipP.jpg
What you're looking for wouldn't work with what you've requested, the thumbnail script doesn't look for the panel you want moved https://i.imgur.com/FX5GPOD.png
What you'd want to do instead is change "YouTube Thumbnails" script line 189 from $titleDiv = $('div#info.ytd-watch-flexy, div#info.ytd-watch, #watch-header');
to $titleDiv = $('#rsd-description-entry');
That will make it go on the side when running with RSD. Unfortunately it is too wide to fit on my screen but it might fit on yours if you have a big screen. If it doesn't fit you should ask the author to add an option to put it on the side with a size that fits.
Ok thanks for your help
Can you move all the areas marked in black to the right
https://ftp.bmp.ovh/imgs/2020/08/0f9e0cd3c160e418.jpg