“Mehr als 2x -Geschwindigkeit auf YouTube” Code-Antworten

Beschleunigen Sie YouTube -Videos mehr als 2x

Windows: Ctrl + Shift + J
macOS: Command + Option + J

Copy and paste this into the console:
document.getElementsByTagName("video")[0].playbackRate = x

Replace x with the speed you want the video to be played at, and enter/return.
Works for speeds with decimals too, so you can try 3, 0.1, 200, etc.
Cheers!
Jealous Jay

YouTube -Geschwindigkeit mehr als 2

document.getElementsByTagName(“video”)[0].playbackRate = x
Thoughtful Thrush

Mehr als 2x -Geschwindigkeit auf YouTube

Ctrl+Shift+J
document.getElementsByTagName("video")[0].playbackRate = x
Old-fashioned Otter

Ähnliche Antworten wie “Mehr als 2x -Geschwindigkeit auf YouTube”

Fragen ähnlich wie “Mehr als 2x -Geschwindigkeit auf YouTube”

Weitere verwandte Antworten zu “Mehr als 2x -Geschwindigkeit auf YouTube” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen