Youtube Scrollable Right Side Description

Youtube description is moved on the right, expanded and scrollable

< Feedback on Youtube Scrollable Right Side Description

Review: Good - script works

§
Posted: 15 April 2025

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.

passthesh3llPembuat
§
Posted: 17 April 2025

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

§
Posted: 17 April 2025

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~^^

passthesh3llPembuat
§
Posted: 17 April 2025

you are welcome 🙏

§
Posted: 22 April 2025

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🤣

Post reply

Sign in to post a reply.