Greasy Fork is available in English.

YouTube Live Filled Up View

Get maximized video-and-chat view with no margins on YouTube Live or Premieres.

< Feedback on YouTube Live Filled Up View

Review: OK - script works, but has bugs

§
Posted: 2022-05-13

Script stopped working as of 5/13/22. The chat box is shrunk to a tiny box on top left corner, next to the video screen.

§
Posted: 2022-05-13

Script stopped working as of 5/13/22. The chat box is shrunk to a tiny box on top left corner, next to the video screen.

My guess is because youtube recently added the comment button below the video, which allow comments to be displayed to the right of the video, where chat box used to be.

§
Posted: 2022-05-17

我也是一樣的問題
直播LIVE

§
Posted: 2022-05-18
Edited: 2022-05-18

+1,please fix it

§
Posted: 2022-06-04

Edit the code and remove line 300 can fix.

§
Posted: 2022-06-06

height: calc(var(--${SCRIPTID}-video-height) + var(--${SCRIPTID}-info-height)) !important;
的確可以成功了~感謝你
thanks

§
Posted: 2022-06-14

Edit the code and remove line 300 can fix.

Perfect fix! I came here to comment it:

Remove or comment this line:
/*height: calc(var(--${SCRIPTID}-video-height) + var(--${SCRIPTID}-info-height)) !important;*/
The /* */ were added by me and they serve to comment it.

§
Posted: 2022-10-18

似乎因為Tampermonkey更新4.1.8這個腳本失效了...

§
Posted: 2022-10-29

remove line 300 work thank you

§
Posted: 2022-11-01

@小光尼リーロン
Thank you very much!

§
Posted: 2022-11-01

Edit the code and remove line 300 can fix.

THANK YOU

§
Posted: 2022-12-08

The workaround above creates a new problem: the scaling doesn't seem to be correct when playing in full screen

§
Posted: 2022-12-30
Edited: 2022-12-30

I made a script providing similar feature as YouTube Live Filled Up View.

This userscript is required in order to make userstyles being able to work for video resizing. It is generic script working for all userstyles.
The resizing will be also done if you turn on/off the userstyles.
YouTube Video Resize Fix


This is the userstyle I made to make no border. This is compatible with Tabview Youtube and other userstyles.
YouTube Live BorderLess

In short, use YouTube Live BorderLess + YouTube Video Resize Fix to replace YouTube Live Filled Up View

Post reply

Sign in to post a reply.