Συζητήσεις » Αιτήματα Δημιουργίας

Request: Script that automatically plays Youtube videos at 1.5x speed.

§
Δημοσιεύτηκε: 09/06/2015

Request: Script that automatically plays Youtube videos at 1.5x speed.

Simple request for a (hopefully) simple function. I'd like a script that will automatically set youtube videos to play at 1.5x speed in the HTML5 player.

§
Δημοσιεύτηκε: 09/06/2015

It seems the speed can be set for the current video using:

document.querySelectorAll("video")[0].playbackRate="1.5";

However, YouTube may not do a full reload when it changes videos, so there would need to be some code watching for when a new video loads.

§
Δημοσιεύτηκε: 28/06/2015

Bumping in the hope someone can help :)

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

Works PERFECTLY. Thank you. :)

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

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