“YouTube более 2 раза скорость” Ответ

Ускорить видео на YouTube более 2 раза

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 более 2

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

более 2 раза на YouTube

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

YouTube более 2 раза скорость

js console:
document.getElementsByTagName(“video”)[0].playbackRate = x
Delightful Duck

Ответы похожие на “YouTube более 2 раза скорость”

Вопросы похожие на “YouTube более 2 раза скорость”

Больше похожих ответов на “YouTube более 2 раза скорость” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования