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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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!