你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/452405-youtube-scrollable-right-side-description/discussions/295579,源站連結 點此以跳轉。
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 ### 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.