YouTube Live Filled Up View

YouTube Live やプレミア公開のチャット付きビューで、余白を切り詰めて映像を最大化します。

< YouTube Live Filled Up Viewについてのフィードバック

レート:可 - スクリプトは動作するがバグがある

§
投稿日: 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.

§
投稿日: 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.

§
投稿日: 2022/05/17

我也是一樣的問題
直播LIVE

§
投稿日: 2022/05/18
編集日: 2022/05/18

+1,please fix it

§
投稿日: 2022/06/04

Edit the code and remove line 300 can fix.

§
投稿日: 2022/06/06

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

§
投稿日: 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.

§
投稿日: 2022/10/18

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

§
投稿日: 2022/10/29

remove line 300 work thank you

§
投稿日: 2022/11/01

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

§
投稿日: 2022/11/01

Edit the code and remove line 300 can fix.

THANK YOU

§
投稿日: 2022/12/08

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

§
投稿日: 2022/12/30
編集日: 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

返信を投稿

返信を投稿するにはログインしてください。