Youtube description is moved on the right, expanded and scrollable
< Відгуки до Youtube Scrollable Right Side Description
Hello, thank you! Maybe there is a different youtube DOM in your region 🤔, I've no problem in EU. If you want to share your Country location I can try to spoof it with vpn and debug the code. Anyway these days youtube UI is updating, it's possible I'll get the same problem withing days/weeks
It's ok, it's just because I changed the view count from below to info-container
I created this problem by trying to fit everything into one row.
Because I am using the tabview script, which is incompatible, so I adjust the position myself
thanks you~^^
you are welcome 🙏
Sorry, I forgot to indicate my modifications
Also, my region is Taiwan
document.getElementById('owner')?.append(document.getElementById('info-container'));
or
document.getElementById('top-level-buttons-computed')?.prepend(document.getElementById('info-container'));
I gave up🤣
google trans
Thanks for the script!
I like to put the info-container on the right side of the owner. Although it shortens the channel name, I don’t know how to modify the width. I will use it like this for now.