Youtube Scrolling Comments Layout 2017

Modern layout for 1080p res, lets you watch videos while being able to scroll and read the entire comments section, by pinning the YouTube video to the left-side page. Plus, a sleek 'More Videos by same user' playlist feed is auto-generated for the current channel and 2 very useful quicklinks are added: 'Most Popular' and 'Newest' sorted user videos. See screenshot for preview.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
drhouse
日安装量
0
总安装量
715
评分
4 0 2
版本
16.0
创建于
2015-04-07
更新于
2019-12-10
大小
9.5 KB
许可证
暂无
适用于


note: this script was developed quite a while ago and may no longer work with YouTube's constant design updates

Info

See screenshot below for preview with notes and explanations:


- Layout was made on Chrome and is designed only for 1920x1080 resolution
- All columns can scroll up/down separately and independently, 'Related Videos' are now below the player column
- This script also combines 2 other scripts I wrote:
YouTube View More Uploader Videos and YouTube Most Popular Videos By User
- just as a reminder, make sure your browser zoom in/out level is the normal standard default 100%


Technical Notes

- author credit for code usage: [ Ronny John | http://ronnyjohn.work | Youtube Comments Sidebar ]
- In case the playlist overlaps the comments, as one user noted, if you comment out this line it will probably look fine without the playlist:

window.location.href = (theurl + "&list=UL&");

- If attempting to use on a different screen res (non-1080p), you may try changing the values of this code line:

$('#watch-appbar-playlist').css('height', '-=1993px').css('top','60px').css('bottom','300px').css('right','0px').css('left','1605px');