Greasy Fork is available in English.

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.

Автор
drhouse
Инсталации дневно
0
Инсталации общо
652
Рейтинг
4 0 2
Версия
16.0
Създаден
07.04.2015
Обновен
10.12.2019
Лиценз
Няма
Работи на


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');