Resize YT To Window Size

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

< Σχολιασμός για τον κώδικα Resize YT To Window Size

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 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.

ZrenΔημιουργός
§
Δημοσιεύτηκε: 30/07/2014
Επεξεργάστηκε: 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?

§
Δημοσιεύτηκε: 04/08/2014

adblock and yays via tampermonkey are the only other things.

§
Δημοσιεύτηκε: 07/08/2014

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

ZrenΔημιουργός
§
Δημοσιεύτηκε: 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.

§
Δημοσιεύτηκε: 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.

ZrenΔημιουργός
§
Δημοσιεύτηκε: 11/08/2014
Επεξεργάστηκε: 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

ZrenΔημιουργός
§
Δημοσιεύτηκε: 11/08/2014
Επεξεργάστηκε: 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

§
Δημοσιεύτηκε: 12/08/2014
Επεξεργάστηκε: 12/08/2014

Pics of results

§
Δημοσιεύτηκε: 12/08/2014
Επεξεργάστηκε: 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.

§
Δημοσιεύτηκε: 15/08/2014

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

ZrenΔημιουργός
§
Δημοσιεύτηκε: 18/08/2014

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

§
Δημοσιεύτηκε: 19/08/2014
Επεξεργάστηκε: 19/08/2014

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

§
Δημοσιεύτηκε: 29/10/2014

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

ZrenΔημιουργός
§
Δημοσιεύτηκε: 31/10/2014

Fixed once again thanks to the folks in YoutubeCenter.

§
Δημοσιεύτηκε: 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.

ZrenΔημιουργός
§
Δημοσιεύτηκε: 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.

§
Δημοσιεύτηκε: 12/11/2014

The problem with the progress bar again repeated :(

ZrenΔημιουργός
§
Δημοσιεύτηκε: 13/11/2014
The problem with the progress bar again repeated :(

Fixed.

§
Δημοσιεύτηκε: 13/11/2014
Επεξεργάστηκε: 14/11/2014
Fixed.

Thank you.
Often something YouTube updated ...

§
Δημοσιεύτηκε: 11/12/2014

Again, the problem with the progress bar repeated.

ZrenΔημιουργός
§
Δημοσιεύτηκε: 11/12/2014

Fixed

§
Δημοσιεύτηκε: 11/12/2014

Thanks :)

§
Δημοσιεύτηκε: 12/12/2014

Again... :(

§
Δημοσιεύτηκε: 15/12/2014

Back to the previous version and it worked))

§
Δημοσιεύτηκε: 23/01/2015

Update please.

§
Δημοσιεύτηκε: 29/01/2015

Again, the problem with the progress bar repeated.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.