🎉 欢迎访问GreasyFork.Org 镜像站!本镜像站由公众号【爱吃馍】搭建,用于分享脚本。联系邮箱📮

Greasy fork 爱吃馍镜像

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.

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

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.

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

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

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

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!)

🚀 安装遇到问题?关注公众号获取帮助

公众号二维码

扫码关注【爱吃馍】

回复【脚本】获取最新教程和防失联地址

Author
drhouse
Daily installs
0
Total installs
717
Ratings
4 0 2
Version
16.0
Created
2015-04-07
Updated
2019-12-10
Size
9.55 KB
License
N/A
Applies to


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