Resize YT To Window Size

Moves the YouTube video to the top of the website and fill the window with the video player.

< Valutazione su Resize YT To Window Size

Domanda/commento

§
Pubblicato: 26/07/2014

All videos right aligned

In 1.40 there's a problem with all videos with no right border like https://www.youtube.com/watch?v=rp03AorAWLY

It's not an issue in 1.39.

ZrenAutore
§
Pubblicato: 30/07/2014
Modificato: 30/07/2014

Shit. Didn't have email notifications on this site enabled. Will check this out tonight.

Also, can you give me a screenshot?

§
Pubblicato: 04/08/2014

adblock and yays via tampermonkey are the only other things.

§
Pubblicato: 07/08/2014

The indicator has not been up to the end. Please correct.

ZrenAutore
§
Pubblicato: 11/08/2014

@Trahbumbeiten:
Neither I nor the guys behind Youtube Center have been able to fix the HTML5 resize bug with the progress bar. Nor does it seem possible to do without rewriting part of Youtube's code which I don't plan on doing. The easiest fix would be to force YT to use the flash player.

@rosahmbo: I was unable to reproduce. Does disabling YAYS do anything?

@:

I'm going to be changing the way the script moves the player. Going to use absolute positioning & a margin-top on the body. This should get rid of the "reloading" effect causing the playback to stop and restart.

§
Pubblicato: 11/08/2014

Disabling yays has no effect. Since html5 has been 'broken' it's not moving as far to the right.

I'm using chrome 32 with tampermonkey 3.8.52.

ZrenAutore
§
Pubblicato: 11/08/2014
Modificato: 11/08/2014

What element is being so wide?

* F12
* Console Tab
* Type `document.querySelector('.html5-main-video')
* Right click > Reveal in elements panel

https://i.imgur.com/uvdLDkM.png

What kind of styling is applied to it?

* On the right sidebar, click computed.

https://i.imgur.com/0qaESNH.png

ZrenAutore
§
Pubblicato: 11/08/2014
Modificato: 11/08/2014

Also, what is the output of this script:

e=document.querySelector('.html5-main-video');while(e){console.log(e.offsetWidth, e.offsetHeight, e);e=e.parentNode};

http://i.imgur.com/XCUxdyV.png

§
Pubblicato: 12/08/2014
Modificato: 12/08/2014

Pics of results

§
Pubblicato: 12/08/2014
Modificato: 12/08/2014

If youtube center is used it's centered. With none or yays it's off to the right.

Guess I'll use youtube center again to fix this and seems the slow page loading has been fixed, that's why I stopped using it a few months ago.

§
Pubblicato: 15/08/2014

html5 progress bar is fixed in the latest yt center dev build

ZrenAutore
§
Pubblicato: 18/08/2014

I've managed to encounter this bug. Will be fixed in 1.42.

§
Pubblicato: 19/08/2014
Modificato: 19/08/2014

@Zren, Thank you very much, now it works just fine!

§
Pubblicato: 29/10/2014

The problem with the progress bar again repeated. Correct please.

ZrenAutore
§
Pubblicato: 31/10/2014

Fixed once again thanks to the folks in YoutubeCenter.

§
Pubblicato: 31/10/2014

Thank you. Progress bar was automatically hide, that's just fine. In the previous version of this somehow was not. Thank you again.

ZrenAutore
§
Pubblicato: 31/10/2014

Progress bar was automatically hidden, that's just fine

Yeah, it's basically the 1 feature I used Youtube Center for, and since I now need to reload the player in order to fix this issue with the HTML5 player, setting it to autohide is really easy.

§
Pubblicato: 12/11/2014

The problem with the progress bar again repeated :(

ZrenAutore
§
Pubblicato: 13/11/2014
The problem with the progress bar again repeated :(

Fixed.

§
Pubblicato: 13/11/2014
Modificato: 14/11/2014
Fixed.

Thank you.
Often something YouTube updated ...

§
Pubblicato: 11/12/2014

Again, the problem with the progress bar repeated.

ZrenAutore
§
Pubblicato: 11/12/2014

Fixed

§
Pubblicato: 11/12/2014

Thanks :)

§
Pubblicato: 12/12/2014

Again... :(

§
Pubblicato: 15/12/2014

Back to the previous version and it worked))

§
Pubblicato: 23/01/2015

Update please.

§
Pubblicato: 29/01/2015

Again, the problem with the progress bar repeated.

Pubblica risposta

Accedi per pubblicare una risposta.