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.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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');