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.

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
drhouse
Installationen heute
0
Installationen gesamt
715
Bewertungen
4 0 2
Version
16.0
Erstellt am
07.04.2015
Letzte Aktualisierung
10.12.2019
Größe
9,55 KB
Lizenz
n/a
Wird angewandt auf


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