你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/452405-youtube-scrollable-right-side-description/discussions/183128,源站連結 點此以跳轉。
Youtube description is moved on the right, expanded and scrollable
< 脚本 Youtube Scrollable Right Side Description 的反馈
thank you, I tested the script only with an adblocker so I didn't see any strange positions
Thank you! I like your script.
This script did not work for me at first. Once it started working, it worked as advertised. I made the following change and fixed it.
//let player_height = parseFloat(document.querySelector(".ytp-iv-video-content").style.getPropertyValue("height"));
let player_height = parseFloat(document.querySelector("#player-container").offsetHeight);
Thanks!